Quiz 2
Registry Synced

Continuity

1010 words
5 min read

Reading compass

Now · 🎯 Learning Objectives

Continuity

🎯 Learning Objectives

By the end of this topic, you will be able to:
  1. Determine if a function is continuous at a point
  2. Classify discontinuities as removable, jump, or infinite
  3. Apply the Intermediate Value Theorem to find roots
  4. Use properties of continuous functions in problem-solving

📋 Prerequisites


📖 Core Content

12.1 Intuition: Drawing Without Lifting the Pen

A function is continuous if you can draw its graph without lifting your pen from the paper. No holes, jumps, or breaks. Formally, continuity at x=ax = a requires three things:
  1. f(a)f(a) is defined
  2. limxaf(x)\lim_{x \to a} f(x) exists
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
💡 Why this matters: Continuous functions have nice properties: they attain extreme values on closed intervals, they can be integrated, and the Intermediate Value Theorem guarantees roots exist.

12.2 Definition

ff is continuous at x=ax = a iff:
limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
Left-continuous at aa: limxaf(x)=f(a)\lim_{x \to a^-} f(x) = f(a) Right-continuous at aa: limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a) Continuous on an interval: Continuous at every point in the interval.

12.3 Types of Discontinuity

(Diagram)
TypeDescriptionGraphExample
Removablelimxaf(x)\lim_{x\to a} f(x) exists but f(a)\neq f(a) (or f(a)f(a) undefined)Hole in graphf(x)=x24x2f(x) = \frac{x^2-4}{x-2} at x=2x=2
Jumplimxaf(x)limxa+f(x)\lim_{x\to a^-} f(x) \neq \lim_{x\to a^+} f(x)Break/gapf(x)=xf(x) = \lfloor x \rfloor
Infinitelimxaf(x)=±\lim_{x\to a} f(x) = \pm\inftyVertical asymptotef(x)=1xf(x) = \frac{1}{x} at x=0x=0

12.4 Properties

  • Polynomials, rational functions (where defined), sinx\sin x, cosx\cos x, exe^x, lnx\ln x (where defined) are all continuous on their domains.
  • If ff and gg are continuous at aa, then f+gf+g, fgf-g, fgf \cdot g, f/gf/g (if g(a)0g(a) \neq 0) are continuous at aa.
  • If gg is continuous at aa and ff is continuous at g(a)g(a), then fgf \circ g is continuous at aa.

12.5 Intermediate Value Theorem (IVT)

If ff is continuous on [a,b][a, b] and LL is any number between f(a)f(a) and f(b)f(b), then there exists c(a,b)c \in (a, b) such that f(c)=Lf(c) = L. Key consequence: If f(a)f(a) and f(b)f(b) have opposite signs, there is at least one root in (a,b)(a, b).

Worked Example — IVT

Show that f(x)=x3x1f(x) = x^3 - x - 1 has a root in (1,2)(1, 2). Step 1: f(1)=111=1<0f(1) = 1 - 1 - 1 = -1 < 0 Step 2: f(2)=821=5>0f(2) = 8 - 2 - 1 = 5 > 0 Step 3: Since ff is continuous (polynomial) and f(1)<0<f(2)f(1) < 0 < f(2), by IVT there exists c(1,2)c \in (1,2) with f(c)=0f(c) = 0.
Root exists in (1,2)\boxed{\text{Root exists in } (1,2)}

📐 Key Formulas — Summary Table

ConceptFormula
Continuity at aalimxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
IVTIf ff continuous on [a,b][a,b] , then L\forall L between f(a),f(b)f(a), f(b) , c:f(c)=L\exists c: f(c)=L
Root existenceIf f(a)f(b)<0f(a) \cdot f(b) < 0 , c(a,b)\exists c \in (a,b) with f(c)=0f(c) = 0
Discontinuity typesRemovable (hole), Jump (gap), Infinite (asymptote)

