Suppose F And G Are Continuous Functions Such That

11 min read

Suppose f and g are continuous functions such that you're staring at a limit problem at 11 PM and wondering why your professor didn't just say "plug it in."

We've all been there. On the flip side, the theorem says continuous functions play nice with limits. But then you get a composition, a quotient, or something weird like f(x)g(x) where g(x) hits zero, and suddenly the clean rule feels murky That's the whole idea..

Here's the thing: continuity is one of those concepts that sounds simple until you actually have to use it. In real terms, then it gets subtle. Let's clear up the confusion once and for all.

What Continuous Functions Actually Are

Forget the epsilon-delta definition for a minute. A function is continuous at a point if three things happen:

  1. The function exists at that point
  2. The limit exists at that point
  3. They're equal

That's it. No jumps, no holes, no vertical asymptotes. You can draw it without lifting your pencil — the classic intuition that actually holds up surprisingly well Practical, not theoretical..

The Formal Definition (When You Need It)

For the record: f is continuous at c if for every ε > 0, there exists δ > 0 such that |x - c| < δ implies |f(x) - f(c)| < ε.

You'll use this exactly twice: once on a midterm, once to prove something else. The rest of the time, you'll use the algebraic properties below.

Continuity on an Interval

A function is continuous on an interval if it's continuous at every point in that interval. Closed intervals [a, b] need one-sided continuity at the endpoints. Open intervals (a, b) don't Still holds up..

This distinction matters for the Extreme Value Theorem and Intermediate Value Theorem — more on those later It's one of those things that adds up..

Why Continuity Matters More Than You Think

Continuity isn't just a "nice to have" property. It's the backbone of calculus Not complicated — just consistent..

Limits Become Trivial

If f is continuous at c, then lim(x→c) f(x) = f(c). You just plug in c. Done It's one of those things that adds up..

This is why we spend so much time proving functions are continuous. Once you know it, limit problems evaporate.

The Theorems That Run Calculus

Intermediate Value Theorem: If f is continuous on [a, b] and N is between f(a) and f(b), there's some c in (a, b) where f(c) = N.

Translation: continuous functions can't skip values. Which means if you're at 3 and later at 7, you hit 5 somewhere. This proves roots exist. It's why your graphing calculator's "zero" button works Worth keeping that in mind..

Extreme Value Theorem: If f is continuous on a closed interval [a, b], it attains a maximum and minimum on that interval.

No continuity? Because of that, f(x) = 1/x on (0, 1) has no max. In real terms, f(x) = x on (0, 1) has no max or min. And no guarantee. The closed interval and continuity are both doing work here.

Mean Value Theorem: Needs continuity on [a, b] and differentiability on (a, b). The continuity part isn't optional — it's what keeps the function from having a gap where the secant line slope means nothing.

Operations That Preserve Continuity

Here's where "suppose f and g are continuous" becomes useful. If f and g are continuous at c, then:

Sums and Differences

f + g and f - g are continuous at c Easy to understand, harder to ignore..

Proof sketch: lim(f(x) ± g(x)) = lim f(x) ± lim g(x) = f(c) ± g(c). The limit laws do the heavy lifting.

Products

f · g is continuous at c That's the part that actually makes a difference..

Same idea: limit of a product is product of limits And that's really what it comes down to..

Scalar Multiplication

k·f is continuous at c for any constant k.

Quotients — With a Catch

f/g is continuous at c provided g(c) ≠ 0 It's one of those things that adds up..

This is where students lose points. If g(c) = 0, all bets are off. The quotient might have a removable discontinuity, a vertical asymptote, or something weirder.

Example: f(x) = x, g(x) = x. Both continuous everywhere. f/g = 1 for x ≠ 0, undefined at 0. Removable discontinuity.

Example: f(x) = 1, g(x) = x. On the flip side, f/g = 1/x. Vertical asymptote at 0 The details matter here..

Example: f(x) = x², g(x) = x. That said, f/g = x for x ≠ 0. Removable discontinuity Easy to understand, harder to ignore..

The algebra matters. Don't assume.

Compositions — The Big One

If g is continuous at c and f is continuous at g(c), then f ∘ g is continuous at c.

Read that condition carefully: f must be continuous at g(c), not just "continuous somewhere."

This is the chain rule's quiet partner. You use it every time you evaluate lim(sin(x²)) or lim(e^(cos x)) by plugging in Easy to understand, harder to ignore. Which is the point..

Common Mistakes / What Most People Get Wrong

Assuming Continuity Without Checking

"Suppose f and g are continuous" is a hypothesis. That's why in homework problems, it's given. In real applications, you have to verify it.

Polynomials? Exponentials and logs? Continuous wherever the denominator isn't zero. That said, continuous on their domains. Continuous everywhere. Rational functions? So naturally, trig functions? Continuous on their domains.

But piecewise functions? Absolute values? Even so, functions with removable discontinuities "fixed" by redefinition? You have to check the three conditions at the boundary points Worth knowing..

Forgetting the Domain on Compositions

f(x) = √x, g(x) = x - 1. Both continuous on their domains.

f(g(x)) = √(x - 1). Because of that, this is continuous on [1, ∞) — not all real numbers. The domain of the composition is {x : g(x) is in domain of f}.

Students constantly write "continuous everywhere" for √(x - 1). It's not. It's continuous on its domain Most people skip this — try not to..

Confusing "Continuous at a Point" with "Continuous on an Interval"

A function can be continuous at every point in its domain but not on an interval Worth keeping that in mind..

f(x) = 1/x is continuous at every point in its domain (-∞, 0) ∪ (0, ∞). But it's not continuous on [-1, 1] because 0 isn't in the domain.

This trips people up on IVT and EVT problems constantly.

The Quotient Trap

"Suppose f and g are continuous and g(c) ≠ 0. Then f/g is continuous at c."

True. But the converse isn't: if g(c) = 0, f/g might still have a removable discontinuity. You have to check the limit.

Practical Tips / What Actually Works

For Limit Problems

  1. Identify the function type: polynomial, rational, trig, exponential, log, composition, piecewise?
  2. Check continuity at the limit point: Is the point in the domain? For rational functions, is the denominator zero?
  3. If continuous: Plug in. Done.
  4. If not continuous: Factor, rationalize, use conjugates, L'Hôpital's, squeeze theorem, or known limits.

For Proving Continuity

**At a

For Proving Continuity

When you need to prove that a function is continuous at a point (or on an interval), the approach depends on what you already know about the building blocks It's one of those things that adds up..

1. apply Known Continuous Families

If a function can be written as a combination of the “safe” families—polynomials, rational functions (away from zeros), trigonometric functions, exponentials, logarithms, and the absolute‑value function—then continuity follows from the following facts:

Operation Continuity Result
Sum / difference of continuous functions Continuous
Product of continuous functions Continuous
Quotient of continuous functions (provided the denominator ≠ 0) Continuous
Composition (f!\circ!g) Continuous provided (g) is continuous at (c) and (f) is continuous at (g(c))

Thus, to prove continuity of a composite like (\sin\bigl(e^{x}\bigr)) at (x_{0}), verify that (e^{x}) is continuous everywhere, and that (\sin) is continuous at every real number (including the value (e^{x_{0}})). The composition theorem then guarantees continuity of the whole.

2. Use the Epsilon‑Delta Definition When the Function Is “Messy”

If the expression involves piecewise definitions, radicals, or functions whose continuity isn’t immediately obvious, fall back to the formal definition:

A function (h) is continuous at (a) iff for every (\varepsilon>0) there exists a (\delta>0) such that (|x-a|<\delta) implies (|h(x)-h(a)|<\varepsilon) Worth keeping that in mind..

Strategy:

  1. Isolate the problematic part (e.g., a radical or a piecewise branch).
  2. Bound the difference (|h(x)-h(a)|) using algebraic manipulations, the triangle inequality, and known inequalities (e.g., (|\sqrt{u}-\sqrt{v}|\le |u-v|/( \sqrt{u}+\sqrt{v}))).
  3. Choose (\delta) as the minimum of a few candidate values that keep the bound below (\varepsilon).

