Limit Proofs and Limit Laws for Functions

  • Conclusion of Limit Proof using Double Implications

    • The validity of the proof relies on all intermediate statements being double implications (if and only if statements, AextimpliesBA ext{ implies } B and BextimpliesAB ext{ implies } A).
    • Therefore, if 0 < |x-1| < rac{ ext{epsilon}}{3} , it implies that |f(x)-2| < ext{epsilon} .
    • This directly matches the definition of a limit, confirming that extlimx1f(x)=2ext{lim}_{x \to 1} f(x) = 2.
  • Clarification on x>0|x| > 0 in Limits

    • Assumption: The absolute value of any real number is always greater than or equal to zero (e.g., |x| ootnote{e.g., if we were talking about x-1 asinthepreviousexample,thenas in the previous example, then |x-1| ootnote{It implicitly handles the requirement for |x-1| > 0 because the original limit statement itself assumes x1x \neq 1 by its very definition; the limit is concerned with values near x=1x=1, but not at x=1x=1.}
  • Handling Negative Constants in Absolute Values

    • When pulling a constant out of an absolute value, such as 3|-3|, the absolute value is first evaluated to a positive number (33).
    • Thus, if a factor like 3-3 is inside an absolute value, it would become 33 when factored out (e.g., 3x=3x|-3x| = 3|x|).
  • Transition to Limit Laws for Computing Limits

    • While understanding and using the formal definition of a limit for proofs is essential, performing such a rigorous proof for every limit evaluation is impractical.
    • Limit Laws are a set of rules derived directly from the definition of the limit.
    • Once a limit law is proven using the definition, it can be applied directly to evaluate limits of functions without re-proving the underlying principle each time.
  • Conditions for Limit Laws

    • Let extlim<em>xaf(x)=Lext{lim}<em>{x \to a} f(x) = L and extlim</em>xag(x)=Mext{lim}</em>{x \to a} g(x) = M, where LL and MM are finite numbers (i.e., the limits exist).
    • Let cc be a real number constant.
  • Basic Limit Laws

    1. Limit of a Constant Function: extlimxac=cext{lim}_{x \to a} c = c
      • As xx approaches aa, a function that is always equal to cc will approach cc.
    2. Limit of the Identity Function: extlimxax=aext{lim}_{x \to a} x = a
      • As xx approaches aa, the value of xx itself approaches aa.
  • Combination Limit Laws

    1. Sum/Difference Law: extlimxa[f(x)±g(x)]=L±Mext{lim}_{x \to a} [f(x) \pm g(x)] = L \pm M
      • The limit of a sum or difference of functions is the sum or difference of their individual limits.
    2. Constant Multiple Law: extlimxa[cf(x)]=cLext{lim}_{x \to a} [c \cdot f(x)] = c \cdot L
      • The limit of a constant times a function is the constant times the limit of the function.
    3. Product Law: extlimxa[f(x)g(x)]=LMext{lim}_{x \to a} [f(x) \cdot g(x)] = L \cdot M
      • The limit of a product of functions is the product of their individual limits.
    4. Quotient Law: extlimxaf(x)g(x)=LMext{lim}_{x \to a} \frac{f(x)}{g(x)} = \frac{L}{M}, provided that M0M \neq 0.
      • The limit of a quotient of functions is the quotient of their individual limits, as long as the denominator's limit is not zero.
    5. Composition (or Power) Law: extlim<em>xaf(g(x))=f(extlim</em>xag(x))=f(M)ext{lim}<em>{x \to a} f(g(x)) = f( ext{lim}</em>{x \to a} g(x)) = f(M), provided that ff is a continuous function.
      • For now, assume most basic functions (polynomials, roots, trig functions) are continuous on their domains.
  • Important Notes on Limit Laws

    • Proof Origin: Limit laws are derived and proven using the definition of the limit (extepsilondeltaext{epsilon-delta} definition).
    • Existence Requirement: Limit laws are only applicable if both individual limits (LL and MM) exist (i.e., are finite numbers).
  • Example 1: Direct Application of Limit Laws

    • Problem: Evaluate extlimx1(3x3x2+4)ext{lim}_{x \to 1} (3x^3 - x^2 + 4).
    • Process: Apply the sum/difference, constant multiple, product, and basic limit laws.
      • extlim<em>x13x3=3(extlim</em>x1x)3=3(1)3=3ext{lim}<em>{x \to 1} 3x^3 = 3 \cdot ( ext{lim}</em>{x \to 1} x)^3 = 3 \cdot (1)^3 = 3.
      • extlim<em>x1x2=(extlim</em>x1x)2=(1)2=1ext{lim}<em>{x \to 1} x^2 = ( ext{lim}</em>{x \to 1} x)^2 = (1)^2 = 1.
      • extlimx14=4ext{lim}_{x \to 1} 4 = 4.
    • Result: 31+4=63 - 1 + 4 = 6.
  • Example 2: Indeterminate Form and the Conjugate Method

    • Problem: Evaluate extlimx7x+23x7ext{lim}_{x \to 7} \frac{\sqrt{x+2} - 3}{x-7}.
    • Initial Check: As x7x \to 7, the numerator approaches 7+23=93=33=0\sqrt{7+2} - 3 = \sqrt{9} - 3 = 3 - 3 = 0.
    • The denominator approaches 77=07 - 7 = 0.
    • Indeterminate Form: This is a 0/00/0 indeterminate form, meaning limit laws for quotients cannot be applied directly due to division by zero.
      • Indeterminate: The overall behavior (approaching zero, infinity, or a finite number) cannot be determined immediately from the 0/00/0 form.
    • Strategy: Simplify the expression to eliminate the problematic factors (hidden (x7)(x-7) in the numerator).
    • Technique: Multiply by the conjugate of the numerator (x+2+3\sqrt{x+2} + 3).
      • extlimx7x+23x7x+2+3x+2+3ext{lim}_{x \to 7} \frac{\sqrt{x+2} - 3}{x-7} \cdot \frac{\sqrt{x+2} + 3}{\sqrt{x+2} + 3}
    • Expansion: Using (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2 for the numerator:
      • Numerator: (x+2)232=(x+2)9=x7(\sqrt{x+2})^2 - 3^2 = (x+2) - 9 = x-7.
      • Original expression becomes: extlimx7x7(x7)(x+2+3)ext{lim}_{x \to 7} \frac{x-7}{(x-7)(\sqrt{x+2} + 3)}
    • Cancellation: Since x7x \to 7 means x7x \neq 7, we can cancel the (x7)(x-7) terms.
      • extlimx71x+2+3ext{lim}_{x \to 7} \frac{1}{\sqrt{x+2} + 3}
    • Apply Limit Laws: Now, apply limit laws to the simplified expression.
      • Numerator: extlimx71=1ext{lim}_{x \to 7} 1 = 1.
      • Denominator: extlimx7(x+2+3)=7+2+3=9+3=3+3=6ext{lim}_{x \to 7} (\sqrt{x+2} + 3) = \sqrt{7+2} + 3 = \sqrt{9} + 3 = 3 + 3 = 6.
    • Result: 16\frac{1}{6}.
  • Example 3: Indeterminate Form and Factoring

    • Problem: Evaluate extlimx1x21x1ext{lim}_{x \to 1} \frac{x^2 - 1}{x-1}.
    • Initial Check: Both numerator (121=01^2 - 1 = 0) and denominator (11=01-1 = 0) approach zero (0/00/0 indeterminate form).
    • Strategy: Factor the numerator using the difference of squares formula (a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b)).
      • x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1).
    • Expression becomes: extlimx1(x1)(x+1)x1ext{lim}_{x \to 1} \frac{(x-1)(x+1)}{x-1}
    • Cancellation: Since x1x \neq 1, cancel (x1)(x-1) terms.
      • extlimx1(x+1)ext{lim}_{x \to 1} (x+1)
    • Apply Limit Laws: 1+1=21 + 1 = 2.
  • Example 4: Indeterminate Form and Expansion/Simplification

    • Problem: Evaluate extlimx0(3+x)232xext{lim}_{x \to 0} \frac{(3+x)^2 - 3^2}{x}.
    • Initial Check: Both numerator ((3+0)232=99=0(3+0)^2 - 3^2 = 9 - 9 = 0) and denominator (00) approach zero (0/00/0 indeterminate form).
    • Strategy: Expand the quadratic term in the numerator.
      • (3+x)2=32+2(3)(x)+x2=9+6x+x2(3+x)^2 = 3^2 + 2(3)(x) + x^2 = 9 + 6x + x^2.
    • Expression becomes: extlim<em>x0(9+6x+x2)9x=extlim</em>x06x+x2xext{lim}<em>{x \to 0} \frac{(9 + 6x + x^2) - 9}{x} = ext{lim}</em>{x \to 0} \frac{6x + x^2}{x}
    • Simplification: Factor out xx from the numerator or split the fraction.
      • extlim<em>x0(6xx+x2x)=extlim</em>x0(6+x)ext{lim}<em>{x \to 0} (\frac{6x}{x} + \frac{x^2}{x}) = ext{lim}</em>{x \to 0} (6 + x)
    • Apply Limit Laws: 6+0=66 + 0 = 6.
  • Squeeze Theorem for Functions

    • Context: Used when limit laws do not apply, and algebraic simplification is not possible (e.g., limits involving oscillating functions like extsin(1/x)ext{sin}(1/x)).
    • Scenario: Consider extlimx0xsin(1/x)ext{lim}_{x \to 0} x \text{sin}(1/x).
      • extlimx0x=0ext{lim}_{x \to 0} x = 0.
      • extlimx0sin(1/x)ext{lim}_{x \to 0} \text{sin}(1/x) does not exist (DNE) because as x0x \to 0, 1/x±1/x \to \pm \infty, causing sin(1/x)\text{sin}(1/x) to oscillate rapidly between 1-1 and 11. Therefore, the product limit law cannot be directly applied.
    • Statement: If, for xx in an interval around aa (but not necessarily at aa),
      g(x)f(x)h(x)g(x) \le f(x) \le h(x)
      and if extlim<em>xag(x)=Lext{lim}<em>{x \to a} g(x) = L and extlim</em>xah(x)=Lext{lim}</em>{x \to a} h(x) = L,
      then extlimxaf(x)=Lext{lim}_{x \to a} f(x) = L.
    • Intuition: If f(x)f(x) is