Functions, Limits, and Continuity

Functions, Limits, and Continuity

Differential calculus begins with a rigorous understanding of functions and their behavior as inputs approach specific values. This topic covers the essential building blocks: limits and continuity.

The Limit Concept

The limit of a function f(x)f(x) as xx approaches a value cc, denoted as limxcf(x)=L\lim_{x \to c} f(x) = L, means that as xx gets arbitrarily close to cc (but not equal to cc), the value of f(x)f(x) gets arbitrarily close to LL.

Key points:

  • The value of f(c)f(c) does not affect the limit.
  • Left-hand limit: limxcf(x)\lim_{x \to c^-} f(x)
  • Right-hand limit: limxc+f(x)\lim_{x \to c^+} f(x)
  • For the limit to exist, the left-hand and right-hand limits must be equal.

Limit Laws

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

  1. Sum/Difference: limxc[f(x)±g(x)]=L±M\lim_{x \to c} [f(x) \pm g(x)] = L \pm M
  2. Product: limxc[f(x)g(x)]=LM\lim_{x \to c} [f(x) \cdot g(x)] = L \cdot M
  3. Quotient: limxcf(x)g(x)=LM\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M} (provided M0M \neq 0)
  4. Power: limxc[f(x)]n=Ln\lim_{x \to c} [f(x)]^n = L^n
  5. Root: limxcf(x)n=Ln\lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{L}
Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Continuity

A function f(x)f(x) is continuous at a point x=cx = c if three conditions are met:

  1. f(c)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 Discontinuity

  • Removable Discontinuity: The limit exists, but f(c)f(c) is either undefined or not equal to the limit. (e.g., a hole in the graph).
  • Jump Discontinuity: The left-hand and right-hand limits exist but are not equal. (e.g., piecewise functions).
  • Infinite Discontinuity: One or both of the one-sided limits go to infinity. (e.g., vertical asymptotes).

Infinite Limits and Limits at Infinity

Infinite Limits: If f(x)f(x) increases or decreases without bound as xcx \to c, we say the limit is \infty or -\infty. This indicates a vertical asymptote at x=cx = c.

Limits at Infinity: We analyze the behavior of f(x)f(x) as xx \to \infty or xx \to -\infty.

  • For rational functions P(x)Q(x)\frac{P(x)}{Q(x)}:
    • If degree of P<P < degree of QQ, limit is 0.
    • If degree of P>P > degree of QQ, limit is ±\pm \infty.
    • If degree of P=P = degree of QQ, limit is the ratio of leading coefficients.
Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue