Neural Sync Active
Continuity
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:
- Determine if a function is continuous at a point
- Classify discontinuities as removable, jump, or infinite
- Apply the Intermediate Value Theorem to find roots
- Use properties of continuous functions in problem-solving
📋 Prerequisites
- Limits of Functions — two-sided limits, limit laws
📖 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=a requires three things:
- f(a) is defined
- limx→af(x) exists
- limx→af(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
f is continuous at x=a iff:
Left-continuous at a: limx→a−f(x)=f(a)
Right-continuous at a: limx→a+f(x)=f(a)
Continuous on an interval: Continuous at every point in the interval.
12.3 Types of Discontinuity
(Diagram)
| Type | Description | Graph | Example |
|---|---|---|---|
| Removable | limx→af(x) exists but =f(a) (or f(a) undefined) | Hole in graph | f(x)=x−2x2−4 at x=2 |
| Jump | limx→a−f(x)=limx→a+f(x) | Break/gap | f(x)=⌊x⌋ |
| Infinite | limx→af(x)=±∞ | Vertical asymptote | f(x)=x1 at x=0 |
12.4 Properties
- Polynomials, rational functions (where defined), sinx, cosx, ex, lnx (where defined) are all continuous on their domains.
- If f and g are continuous at a, then f+g, f−g, f⋅g, f/g (if g(a)=0) are continuous at a.
- If g is continuous at a and f is continuous at g(a), then f∘g is continuous at a.
12.5 Intermediate Value Theorem (IVT)
If f is continuous on [a,b] and L is any number between f(a) and f(b), then there exists c∈(a,b) such that f(c)=L.
Key consequence: If f(a) and f(b) have opposite signs, there is at least one root in (a,b).
Worked Example — IVT
Show that f(x)=x3−x−1 has a root in (1,2).
Step 1: f(1)=1−1−1=−1<0
Step 2: f(2)=8−2−1=5>0
Step 3: Since f is continuous (polynomial) and f(1)<0<f(2), by IVT there exists c∈(1,2) with f(c)=0.
📐 Key Formulas — Summary Table
| Concept | Formula |
|---|---|
| Continuity at a | limx→af(x)=f(a) |
| IVT | If f continuous on [a,b] , then ∀L between f(a),f(b) , ∃c:f(c)=L |
| Root existence | If f(a)⋅f(b)<0 , ∃c∈(a,b) with f(c)=0 |
| Discontinuity types | Removable (hole), Jump (gap), Infinite (asymptote) |
⚠️ Common Pitfalls
Pitfall 1: Thinking "Continuous" Means "Differentiable"
f(x)=∣x∣ is continuous everywhere but not differentiable at x=0 (sharp corner).
Pitfall 2: IVT Requires Continuity
Can't apply IVT to a discontinuous function on [a,b], even if f(a) and 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) = limit value.
📝 Practice Questions
>f(x)={2x+1x2>Q1: Is f(x)=x2+3x−1 continuous at x=2?Polynomials are continuous everywhere. f(2)=4+6−1=9, limx→2f(x)=9. ✓Yes Q2: Find the discontinuity of f(x)=x2−1x+1.Denominator =0 at x=±1. Factor: (x−1)(x+1)x+1=x−11 (for x=−1). x=1: infinite discontinuity (vertical asymptote). x=−1: removable discontinuity (cancel factor).x=1 (infinite),x=−1 (removable) Q3: Show that f(x)=x3−2x−5 has a root in (2,3).f(2)=8−4−5=−1<0, f(3)=27−6−5=16>0. Since f is continuous and signs differ, IVT guarantees a root.Root exists Q4: Classify the discontinuity of f(x)=x∣x∣ at x=0.limx→0−x∣x∣=−1, limx→0+x∣x∣=1. LHL ≠ RHL.Jump discontinuity **Q5: Find k so that
is continuous.**limx→2−f(x)=2(2)+1=5, limx→2+f(x)=3(2)−1=5. For continuity, f(2)=k=5.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 Q7: Does f(x)=x21 have a removable discontinuity at x=0?limx→0x21=∞ (infinite limit) → not removable.No — infinite discontinuity Q8: Use IVT to show cosx=x has a solution in (0,1).f(x)=cosx−x. f(0)=1>0, f(1)≈0.54−1=−0.46<0. Since f is continuous, IVT guarantees c∈(0,1) where f(c)=0, i.e., cosc=c.Solution exists
🔗 Cross-References
- Previous topics: Limits of Functions, Sequences
- Next topic: Derivatives
- Across courses: BSMA1003 Maths 2 (multivariable continuity) Join Discord Previous7.2 Limits of FunctionsNext8.1 Derivatives — Definition & Rules