Calculus Notes: Limit Laws and Algebraic Techniques

Direct Substitution and Domain Restrictions

  • Inaccuracy of Numerical/Table Approximations:

    • Selecting arbitrary xx-values or table data points is an unreliable method for determining limits.
    • A function may appear to approach 00 based on selected points, whereas it actually approaches a non-zero value such as 0.00010.0001
  • Definition of Direct Substitution:

    • If ff is a polynomial or rational function and aa is in the domain of ff, then:     limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
    • A value aa is in the domain of ff if f(a)f(a) is well-defined (e.g., no division by zero, no negative values under an even radical).
    • If aa is in the domain, the limit is evaluated simply by plugging aa into the function.
  • Examples of Direct Substitution:

    • Example 1: Evaluate limx13(x2)2\lim_{x \to 1} \frac{-3}{(x-2)^2}
    • Determine domain restrictions: The denominator equals zero when x=2x = 2. Thus, x=2x = 2 is not in the domain.
    • Since the limit approaches x=1x = 1, and 11 is in the domain, evaluate by direct substitution:       limx13(x2)2=3(12)2=3(1)2=31=3\lim_{x \to 1} \frac{-3}{(x-2)^2} = \frac{-3}{(1-2)^2} = \frac{-3}{(-1)^2} = \frac{-3}{1} = -3
    • Example 2: Evaluate limx22x463x2\lim_{x \to 2} \frac{2x - 4}{6 - 3x^2}
    • Substitute x=2x = 2 directly:       2(2)463(2)2=4463(4)=0612=06=0\frac{2(2) - 4}{6 - 3(2)^2} = \frac{4 - 4}{6 - 3(4)} = \frac{0}{6 - 12} = \frac{0}{-6} = 0
    • When a fraction has 00 in the numerator and a non-zero number in the denominator, the result is 00
    • Example 3: Evaluate limx2x2+5ln(x)\lim_{x \to 2} \frac{\sqrt{x^2 + 5}}{\ln(x)}
    • Substitute x=2x = 2 directly:       22+5ln(2)=4+5ln(2)=9ln(2)=3ln(2)\frac{\sqrt{2^2 + 5}}{\ln(2)} = \frac{\sqrt{4 + 5}}{\ln(2)} = \frac{\sqrt{9}}{\ln(2)} = \frac{3}{\ln(2)}
    • Unsimplified exact expressions (such as leaving ln(2)\ln(2) or cos(π3)\cos(\frac{\pi}{3}) in exact exact form) are preferred over incorrect arithmetic simplification.

Indeterminate Form and Algebraic Strategies

  • Indeterminate Form Definition:

    • When direct substitution yields 00\frac{0}{0}, the limit is in indeterminate form.
    • 00\frac{0}{0} is distinct from being undefined or equal to 00; it signifies insufficient information to determine the behavior of the function at that point.
    • Indeterminate form requires algebraic manipulation (such as factoring, rationalizing, or simplifying complex fractions) to rewrite the expression before evaluating.
  • Algebraic Technique 1: Factoring Quadratics:

    • Example 1: Evaluate limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}
    • Direct substitution yields 22422=00\frac{2^2 - 4}{2 - 2} = \frac{0}{0} (indeterminate form).
    • Factor the numerator using difference of squares:       limx2(x2)(x+2)x2\lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2}
    • Cancel the common factor (x2)(x - 2):       limx2(x+2)\lim_{x \to 2} (x + 2)
    • Substitute x=2x = 2:       2+2=42 + 2 = 4
    • Example 2: Evaluate limx2x27x+10x2\lim_{x \to 2} \frac{x^2 - 7x + 10}{x - 2}
    • Direct substitution yields 227(2)+1022=414+100=00\frac{2^2 - 7(2) + 10}{2 - 2} = \frac{4 - 14 + 10}{0} = \frac{0}{0} (indeterminate form).
    • Factor the numerator by finding two numbers that multiply to 1010 and add to 7-7 (which are 5-5 and 2-2):       limx2(x5)(x2)x2\lim_{x \to 2} \frac{(x - 5)(x - 2)}{x - 2}
    • Cancel (x2)(x - 2) and apply direct substitution:       limx2(x5)=25=3\lim_{x \to 2} (x - 5) = 2 - 5 = -3
  • Notation Requirement:

    • The limit operator (limxa\lim_{x \to a}) must be explicitly written at every step of algebraic simplification.
    • The limit operator is dropped only at the step where direct numerical substitution is performed.

