Let y=f(x) be a differentiable function. Its first derivative with respect to x is
dxdy=f′(x).
If f′(x) is itself differentiable, then we can differentiate once again with respect to x. This gives the second order derivative of y with respect to x.
Notation:
The second order derivative is written in any of the following forms:
dx2d2y
f′′(x)
y′′
D2y
Mathematically,
dx2d2y=dxd(dxdy).
It measures the rate of change of the first derivative.
Second Order Derivative of Parametric Functions
A common mistake is to think that for parametric equations x=f(t) and y=g(t),
dx2d2y=f′′(t)g′′(t).
This is not correct.
To find the second derivative correctly:
First compute
dxdy=dx/dtdy/dt.
Suppose this becomes some function of t, say h(t).
Then differentiate this with respect to x using the chain rule:
dx2d2y=dxd(dxdy)=dtd[h(t)]⋅dxdt.
Since
dxdt=dx/dt1,
we get
dx2d2y=dx/dtdtd(dxdy).
Always remember: after differentiating with respect to t, divide by dtdx.
3. Proving Differential Equations
Many problems in this topic ask you to prove an identity involving y, dxdy, and dx2d2y. Such relations are called differential equations.
Useful strategies
Direct substitution: Find y′ and y′′, then substitute them into the required expression and simplify.
Smart manipulation: Sometimes it is better to first rearrange the first derivative into a simpler form and then differentiate again. This often avoids complicated quotient-rule work.
In board and entrance exam problems, both methods are useful depending on the form of the function.
Step 3: Substitute into the given expression.
dx2d2y−5dxdy+6y=(12e2x+18e3x)−5(6e2x+6e3x)+6(3e2x+2e3x).
Step 4: Simplify the coefficients.
=e2x(12−30+18)+e3x(18−30+12)=0+0=0.
Hence proved.
Answer: Proved.
Example 6: Finding Second Derivative in Terms of y Alone
If y=cos−1x, find dx2d2y in terms of y alone.
Solution:
Step 1: From
y=cos−1x,
we get
x=cosy.
Step 2: Differentiate with respect to y.
dydx=−siny.
Hence,
dxdy=dx/dy1=−siny1=−cscy.
Step 3: Differentiate again with respect to x.
Since the expression is in terms of y, use the chain rule:
dx2d2y=dxd(−cscy)=dyd(−cscy)⋅dxdy.
Now,
dyd(−cscy)=cscycoty.
So,
dx2d2y=cscycoty⋅(−cscy)=−csc2ycoty.
Answer:−csc2ycoty
Example 7: Second Derivative of Parametric Equations
Find dx2d2y, if x=at2 and y=2at.
Solution:
Step 1: Differentiate with respect to t.
dtdx=2at,dtdy=2a.
Step 2: Find the first derivative.
dxdy=2at2a=t1=t−1.
Step 3: Differentiate dxdy with respect to t.
dtd(dxdy)=dtd(t−1)=−t−2.
Step 4: Divide by dx/dt to get the second derivative.
dx2d2y=2at−t−2=−2at31.
Answer:−2at31
Example 8: Inverse Trigonometric Differential Equation Proof
If y=(sin−1x)2, show that (1−x2)dx2d2y−xdxdy−2=0.
Solution:
Step 1: Differentiate once.
dxdy=2sin−1x⋅1−x21.
Let y1=dxdy.
Then,
1−x2y1=2sin−1x.
Step 2: Square both sides.
(1−x2)y12=4(sin−1x)2=4y.
Step 3: Differentiate implicitly with respect to x.
dxd[(1−x2)y12]=dxd(4y).
Using the product rule,
(−2x)y12+(1−x2)⋅2y1y2=4y1,
where y2=dx2d2y.
Step 4: Divide throughout by 2y1.
−xy1+(1−x2)y2=2.