Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

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.

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. 1 Evaluate lim x->3 (x^2 - 9)/(x - 3).
  2. 2 Evaluate lim x->4 (sqrt(x) - 2)/(x - 4) by rationalizing.
  3. 3 Explain why lim x->1 (x^2 - 1)/(x - 1) can exist even though the original expression is undefined at x = 1.