Determining Limits Using Algebraic Manipulation
| English | Chinese | Pinyin |
|---|---|---|
| equivalent | 等价 | děng jià |
| factoring | 因式分解 | yīn shì fēn jiě |
| conjugate | 共轭式 | gòng è shì |
$\tfrac00$ is a locked door — algebra is the key
- Direct substitution just gave you $\dfrac00$. Do not give up — rewrite the function first.
- The trick: find an equivalent 等价 expression that agrees with the original everywhere except the troublesome point.
- Since a limit ignores the single point $x=c$, the rewritten function has the same limit.
- Three tools do almost all the work: factor, rationalize, and combine fractions.
Algebraic manipulation replaces the function with an ____ one that agrees everywhere except the removed point.
Same values off the hole means the same limit.
Tool 1 — factor and cancel
- A $\tfrac00$ in a rational function means $(x-c)$ divides both top and bottom.
- Use factoring 因式分解 on each, cancel the common $(x-c)$, then substitute.
- $\displaystyle\lim_{x\to 3}\frac{x^2-9}{x-3}=\lim_{x\to 3}\frac{(x-3)(x+3)}{x-3}=\lim_{x\to 3}(x+3)=6$.
- The cancelled form is identical to the original for every $x\neq 3$ — exactly where the limit lives.
The curve is smooth except at the hole
y = x + 3 (from cancelling (x−3))
After you factor and cancel, the graph is an ordinary curve with a single missing point — the limit reads off that gap.
Evaluate $\displaystyle\lim_{x\to 4}\dfrac{x^2-16}{x-4}$.
Factor: $\frac{(x-4)(x+4)}{x-4}=x+4\to 8$.
Tool 2 — rationalize the root
- When a square root causes the $\tfrac00$, multiply top and bottom by the conjugate 共轭式.
- This clears the root and exposes a cancellable factor.
- $\displaystyle\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}=\lim_{x\to 0}\frac{(\sqrt{x+4}-2)(\sqrt{x+4}+2)}{x(\sqrt{x+4}+2)}=\lim_{x\to 0}\frac{x}{x(\sqrt{x+4}+2)}=\frac14$.
The limit $\displaystyle\lim_{x\to 0}\dfrac{\sqrt{x+9}-3}{x}$ is best handled by...
A root causing $\tfrac00$ calls for the conjugate; here the limit is $\tfrac16$.
Evaluate $\displaystyle\lim_{x\to 0}\dfrac{\sqrt{x+4}-2}{x}$.
Rationalize to $\frac{1}{\sqrt{x+4}+2}\to\frac{1}{4}$.
Tool 3 — combine the fractions
- A difference of fractions like $\dfrac{1}{x+2}-\dfrac12$ over $x$ hides a factor once you use a common denominator.
- Combine into a single fraction, simplify, and the $(x-c)$ cancels.
- After any of these moves, finish with direct substitution — the door is now unlocked.
- Whichever tool you use, you are producing an equivalent function that lets substitution succeed.
Select all algebraic tools that can resolve a $\tfrac00$ limit.
The first three are legitimate rewrites; rounding is not a valid technique.
Cancelling $(x-c)$ changes the function at exactly one point: the rewritten expression is defined at $c$ while the original has a hole there. That is fine for the limit (which never looks at $x=c$), but do not claim the two functions are identical — they differ at the removed point.
After cancelling $(x-3)$, the simplified function is exactly identical to the original at every point including $x=3$.
They agree everywhere except $x=3$, where the original has a hole. The limit is unaffected, but the functions differ there.
Find $\displaystyle\lim_{x\to -1}\frac{x^2-1}{x^2+3x+2}$.
- Substitution gives $\tfrac00$ — factor both.
- $\dfrac{(x-1)(x+1)}{(x+1)(x+2)}=\dfrac{x-1}{x+2}$ for $x\neq -1$.
- Substitute: $\dfrac{-1-1}{-1+2}=\dfrac{-2}{1}=-2$.
When substitution gives $\tfrac00$, rewrite the function into an equivalent form that agrees everywhere except at $c$: factor and cancel, rationalize with a conjugate, or combine fractions. Then substitute. The rewrite has the same limit because a limit ignores the single removed point.