Fiveable

โˆฌDifferential Calculus Unit 3 Review

QR code for Differential Calculus practice questions

3.2 Properties of continuous functions

3.2 Properties of continuous functions

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆฌDifferential Calculus
Unit & Topic Study Guides

Continuous functions have special properties that make them powerful tools in calculus. These properties allow us to manipulate and analyze functions with ease, opening doors to solving complex problems.

Understanding how continuous functions behave when added, multiplied, or composed is crucial. These properties, along with theorems like the Extreme Value Theorem, help us prove important mathematical statements and solve real-world problems.

Properties of Continuous Functions

Properties of continuous functions

  • Sum of continuous functions remains continuous at the same point x=ax=a
    • Proven using limit laws: limโกxโ†’a(f(x)+g(x))=limโกxโ†’af(x)+limโกxโ†’ag(x)=f(a)+g(a)\lim_{x \to a} (f(x)+g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x) = f(a) + g(a)
  • Difference of continuous functions remains continuous at the same point x=ax=a
    • Proven using limit laws: limโกxโ†’a(f(x)โˆ’g(x))=limโกxโ†’af(x)โˆ’limโกxโ†’ag(x)=f(a)โˆ’g(a)\lim_{x \to a} (f(x)-g(x)) = \lim_{x \to a} f(x) - \lim_{x \to a} g(x) = f(a) - g(a)
  • Product of continuous functions remains continuous at the same point x=ax=a
    • Proven using limit laws: limโกxโ†’a(f(x)g(x))=limโกxโ†’af(x)โ‹…limโกxโ†’ag(x)=f(a)g(a)\lim_{x \to a} (f(x)g(x)) = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x) = f(a)g(a)
  • Quotient of continuous functions remains continuous at the same point x=ax=a, provided the denominator is non-zero at x=ax=a
    • Proven using limit laws: limโกxโ†’af(x)g(x)=limโกxโ†’af(x)limโกxโ†’ag(x)=f(a)g(a)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} = \frac{f(a)}{g(a)}, where g(a)โ‰ 0g(a) \neq 0

Continuity of composite functions

  • Composite function g(f(x))g(f(x)) is continuous at x=ax=a if:
    • Inner function f(x)f(x) is continuous at x=ax=a
    • Outer function g(x)g(x) is continuous at x=f(a)x=f(a)
  • Proven using limit laws: limโกxโ†’ag(f(x))=g(limโกxโ†’af(x))=g(f(a))\lim_{x \to a} g(f(x)) = g(\lim_{x \to a} f(x)) = g(f(a))
  • Determine continuity by checking both conditions for the inner and outer functions
    • Example: If f(x)=x2f(x) = x^2 is continuous on R\mathbb{R} and g(x)=xg(x) = \sqrt{x} is continuous on [0,โˆž)[0, \infty), then g(f(x))=x2=โˆฃxโˆฃg(f(x)) = \sqrt{x^2} = |x| is continuous on R\mathbb{R}
Properties of continuous functions, Continuity ยท Calculus

Extreme value theorem

  • Continuous function f(x)f(x) on a closed interval [a,b][a,b] attains its maximum and minimum values within the interval
  • Proven by contradiction:
    1. Assume f(x)f(x) does not attain its maximum value on [a,b][a,b]
    2. Let M=supโก{f(x):xโˆˆ[a,b]}M = \sup\{f(x) : x \in [a,b]\} be the least upper bound of f(x)f(x) on [a,b][a,b]
    3. For each nโˆˆNn \in \mathbb{N}, there exists xnโˆˆ[a,b]x_n \in [a,b] such that f(xn)>Mโˆ’1nf(x_n) > M - \frac{1}{n}
    4. By the Bolzano-Weierstrass Theorem, the sequence (xn)(x_n) has a convergent subsequence (xnk)(x_{n_k}) converging to some x0โˆˆ[a,b]x_0 \in [a,b]
    5. By continuity, limโกkโ†’โˆžf(xnk)=f(x0)\lim_{k \to \infty} f(x_{n_k}) = f(x_0), but limโกkโ†’โˆžf(xnk)=M\lim_{k \to \infty} f(x_{n_k}) = M, so f(x0)=Mf(x_0) = M, contradicting the assumption
    6. A similar proof can be used for the minimum value
  • Ensures the existence of maximum and minimum values for continuous functions on closed intervals

