Skip to main content

Continuity

Definition of Continuity

A function f(x)f(x) is considered continuous at a point cc if:

  • f(c)f(c) is defined.
  • The limit limxcf(x)\lim_{x \to c} f(x) exists.
  • The limit as xx approaches cc of f(x)f(x) is equal to f(c)f(c), i.e., limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c).

Continuity implies that f(x)f(x) is continuous at every point in its domain. For an open interval (a,b)(a, b), f(x)f(x) is continuous if it is continuous at every point cc where a<c<ba < c < b.

Continuity at a Point

For f(x)f(x) to be continuous at a point x=ax = a, these conditions must be met:

  • f(a)f(a) exists.
  • limxaf(x)\lim_{x \to a^-} f(x) exists and equals f(a)f(a) (continuity from the left).
  • limxa+f(x)\lim_{x \to a^+} f(x) exists and equals f(a)f(a) (continuity from the right).

Types of Continuity

  • Continuity from the Right: f(x)f(x) is continuous from the right at aa if limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a).
  • Continuity from the Left: f(x)f(x) is continuous from the left at aa if limxaf(x)=f(a)\lim_{x \to a^-} f(x) = f(a).

Continuity on Closed Intervals

f(x)f(x) is continuous on a closed interval [a,b][a, b] if:

  • It is continuous on (a,b)(a, b).
  • It is continuous from the right at aa (limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a)).
  • It is continuous from the left at bb (limxbf(x)=f(b)\lim_{x \to b^-} f(x) = f(b)).

Discontinuities occur when these conditions are not met, which could mean f(a)f(a) is undefined, the limit doesn't exist, or the limit as xx approaches aa doesn't equal f(a)f(a).

Continuous Functions and Composition

If f(x)f(x) is continuous at bb and limxag(x)=b\lim_{x \to a} g(x) = b then the composition of functions f(g(x))f(g(x)) is continuous at aa and:

limxaf(g(x))=f(limxag(x))=f(b)\lim_{x \to a} f(g(x)) = f\left( \lim_{x \to a} g(x) \right) = f(b)

This shows the relationship between the continuity of individual functions and their composition.

Examples of Continuous Functions

No.FunctionContinuity Condition
1PolynomialsContinuous for all xx
2Rational functionsContinuous except where division by zero occurs
3xn\sqrt[n]{x} (n odd)Continuous for all xx
4xn\sqrt[n]{x} (n even)Continuous for all x0x \geq 0
5exe^xContinuous for all xx
6ln(x)\ln(x)Continuous for x>0x > 0
7cos(x)\cos(x) and sin(x)\sin(x)Continuous for all xx
8tan(x)\tan(x) and sec(x)\sec(x)Continuous except at x=±π2,±3π2,x = \pm\frac{\pi}{2}, \pm\frac{3\pi}{2}, \ldots
9cot(x)\cot(x) and csc(x)\csc(x)Continuous except at x=0,±π,±2π,x = 0, \pm\pi, \pm2\pi, \ldots

Intermediate Value Theorem

The Intermediate Value Theorem (IVT) is an important concept in calculus and analysis which relates to the continuity of functions. It states the following:

  • Given a function f(x)f(x) that is continuous on the closed interval [a,b][a, b], and let MM be any number between f(a)f(a) and f(b)f(b).
  • There exists a number cc in the interval (a,b)(a, b) such that f(c)=Mf(c) = M.

This theorem guarantees that if f(x)f(x) is continuous over a range and takes on different values at the end of the interval, it will take on every value between them at least once. The IVT is fundamental for proving the existence of roots within an interval.

References