⚠️ Common Pitfalls

Pitfall 1: Thinking "Continuous" Means "Differentiable"

f(x)=xf(x) = |x| is continuous everywhere but not differentiable at x=0x = 0 (sharp corner).

Pitfall 2: IVT Requires Continuity

Can't apply IVT to a discontinuous function on [a,b][a,b], even if f(a)f(a) and f(b)f(b) have opposite signs.

Pitfall 3: Confusing Removable Discontinuity with "Hole"

A removable discontinuity has a limit that exists but doesn't equal the function value. It can be "removed" by redefining f(a)f(a) = limit value.

📝 Practice Questions

Q1: Is f(x)=x2+3x1f(x) = x^2 + 3x - 1 continuous at x=2x=2?
Polynomials are continuous everywhere. f(2)=4+61=9f(2) = 4 + 6 - 1 = 9, limx2f(x)=9\lim_{x\to 2} f(x) = 9. ✓
Yes\boxed{\text{Yes}} Q2: Find the discontinuity of f(x)=x+1x21f(x) = \frac{x+1}{x^2 - 1}.
Denominator =0= 0 at x=±1x = \pm 1. Factor: x+1(x1)(x+1)=1x1\frac{x+1}{(x-1)(x+1)} = \frac{1}{x-1} (for x1x \neq -1). x=1x = 1: infinite discontinuity (vertical asymptote). x=1x = -1: removable discontinuity (cancel factor).
x=1 (infinite),x=1 (removable)\boxed{x=1 \text{ (infinite)}, x=-1 \text{ (removable)}} Q3: Show that f(x)=x32x5f(x) = x^3 - 2x - 5 has a root in (2,3)(2,3).
f(2)=845=1<0f(2) = 8 - 4 - 5 = -1 < 0, f(3)=2765=16>0f(3) = 27 - 6 - 5 = 16 > 0. Since ff is continuous and signs differ, IVT guarantees a root.
Root exists\boxed{\text{Root exists}} Q4: Classify the discontinuity of f(x)=xxf(x) = \frac{|x|}{x} at x=0x=0.
limx0xx=1\lim_{x\to 0^-} \frac{|x|}{x} = -1, limx0+xx=1\lim_{x\to 0^+} \frac{|x|}{x} = 1. LHL ≠ RHL.
Jump discontinuity\boxed{\text{Jump discontinuity}} **Q5: Find kk so that
>f(x)={2x+1x2>> f(x) = \begin{cases} 2x+1 & x2 \end{cases} >
is continuous.**
limx2f(x)=2(2)+1=5\lim_{x\to 2^-} f(x) = 2(2)+1 = 5, limx2+f(x)=3(2)1=5\lim_{x\to 2^+} f(x) = 3(2)-1 = 5. For continuity, f(2)=k=5f(2) = k = 5.
k=5\boxed{k = 5} Q6: Which elementary functions are continuous on their domains?
Polynomials, rational, trig (sin, cos), exponential, logarithmic — all continuous on their domains.
All elementary functions\boxed{\text{All elementary functions}} Q7: Does f(x)=1x2f(x) = \frac{1}{x^2} have a removable discontinuity at x=0x=0?
limx01x2=\lim_{x\to 0} \frac{1}{x^2} = \infty (infinite limit) → not removable.
No — infinite discontinuity\boxed{\text{No — infinite discontinuity}} Q8: Use IVT to show cosx=x\cos x = x has a solution in (0,1)(0, 1).
f(x)=cosxxf(x) = \cos x - x. f(0)=1>0f(0) = 1 > 0, f(1)0.541=0.46<0f(1) \approx 0.54 - 1 = -0.46 < 0. Since ff is continuous, IVT guarantees c(0,1)c \in (0,1) where f(c)=0f(c)=0, i.e., cosc=c\cos c = c.
Solution exists\boxed{\text{Solution exists}}

🔗 Cross-References

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.