Parametric Derivatives: Understanding Second Derivatives of Parametric Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
sooyong94
Messages
173
Reaction score
2

Homework Statement


Given a pair of parametric equations,
##x=f(t)## and ##y=g(t)## ,
The first derivative is given by
##\frac{dy}{dx}=\frac{g'(t)}{f'(t)}##
and the second derivative is actually
##\frac{d}{dt}(\frac{dy}{dx})##
But why we cannot find the second derivative of a parametric equation by doing this?
##\frac{d^2 y}{dx^2}=\frac{g''(t}{f''(t)}##

Homework Equations



Parametric derivatives

The Attempt at a Solution


I know the parametric derivatives can be done by treating
##\frac{dy}{dt}## and ##\frac{dx}{dt}## as a fraction, but why can't we do that to second derivatives?
 
Physics news on Phys.org
hi sooyong94! :smile:
sooyong94 said:
… and the second derivative is actually
##\frac{d}{dt}(\frac{dy}{dx})##

you mean ##\frac{d}{dx}\left(\frac{dy}{dx}\right)## :wink:
But why we cannot find the second derivative of a parametric equation by doing this?
##\frac{d^2 y}{dx^2}=\frac{g''(t}{f''(t)}##

no, that's dv/du where u(t) = f'(t), v(t) = g'(t)
 
tiny-tim said:
hi sooyong94! :smile:


you mean ##\frac{d}{dx}\left(\frac{dy}{dx}\right)## :wink:


no, that's dv/du where u(t) = f'(t), v(t) = g'(t)
I don't get it though... I known I can use quotient rule to find the second derivative...
 
sooyong94 said:
I know the parametric derivatives can be done by treating
##\frac{dy}{dt}## and ##\frac{dx}{dt}## as a fraction, but why can't we do that to second derivatives?

Because you're not really treating them as fractions. You're using Chain Rule. World of difference.
 
Curious3141 said:
Because you're not really treating them as fractions. You're using Chain Rule. World of difference.

yes, chain rule: dy/dx = dy/dt*dt/dx = dy/dt*(1/(dx/dt)) = g'(t)/f'(t) …

nothing to do with quotients :wink:
 
I got it right now... So it's about chain rule, not treating them as fractions.