Exercise 5.7 Solutions
SECOND ORDER DERIVATIVES
💡 Key Concept: Second Derivative
If $y = f(x)$, then:
First Derivative: $\frac{dy}{dx} = f'(x) = y_1 = y’$
Second Derivative: $\frac{d^2y}{dx^2} = \frac{d}{dx}\left(\frac{dy}{dx}\right) = f”(x) = y_2 = y”$
Questions 1 – 5
Find the second order derivatives of the functions.
Question 06
Find $y”$ for $y = e^x \sin 5x$
Step 1: First Derivative
Step 2: Second Derivative
Answer: $2e^x(5 \cos 5x – 12 \sin 5x)$
Question 07
Find $y”$ for $y = e^{6x} \cos 3x$
Step 1: First Derivative
Step 2: Second Derivative
Answer: $9e^{6x}(3\cos 3x – 4\sin 3x)$
Questions 08 – 10
Find second order derivatives.
Question 11
If $y = 5 \cos x – 3 \sin x$, prove that $\frac{d^2y}{dx^2} + y = 0$.
Proof
Hence Proved.
Question 12
If $y = \cos^{-1} x$, find $\frac{d^2y}{dx^2}$ in terms of $y$ alone.
Step 1: Express x in terms of y
$y = \cos^{-1} x \implies x = \cos y$
Step 2: Differentiate w.r.t xAnswer: $-\cot y \csc^2 y$
Question 13
If $y = 3 \cos(\log x) + 4 \sin(\log x)$, prove $x^2 y_2 + x y_1 + y = 0$.
Proof
Hence Proved.
Question 14
If $y = Ae^{mx} + Be^{nx}$, prove $y” – (m+n)y’ + mny = 0$.
Proof
Hence Proved.
Question 15
If $y = 500e^{7x} + 600e^{-7x}$, show that $y” = 49y$.
Proof
Hence Proved.
Question 16
If $e^y(x+1) = 1$, show that $\frac{d^2y}{dx^2} = (\frac{dy}{dx})^2$.
Step 1: Simplify and Differentiate
$e^y = \frac{1}{x+1} \implies y = \log(\frac{1}{x+1}) = -\log(x+1)$
Hence Proved: LHS = RHS
Question 17
If $y = (\tan^{-1} x)^2$, show $(x^2+1)^2 y_2 + 2x(x^2+1) y_1 = 2$.
Proof
Hence Proved.