Facebook Pixel
Mathos AI logo

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 limx2(3x24x+1)\lim_{x \to 2} (3x^2 - 4x + 1): limx2(3x24x+1)=3(2)24(2)+1=128+1=5\lim_{x \to 2} (3x^2 - 4x + 1) = 3(2)^2 - 4(2) + 1 = 12 - 8 + 1 = 5

Factoring and Canceling

Often, direct substitution results in the indeterminate form 00\frac{0}{0}. When this happens with polynomials, you can usually factor the numerator and denominator to cancel out the problematic term.

Example: Find limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}

Plugging in x=3x = 3 gives 00\frac{0}{0}. Instead, factor the difference of squares in the numerator: limx3(x3)(x+3)x3\lim_{x \to 3} \frac{(x - 3)(x + 3)}{x - 3} Cancel the common (x3)(x - 3) term: limx3(x+3)\lim_{x \to 3} (x + 3) Now, use direct substitution: 3+3=63 + 3 = 6

Rationalizing

If a limit yields 00\frac{0}{0} 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 x2x4\frac{\sqrt{x} - 2}{x - 4} as x4x \to 4, you multiply the top and bottom by the conjugate, (x+2)(\sqrt{x} + 2), to eliminate the root in the numerator and cancel the (x4)(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: limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

You can use algebraic manipulation to make a given problem match this special form.

Example: Find limx0sin(5x)3x\lim_{x \to 0} \frac{\sin(5x)}{3x}

To use the special limit, the angle inside the sine function must exactly match the denominator. We need a 5x5x in the denominator.

Multiply the numerator and denominator by 55: limx05sin(5x)53x\lim_{x \to 0} \frac{5 \cdot \sin(5x)}{5 \cdot 3x} Rearrange the constants: limx053sin(5x)5x\lim_{x \to 0} \frac{5}{3} \cdot \frac{\sin(5x)}{5x} Since limx0sin(5x)5x=1\lim_{x \to 0} \frac{\sin(5x)}{5x} = 1, we get: 531=53\frac{5}{3} \cdot 1 = \frac{5}{3}

Limit Laws

When computing limits algebraically, you are relying on fundamental limit laws. Assuming limxaf(x)\lim_{x \to a} f(x) and limxag(x)\lim_{x \to a} g(x) both exist, you can use:

  • Sum/Difference Law: limxa[f(x)±g(x)]=limxaf(x)±limxag(x)\lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)
  • Product Law: limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)
  • Quotient Law: limxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} (provided the denominator's limit is not zero)