Sean B. answered 05/22/19
Multi-Level Tutor Specialized in Math
The second derivative of a parametric equation, such as x = f(t) and y = f(t), goes as follows:
d2y/dx2 = (d/dt(dy/dx))/(dx/dt)
That may look a bit confusing, especially with this site's limited functionality, but allow me to elaborate:
The second derivative of a parametric function is equal the derivative with respect to t of the first derivative divided by the derivative of x with respect to t.
Let's do an example to make it a bit clearer.
Take x = t2 and y = t3:
dx/dt = 2t, dy/dt = 3t2, and thus dy/dx = 3t2/2t = 3t/2.
d2y/dx2 = (d/dt(3t/2))/(dx/dt) = (3/2)/(2t) = 3/4t.
Hopefully this makes things a bit clearer. Feel free to follow up if this is still confusing or I did a poor job explaining.