krit.club logo

Calculus - Second Order Derivatives

Grade 12ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Definition of Successive Differentiation: If a function y=f(x)y = f(x) is differentiable with respect to xx, its derivative dydx\frac{dy}{dx} is called the first-order derivative. If dydx\frac{dy}{dx} is also differentiable, its derivative with respect to xx is called the second-order derivative of yy with respect to xx, denoted as d2ydx2\frac{d^2y}{dx^2} or f(x)f''(x).

Notational Variations: The second-order derivative can be represented in multiple ways depending on the context: d2ydx2\frac{d^2y}{dx^2}, yy'', y2y_2, f(x)f''(x), or D2yD^2y. In ICSE problems, y2y_2 is frequently used in differential equations to represent the second derivative.

Geometric Interpretation and Concavity: Visually, the second derivative represents the 'curvature' of a graph. If f(x)>0f''(x) > 0 on an interval, the graph is 'concave up', resembling a cup or UU-shape. If f(x)<0f''(x) < 0, the graph is 'concave down', resembling a cap or an inverted UU-shape.

Points of Inflection: A point on the curve where the concavity changes (from concave up to concave down, or vice versa) is called a point of inflection. At such a point, f(x)=0f''(x) = 0 or is undefined, provided the tangent exists. Visually, this is where the curve transitions from curving upwards to curving downwards.

Second Derivative Test for Local Extrema: This test helps identify if a critical point is a maximum or minimum. If f(c)=0f'(c) = 0 and f(c)<0f''(c) < 0, the point x=cx=c is a local maximum (top of a hill). If f(c)=0f'(c) = 0 and f(c)>0f''(c) > 0, the point x=cx=c is a local minimum (bottom of a valley). If f(c)=0f''(c) = 0, the test is inconclusive.

Parametric Second Derivatives: For functions defined parametrically as x=f(t)x = f(t) and y=g(t)y = g(t), finding the second derivative requires care. First find dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}, then differentiate this result with respect to tt and multiply by dtdx\frac{dt}{dx} using the chain rule. Visually, this describes the change in slope along a path defined by a third variable.

Physical Significance in Kinematics: If s(t)s(t) represents the displacement of a particle at time tt, then the first derivative s(t)=vs'(t) = v represents velocity. The second derivative s(t)=as''(t) = a represents acceleration, which is the rate of change of velocity over time.

📐Formulae

d2ydx2=ddx(dydx)\frac{d^2y}{dx^2} = \frac{d}{dx}\left(\frac{dy}{dx}\right)

y2=ddx(y1)y_2 = \frac{d}{dx}(y_1)

Parametric Formula: d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

Product Rule for Second Derivative: d2dx2(uv)=uv+2uv+uv\frac{d^2}{dx^2}(uv) = u''v + 2u'v' + uv''

Second Derivative Test: f(c)=0 and f(c)>0    Local Minf'(c) = 0 \text{ and } f''(c) > 0 \implies \text{Local Min}

Second Derivative Test: f(c)=0 and f(c)<0    Local Maxf'(c) = 0 \text{ and } f''(c) < 0 \implies \text{Local Max}

💡Examples

Problem 1:

If y=eaxsinbxy = e^{ax} \sin bx, prove that d2ydx22adydx+(a2+b2)y=0\frac{d^2y}{dx^2} - 2a \frac{dy}{dx} + (a^2 + b^2)y = 0.

Solution:

Step 1: Find the first derivative dydx\frac{dy}{dx} using the product rule. dydx=eax(bcosbx)+aeaxsinbx=eax(bcosbx+asinbx)\frac{dy}{dx} = e^{ax}(b \cos bx) + a e^{ax} \sin bx = e^{ax}(b \cos bx + a \sin bx)

Step 2: Find the second derivative d2ydx2\frac{d^2y}{dx^2} by differentiating again. d2ydx2=eax(b2sinbx+abcosbx)+aeax(bcosbx+asinbx)\frac{d^2y}{dx^2} = e^{ax}(-b^2 \sin bx + ab \cos bx) + a e^{ax}(b \cos bx + a \sin bx) d2ydx2=eax(b2sinbx+abcosbx+abcosbx+a2sinbx)\frac{d^2y}{dx^2} = e^{ax}(-b^2 \sin bx + ab \cos bx + ab \cos bx + a^2 \sin bx) d2ydx2=eax[(a2b2)sinbx+2abcosbx]\frac{d^2y}{dx^2} = e^{ax}[(a^2 - b^2) \sin bx + 2ab \cos bx]

