Limit Concepts and Theorems

  • Finding Limits

    • The limit of the product of two functions can be found using the property:
      lim<em>xa[f(x)g(x)]=lim</em>xaf(x)limxag(x)\lim<em>{x \to a} [f(x) \cdot g(x)] = \lim</em>{x \to a} f(x) \cdot \lim_{x \to a} g(x)
    • Example:
    • lim<em>x[2+lim</em>x1x]\lim<em>{x \to \infty} [2 + \lim</em>{x \to \infty} \frac{1}{x}]
    • As xx approaches infinity, 1x\frac{1}{x} approaches 0. Thus, the entire limit equals:
      2+0=22 + 0 = 2
  • Horizontal Asymptote

    • A horizontal asymptote exists if:
      limxf(x)=l\lim_{x \to \infty} f(x) = l
    • If ll is a constant, y=ly = l is a horizontal asymptote.
    • Example: For the function 2+1x2 + \frac{1}{x}, as xx approaches infinity, the horizontal asymptote is at y=2y = 2.
  • Behavior of Functions at Infinity

    • To study the function's behavior at infinity, consider both ends:
    • Functions may approach a finite limit or infinity.
    • Example with 1x\frac{1}{x}:
    • lim<em>x1x=0\lim<em>{x \to \infty} \frac{1}{x} = 0, and lim</em>x1x=0\lim</em>{x \to -\infty} \frac{1}{x} = 0.
  • Squeeze Theorem

    • Useful for finding limits when a function is bounded by two others:
    • If f(x)h(x)g(x)f(x) \leq h(x) \leq g(x) and lim<em>xaf(x)=lim</em>xag(x)=l\lim<em>{x \to a} f(x) = \lim</em>{x \to a} g(x) = l then limxah(x)=l\lim_{x \to a} h(x) = l.
    • Example using sine:
    • 1sin(x)1-1 \leq \sin(x) \leq 1 implies:
      1xsin(x)x1x\frac{-1}{x} \leq \frac{\sin(x)}{x} \leq \frac{1}{x}; thus, limxsin(x)x=0\lim_{x \to \infty} \frac{\sin(x)}{x} = 0.
  • General Rules for Limits at Infinity

    • For polynomial functions:
    • limxxn=\lim_{x \to \infty} x^n = \infty (for n > 0).
    • limxxn=0\lim_{x \to \infty} x^n = 0 (for n < 0).
    • Products and constant multiples:
    • lim<em>xcxn=clim</em>xxn\lim<em>{x \to \infty} c \cdot x^n = c \cdot \lim</em>{x \to \infty} x^n.
  • Finding Rational Function Limits

    • When dealing with rational functions:
    • The limit is found by dividing leading coefficients if degrees are equal:
      • For a<em>nxn+extlowertermsb</em>mxm+extlowerterms\frac{a<em>n x^n + ext{lower terms}}{b</em>m x^m + ext{lower terms}},
      • if n=mn=m, then a<em>nb</em>m\frac{a<em>n}{b</em>m}.
    • Example: For 3x3+2x24x3+2\frac{3x^3 + 2x - 2}{4x^3 + 2}:
    • limx=34\lim_{x \to \infty} = \frac{3}{4}.
  • Summary of Rules

    • Rule of Polynomials: $\lim_{x \to a} c = c$
    • Addition and Subtraction of Limits: $\lim{x \to a} [f(x) + g(x)] = \lim{x \to a} f(x) + \lim_{x \to a} g(x)$
    • Product of Limits: $\lim{x \to a} [f(x) \cdot g(x)] = \lim{x \to a} f(x) \cdot \lim_{x \to a} g(x)$
    • Quotient of Limits: If g(x)0g(x) \neq 0, \$\lim{x \to a} \frac{f(x)}{g(x)} = \frac{\lim{x \to a} f(x)}{\lim_{x \to a} g(x)}$.