The derivative of a function at a point represents the instantaneous rate of change of the function at that point. Geometrically, this is equivalent to the slope of the tangent line to the graph of the function at that point.
Consider a function y=f(x). Let P(a,f(a)) be a point on the curve. Let's take another point Q(a+h,f(a+h)) very close to P. The slope of the secant line connecting P and Q is given by:
mPQ=change in xchange in y=(a+h)−af(a+h)−f(a)=hf(a+h)−f(a)
As we make h smaller and smaller (i.e., as h→0), the point Q gets closer to P. The secant line PQ rotates to become the tangent line at point P. The slope of this tangent line is the limit of the slope of the secant line as h→0.
2. The Derivative from First Principles
This limiting value is called the derivative of the function f(x) at the point x=a. It is denoted by f′(a).
Definition (First Principle of Derivatives):
The derivative of a function f(x) with respect to x is the function f′(x) given by:
f′(x)=h→0limhf(x+h)−f(x)
provided this limit exists.
This formula is also known as the delta method or the ab-initio method. If the limit exists, the function is said to be differentiable or derivable at that point.
Other notations for the derivative of y=f(x) include:
dxdy
y′
dxdf(x)
D(f(x))
3. Physical Interpretation
If s(t) represents the position of a particle at time t, then its derivative, s′(t) or dtds, represents the instantaneous velocity of the particle at time t.
Solved Examples
Example 1: Derivative of a Constant
Question: Find the derivative of f(x)=c (where c is a constant) using the first principle.
Solution:
We have f(x)=c. So, f(x+h)=c.
Using the definition:
f′(x)=h→0limhf(x+h)−f(x)=h→0limhc−c=h→0limh0=0
Thus, the derivative of any constant function is 0.
Example 2: Derivative of f(x)=x2
Question: Find the derivative of f(x)=x2 using the first principle.
Solution:
We have f(x)=x2, so f(x+h)=(x+h)2=x2+2xh+h2.
Using the definition:
f′(x)=h→0limh(x2+2xh+h2)−x2=h→0limh2xh+h2
Factor out h from the numerator:
f′(x)=h→0limhh(2x+h)=h→0lim(2x+h)=2x+0=2x
So, dxd(x2)=2x.
Example 3: Derivative of f(x)=x
Question: Find the derivative of f(x)=x using the first principle.
Solution:
We have f(x)=x, so f(x+h)=x+h.
f′(x)=h→0limhx+h−x
This is a 00 form. We rationalize the numerator:
f′(x)=h→0limh(x+h+x)(x+h−x)(x+h+x)=h→0limh(x+h+x)(x+h)−x=h→0limh(x+h+x)h=h→0limx+h+x1=x+0+x1=2x1
Example 4: Derivative of f(x)=sinx
Question: Find the derivative of f(x)=sinx using the first principle.
Solution:
We have f(x)=sinx, so f(x+h)=sin(x+h).
f′(x)=h→0limhsin(x+h)−sinx
Using the trigonometric identity sinC−sinD=2cos(2C+D)sin(2C−D):
f′(x)=h→0limh2cos(2x+h+x)sin(2x+h−x)=h→0limh2cos(x+h/2)sin(h/2)
Rearrange to use standard limits:
=h→0limcos(x+h/2)⋅h/2sin(h/2)
As h→0, h/2→0. So, limh→0h/2sin(h/2)=1.
f′(x)=h→0limcos(x+h/2)⋅1=cos(x+0)=cosx
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.