Limit Laws

  • Formal Definition:

    • Let cc be a constant, and assume that limxaf(x)\lim_{x \to a} f(x) and limxag(x)\lim_{x \to a} g(x) exist.
  • Sum and 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)

    • Limits can be added or subtracted provided both functions are approaching the exact same value aa
  • Constant Multiple Law:limxa[cf(x)]=climxaf(x)\lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x)

    • A constant factor cc (such as 33, π\pi, or 2.789-2.789) can be factored outside or moved inside the limit.
    • Example: limx1(3x2)=3limx1(x2)\lim_{x \to 1} (3x^2) = 3 \cdot \lim_{x \to 1} (x^2)
  • Product Law:limxa[f(x)g(x)]=(limxaf(x))(limxag(x))\lim_{x \to a} [f(x) \cdot g(x)] = \left(\lim_{x \to a} f(x)\right) \cdot \left(\lim_{x \to a} g(x)\right)

    • The limit of a product equals the product of the individual limits.

Advanced Algebraic Techniques for Limits

  • Algebraic Technique 2: Rationalizing Using Conjugates:

    • Applicable when encountering radical expressions resulting in 00\frac{0}{0}
    • Conjugate Rule: For an expression a+b\sqrt{a} + b, its conjugate is ab\sqrt{a} - b. Multiplying them yields:     (a+b)(ab)=ab2(\sqrt{a} + b)(\sqrt{a} - b) = a - b^2
    • Example: Evaluate limh09+h3h\lim_{h \to 0} \frac{\sqrt{9 + h} - 3}{h}
    • Direct substitution yields 9+030=00\frac{\sqrt{9+0} - 3}{0} = \frac{0}{0} (indeterminate form).
    • Multiply numerator and denominator by the conjugate of the numerator, 9+h+39+h+3\frac{\sqrt{9 + h} + 3}{\sqrt{9 + h} + 3} (which equals 11):       limh0(9+h3h9+h+39+h+3)\lim_{h \to 0} \left( \frac{\sqrt{9 + h} - 3}{h} \cdot \frac{\sqrt{9 + h} + 3}{\sqrt{9 + h} + 3} \right)
    • Expand the numerator:       (9+h)2(3)2=(9+h)9=h(\sqrt{9+h})^2 - (3)^2 = (9 + h) - 9 = h
    • Rewrite expression:       limh0hh(9+h+3)\lim_{h \to 0} \frac{h}{h(\sqrt{9 + h} + 3)}
    • Cancel the common factor hh:       limh019+h+3\lim_{h \to 0} \frac{1}{\sqrt{9 + h} + 3}
    • Substitute h=0h = 0:       19+0+3=13+3=16\frac{1}{\sqrt{9 + 0} + 3} = \frac{1}{3 + 3} = \frac{1}{6}
  • Algebraic Technique 3: Simplifying Complex Fractions:

    • Applicable when limits contain nested rational functions.
    • Cross-Multiplication Rule:abcd=adbcbd\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}
    • Example: Evaluate limx41x2124x\lim_{x \to 4} \frac{\frac{1}{x-2} - \frac{1}{2}}{4 - x}
    • Direct substitution yields 121244=00\frac{\frac{1}{2} - \frac{1}{2}}{4 - 4} = \frac{0}{0} (indeterminate form).
    • Cross-multiply the numerator terms:       1x212=2(x2)2(x2)=2x+22(x2)=4x2(x2)\frac{1}{x-2} - \frac{1}{2} = \frac{2 - (x - 2)}{2(x - 2)} = \frac{2 - x + 2}{2(x - 2)} = \frac{4 - x}{2(x - 2)}
    • Treat denominator (4x)(4 - x) as 4x1\frac{4 - x}{1} and apply multiplication by the reciprocal:       limx4(4x2(x2)14x)\lim_{x \to 4} \left( \frac{4 - x}{2(x - 2)} \cdot \frac{1}{4 - x} \right)
    • Cancel (4x)(4 - x):       limx412(x2)\lim_{x \to 4} \frac{1}{2(x - 2)}
    • Substitute x=4x = 4:       12(42)=12(2)=14\frac{1}{2(4 - 2)} = \frac{1}{2(2)} = \frac{1}{4}

