The other day I saw what was, seemingly, a fairly simple question.
A curve in the $xy$-plane is given parametrically by the equations: $$\begin{align} x &=\phantom{3}t^2+2t \\ y &=3t^4+4t^3 \end{align}$$ for all $t>0$. Find the value of $\frac{d^2y}{dx^2}$ at $(8,80)$.
My method to obtain the correct answer is as follows:
$$\frac{dx}{dt}=2t+2 \tag1$$
$$(\frac{dx}{dt})^2=\frac{dx^2}{dt^2}=4t^2+8t+4 \tag2$$
$$\frac{dy}{dt}=12t^3+12t^2\implies\frac{d^2y}{dt^2}=36t^2+24t \tag3$$
$$\frac{\frac{d^2y}{dt^2}}{\frac{dx^2}{dt^2}}=\frac{d^2y}{dt^2}\frac{dt^2}{dx^2}=\frac{d^2y}{dx^2}=\frac{36t^2+24t}{4t^2+8t+4}\tag4$$
$(8,80)$ occurs when $t=2$. Plugging this value of $t$ into the equation above yields an answer of $\frac{16}{3}$. The answer, however, should be $4$.
Where did I go wrong and why, exactly, did this particular method fail to give the correct answer?