Continuity and differentiability are the two fundamental concepts of calculus that describe how smoothly a function changes. A function is continuous if its graph has no jumps, breaks, or holes, while differentiability measures the instantaneous rate of change of the function through the derivative. This chapter makes these intuitive ideas precise using limits and develops the algebraic machinery for computing derivatives.
The chapter first defines continuity at a point and on an interval, then defines the derivative as the limit of the difference quotient, and shows that differentiability implies continuity. It then develops the chain rule, derivatives of implicit and inverse functions, logarithmic differentiation, and the derivatives of all the standard functions including trigonometric, exponential, logarithmic, and parametric functions. The chapter also introduces second-order derivatives and Rolle's theorem and the Mean Value Theorem.
These tools are the engine for everything that follows: the application of derivatives in chapter 6, integration in chapter 7, and differential equations in chapter 9 all rest directly on the mastery of differentiation. Because the board examination tests both conceptual questions and routine differentiation, this chapter carries one of the highest weightages in the entire syllabus and deserves careful, systematic preparation.
A function f is continuous at a point $x = a$ if the following three conditions hold: 1. f(a) is defined. 2. $\lim_{x \to a} f(x)$ exists. 3. $\lim_{x \to a} f(x) = f(a)$.
Equivalently, f is continuous at a if $\lim_{x \to a} f(x) = f(a)$. If any condition fails, f is discontinuous at a.
A function is continuous on an open interval (a, b) if it is continuous at every point of the interval. It is continuous on the closed interval [a, b] if it is continuous on (a, b), continuous from the right at a, and continuous from the left at b.
If f and g are continuous at a, then so are f + g, f - g, fg, and f/g (provided g(a) $\neq$ 0). Also, polynomial functions, rational functions (where the denominator is non-zero), trigonometric, exponential, and logarithmic functions are all continuous on their domains.
The derivative of a function f at a point x is defined by the limit of the difference quotient:
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$
provided this limit exists. The derivative can also be written as $\frac{dy}{dx}$, or as $f'(x) = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x}$.
If f is differentiable at a point, then f is continuous at that point. The converse is false: a function can be continuous without being differentiable. The classic example is $f(x) = |x|$ at x = 0, which is continuous but has a sharp corner there, so its left and right derivatives differ ($-1$ and $+1$).
The function is differentiable at a exactly when both exist and are equal.
$$\frac{d}{dx}(x^n) = nx^{n-1}, \quad \frac{d}{dx}(\sin x) = \cos x, \quad \frac{d}{dx}(\cos x) = -\sin x$$
$$\frac{d}{dx}(\tan x) = \sec^2 x, \quad \frac{d}{dx}(\sec x) = \sec x \tan x, \quad \frac{d}{dx}(\csc x) = -\csc x \cot x$$
$$\frac{d}{dx}(\cot x) = -\csc^2 x, \quad \frac{d}{dx}(e^x) = e^x, \quad \frac{d}{dx}(\ln x) = \frac{1}{x}$$
$$(u + v)' = u' + v', \quad (cu)' = cu'$$
$$(uv)' = u'v + uv'$$
$$\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, \quad v \neq 0$$
If $y = f(u)$ and $u = g(x)$, then
$$\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}$$
The chain rule extends to compositions of any length: differentiate the outer function, then multiply by the derivative of the inner function.
$$\frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1 - x^2}}, \quad \frac{d}{dx}(\cos^{-1} x) = -\frac{1}{\sqrt{1 - x^2}}$$
$$\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1 + x^2}, \quad \frac{d}{dx}(\cot^{-1} x) = -\frac{1}{1 + x^2}$$
$$\frac{d}{dx}(\sec^{-1} x) = \frac{1}{|x|\sqrt{x^2 - 1}}, \quad \frac{d}{dx}(\csc^{-1} x) = -\frac{1}{|x|\sqrt{x^2 - 1}}$$
For functions of the form $y = [f(x)]^{g(x)}$, or for products and quotients of many factors, take natural logarithms on both sides and differentiate implicitly:
$$y = u^v \implies \ln y = v \ln u \implies \frac{1}{y}\frac{dy}{dx} = v' \ln u + v\frac{u'}{u}$$
If $y = x^{\sin x}$, then $\ln y = \sin x \ln x$, so
$$\frac{1}{y}\frac{dy}{dx} = \cos x \ln x + \frac{\sin x}{x}$$
$$\frac{dy}{dx} = x^{\sin x}\left(\cos x \ln x + \frac{\sin x}{x}\right)$$
When y is an implicit function of x defined by an equation such as $x^2 + y^2 = 25$, differentiate both sides term by term with respect to x, treating y as a function of x:
$$2x + 2y\frac{dy}{dx} = 0 \implies \frac{dy}{dx} = -\frac{x}{y}$$
If $x = f(t)$ and $y = g(t)$, then
$$\frac{dy}{dx} = \frac{dy/dt}{dx/dt}, \quad \text{provided } \frac{dx}{dt} \neq 0$$
The second derivative is the derivative of the derivative:
$$\frac{d^2y}{dx^2} = \frac{d}{dx}\left(\frac{dy}{dx}\right)$$
It measures the rate of change of the slope and is central to concavity analysis and the second derivative test in chapter 6.
If f is continuous on [a, b], differentiable on (a, b), and f(a) = f(b), then there exists at least one c in (a, b) such that f'(c) = 0.
If f is continuous on [a, b] and differentiable on (a, b), then there exists at least one c in (a, b) such that
$$f'(c) = \frac{f(b) - f(a)}{b - a}$$
Geometrically, there is a point where the tangent is parallel to the chord joining the endpoints.
| Function | Derivative |
|---|---|
| x^n | n x^(n-1) |
| sin x | cos x |
| cos x | -sin x |
| tan x | sec^2 x |
| e^x | e^x |
| ln x | 1/x |
| sin^(-1)x | 1/sqrt(1 - x^2) |
| tan^(-1)x | 1/(1 + x^2) |
| sec^(-1)x | 1/( |
| Rule | Formula |
|---|---|
| Product | (uv)' = u'v + uv' |
| Quotient | (u/v)' = (u'v - uv')/v^2 |
| Chain | dy/dx = (dy/du)(du/dx) |
| Implicit | Differentiate term by term, apply chain rule to y |
| Parametric | dy/dx = (dy/dt)/(dx/dt) |
| Logarithmic | ln y = v ln u, differentiate both sides |
| Second derivative | d^2y/dx^2 = d/dx(dy/dx) |
| Property | Continuity | Differentiability |
|---|---|---|
| Definition | lim f(x) = f(a) as x to a | f'(a) exists as a limit |
| Implication | Required for differentiability | Implies continuity |
| Fails at | Jumps, holes, vertical asymptotes | Sharp corners, cusps |
| Example of failure | x |
Continuity and differentiability are the conceptual pillars on which the entire calculus course rests. Continuity formalises the smoothness of a function, while differentiability quantifies its rate of change as the slope of the tangent line. The algebraic rules for differentiation, together with the special techniques of implicit, logarithmic, and parametric differentiation, equip the student with a complete toolkit for computing derivatives of any combination of standard functions. The second derivative adds information about curvature, and Rolle's theorem and the mean value theorem provide the theoretical guarantees that power the optimisation and curve analysis of the next chapter. Mastery of this chapter transforms the subsequent chapters on application of derivatives, integrals, and differential equations from a struggle into a natural application of skills already acquired.