Example. Prove continuity of (h(x)=\sqrt{x-2}) at (a=3) The details matter here. No workaround needed..

  • First note (h(3)=1).
  • For (|x-3|<\delta) we have (|x-2-1|=|x-3|).
  • Using the inequality (|\sqrt{u}-\sqrt{v}|\le|u-v|/(\sqrt{u}+\sqrt{v})) with (u=x-2) and (v=1) gives
    [ |h(x)-h(3)|\le\frac{|x-3|}{\sqrt{x-2}+1}. ]
  • If we restrict (\delta\le1), then (x\in[2,4]) and (\sqrt{x-2}+1\ge1). Hence
    [ |h(x)-h(3)|\le|x-3|<\varepsilon ]
    by taking (\delta=\min{1,\varepsilon}). This completes the epsilon‑delta proof.

3. Apply the Intermediate Value Theorem (IVT) to Verify “No Gaps”

When you need to show that a function attains a particular value, the IVT can serve as an indirect continuity check. If you can prove that a function is continuous on a closed interval ([a,b]) and that the function’s values at the endpoints have opposite signs, the IVT guarantees a root. This is often easier than a direct epsilon‑delta argument The details matter here..

4. Handle Piecewise Functions Carefully

A piecewise definition splits the domain into sub‑intervals. To prove continuity at a breakpoint (c):

  1. Check each side: Show the left‑hand limit and right‑hand limit exist and equal the function’s value at (c).
  2. Use one‑sided limits: For a function like
    [ p(x)=\begin{cases} x^{2}+1 & x<0,\[4pt] \sqrt{x}+2 & x\ge0,

4. Handle Piecewise Functions Carefully
A piecewise definition splits the domain into sub-intervals. To prove continuity at a breakpoint (c):

  1. Check each side: Show the left-hand limit and right-hand limit exist and equal the function’s value at (c).
  2. Use one-sided limits: For a function like
    [ p(x)=\begin{cases} x^{2}+1 & x<0,\ \sqrt{x}+2 & x\ge0, \end{cases} ]
    verify (p(0)) matches both (\lim_{x \to 0^-} p(x)) and (\lim_{x \to 0^+} p(x)). For (x \to 0^-), (p(x) \to 0^2 + 1 = 1). For (x \to 0^+), (p(x) \to \sqrt{0} + 2 = 2). Since (p(0) = 2 \neq 1), the function is discontinuous at (c = 0).

5. make use of Continuity of Elementary Functions
Many standard functions—polynomials, trigonometric, exponential, logarithmic (on their domains), and rational functions (where defined)—are inherently continuous. Take this: (f(x) = \frac{\sin(x)}{x}) is continuous for (x \neq 0). By defining (f(0) = 1) (via (\lim_{x \to 0} \frac{\sin(x)}{x} = 1)), continuity at (x = 0) is restored Simple as that..

6. Analyze Discontinuities with One-Sided Limits
For functions with potential discontinuities (e.g., rational functions with removable discontinuities), compute one-sided limits. If (\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)), the function is continuous at (c). Otherwise, identify jump, infinite, or essential discontinuities Not complicated — just consistent..

7. take advantage of Continuity Preservation Under Operations
Continuity is preserved under addition, subtraction, multiplication, division (where the denominator is non-zero), and composition. To give you an idea, if (f(x)) and (g(x)) are continuous at (c), then (f + g), (f \cdot g), and (\frac{f}{g}) (if (g(c) \neq 0)) are continuous at (c). This allows decomposing complex functions into simpler components It's one of those things that adds up..

8. Apply the Intermediate Value Theorem (IVT)
If (f) is continuous on ([a, b]) and (N) lies between (f(a)) and (f(b)), there exists (c \in (a, b)) such that (f(c) = N). This theorem indirectly confirms continuity on the interval and is critical for proving existence of roots or intermediate values Simple, but easy to overlook. No workaround needed..

Conclusion
Continuity is a foundational concept in calculus, ensuring smooth behavior of functions. By mastering the (\epsilon)-(\delta) definition, leveraging algebraic bounds, and utilizing theorems like the IVT, one can systematically verify continuity across diverse functions. For piecewise functions, careful analysis of one-sided limits at breakpoints is critical. Meanwhile, recognizing the inherent continuity of elementary functions simplifies proofs for compositions and combinations. Whether through direct limit analysis or indirect applications of IVT, these strategies provide a strong toolkit for tackling continuity challenges in both theoretical and applied contexts.

Just Finished

Hot Off the Blog

For You

One More Before You Go

Thank you for reading about Suppose F And G Are Continuous Functions Such That. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home