Applications of function continuity

  • Intermediate Value Theorem: If f(x)f(x) is continuous on [a,b][a,b] and y0y_0 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)=y0f(c) = y_0
    • Proves the existence of roots and helps find the range of a function
    • Example: If f(x)=x3โˆ’xf(x) = x^3 - x is continuous on [โˆ’1,1][-1,1] and f(โˆ’1)=โˆ’2<0f(-1) = -2 < 0 and f(1)=0f(1) = 0, then there exists a cโˆˆ(โˆ’1,1)c \in (-1,1) such that f(c)=โˆ’1f(c) = -1
  • Boundedness Theorem: If f(x)f(x) is continuous on a closed interval [a,b][a,b], then f(x)f(x) is bounded on [a,b][a,b]
    • Proves a function is bounded and helps find the range of a function
    • Example: If f(x)=sinโก(x)f(x) = \sin(x) is continuous on [0,2ฯ€][0, 2\pi], then f(x)f(x) is bounded on [0,2ฯ€][0, 2\pi] with โˆ’1โ‰คf(x)โ‰ค1-1 \leq f(x) \leq 1
  • Preservation of intervals: If f(x)f(x) is continuous on an interval II and f(I)โІJf(I) \subseteq J, then for any interval KโІJK \subseteq J, there exists an interval LโІIL \subseteq I such that f(L)=Kf(L) = K
    • Proves the existence of pre-images and helps find the domain of a composite function
    • Example: If f(x)=x2f(x) = x^2 is continuous on R\mathbb{R} and f(R)=[0,โˆž)f(\mathbb{R}) = [0, \infty), then for any interval [a,b]โІ[0,โˆž)[a,b] \subseteq [0, \infty), there exists an interval [โˆ’b,โˆ’a]โˆช[a,b]โІR[-\sqrt{b}, -\sqrt{a}] \cup [\sqrt{a}, \sqrt{b}] \subseteq \mathbb{R} such that f([โˆ’b,โˆ’a]โˆช[a,b])=[a,b]f([-\sqrt{b}, -\sqrt{a}] \cup [\sqrt{a}, \sqrt{b}]) = [a,b]
Properties of continuous functions, The Product and Quotient Rules - Wisewire

Applying Continuity Properties

Applying properties to solve problems and prove statements

  • Solving equations using the Intermediate Value Theorem
    • Proves the existence of a solution for a continuous function f(x)=0f(x) = 0 on an interval [a,b][a,b] if f(a)f(a) and f(b)f(b) have opposite signs
    • Example: If f(x)=x3โˆ’xโˆ’1f(x) = x^3 - x - 1 is continuous on [0,2][0,2] and f(0)=โˆ’1<0f(0) = -1 < 0 and f(2)=5>0f(2) = 5 > 0, then there exists a cโˆˆ(0,2)c \in (0,2) such that f(c)=0f(c) = 0
  • Proving inequalities using the Extreme Value Theorem
    • If f(x)f(x) and g(x)g(x) are continuous on [a,b][a,b] and f(x)โ‰คg(x)f(x) \leq g(x) for all xโˆˆ[a,b]x \in [a,b], then maxโกf(x)โ‰คmaxโกg(x)\max f(x) \leq \max g(x) and minโกf(x)โ‰คminโกg(x)\min f(x) \leq \min g(x)
    • Example: If f(x)=sinโก(x)f(x) = \sin(x) and g(x)=cosโก(x)g(x) = \cos(x) are continuous on [0,ฯ€2][0, \frac{\pi}{2}], then maxโกf(x)=1โ‰คmaxโกg(x)=1\max f(x) = 1 \leq \max g(x) = 1 and minโกf(x)=0โ‰คminโกg(x)=22\min f(x) = 0 \leq \min g(x) = \frac{\sqrt{2}}{2}
  • Approximating solutions using the Intermediate Value Theorem and the Bisection Method
    • If f(x)f(x) is continuous and f(a)f(a) and f(b)f(b) have opposite signs, the Bisection Method can approximate a solution to f(x)=0f(x) = 0 with arbitrary precision
    • Example: If f(x)=x3โˆ’xโˆ’1f(x) = x^3 - x - 1 is continuous on [1,2][1,2] and f(1)=โˆ’1<0f(1) = -1 < 0 and f(2)=5>0f(2) = 5 > 0, the Bisection Method can approximate a solution to f(x)=0f(x) = 0 by repeatedly halving the interval and selecting the subinterval where the function changes sign