Computing Limits Algebraically
Computing Limits Algebraically
When evaluating limits in calculus, looking at a graph isn't always practical or precise. Computing limits algebraically allows you to find the exact value of a limit using algebraic manipulation and established limit laws.
Direct Substitution
The first step in evaluating any limit is to simply plug the target value into the function. If the function is continuous at that point, direct substitution will give you the answer.
For example, to find limxโ2โ(3x2โ4x+1): limxโ2โ(3x2โ4x+1)=3(2)2โ4(2)+1=12โ8+1=5
Factoring and Canceling
Often, direct substitution results in the indeterminate form 00โ. When this happens with polynomials, you can usually factor the numerator and denominator to cancel out the problematic term.
Example: Find limxโ3โxโ3x2โ9โ
Plugging in x=3 gives 00โ. Instead, factor the difference of squares in the numerator: limxโ3โxโ3(xโ3)(x+3)โ Cancel the common (xโ3) term: limxโ3โ(x+3) Now, use direct substitution: 3+3=6
Rationalizing
If a limit yields 00โ and contains a square root, multiplying the numerator and denominator by the conjugate of the radical expression will often clear the issue.
For example, if you have xโ4xโโ2โ as xโ4, you multiply the top and bottom by the conjugate, (xโ+2), to eliminate the root in the numerator and cancel the (xโ4) term.
Special Trigonometric Limits
Some limits cannot be evaluated using basic algebra and rely on special established limits. The most important one to memorize is: limxโ0โxsinxโ=1
You can use algebraic manipulation to make a given problem match this special form.
Example: Find limxโ0โ3xsin(5x)โ
To use the special limit, the angle inside the sine function must exactly match the denominator. We need a 5x in the denominator.
Multiply the numerator and denominator by 5: limxโ0โ5โ 3x5โ sin(5x)โ Rearrange the constants: limxโ0โ35โโ 5xsin(5x)โ Since limxโ0โ5xsin(5x)โ=1, we get: 35โโ 1=35โ
Limit Laws
When computing limits algebraically, you are relying on fundamental limit laws. Assuming limxโaโf(x) and limxโaโg(x) both exist, you can use:
- Sum/Difference Law: limxโaโ[f(x)ยฑg(x)]=limxโaโf(x)ยฑlimxโaโg(x)
- Product Law: limxโaโ[f(x)โ g(x)]=limxโaโf(x)โ limxโaโg(x)
- Quotient Law: limxโaโg(x)f(x)โ=limxโaโg(x)limxโaโf(x)โ (provided the denominator's limit is not zero)