ACEpath
Select Subject
Select Unit

Limits

A limit describes the value that a function approaches as the input approaches a certain point. Written as: limxcf(x)=L\lim_{x \to c} f(x) = L

The limit can exist even if the function is undefined at point c.

Instantaneous Velocity

Instantaneous velocity is the limit of average velocity as the time interval approaches zero: v(t0)=limΔt0s(t0+Δt)s(t0)Δtv(t_0) = \lim_{\Delta t \to 0} \frac{s(t_0 + \Delta t) - s(t_0)}{\Delta t}

Secant/tangent Lines

  • Secant line: Line through two points on a curve
  • Tangent line: Limit of secant lines as points approach each other
  • Slope of tangent = derivative at that point

One-sided And Two-sided Limits

  • Left-hand limit: limxcf(x)\lim_{x \to c^-} f(x)
  • Right-hand limit: limxc+f(x)\lim_{x \to c^+} f(x)
  • Two-sided limit exists iff: limxcf(x)=limxc+f(x)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x)

Graphical Analysis

  • Look at behavior as x approaches from both sides
  • Identify holes, jumps, and asymptotes
  • Check for undefined points

Behavior Near A Point

  • Continuity: graph approaches same value from both sides
  • Jump discontinuity: different left/right limits
  • Infinite discontinuity: vertical asymptote behavior

Numerical Approach

Use values approaching c from both sides:

xf(x)
1.93.61
1.993.9601
2.014.0401
2.14.41

As x -> 2, f(x) -> 4

Limit Laws

If limxcf(x)=L\lim_{x \to c} f(x) = L and limxcg(x)=M\lim_{x \to c} g(x) = M:

  • Sum: lim(f+g)=L+M\lim (f + g) = L + M
  • Difference: lim(fg)=LM\lim (f - g) = L - M
  • Product: lim(fg)=LM\lim (f \cdot g) = L \cdot M
  • Quotient: lim(f/g)=L/M\lim (f/g) = L/M (if M ≠ 0)
  • Constant: limkf=kL\lim k \cdot f = k \cdot L
  • Power: limfn=Ln\lim f^n = L^n

Direct Substitution

For continuous functions at c: limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Works for: polynomials, rational functions (where defined), trig, exponential, and log functions at continuous points.

Factoring And Conjugates

For 00\frac{0}{0} indeterminate form:

Factoring example: limx2x24x2=limx2(x2)(x+2)x2=limx2(x+2)=4\lim_{x \to 2}\frac{x^2 - 4}{x - 2} = \lim_{x \to 2}\frac{(x-2)(x+2)}{x-2} = \lim_{x \to 2}(x+2) = 4

Conjugate example: limx0x+11xx+1+1x+1+1=limx0xx(x+1+1)=12\lim_{x \to 0}\frac{\sqrt{x+1} - 1}{x} \cdot \frac{\sqrt{x+1} + 1}{\sqrt{x+1} + 1} = \lim_{x \to 0}\frac{x}{x(\sqrt{x+1} + 1)} = \frac{1}{2}

Bounding Functions

Find functions that bound your function from above and below, both approaching the same limit.

Squeeze Theorem Application

If g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) near c, and limxcg(x)=limxch(x)=L\lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, then limxcf(x)=L\lim_{x \to c} f(x) = L

Continuity

A function f is continuous at c if:

  1. f(c) is defined
  2. limxcf(x)\lim_{x \to c} f(x) exists
  3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Types Of Discontinuities

  • Removable: Hole in graph (limit exists, function undefined or different value)
  • Jump: Left and right limits exist but are different
  • Infinite: Function approaches ±∞ (vertical asymptote)
  • Oscillating: Function oscillates wildly (e.g., sin(1/x)\sin(1/x) near 0)

Definition Of Continuity

Function f is continuous at c if: limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)

This requires:

  • f(c) exists
  • Limit exists
  • They are equal

Continuity On Intervals

  • Open interval (a,b): Continuous at every point in (a,b)
  • Closed interval [a,b]: Continuous on (a,b), continuous from right at a, continuous from left at b

Polynomial And Rational Functions

  • Polynomials: Continuous everywhere (all real numbers)
  • Rational functions: Continuous everywhere except where denominator = 0
  • Root functions: Continuous on domain (even roots: x ≥ 0; odd roots: all real)
  • Trig functions: Continuous on their domains
  • Exponential functions: Continuous everywhere
  • Log functions: Continuous for x > 0

Limit Vs. Function Value

For removable discontinuities, the limit exists but doesn't equal the function value (or function is undefined).

Redefining Functions

Create a continuous function by redefining at the point of discontinuity: g(x)={f(x)xclimxcf(x)x=cg(x) = \begin{cases} f(x) & x \neq c \\ \lim_{x \to c} f(x) & x = c \end{cases}

Vertical Asymptote Behavior

limxcf(x)=±\lim_{x \to c} f(x) = \pm\infty

Vertical asymptote at x = c if:

  • limxcf(x)=±\lim_{x \to c^-} f(x) = \pm\infty or
  • limxc+f(x)=±\lim_{x \to c^+} f(x) = \pm\infty

Common in rational functions where denominator = 0 (and numerator ≠ 0).

Limits At Infinity

limxf(x)=L or limxf(x)=L\lim_{x \to \infty} f(x) = L \text{ or } \lim_{x \to -\infty} f(x) = L

For rational functions, compare degrees:

  • Numerator degree < denominator degree: limit = 0
  • Degrees equal: limit = ratio of leading coefficients
  • Numerator degree > denominator degree: limit = ±∞

Horizontal/slant Asymptotes

  • Horizontal asymptote: y = L if limx±f(x)=L\lim_{x \to \pm\infty} f(x) = L
  • Slant (oblique) asymptote: When numerator degree = denominator degree + 1, find by polynomial division

Ivt Statement

If f is continuous on [a, b] and k is any value between f(a) and f(b), then there exists at least one c ∈ (a, b) such that f(c) = k.

Existence Of Zeros/roots

Corollary: If f is continuous on [a, b] and f(a) - f(b) < 0 (opposite signs), then there exists c ∈ (a, b) such that f(c) = 0.

Used to prove existence of solutions to equations.