Algebraic limit evaluation is a core skill in introductory calculus because it lets you find what a function approaches even when direct substitution fails. Many important limits first appear as indeterminate forms such as 0/0, which means the expression needs more work rather than having no limit. By rewriting the expression, you can often remove the part causing division by zero and reveal the value the function is approaching.
This skill supports the definition of derivatives, tangent slopes, and many later calculus techniques.
The main idea is to transform the expression without changing its values near the target x-value. Factoring cancels common factors, rationalizing removes troublesome radicals, and simplifying complex fractions can expose a removable discontinuity. After the expression is rewritten, direct substitution is usually safe and efficient.
The final limit value describes nearby behavior, not necessarily the function value at the point itself.
Understanding Calculus: Evaluating Limits Algebraically
A useful first step is to identify the structure that created the zero over zero form. Polynomials often hide a common factor because the numerator becomes zero at the target value. If the target is three, test whether x minus three is a factor of the numerator.
This can be done by factoring, grouping terms, or using polynomial division when the expression is larger. The goal is not to cancel terms that merely look similar. A factor is a whole multiplied piece.
For example, x squared minus nine contains the factor x minus three, while x squared plus nine does not. Careful factoring prevents most early mistakes.
Cancellation has an important restriction. You may cancel a common factor only when it multiplies the entire numerator and entire denominator. You cannot cancel separate terms across addition or subtraction.
For instance, in a fraction with numerator x plus three and denominator x plus five, the x terms cannot be removed. They are not factors. This matters because illegal cancellation changes the function at many nearby inputs, so it can produce a false limit.
After legitimate cancellation, keep in mind that the original expression may still be undefined at the target. The simplified expression describes the same nearby behavior, which is exactly what a limit uses.
Radical expressions need a different kind of rewrite. When a square root is being subtracted from another quantity, multiplying by the conjugate removes the subtraction between the matching parts. The conjugate changes a plus to a minus, or a minus to a plus.
Their product uses the difference of squares rule, so the radical can disappear. Multiply both numerator and denominator by the same conjugate to preserve the value wherever the original fraction is defined. Then simplify before substituting.
Students sometimes rationalize only the top of a fraction. That changes the expression and is not valid. The full fraction must be multiplied by a form of one.
Complex fractions can look difficult because they contain fractions inside larger fractions. Start by finding the least common denominator of the smaller denominators. Multiplying the top and bottom of the large fraction by that denominator clears the smaller fractions.
Then ordinary factoring or cancellation may become visible. Throughout the process, track the values that are not allowed because they make a denominator zero or put a negative number inside an even root. A quick table of inputs close to the target can check your result, using values from both sides when possible.
A graph can support this check, but algebra gives the stronger reason. In derivative work, these same steps explain why a slope formula can settle to one number even though its original fraction fails exactly at the point being studied.
Key Facts
- Direct substitution works when f(x) is defined and continuous at a: lim x->a f(x) = f(a).
- The form 0/0 is indeterminate, not equal to 0 and not undefined as a final answer.
- If f(x) = g(x) for all x near a except possibly at a, then lim x->a f(x) = lim x->a g(x).
- Factoring example: lim x->2 (x^2 - 4)/(x - 2) = lim x->2 (x + 2) = 4.
- Rationalizing example: lim x->0 (sqrt(x + 9) - 3)/x = lim x->0 1/(sqrt(x + 9) + 3) = 1/6.
- A limit can exist even if f(a) is undefined, as long as the left and right behavior approaches the same value.
Vocabulary
- Limit
- A limit is the value a function approaches as the input gets close to a specified number.
- Indeterminate form
- An indeterminate form is an expression such as 0/0 that does not determine a limit value without further analysis.
- Factoring
- Factoring rewrites an expression as a product so common factors can often be canceled.
- Rationalizing
- Rationalizing uses a conjugate to remove or simplify radicals in a limit expression.
- Removable discontinuity
- A removable discontinuity is a hole in a graph where the limit exists but the function is missing or has a different value.
Common Mistakes to Avoid
- Canceling terms that are not factors is wrong because only common multiplied factors may be canceled. For example, x in (x + 3)/x cannot be canceled with the x inside x + 3.
- Stopping at 0/0 is wrong because 0/0 is a signal to simplify, not a final limit value. Try factoring, rationalizing, or combining fractions before deciding the limit.
- Substituting after canceling without checking restrictions can hide important domain information. The canceled expression is equivalent only near the target value, not necessarily at the target value.
- Forgetting to use the conjugate correctly is wrong because both numerator and denominator must be multiplied by the same conjugate. This keeps the expression equivalent while simplifying radicals.
Practice Questions
- 1 Evaluate lim x->3 (x^2 - 9)/(x - 3).
- 2 Evaluate lim x->4 (sqrt(x) - 2)/(x - 4) by rationalizing.
- 3 Explain why lim x->1 (x^2 - 1)/(x - 1) can exist even though the original expression is undefined at x = 1.