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

Product, Quotient Rules & Higher-Order Derivatives

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: limxa(f(x)+g(x))=limxaf(x)+limxag(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: limxa(f(x)g(x))=limxaf(x)limxag(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: limxa(f(x)g(x))=limxaf(x)limxag(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: limxaf(x)g(x)=limxaf(x)limxag(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: limxag(f(x))=g(limxaf(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=xg(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 nNn \in \mathbb{N}, there exists xn[a,b]x_n \in [a,b] such that f(xn)>M1nf(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, limkf(xnk)=f(x0)\lim_{k \to \infty} f(x_{n_k}) = f(x_0), but limkf(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)=x3xf(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 1f(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 KJK \subseteq J, there exists an interval LIL \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)=x3x1f(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 maxf(x)maxg(x)\max f(x) \leq \max g(x) and minf(x)ming(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 maxf(x)=1maxg(x)=1\max f(x) = 1 \leq \max g(x) = 1 and minf(x)=0ming(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)=x3x1f(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
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →