Skip to main content
The new Teacher Workspace is here. Your first 3 assignments are free. Try it →

3.1 Definition and types of continuity

Updated March 2026Fiveable Content Team
Fiveable

Differential Calculus Unit 3 Review

QR code for Differential Calculus practice questions

3.1 Definition and types of continuity

Continuity is a crucial concept in calculus, describing how functions behave without breaks or jumps. It's the foundation for understanding limits and derivatives, helping us analyze smooth, predictable function behavior.

Continuous functions are like unbroken pencil lines – no lifting the pencil off the paper. We'll explore different types of discontinuities, learn how to spot them, and see why continuity matters in real-world applications.

Continuity

Continuity at points and intervals

  • Function f(x)f(x) is continuous at point aa if:
    • f(a)f(a) exists (the function is defined at point aa)
    • limxaf(x)\lim_{x \to a} f(x) exists (the limit of the function as xx approaches aa exists)
    • limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) (the limit of the function as xx approaches aa equals the function value at aa)
  • Function is continuous on interval [a,b][a, b] if it is continuous at every point within the interval
    • No breaks, holes, or jumps in the graph of the function on the interval (sin(x)\sin(x) on [π,π][-\pi, \pi])
    • Function is defined at every point in the interval (polynomial functions)
Continuity at points and intervals, The Limit of a Function · Calculus

Types of function discontinuities

  • Removable discontinuity occurs when:
    • limxaf(x)\lim_{x \to a} f(x) exists, but f(a)f(a) is either undefined or not equal to the limit value
    • Appears as a hole in the graph of the function (x21x1\frac{x^2-1}{x-1} at x=1x=1)
  • Jump discontinuity happens when:
    • Both one-sided limits, limxaf(x)\lim_{x \to a^-} f(x) and limxa+f(x)\lim_{x \to a^+} f(x), exist but have different values
    • Graph shows a jump at the point of discontinuity (step functions, x\lfloor x \rfloor at integer values)
  • Infinite discontinuity arises when:
    • At least one of the one-sided limits, limxaf(x)\lim_{x \to a^-} f(x) or limxa+f(x)\lim_{x \to a^+} f(x), is infinite
    • Graph has a vertical asymptote at the point of discontinuity (1x\frac{1}{x} at x=0x=0)
Continuity at points and intervals, Continuity | Precalculus

Determining function continuity

  • Using the definition:
  1. Check if f(a)f(a) is defined at the point of interest
  2. Evaluate limxaf(x)\lim_{x \to a} f(x) using limit laws and techniques
  3. Compare the values of limxaf(x)\lim_{x \to a} f(x) and f(a)f(a); if equal, the function is continuous at aa
  • Examining the graph:
    • Identify any holes (removable discontinuities), jumps (jump discontinuities), or vertical asymptotes (infinite discontinuities)
    • If the graph is unbroken with no holes, jumps, or vertical asymptotes, the function is continuous on its domain (trigonometric functions on their respective periods)

Applications of continuous functions

  • Properties of continuous functions:
    • Sum, difference, product, and quotient of continuous functions are also continuous (f(x)=x2+sin(x)f(x)=x^2+\sin(x) is continuous on R\mathbb{R})
    • Composition of continuous functions is continuous (f(x)=cos(ln(x))f(x)=\cos(\ln(x)) is continuous on (0,)(0,\infty))
    • Intermediate Value Theorem: If f(x)f(x) is continuous on [a,b][a, b] and kk is between f(a)f(a) and f(b)f(b), then there exists a c[a,b]c \in [a, b] such that f(c)=kf(c) = k
  • Solving problems using continuity:
    • Determine the continuity of combined or composed functions using the properties of continuous functions
    • Apply the Intermediate Value Theorem to prove the existence of solutions to equations (cos(x)=x\cos(x)=x has a solution on [0,1][0, 1]) or intersections of graphs (y=xy=x and y=cos(x)y=\cos(x) intersect on [0,1][0, 1])