Limits at infinity of rational functions — the degree-comparison rule
Evaluate $\displaystyle\lim_{x \to \infty} \frac{4x^2 - 2x + 1}{x - 1}$.
This is a limit at infinity — we want to know what happens to the function as $x$ gets very, very large. The trick is to ignore the noise (the smaller terms) and just compare the highest-degree terms of the top and bottom.
It's like asking: "If I walk further and further away, does a flashlight beam in a foggy field converge, diverge, or stay steady?" The answer depends on how the beam spreads vs. how the fog thins — in math terms, the ratio of leading terms.
For a rational function $\dfrac{p(x)}{q(x)}$ where $p$ and $q$ are polynomials:
| Compare degrees | Limit as $x \to \pm\infty$ |
|---|---|
| $\deg p < \deg q$ | Limit $= 0$ (denominator wins, function dies off) |
| $\deg p = \deg q$ | Limit $= $ ratio of leading coefficients (a finite number) |
| $\deg p > \deg q$ | Limit $= \pm\infty$ (numerator wins, function blows up) |
For our problem: $\deg(\text{numerator}) = 2$ and $\deg(\text{denominator}) = 1$, so we're in the third row. The limit is $\pm\infty$. The sign depends on the leading coefficients' signs and whether $x \to +\infty$ or $x \to -\infty$.
For $\displaystyle\lim_{x \to \infty} \frac{4x^2 - 2x + 1}{x - 1}$:
Step 1 — Identify the degrees.
Degree of numerator (2) > degree of denominator (1) → limit is $\pm\infty$.
Step 2 — Determine the sign.
The dominant behavior as $x \to +\infty$ is:
$$\frac{4x^2}{x} = 4x$$Both leading coefficients are positive and $x \to +\infty$, so $4x \to +\infty$. The smaller terms ($-2x$, $+1$, $-1$) become negligible. So the function grows to $+\infty$.
Step 3 — (Optional) Divide by the highest power in the denominator. This is the formal technique that makes the limit rigorous:
$$\frac{4x^2 - 2x + 1}{x - 1} = \frac{\dfrac{4x^2 - 2x + 1}{x}}{\dfrac{x - 1}{x}} = \frac{4x - 2 + \dfrac{1}{x}}{1 - \dfrac{1}{x}}$$As $x \to \infty$, the $\dfrac{1}{x}$ terms vanish:
$$\lim_{x \to \infty} \frac{4x - 2 + 0}{1 - 0} = \lim_{x \to \infty} (4x - 2) = +\infty$$So the answer is:
Numerical sanity check. Plug in large $x$ values:
| $x$ | $(4x^2 - 2x + 1) / (x - 1)$ |
|---|---|
| $10$ | $42.3$ |
| $100$ | $402.0$ |
| $1{,}000$ | $4{,}002.0$ |
| $10{,}000$ | $40{,}002.0$ |
| $1{,}000{,}000$ | $4{,}000{,}002.0$ |
Notice the pattern: value is approximately $4x$ for large $x$. Growing without bound — confirms $+\infty$.
The degree-comparison rule is one of the workhorses of calculus and statistics. You'll see it in:
The intuition: the highest-degree term dominates the long run. Everything else is just noise in the limit.
Try these — use the degree-comparison rule to predict the answer, then mentally verify:
The degree-comparison rule is a special case. For the full limits toolkit, the main tools are:
Send the next pretest problem, or tell me which technique to drill next.