I am looking to find out how the second derivative formula works. I can blindly apply it but I don't have a grasp of what is going on or why.
The first derivitive has the formula $\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}$. I told this was because if you divide them you cancel out the dts and get dy/dx.
The second derivative has the formula $\frac{d^2y}{dx^2} = \frac{d}{dx} \left(\frac{dy}{dx}\right) = \frac{ \frac{d}{dt}\left(\frac{dy}{dx}\right) }{\frac{dx}{dt}}$. Is this something that can be explained with only a knowledge of calculus or is this something I would have to take on faith until I learn more. Any help would be greatly appreciated.
Note $$\frac{d}{dx}\left(\frac{dy}{dt}\right)=\frac{dt}{dx}\frac{d}{dt}\left(\frac{dy}{dt}\right)=\frac{dt}{dx}\frac{d^2y}{dt^2}$$ and $$\frac{d}{dx}\left(\frac{dx}{dt}\right)=\frac{dt}{dx}\frac{d^2x}{dt^2}$$
Use the quotient rule $$\frac{d^2y}{dx^2}=\frac{d}{dx}\left(\frac{dy/dt}{dx/dt}\right)=\frac{\frac{d}{dx}(\frac{dy}{dt})\frac{dx}{dt}-\frac{d}{dx}(\frac{dx}{dt})\frac{dy}{dt}}{(\frac{dx}{dt})^2}=\frac{\frac{dt}{dx}\frac{d^2y}{dt^2}\frac{dx}{dt}-\frac{dt}{dx}\frac{d^2x}{dt^2}\frac{dy}{dt}}{(\frac{dx}{dt})^2}$$ $$=\frac{\frac{d^2y}{dt^2}-\frac{d^2x}{dt^2}\frac{dy}{dx}}{(\frac{dx}{dt})^2}$$ Now multiply top and bottom of the fraction by $\frac{dx}{dt}$: $$=\frac{\frac{dx}{dt}\frac{d^2y}{dt^2}-\frac{dy}{dt}\frac{d^2x}{dt^2}}{(\frac{dx}{dt})^3}$$ This is the correct formula for the second derivative of a parametric equation.