Calculus is the mathematics of change and motion, and it begins with two fundamental ideas: the limit and the derivative. A limit describes the value a function approaches as the input approaches a certain number, and the derivative measures the rate at which a function changes, which geometrically is the slope of the tangent line.
This chapter introduces the concept of a limit through intuitive examples, establishes the algebraic laws of limits, and computes limits of polynomial, rational, and trigonometric functions. It then defines the derivative of a function as a limit, provides the standard rules of differentiation, and applies them to polynomial, exponential, and trigonometric functions.
Limits and derivatives form the gateway to the entire subject of calculus. They are used to study motion, growth, optimisation, and area, and they are the foundation of all of Class 12 mathematics. A clear intuitive grasp of what a limit means and a solid command of the differentiation rules are essential for success in higher mathematics and in physics.
Consider the function f(x) = (x^2 - 4)/(x - 2). This function is undefined at x = 2 because both numerator and denominator vanish. However, for values of x close to 2 but not equal to 2, we can simplify:
f(x) = (x - 2)(x + 2)/(x - 2) = x + 2, for x not equal to 2.
As x approaches 2 from either side, f(x) approaches 4. We say the limit of f(x) as x tends to 2 is 4, and write:
lim (x to 2) f(x) = 4
The limit is the value the function approaches, not necessarily the value it attains. The function need not even be defined at the point.
The left-hand limit is the value approached as x approaches a from the left (x < a), written lim (x to a-) f(x). The right-hand limit is approached from the right (x > a), written lim (x to a+) f(x). The limit exists if and only if both the left-hand and right-hand limits exist and are equal.
If lim (x to a) f(x) = l and lim (x to a) g(x) = m, then:
These laws allow limits to be computed by breaking complex functions into simpler parts.
lim (x to a) P(x) = P(a), for any polynomial P. For example, lim (x to 2) (x^2 + 1) = 5.
lim (x to a) P(x)/Q(x) = P(a)/Q(a), provided Q(a) is not equal to 0.
lim (x to 0) sin x / x = 1
lim (x to 0) (1 - cos x)/x = 0
These two limits are fundamental and are used to evaluate many trigonometric limits.
The derivative of a function f at a point a is defined as the limit:
f'(a) = lim (h to 0) [f(a + h) - f(a)]/h
provided this limit exists. The derivative represents the instantaneous rate of change of f at a, or the slope of the tangent to the graph of y = f(x) at the point (a, f(a)).
The derivative function is defined by:
f'(x) = lim (h to 0) [f(x + h) - f(x)]/h
The process of finding the derivative is called differentiation. If f'(x) exists, the function is differentiable at x.
If u and v are differentiable functions of x, then:
Using the power rule and the constant multiple rule, derivatives of polynomials can be found term by term.
Example: If f(x) = 3x^2 + 2x - 1, then f'(x) = 6x + 2.
The tangent line to the curve y = f(x) at the point (a, f(a)) has slope f'(a). The equation of the tangent line is:
y - f(a) = f'(a)(x - a)
The derivative also gives the instantaneous velocity: if s(t) is the position at time t, then s'(t) is the velocity.
| Operation | Formula |
|---|---|
| Sum | lim (f + g) = l + m |
| Difference | lim (f - g) = l - m |
| Product | lim (f g) = l m |
| Quotient | lim (f/g) = l/m, m not 0 |
| Standard limit | lim sin x/x = 1 as x to 0 |
| Standard limit | lim (1 - cos x)/x = 0 as x to 0 |
| Function | Derivative |
|---|---|
| c | 0 |
| x^n | n x^(n-1) |
| sin x | cos x |
| cos x | -sin x |
| tan x | sec^2 x |
| u v | u'v + uv' |
| u/v | (u'v - uv')/v^2 |
Limits and derivatives are the twin foundations of calculus. The limit gives a precise meaning to the idea of approaching a value, and the derivative applies this idea to measure rates of change and slopes of tangents. The algebra of limits and the standard limits provide efficient computational tools, while the rules of differentiation make finding derivatives of polynomials, trigonometric, and rational functions routine. These concepts are not only examined directly but are also essential for understanding continuity, optimisation, integration, and the whole of Class 12 mathematics and physics. A firm grasp of limits and derivatives opens the door to the powerful techniques of calculus.