krit.club logo

Continuity and Differentiability - Second order derivatives

Grade 12CBSE

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

🔑Concepts

Definition of Second Order Derivative: If a function y=f(x)y = f(x) is differentiable, its derivative dydx\frac{dy}{dx} is also a function of xx. If dydx\frac{dy}{dx} is differentiable again, its derivative 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). Visually, this represents the rate of change of the slope of the tangent to the curve.

Geometric Interpretation and Concavity: The second derivative describes the curvature of the graph. If f(x)>0f''(x) > 0 on an interval, the slope is increasing, and the graph is concave upwards, forming a 'cup' or 'U' shape. If f(x)<0f''(x) < 0, the slope is decreasing, and the graph is concave downwards, forming a 'cap' or inverted 'U' shape.

Notation Variants: In CBSE problems, the second order derivative is represented using various symbols such as y2y_2, yy'', f(x)f''(x), or D2yD^2y. The notation y1y_1 and y2y_2 is particularly common in problems requiring the verification of differential equations, where y1=dydxy_1 = \frac{dy}{dx} and y2=d2ydx2y_2 = \frac{d^2y}{dx^2}.

Parametric Differentiation: For functions defined by x=f(t)x = f(t) and y=g(t)y = g(t), the second derivative d2ydx2\frac{d^2y}{dx^2} is found by differentiating the first derivative dydx\frac{dy}{dx} with respect to tt and then multiplying by dtdx\frac{dt}{dx}. It is expressed as d2ydx2=ddt(dydx)dtdx\frac{d^2y}{dx^2} = \frac{d}{dt}(\frac{dy}{dx}) \cdot \frac{dt}{dx}. Visually, this accounts for the fact that the parameter tt is the intermediate variable for both xx and yy.

Points of Inflection: A point on a curve where the concavity changes (e.g., from concave up to concave down) is called a point of inflection. At such a point, f(x)=0f''(x) = 0 or is undefined. On a graph, this is the transition point between the 'cup' and 'cap' sections of the curve.

Successive Differentiation in Identities: Many exam problems involve proving an identity such as ay2+by1+cy=0a y_2 + b y_1 + cy = 0. This often requires calculating y1y_1 and y2y_2, substituting them into the left-hand side of the equation, and simplifying to show it equals zero.

Physical Significance: If s=f(t)s = f(t) represents the displacement of an object at time tt, then the first derivative dsdt\frac{ds}{dt} represents velocity (vv), and the second order derivative d2sdt2\frac{d^2s}{dt^2} represents the acceleration (aa) of the object.

📐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)

For parametric x=f(t),y=g(t):d2ydx2=ddt(dydx)dxdt\text{For parametric } x=f(t), y=g(t): \frac{d^2y}{dx^2} = \frac{\frac{d}{dt} \left( \frac{dy}{dx} \right)}{\frac{dx}{dt}}

d2dx2(xn)=n(n1)xn2\frac{d^2}{dx^2}(x^n) = n(n-1)x^{n-2}

Acceleration a=d2sdt2\text{Acceleration } a = \frac{d^2s}{dt^2}

💡Examples

Problem 1:

Find the second order derivative of y=x3logxy = x^3 \log x.

Solution:

  1. Find the first derivative using the product rule: dydx=x3ddx(logx)+logxddx(x3)\frac{dy}{dx} = x^3 \cdot \frac{d}{dx}(\log x) + \log x \cdot \frac{d}{dx}(x^3). \ 2. Simplify: dydx=x3(1x)+(3x2)logx=x2+3x2logx\frac{dy}{dx} = x^3 \left(\frac{1}{x}\right) + (3x^2) \log x = x^2 + 3x^2 \log x. \ 3. Differentiate again for the second derivative: d2ydx2=ddx(x2)+ddx(3x2logx)\frac{d^2y}{dx^2} = \frac{d}{dx}(x^2) + \frac{d}{dx}(3x^2 \log x). \ 4. Apply product rule to the second term: d2ydx2=2x+[3x21x+6xlogx]\frac{d^2y}{dx^2} = 2x + [3x^2 \cdot \frac{1}{x} + 6x \log x]. \ 5. Combine like terms: d2ydx2=2x+3x+6xlogx=5x+6xlogx\frac{d^2y}{dx^2} = 2x + 3x + 6x \log x = 5x + 6x \log x.

Explanation:

We apply the product rule twice. The first derivative reduces the power of xx and eliminates the logarithm in one term, and the second derivative is found by differentiating that result again.

Problem 2:

If x=acosθx = a \cos \theta and y=bsinθy = b \sin \theta, find d2ydx2\frac{d^2y}{dx^2}.

Solution:

  1. Find dxdθ=asinθ\frac{dx}{d\theta} = -a \sin \theta and dydθ=bcosθ\frac{dy}{d\theta} = b \cos \theta. \ 2. Find the first derivative: dydx=dy/dθdx/dθ=bcosθasinθ=bacotθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{b \cos \theta}{-a \sin \theta} = -\frac{b}{a} \cot \theta. \ 3. Use the parametric second derivative formula: d2ydx2=ddθ(bacotθ)dθdx\frac{d^2y}{dx^2} = \frac{d}{d\theta}\left( -\frac{b}{a} \cot \theta \right) \cdot \frac{d\theta}{dx}. \ 4. Differentiate with respect to θ\theta: ddθ(bacotθ)=bacsc2θ\frac{d}{d\theta}\left( -\frac{b}{a} \cot \theta \right) = \frac{b}{a} \csc^2 \theta. \ 5. Substitute dθdx=1asinθ\frac{d\theta}{dx} = \frac{1}{-a \sin \theta}: d2ydx2=(bacsc2θ)(1asinθ)\frac{d^2y}{dx^2} = \left( \frac{b}{a} \csc^2 \theta \right) \cdot \left( \frac{1}{-a \sin \theta} \right). \ 6. Simplify: d2ydx2=ba2csc3θ\frac{d^2y}{dx^2} = -\frac{b}{a^2} \csc^3 \theta.

Explanation:

For parametric equations, the most critical step is remembering to multiply by dθdx\frac{d\theta}{dx} when differentiating dydx\frac{dy}{dx} a second time. This is a common point where errors occur in exams.