πŸ“ Mathematics β€” Class XII Β· Calculus

Continuity and Differentiability

The twin pillars of calculus β€” when functions flow smoothly and when they don't

πŸ“– Chapter 5 ⏱ ~80 min read 🏷 Calculus

In this chapter

  1. Introduction
  2. Continuity
  3. Differentiability
  4. Exponential and Logarithmic Functions
  5. Mean Value Theorem
  6. Summary

5.1 Introduction

"The whole of science is nothing more than a refinement of everyday thinking." β€” Albert Einstein

This chapter extends our study of differentiation from Class XI. We introduce the fundamental concepts of continuity and differentiability, learn to differentiate inverse trigonometric functions, and explore exponential and logarithmic functions. These concepts lead to powerful techniques of differentiation and reveal deep connections between smoothness of a function and its rate of change.

5.2 Continuity

A function is continuous at a point if its graph can be drawn through that point without lifting the pen. More precisely:

πŸ“ Definition β€” Continuity at a Point

A function f is continuous at x = c if:

1. f(c) is defined
2. lim[x→c] f(x) exists
3. lim[x→c] f(x) = f(c)

This means: LHL = RHL = f(c)

Continuity vs discontinuity
Figure 5.1 β€” Continuous function (LHL = RHL = f(c)) vs jump discontinuity (LHL β‰  RHL)

Types of Discontinuity

⬆️

Removable

LHL = RHL but β‰  f(c) or f(c) undefined. A single "hole" in the graph that can be patched.

↕️

Jump

LHL β‰  RHL. The function "jumps" to a different value. The gap cannot be bridged.

↕️

Infinite

LHL or RHL β†’ ±∞. A vertical asymptote. The function grows without bound.

βœ“

Continuous

LHL = RHL = f(c). The graph flows smoothly through the point. No lifting required.

Algebra of Continuous Functions

If f and g are continuous at x = c, then:

πŸ“ Theorem 1

(i) f Β± g is continuous at x = c
(ii) f Β· g is continuous at x = c
(iii) Ξ»f is continuous (for constant Ξ»)
(iv) f/g is continuous at x = c (provided g(c) β‰  0)

Continuity of Standard Functions

πŸ’‘ Composite Functions

If g is continuous at c and f is continuous at g(c), then f ∘ g is continuous at c.
Example: sin(xΒ²) is continuous because sin and xΒ² are both continuous everywhere.

5.3 Differentiability

A function is differentiable at a point if its derivative exists there β€” geometrically, if a unique tangent can be drawn at that point.

Derivative as tangent slope
Figure 5.2 β€” The derivative f'(x) is the slope of the tangent line at point P
πŸ“ Definition β€” Derivative

f'(x) = lim[hβ†’0] [f(x+h) βˆ’ f(x)] / h

If this limit exists, f is differentiable at x. Geometrically, f'(x) = slope of the tangent line at x.

Theorem: Differentiability implies Continuity

⚠️ One-Way Implication

If f is differentiable at x = c, then f is continuous at x = c.

The converse is NOT true! The function f(x) = |x| is continuous at x = 0 but NOT differentiable there (sharp corner).

Chain Rule

The chain rule is the workhorse of differentiation β€” it lets us differentiate composite functions.

Chain rule
Figure 5.3 β€” Chain rule: multiply derivatives along the composition chain
Chain Rule If f = v ∘ u, t = u(x), then df/dx = (dv/dt) Γ— (dt/dx)

Implicit Differentiation

When y is defined implicitly by an equation (not as y = f(x)), differentiate both sides w.r.t. x using chain rule whenever y appears:

Example xΒ² + yΒ² = 25 β†’ 2x + 2y(dy/dx) = 0 β†’ dy/dx = βˆ’x/y

Standard Derivatives

FunctionDerivative
sin⁻¹ x1 / √(1 βˆ’ xΒ²)
cos⁻¹ xβˆ’1 / √(1 βˆ’ xΒ²)
tan⁻¹ x1 / (1 + x²)
eΛ£eΛ£
aΛ£aΛ£ log a
log x1/x

Second Order Derivatives

The second derivative f''(x) = d/dx[f'(x)] measures the rate of change of the rate of change β€” concavity of the curve.

5.4 Exponential and Logarithmic Functions

Exponential and logarithmic functions are inverses of each other and have beautifully simple derivatives.

Exponential and logarithmic derivatives
Figure 5.4 β€” Exponential growth vs logarithmic growth, and their derivatives

Logarithmic Differentiation

For functions of the form f(x) = [u(x)]ᡛ⁽ˣ⁾, take logarithm on both sides first, then differentiate implicitly:

Technique y = u(x)ᡛ⁽ˣ⁾
log y = v(x) Β· log u(x)
(1/y)(dy/dx) = v'(x) log u(x) + v(x) Β· u'(x)/u(x)
dy/dx = y Γ— [v' log u + v Β· u'/u]
πŸ’‘ When to use Logarithmic Differentiation

(i) Functions of the form [f(x)]ᡍ⁽ˣ⁾ (variable raised to variable)
(ii) Products of many factors: y = f₁ Β· fβ‚‚ Β· ... Β· fβ‚™
(iii) Quotients of many factors

Note: Both f(x) and u(x) must be positive for this technique.

5.5 Mean Value Theorem

The Mean Value Theorem (MVT) connects the average rate of change over an interval to the instantaneous rate of change at some point within that interval.

Mean Value Theorem
Figure 5.5 β€” MVT: there exists a point c where the tangent is parallel to the secant
πŸ“ Mean Value Theorem

If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one c ∈ (a, b) such that:

f'(c) = [f(b) βˆ’ f(a)] / (b βˆ’ a)

Geometrically: the tangent at some point is parallel to the chord joining (a, f(a)) and (b, f(b)).

πŸ“ Rolle's Theorem (Special Case)

If f is continuous on [a, b], differentiable on (a, b), and f(a) = f(b), then there exists c ∈ (a, b) where f'(c) = 0.

Rolle's Theorem is MVT with equal endpoint values β€” the tangent is horizontal.

5.6 Summary

βœ… Key Takeaways

‒ Continuity: lim[x→c] f(x) = f(c) — no jumps, holes, or breaks

β€’ Discontinuity types: removable, jump, infinite

β€’ Sum, difference, product, quotient of continuous functions are continuous

β€’ Differentiability: f'(x) exists β€” unique tangent at every point

β€’ Differentiable ⟹ Continuous, but NOT the reverse

β€’ Chain rule: d/dx [f(g(x))] = f'(g(x)) Β· g'(x)

β€’ Standard derivatives: sin⁻¹x β†’ 1/√(1βˆ’xΒ²), eΛ£ β†’ eΛ£, log x β†’ 1/x, etc.

β€’ Logarithmic differentiation: for [u(x)]ᡛ⁽ˣ⁾, take log first, then differentiate

β€’ MVT: f'(c) = [f(b)βˆ’f(a)]/(bβˆ’a) β€” tangent βˆ₯ secant at some c

β€’ Rolle's: special case of MVT when f(a) = f(b) β†’ f'(c) = 0

Ch 4 β€” Determinants Ch 6 β€” Application of Derivatives