Calculus: Limits at Infinity, Indeterminate Forms, and Graphical Transformations

Redefining Functions and Removable Discontinuities

  • Expression evaluation and point redefinition:
    • Given the rational expression x+1x−3\frac{x+1}{x-3}, plugging in x=3x = 3 results in division by zero.
    • Evaluating the numerator at x=3x = 3 yields 3+1=43 + 1 = 4
    • To address the discontinuity at x=3x = 3, the function must be redefined at that point such that f(3)=4f(3) = 4

Limits at Infinity and Relative Growth Rates

  • Comparison of Power Functions vs. Exponential Functions:
    • Consider the ratio of a power function to an exponential function as x→∞x \to \infty: 10044100\frac{100^4}{4^{100}}
    • The numerator 1004100^4 is a fixed large number, but the denominator 41004^{100} represents 4×4×4…4 \times 4 \times 4 \dots multiplied 100100 times, making the denominator significantly larger than the numerator.
    • Extending the inputs to larger numbers such as 20044200\frac{200^4}{4^{200}}, the top is 2004200^4 while the bottom is 42004^{200} (44 multiplied 200200 times).
    • General Limit Behavior: For any base a>1a > 1 and power function exponent, the exponential function grows vastly faster than the power function:     lim⁡x→∞xkax=0\lim_{x \to \infty} \frac{x^k}{a^x} = 0
    • Dividing a power term by a much larger exponential term causes the expression to approach 00

Dominant Term Method for Indeterminate Forms

  • Evaluating Indeterminate Form ∞∞\frac{\infty}{\infty}:
    • Definition of Dominant Term: When evaluating limits as x→∞x \to \infty that yield ∞∞\frac{\infty}{\infty}, isolate the highest power term (dominant term) in the numerator and denominator and discard all lower-degree terms.
    • Shortened Evaluation Technique:
    • Retain only the term with the largest exponent in both numerator and denominator.
    • Simplify the resulting fraction before taking the limit.
    • Infinite Limits vs. Does Not Exist (DNE):
    • For an example simplification yielding x4x3=x\frac{x^4}{x^3} = x, as x→∞x \to \infty, the limit approaches ∞\infty
    • Traditional Limit Definition: A limit is strictly defined as a finite number. Because ∞\infty is not a finite number, some conventions designate limits evaluating to ∞\infty as DNE\text{DNE} (Does Not Exist), though writing ∞\infty describes the precise unbounded behavior.
    • Horizontal Asymptotes:
    • When the limit of y=f(x)y = f(x) as x→∞x \to \infty or x→−∞x \to -\infty approaches a finite constant cc, the line y=cy = c represents a horizontal asymptote.
    • Example: If yy gets arbitrarily close to 33 as x→∞x \to \infty, the horizontal asymptote is y=3y = 3

Graphical Analysis of Limits Using Desmos

  • Plotting Functions in Desmos:
    • Input expression format: f(x)=x2+x+5f(x) = \sqrt{x^2 + x + 5}
    • Key command for square root: Use SQRT syntax, such as SQRT(x^2 + x + 5).
    • Adjusting the viewing window:
    • Open the graph window settings to configure the xx-window range and yy-range.
    • Set bounds (e.g., xx from −100-100 to −5-5) to observe end-behavior as x→−∞x \to -\infty
  • Numerical Approximations via Table Feature:
    • Use the built-in Desmos table feature to evaluate function values near target limits.
    • Observe intermediate outputs (e.g., values near 2.0352.035) to accurately guess or confirm limit values.

Algebraic Rationalization for Indeterminate Form Infinity Minus Infinity

  • The Indeterminate Form ∞−∞\infty - \infty:
    • ∞−∞\infty - \infty is an indeterminate form and CANNOT be assumed to equal 00
    • As variables expand into larger domains ("larger boxes"), one infinite quantity may grow significantly faster than another, or both terms may be equivalent in order of magnitude.
  • Conjugate Pair Rationalization Method:
    • Used to evaluate indeterminate expressions involving square roots.
    • Step 1: Identify radical expression in the form a−ba - b
    • Step 2: Multiply and divide by the conjugate pair (a+b)(a + b):     (a−b)(a+b)a+b=a2−b2a+b\frac{(a - b)(a + b)}{a + b} = \frac{a^2 - b^2}{a + b}
    • Step 3: Expand the numerator using difference of squares to remove the square root: a2−b2a^2 - b^2
    • Step 4: Retain the sum a+ba + b in the denominator.
    • Step 5: Combine like terms in the numerator (e.g., collecting terms like −6x2-6x^2 and −2-2) and isolate dominant terms on the top and bottom to evaluate the limit.

Function Transformations and Point-by-Point Table Analysis

  • Coordinate Table Analysis for Graph Transformations:
    • Graph transformations can be analyzed point-by-point using coordinate tracking tables.
    • Map original (x,y)(x, y) points from the primary function to transformed (x,y)(x, y) points on the new function.
  • Transformation Examples and Point Shifts:
    • Original Point 1: (−4,2)(-4, 2)
    • Original Point 2: (5,4)(5, 4)
    • Transformation Rules Applied:
    • Horizontal translations modify the xx-row values (e.g., shifting x=5x = 5 to x=6x = 6).
    • Vertical scaling modifies the yy-row values (e.g., dividing the original yy-value 44 by 22 yields 11).
    • Shifted Point Result: (5,4)(5, 4) transforms to (6,1)(6, 1).
    • Horizontal asymptote lines and boundary points shift correspondingly across the transformed domain.