Differentiation
1. Meaning of Differentiation
Differentiation is the mathematical process of determining the rate at which one quantity
changes with respect to another.
It provides a precise way to quantify change, variation, and sensitivity of a function to
its input.
2. Definition of the Derivative
The derivative of a function f (x) with respect to x is defined by the limit:
df f (x + h) − f (x)
= lim
dx h→0 h
Interpretation
• The numerator represents a small change in the function value
• The denominator represents a small change in the variable
• The limit ensures the change is measured at an exact point
Thus, the derivative gives the instantaneous rate of change of the function.
3. Geometrical Interpretation
The derivative of a function at a point represents the slope of the tangent line to the curve
at that point.
• Positive derivative: function is increasing
• Negative derivative: function is decreasing
• Zero derivative: stationary point (maximum or minimum)
1
4. Basic Differentiation Rules
(a) Power Rule
If:
f (x) = xn
then:
d n
(x ) = nxn−1
dx
(b) Constant Rule
If:
f (x) = c
then:
df
=0
dx
A constant has no rate of change.
5. Product Rule
If a function is the product of two functions:
f (x) = u(x)v(x)
then:
d dv du
[uv] = u + v
dx dx dx
Meaning
Both functions vary with x, so both contributions must be accounted for.
6. Chain Rule
If a function depends on another function:
y = f (g(x))
then:
dy dy dg
= ·
dx dg dx
Meaning
The rate of change propagates through each layer of dependence.
2
7. Worked Example
Problem
Differentiate:
y = x2 sin x
Step 1: Identify the Rule
The function is a product of:
u = x2 , v = sin x
Therefore, the product rule is used.
Step 2: Differentiate Each Function
du
= 2x
dx
dv
= cos x
dx
Step 3: Apply the Product Rule
dy dv du
=u +v
dx dx dx
dy
= x2 cos x + 2x sin x
dx