Navigation: Wiki Home > Skills > Continuity of Combined Functions
Quick Links: Arithmetic Rules | Composition Rule | Building Blocks | Practice
Test yourself on these prerequisite skills:
Yes—polynomials are continuous everywhere. (But can you explain why using the definition?)
Answer: $f(g(x)) = (\sin x)^2 = \sin^2 x$
Answer: $x \geq 1$, or $[1, \infty)$
If you struggled:
Here's a powerful principle: if you know certain "basic" functions are continuous, you can build infinitely many continuous functions by adding, multiplying, dividing, and composing them.
Why is this valuable? Because it means you rarely need to verify continuity from scratch. Instead of checking the three conditions for $f(x) = \sin(x^3 + e^x)$, you can simply observe: polynomials are continuous, $e^x$ is continuous, $\sin$ is continuous, sums and compositions of continuous functions are continuous—therefore $f$ is continuous everywhere.
This "Lego-block" approach to continuity is your most efficient tool for limit evaluation. If a function is continuous at $a$, then $\lim_{x \to a} f(x) = f(a)$—just plug in.
| Property | Value |
|---|---|
| Chapter | 1.8 |
| Course | MATH161 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
| Operation | If $f$, $g$ continuous at $a$... | Result is continuous at $a$? |
|---|---|---|
| $f + g$ | — | ✅ Yes |
| $f - g$ | — | ✅ Yes |
| $c \cdot f$ | — | ✅ Yes |
| $f \cdot g$ | — | ✅ Yes |
| $\frac{f}{g}$ | AND $g(a) \neq 0$ | ✅ Yes |
| $f \circ g$ | AND $f$ continuous at $g(a)$ | ✅ Yes |
The Power Move: If you can build a function from continuous "building blocks" (polynomials, trig, exp, log) using these operations, it's continuous on its natural domain.
If $f$ and $g$ are continuous at $a$, then:
| Operation | Result | Continuity |
|---|---|---|
| Sum | $f + g$ | Continuous at $a$ |
| Difference | $f - g$ | Continuous at $a$ |
| Constant multiple | $cf$ (where $c \in \mathbb{R}$) | Continuous at $a$ |
| Product | $f \cdot g$ | Continuous at $a$ |
| Quotient | $\dfrac{f}{g}$ | Continuous at $a$ if $g(a) \neq 0$ |
Key insight: These rules follow directly from the corresponding limit laws. Since continuity means $\lim = f(a)$, and limits obey these arithmetic operations, so does continuity.
If $g$ is continuous at $a$ and $f$ is continuous at $g(a)$, then:
$$\boxed{f \circ g \text{ is continuous at } a}$$
In other words: A continuous function of a continuous function is continuous.
Visualizing composition:
g f
a ────────→ g(a) ────────→ f(g(a))
g continuous f continuous f∘g continuous
at a at g(a) at a
Example: $h(x) = \sin(x^2)$
These fundamental functions are continuous on their entire domains:
| Function Type | Examples | Domain |
|---|---|---|
| Polynomials | $x^3 - 2x + 1$ | All $\mathbb{R}$ |
| Rational functions | $\dfrac{x^2+1}{x-3}$ | Where denominator $\neq 0$ |
| Root functions | $\sqrt{x}$, $\sqrt[3]{x}$ | Where radicand makes sense |
| Trigonometric | $\sin x$, $\cos x$, $\tan x$ | Their natural domains |
| Exponentials | $e^x$, $2^x$ | All $\mathbb{R}$ |
| Logarithms | $\ln x$, $\log x$ | $(0, \infty)$ |
The power of this list: By combining these with arithmetic operations and composition, you can determine continuity of almost any function you'll encounter.
$$f(x) = \sqrt{x^2 - 4}$$
This function is continuous on its domain: $(-\infty, -2] \cup [2, \infty)$.
Why?
Important: A function can be continuous on its domain even if that domain has gaps. "Continuous" doesn't mean "defined everywhere."
Goal: Determine where $f(x)$ is continuous.
Step 1: Identify the "building blocks" in the function (polynomials, trig, exp, log, roots, etc.)
Step 2: Note their domains of continuity.
Step 3: Apply arithmetic and composition rules.
Step 4: State: "$f$ is continuous on [domain], which is..."
Example: $f(x) = \ln(\cos x)$
| Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| "Sum of continuous = continuous everywhere" | True, but domain matters! | Continuous on the intersection of domains |
| Forgetting quotient restriction | $\frac{f}{g}$ undefined where $g = 0$ | Always exclude $g(x) = 0$ points |
| Wrong composition order | $(f \circ g)(x) = f(g(x))$, not $g(f(x))$ | $g$ is inner (applied first), $f$ is outer |
| Assuming $\sqrt{f}$ continuous if $f$ continuous | Only where $f(x) \geq 0$ | Find domain where $f(x) \geq 0$ first |
| "Continuous on domain" = "continuous everywhere" | These are different statements | Be explicit about the domain |
When analyzing $h(x) = f(g(k(x)))$, work from inside out:
The answer is the intersection: $D_1 \cap D_2 \cap D_3$
Example: $\sqrt{\ln(x^2)}$
If $f(x) = x^2$ and $g(x) = \sin x$, explain why $h(x) = x^2 + \sin x$ is continuous for all real numbers.
A student says: "Since $\sin x$ and $\frac{1}{x}$ are both continuous on their domains, $\sin x \cdot \frac{1}{x}$ must be continuous for all $x \neq 0$."
Is this reasoning correct?
(A) Yes—the product rule guarantees this
(B) No—you need both functions defined at the SAME points
(C) No—the product rule only works for polynomials
(D) It depends on whether the functions are differentiable
Show that $F(x) = e^{\cos x}$ is continuous on $\mathbb{R}$.
Determine where $G(x) = \dfrac{\sin x}{x^2 - 4}$ is continuous.
Determine the domain on which $H(x) = \sqrt{\ln(x)}$ is continuous.
Prove that if $f$ is continuous at $a$ and $f(a) > 0$, then there exists an interval $(a - \delta, a + \delta)$ on which $f(x) > 0$.
Novice (Level 1-2):
Competent (Level 3):
Proficient (Level 4-5):
The "Lego Blocks" Analogy:
The basic continuous functions (polynomials, trig, exp, log) are like Lego blocks. You can snap them together using addition, multiplication, division, and composition. As long as you follow the rules (no dividing by zero, no square roots of negatives), you automatically get a continuous structure.
When you see a complex function like $\ln(\sin(x^2 + 1))$, don't panic. Just trace the Lego blocks:
Looking back:
Looking ahead:
Real-world connections:
The gravitational force exerted by Earth on a unit mass at distance $r$ from Earth's center is:
$$F(r) = \begin{cases} \dfrac{GMr}{R^3} & \text{if } r < R \text{ (inside Earth)} \\[10pt] \dfrac{GM}{r^2} & \text{if } r \geq R \text{ (outside Earth)} \end{cases}$$
where $M$ = Earth's mass, $R$ = Earth's radius, $G$ = gravitational constant.
Is $F$ continuous?
At the boundary $r = R$:
From inside: $\lim_{r \to R^-} F(r) = \dfrac{GMR}{R^3} = \dfrac{GM}{R^2}$
From outside: $\lim_{r \to R^+} F(r) = \dfrac{GM}{R^2}$
Value at boundary: $F(R) = \dfrac{GM}{R^2}$
Both limits equal the function value! ✓
So $F$ is continuous at $r = R$, meaning gravity transitions smoothly as you pass through Earth's surface.
Physical insight: Nature "chose" the formulas so that they match at the boundary—no abrupt changes in gravitational force.
| Previous | Up | Next |
|---|---|---|
| Types of Discontinuities | Skills Index | Intermediate Value Theorem |
Last updated: 2026-01-22