The flip side of Q2: when the denominator wins, the limit is zero
Evaluate $\displaystyle\lim_{x \to \infty} \frac{x-1}{x^2+2x+5}$.
This is the mirror image of Q2. Same setup — a rational function, limit at infinity — but the degree relationship is flipped:
The intuition: the denominator's $x^2$ eventually dwarfs the numerator's $x$. Big number on the bottom of a fraction = small result. The function is being drowned by its own denominator.
For a rational function $\dfrac{p(x)}{q(x)}$ as $x \to \infty$:
| Compare degrees | Limit as $x \to \infty$ | Example |
|---|---|---|
| $\deg p < \deg q$ | Limit $= 0$ (denominator wins) | $\frac{x}{x^2} \to 0$ |
| $\deg p = \deg q$ | Limit $= $ ratio of leading coefficients | $\frac{2x^2}{5x^2} \to 2/5$ |
| $\deg p > \deg q$ | Limit $= \pm\infty$ (numerator wins) | $\frac{x^2}{x} \to \infty$ |
For Q3: $\deg(\text{num}) = 1$ and $\deg(\text{den}) = 2$, so we're in row 1. Limit $= 0$.
For $\displaystyle\lim_{x \to \infty} \frac{x-1}{x^2+2x+5}$:
Step 1 — Identify the degrees.
Degree of numerator (1) < degree of denominator (2) → limit is $0$.
Step 2 — (Optional) Divide by the highest power in the denominator. The formal technique:
$$\frac{x-1}{x^2+2x+5} = \frac{\dfrac{x-1}{x^2}}{\dfrac{x^2+2x+5}{x^2}} = \frac{\dfrac{1}{x} - \dfrac{1}{x^2}}{1 + \dfrac{2}{x} + \dfrac{5}{x^2}}$$As $x \to \infty$, every $\dfrac{1}{x^k}$ term vanishes:
$$\lim_{x \to \infty} \frac{0 - 0}{1 + 0 + 0} = \frac{0}{1} = 0$$So the answer is:
Numerical sanity check. Plug in large $x$ values:
| $x$ | $(x-1) / (x^2+2x+5)$ |
|---|---|
| $10$ | $0.0720$ |
| $100$ | $0.0097$ |
| $1{,}000$ | $0.00100$ |
| $10{,}000$ | $0.000100$ |
| $1{,}000{,}000$ | $0.000001$ |
Notice the pattern: value is approximately $1/x$ for large $x$. Heading toward $0$ — confirms the answer.
Q2 and Q3 are inverses of each other. Put them side by side:
| Q2 | Q3 | |
|---|---|---|
| Expression | $\frac{4x^2 - 2x + 1}{x - 1}$ | $\frac{x - 1}{x^2 + 2x + 5}$ |
| Num degree | 2 | 1 |
| Den degree | 1 | 2 |
| Limit | $\infty$ | $0$ |
Notice: if you invert Q3 (flip top and bottom), you get a function with the same shape as Q2 — and the limit flips from $0$ to $\infty$. The reciprocal property:
$$\lim_{x \to \infty} \frac{1}{f(x)} = \frac{1}{\lim f(x)} \quad \text{(when the limit is nonzero finite)}$$This is a useful shortcut: if you can solve one, you can solve the other by flipping.
Use the degree-comparison rule to predict each limit, then check the answer:
You now have the three core cases of rational function limits at infinity. The next pretest problem might be one of:
Send the next question, or tell me which technique to drill next.