MD-002›Substitution to Find Limits, Rationalization to Find Limits
Math Deficiency – IITopic 14 of 32
Substitution to Find Limits, Rationalization to Find Limits
9 minread
1,459words
Intermediatelevel
Substitution to Find Limits
Substitution is a basic method for finding the limit of a function as x approaches a certain value. If a function is continuous at a point, you can directly substitute the value of x into the function to find the limit. This is the simplest and most straightforward approach when dealing with limits.
Steps for Substitution:
Check Continuity: If the function is continuous at the point you're evaluating, you can substitute the value of x directly into the function.
Substitute x=c: Simply replace x with the value that x is approaching (denoted as c) in the function.
Example 1: Direct Substitution
Find the limit of the function f(x)=3x+2 as x approaches 4:
x→4lim(3x+2)
Since the function is a polynomial (which is continuous everywhere), we can substitute x=4 directly:
f(4)=3(4)+2=12+2=14
Thus,
x→4lim(3x+2)=14
Example 2: Direct Substitution (Rational Function)
Now, consider a rational function:
f(x)=x−1x2−1
Find the limit as x→1:
x→1limx−1x2−1
Directly substituting x=1 into the function:
f(1)=1−112−1=00
This results in an indeterminate form 00, so direct substitution doesn’t work. In such cases, we need to simplify the expression further, which leads us to the next method: Rationalization.
Rationalization to Find Limits
Rationalization is a method used to simplify expressions involving square roots or complex rational expressions, particularly when direct substitution results in an indeterminate form like 00.
The goal of rationalization is to manipulate the function algebraically to eliminate the square roots (or other complex terms) and make the limit easier to evaluate.
Steps for Rationalization:
Identify the Indeterminate Form: When direct substitution results in indeterminate forms like 00, rationalizing can help.
Multiply by the Conjugate: If the expression contains square roots, multiply both the numerator and the denominator by the conjugate of the expression.
Simplify: After multiplying by the conjugate, simplify the expression to remove the indeterminate form and find the limit.
Example 1: Rationalizing a Square Root Expression
Consider the following limit:
x→4limx−4x−2
Substitute x=4 directly:
4−44−2=02−2=00
This results in an indeterminate form, so we must rationalize the numerator by multiplying by the conjugate of x−2.
Multiply the numerator and denominator by the conjugate:
x−4x−2×x+2x+2
This gives:
(x−4)(x+2)(x−2)(x+2)=(x−4)(x+2)x−4
Simplify:
We can cancel out x−4 from the numerator and denominator (note that this is valid for x=4):
x+21
Substitute x=4 again:
Now, substitute x=4 into the simplified expression:
4+21=2+21=41
Thus, the limit is:
x→4limx−4x−2=41
Example 2: Rationalizing with a Difference of Squares
Consider the limit:
x→3limx−3x2−9
Substitute x=3 directly:
3−332−9=09−9=00
Again, we get an indeterminate form, so we simplify the expression by factoring the numerator.
Factor the numerator:
x2−9=(x−3)(x+3)
Thus, the expression becomes:
x−3(x−3)(x+3)
Cancel out x−3:
We can cancel x−3 from the numerator and denominator (for x=3):
f(x)=x+3
Substitute x=3:
Now, substitute x=3:
f(3)=3+3=6
Thus, the limit is:
x→3limx−3x2−9=6
Summary of Techniques
Substitution: If a function is continuous at a point, you can directly substitute the value of x into the function to find the limit.
Rationalization: If substitution leads to an indeterminate form (like 00), rationalizing the numerator or denominator (especially when square roots are involved) can help simplify the expression, making it easier to evaluate the limit.