Categorization of Zero Outcomes in Limits

  • Case 1: Indeterminate Form (00\frac{0}{0})

    • Example: limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}
    • Evaluation: 32933=00\frac{3^2 - 9}{3 - 3} = \frac{0}{0}
    • Action: Requires algebraic manipulation (factoring):     limx3(x3)(x+3)x3=limx3(x+3)=3+3=6\lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3} (x + 3) = 3 + 3 = 6
    • Never leave 00\frac{0}{0} as the final answer.
  • Case 2: Zero Numerator, Non-Zero Denominator (0k\frac{0}{k} where k0k \neq 0)

    • Example: limx3x3x+3\lim_{x \to 3} \frac{x - 3}{x + 3}
    • Evaluation: 333+3=06=0\frac{3 - 3}{3 + 3} = \frac{0}{6} = 0
    • Result: Always equals 00
  • Case 3: Non-Zero Numerator, Zero Denominator (k0\frac{k}{0} where k0k \neq 0)

    • Example: limx3x+3x3\lim_{x \to 3} \frac{x + 3}{x - 3}
    • Evaluation: 3+333=60\frac{3 + 3}{3 - 3} = \frac{6}{0}
    • Result: Undefined / Does Not Exist (DNE) / None.

Graphical Limit Evaluations and Limit Laws

  • Applying Limit Laws Graphically:

    • Given graphical functions f(x)f(x) and g(x)g(x), limit laws allow distributing limits across function operations.
  • Graphical Example 1: Evaluate limx2[f(x)+5g(x)]\lim_{x \to -2} [f(x) + 5g(x)]

    • Distribute limit using Sum and Constant Multiple Laws:     limx2f(x)+5limx2g(x)\lim_{x \to -2} f(x) + 5 \cdot \lim_{x \to -2} g(x)
    • Read values from graph at x=2x = -2:
    • limx2f(x)=1\lim_{x \to -2} f(x) = 1
    • limx2g(x)=1\lim_{x \to -2} g(x) = -1
    • Compute total:     1+5(1)=15=41 + 5(-1) = 1 - 5 = -4
  • Graphical Example 2: Evaluate limx1[f(x)g(x)]\lim_{x \to 1} [f(x) \cdot g(x)]

    • Distribute limit using Product Law:     (limx1f(x))(limx1g(x))\left(\lim_{x \to 1} f(x)\right) \cdot \left(\lim_{x \to 1} g(x)\right)
    • Read values from graph at x=1x = 1:
    • limx1f(x)=2\lim_{x \to 1} f(x) = 2
    • For g(x)g(x) at x=1x = 1, the left-hand limit and right-hand limit are not equal, so limx1g(x)\lim_{x \to 1} g(x) Does Not Exist (DNE).
    • Result: If any constituent limit does not exist, the combined overall limit Does Not Exist (DNE).

Practice Problems

  • Problem A: Evaluate limx3(x3+2x25x+7)\lim_{x \to 3} (x^3 + 2x^2 - 5x + 7)

    • Direct substitution:     33+2(32)5(3)+7=27+2(9)15+7=27+1815+7=373^3 + 2(3^2) - 5(3) + 7 = 27 + 2(9) - 15 + 7 = 27 + 18 - 15 + 7 = 37
  • Problem B: Evaluate limx5x22x15x225\lim_{x \to 5} \frac{x^2 - 2x - 15}{x^2 - 25}

    • Substitution test: 522(5)155225=2510152525=00\frac{5^2 - 2(5) - 15}{5^2 - 25} = \frac{25 - 10 - 15}{25 - 25} = \frac{0}{0} (indeterminate).
    • Factor numerator: (x5)(x+3)(x - 5)(x + 3)
    • Factor denominator: (x5)(x+5)(x - 5)(x + 5)
    • Rewrite limit:     limx5(x5)(x+3)(x5)(x+5)=limx5x+3x+5\lim_{x \to 5} \frac{(x - 5)(x + 3)}{(x - 5)(x + 5)} = \lim_{x \to 5} \frac{x + 3}{x + 5}
    • Direct substitution:     5+35+5=810=45=0.8\frac{5 + 3}{5 + 5} = \frac{8}{10} = \frac{4}{5} = 0.8