Algebraic Limit Rules

Evaluation of Limits Algebraically

Introduction to Limits

  • Limit Definition: The limit of a function as xx approaches a certain value aa indicates the value that the function approaches as xx gets arbitrarily close to aa

  • Limit Laws: A set of algebraic rules that govern how limits can be evaluated.

Fundamental Limit Laws

  • Constant Definition:

    • Let CC be any constant (positive, negative, fraction).

Law 1: Sum Law
  • Expression: If f(x)f\left(x\right) and g(x)g\left(x\right) are functions:
    limxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x\to a}\left\lbrack f\left(x\right)+g\left(x\right)\right\rbrack=\lim_{x\to a}f\left(x\right)+\lim_{x\to a}g\left(x\right)

  • Explanation: The limit of a sum is the sum of the limits. Evaluate the limit for each function separately and then add the results together.

Law 2: Difference Law
  • Expression: limxa[f(x)g(x)]=limxaf(x)limgag(x)\lim_{x\to a}\left\lbrack f\left(x\right)-g\left(x\right)\right\rbrack=\lim_{x\to a}f\left(x\right)-\lim_{g\to a}g\left(x\right)

  • Explanation: Similar to the sum law, but you subtract the limit results.

Law 3: Constant Multiple Law
  • Expression:
    limxa(cf(x))=c(limxaf(x))\lim_{x\to a}\left(cf\left(x\right)\right)=c\left(\lim_{x\to a}f\left(x\right)\right)

  • Explanation: For a constant multiple, you can factor out the constant before taking the limit.

Law 4: Product Law
  • Expression:
    limxa(f(x)g(x))=limxaf(x)limxag(x)\lim_{x\to a}\left(f\left(x\right)\cdot g\left(x\right)\right)=\lim_{x\to a}f\left(x\right)\cdot\lim_{x\to a}g\left(x\right)

  • Explanation: The limit of a product is the product of the limits, provided both functions are separable.

Law 5: Quotient Law
  • Expression:
    limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x\to a}\left\lbrack\frac{f\left(x\right)}{g\left(x\right)}\right\rbrack=\frac{\lim_{x\to a}f\left(x\right)}{\lim_{x\to a}g\left(x\right)}

  • Condition: The denominator must not approach zero: limxag(x)0\lim_{x \to a}g(x) \neq 0

  • Explanation: Limit evaluation through division of the two limits.

Advanced Limit Operations

Exponent Rule
  • Expression:
    limxa[f(x)]n=(limxaf(x))n\lim_{x\to a}\left\lbrack f\left(x\right)\right\rbrack^{n}=\left(\lim_{x\to a}f\left(x\right)\right)^{n}

  • Explanation: When taking the limit of a function raised to an exponent, evaluate the limit first and then raise the result to the power of nn . nn can be a positive integer or a positive fraction.

Root Rule
  • Expression:
    limxaf(x)n=limxaf(x)n\lim_{x\to a}^{}\sqrt[n]{f\left(x\right)}=\sqrt[n]{\lim_{x\to a}f\left(x\right)}

  • Explanation: Similar to the exponent rule; apply the limit first and then take the root.

Limit of a Constant
  • Expression:
    limxac=c\lim_{x \to a}c = c

  • Explanation: The limit of a constant is the constant itself as it does not vary.

Primary Rule for Evaluating Limits

  • Plug-In Rule:

    • If you can directly substitute the value of aa into xx to get a result, this is preferred and often the first method to try.

    • Example: If limxaf(x)\lim_{x \to a}f(x) can be calculated by direct substitution, do so: the result is the limit.

Indeterminate Forms
  • If direct substitution leads to an indeterminate form (like 00\frac{0}{0} or \frac{\infty}{\infty}), further manipulation or graphing may be required to resolve the limit.

Example Problem

  • Given:

    • limx3f(x)=2\lim_{x \to 3}f(x) = -2

    • limx3g(x)=9\lim_{x \to 3}g(x) = 9

  • Task: Find lim<em>x3(f(x)+g(x))\lim<em>{x \to 3}(f(x) + g(x)) using the Sum Law: lim</em>x3(f(x)+g(x))=lim<em>x3f(x)+lim</em>x3g(x)=2+9=7\lim</em>{x \to 3}(f(x) + g(x)) = \lim<em>{x \to 3}f(x) + \lim</em>{x \to 3}g(x) = -2 + 9 = 7

Conclusion

  • These limit laws form the foundation for calculus and are critical for evaluating limits, derivatives, and integrals in advanced mathematics. Understanding and applying these laws will aid in solving various calculus problems in future studies.