← Back to all lessons
Class 12Calculus0:59Published 9 Jul 2024

Second Derivative of Parametric Functions

Find the second derivative of a curve given parametrically by x = sin θ and y = cos θ, working through the chain rule step by step.

This lesson works a single parametric differentiation problem from start to finish. With x and y both written in terms of the parameter theta, we first differentiate each with respect to theta, combine them to get the first derivative, then differentiate again and multiply by dθ/dx to reach the second derivative. The result simplifies neatly to a single trigonometric expression.

What you'll learn

  • How to differentiate parametric equations with respect to the parameter
  • Forming the first derivative by dividing the two parameter derivatives
  • Reaching the second derivative by differentiating again and multiplying by the rate of change of the parameter

Lesson chapters

0:00Setting up the parametric problem
0:24Forming the first derivative
0:37Differentiating again for the second derivative
0:46Simplifying to the final result

Lesson notes

This lesson finds the second derivative d2ydx2\tfrac{d^2 y}{dx^2} for a curve given in parametric form, where both xx and yy are written in terms of the parameter θ\theta.

Setting up the problem

We are given the parametric equations

x=sinθ,y=cosθ.x = \sin\theta, \qquad y = \cos\theta.

Because xx and yy depend on the parameter θ\theta, we differentiate each one with respect to θ\theta first.

Derivative of xx

dxdθ=ddθ(sinθ)=cosθ.\frac{dx}{d\theta} = \frac{d}{d\theta}(\sin\theta) = \cos\theta.

Derivative of yy

dydθ=ddθ(cosθ)=sinθ.\frac{dy}{d\theta} = \frac{d}{d\theta}(\cos\theta) = -\sin\theta.

Forming the first derivative

The first derivative comes from dividing the two parameter derivatives:

dydx=  dy/dθ    dx/dθ  =sinθcosθ=tanθ.\frac{dy}{dx} = \frac{\;dy/d\theta\;}{\;dx/d\theta\;} = \frac{-\sin\theta}{\cos\theta} = -\tan\theta.

The second derivative

To differentiate again with respect to xx, differentiate dydx\tfrac{dy}{dx} with respect to θ\theta and multiply by dθdx\tfrac{d\theta}{dx}:

d2ydx2=ddθ(tanθ)dθdx.\frac{d^2 y}{dx^2} = \frac{d}{d\theta}\left(-\tan\theta\right)\cdot \frac{d\theta}{dx}.

Differentiating gives ddθ(tanθ)=sec2θ\tfrac{d}{d\theta}(-\tan\theta) = -\sec^2\theta. Since dxdθ=cosθ\tfrac{dx}{d\theta} = \cos\theta, its reciprocal is

dθdx=1cosθ=secθ.\frac{d\theta}{dx} = \frac{1}{\cos\theta} = \sec\theta.

Multiplying the two factors:

d2ydx2=sec2θsecθ=sec3θ.\frac{d^2 y}{dx^2} = -\sec^2\theta \cdot \sec\theta = -\sec^3\theta.

Key takeaways

  • For parametric curves, find dxdθ\tfrac{dx}{d\theta} and dydθ\tfrac{dy}{d\theta} first, then divide to get dydx\tfrac{dy}{dx}.
  • The second derivative is ddθ ⁣(dydx)dθdx\tfrac{d}{d\theta}\!\left(\tfrac{dy}{dx}\right)\cdot \tfrac{d\theta}{dx}, not just differentiating dydx\tfrac{dy}{dx} a second time.
  • Here the answer simplifies to d2ydx2=sec3θ\tfrac{d^2 y}{dx^2} = -\sec^3\theta.