Continuity and Differentiability
sources:
- text: Standard textbook reference
Continuity and Differentiability
Section titled “Continuity and Differentiability”Continuity ensures a function has no breaks, jumps, or holes. Differentiability ensures a function has a defined derivative. Every differentiable function is continuous, but not vice versa.
Key Concepts
Section titled “Key Concepts”- is continuous at if
- Left-hand limit: , right-hand limit:
- is differentiable at if exists
- Chain rule:
- Implicit differentiation: differentiate both sides with respect to
- Logarithmic differentiation: take of both sides before differentiating
Worked Example 1 — Continuity at a Point
Section titled “Worked Example 1 — Continuity at a Point”Problem: Determine whether is continuous at .
Solution:
For :
Left-hand limit:
Right-hand limit:
But .
Since , the function is not continuous at .
Common mistake: Evaluating the limit by direct substitution when the function has a removable discontinuity. Simplify first.
Worked Example 2 — Chain Rule
Section titled “Worked Example 2 — Chain Rule”Problem: Find .
Solution:
Let , :
Common mistake: Forgetting one of the chain rule steps. Each nested function requires one more derivative factor.
Worked Example 3 — Logarithmic Differentiation
Section titled “Worked Example 3 — Logarithmic Differentiation”Problem: Find if .
Solution:
Take of both sides:
Differentiate implicitly:
Common mistake: Trying to use the power rule for . The power rule applies to (constant exponent), not (constant base).
Practice Problems
Section titled “Practice Problems”- Determine if is differentiable at .
- Find if .
- Find if .
Why This Matters
Section titled “Why This Matters”Continuity and differentiability are the foundations of calculus. They guarantee that functions behave well enough for differentiation and integration, which are used throughout physics, engineering, economics, and biology.
Intuition
Section titled “Intuition”A function is continuous if you can draw it without lifting your pen: Continuity means there are no holes, jumps, or vertical asymptotes — the function flows smoothly. Think of it as a road with no potholes or cliffs. Differentiability is stricter: it means the road not only exists but has a well-defined slope at every point (no sharp corners). The absolute value function |x| is continuous at x = 0 (no hole) but not differentiable there (sharp V-shape). Chain rule, implicit differentiation, and logarithmic differentiation are just tools for finding slopes of curves that are hard to differentiate directly.
Why it matters: Continuity and differentiability are the foundations of calculus — they guarantee that limits, derivatives, and integrals work properly. Every physical law expressed as a differential equation assumes continuity. Without these concepts, we couldn’t model motion, growth, decay, or virtually any changing quantity.
The key insight: Differentiability implies continuity (if a function has a derivative, it must be continuous), but continuity does NOT imply differentiability (a continuous function can have sharp corners). This one-way relationship is a fundamental theorem of calculus.
Common Exam Patterns
Section titled “Common Exam Patterns”- Check continuity by verifying left limit = right limit = function value
- Differentiability implies continuity, but continuity does not imply differentiability
- Chain rule problems often have 2-3 nested functions
- Logarithmic differentiation is useful for functions of the form
- Piecewise functions often have discontinuities at the boundaries
Key Formulas
Section titled “Key Formulas”- Continuity:
- Derivative definition:
- Chain rule:
- Implicit differentiation: differentiate both sides, then solve for
- Logarithmic differentiation:
Worked Example 4 — Continuity of Piecewise Function
Section titled “Worked Example 4 — Continuity of Piecewise Function”Problem: Find the value of if is continuous at .
Solution:
For continuity at , we need .
Left-hand limit:
Right-hand limit:
Function value:
Setting equal:
Common mistake: Forgetting to check that the function value equals the limits, not just that the left and right limits are equal.
Worked Example 5 — Derivative Using Chain Rule (Multi-layer)
Section titled “Worked Example 5 — Derivative Using Chain Rule (Multi-layer)”Problem: Find .
Solution:
Simplify first:
Now differentiate:
Common mistake: Not simplifying before differentiating. Simplifying to makes the chain rule much easier.
Worked Example 6 — Implicit Differentiation
Section titled “Worked Example 6 — Implicit Differentiation”Problem: Find if .
Solution:
Differentiate both sides with respect to :
Expand:
Collect terms:
Common mistake: Forgetting to apply the chain rule when differentiating . The derivative of is .
Exam Tips
Section titled “Exam Tips”- For piecewise functions, always check continuity at the boundary by computing left and right limits separately
- The function is continuous everywhere but not differentiable at
- When using logarithmic differentiation, remember that can simplify products
- For implicit differentiation, always collect terms on one side before solving
- The derivative of is (not ), while the derivative of is (not )
Common Mistakes
Section titled “Common Mistakes”Confusing continuity with differentiability. A function can be continuous but not differentiable (like |x| at x = 0). Continuity means no breaks or jumps; differentiability means the derivative exists. Students often assume continuity implies differentiability, which is false.
Forgetting that the derivative of a^x is a^x ln(a), not x*a^(x-1). The power rule x^n -> nx^(n-1) applies only when x is the variable and n is constant. For a^x where a is constant, the derivative is a^x ln(a). Students frequently apply the power rule to exponential functions.
Making sign errors in implicit differentiation. When differentiating y^2 implicitly, the result is 2y * dy/dx, not just 2y. Students often forget the chain rule factor dy/dx when differentiating terms involving y. Always multiply by dy/dx when differentiating any term containing y with respect to x.
Cross-References
Section titled “Cross-References”- Derivatives — Differentiability implies continuity, making continuity a prerequisite for understanding derivatives.
- Integrals — The definite integral requires the function to be continuous over the interval of integration.
- Limits — Continuity is defined in terms of limits, connecting the concept to the foundational notion of limiting behaviour.