Step 3: Substitute d2ydx2\frac{d^2y}{dx^2}, dydx\frac{dy}{dx}, and yy into the LHS of the equation. LHS=eax[(a2b2)sinbx+2abcosbx]2a[eax(bcosbx+asinbx)]+(a2+b2)eaxsinbxLHS = e^{ax}[(a^2 - b^2) \sin bx + 2ab \cos bx] - 2a[e^{ax}(b \cos bx + a \sin bx)] + (a^2 + b^2)e^{ax} \sin bx Taking eaxe^{ax} common: =eax[a2sinbxb2sinbx+2abcosbx2abcosbx2a2sinbx+a2sinbx+b2sinbx]= e^{ax} [a^2 \sin bx - b^2 \sin bx + 2ab \cos bx - 2ab \cos bx - 2a^2 \sin bx + a^2 \sin bx + b^2 \sin bx] =eax[(a2b22a2+a2+b2)sinbx+(2ab2ab)cosbx]= e^{ax} [ (a^2 - b^2 - 2a^2 + a^2 + b^2) \sin bx + (2ab - 2ab) \cos bx ] =eax[0+0]=0=RHS= e^{ax} [0 + 0] = 0 = RHS.

Explanation:

The solution involves successive differentiation and substitution into the given differential equation. The product rule is applied twice to manage the exponential and trigonometric components.

Problem 2:

Find d2ydx2\frac{d^2y}{dx^2} for the parametric equations x=a(θ+sinθ)x = a(\theta + \sin \theta) and y=a(1cosθ)y = a(1 - \cos \theta) at θ=π2\theta = \frac{\pi}{2}.

Solution:

Step 1: Differentiate xx and yy with respect to θ\theta. dxdθ=a(1+cosθ)\frac{dx}{d\theta} = a(1 + \cos \theta) dydθ=a(sinθ)\frac{dy}{d\theta} = a(\sin \theta)

Step 2: Find dydx\frac{dy}{dx}. dydx=dy/dθdx/dθ=asinθa(1+cosθ)=2sin(θ/2)cos(θ/2)2cos2(θ/2)=tan(θ/2)\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{a \sin \theta}{a(1 + \cos \theta)} = \frac{2 \sin(\theta/2) \cos(\theta/2)}{2 \cos^2(\theta/2)} = \tan(\theta/2)

Step 3: Find d2ydx2\frac{d^2y}{dx^2} using the formula ddθ(dydx)dθdx\frac{d}{d\theta}(\frac{dy}{dx}) \cdot \frac{d\theta}{dx}. ddθ(tan(θ/2))=12sec2(θ/2)\frac{d}{d\theta}(\tan(\theta/2)) = \frac{1}{2} \sec^2(\theta/2) d2ydx2=(12sec2(θ/2))1a(1+cosθ)\frac{d^2y}{dx^2} = \left(\frac{1}{2} \sec^2(\theta/2)\right) \cdot \frac{1}{a(1 + \cos \theta)} Since 1+cosθ=2cos2(θ/2)1 + \cos \theta = 2 \cos^2(\theta/2): d2ydx2=sec2(θ/2)212acos2(θ/2)=14asec4(θ/2)\frac{d^2y}{dx^2} = \frac{\sec^2(\theta/2)}{2} \cdot \frac{1}{2a \cos^2(\theta/2)} = \frac{1}{4a} \sec^4(\theta/2)

Step 4: Evaluate at θ=π2\theta = \frac{\pi}{2}. d2ydx2 at θ=π2=14asec4(π/4)=14a(2)4=44a=1a\frac{d^2y}{dx^2} \text{ at } \theta = \frac{\pi}{2} = \frac{1}{4a} \sec^4(\pi/4) = \frac{1}{4a} (\sqrt{2})^4 = \frac{4}{4a} = \frac{1}{a}.

Explanation:

This problem demonstrates the specific chain rule required for second derivatives of parametric functions. It also utilizes trigonometric identities to simplify the first derivative before the second differentiation.