Let $f(t)=(t^2+2t,3t^4+4t^3), t>0$. Find the value of the second derivative, $\frac{d^2y}{dx^2}$at the point $(8,80)$
This is a past Math subject GRE question, and the usual formula: for second parametric derivatives $$\frac{\frac{d^2y}{dt^2}\frac{dx}{dt}-\frac{dy}{dt}\frac{d^2x}{dt^2}}{(\frac{dx}{dt})^3}$$ took me much longer than 2.5 minutes (the average time per question) to compute. I'm thinking there has to be a faster way than actually computing all those partials, any ideas?
Thanks
Step 1 - Derivatives
Speed: Derivatives of polynomials in expanded form should be basically automatic for anyone doing/done an calculus course so the speed is basically as quickly as you write.
$\frac{dy}{dt}=12t^3+12t^2$ and $\frac{d^2y}{dt^2}=36t^2+24t$
$\frac{dx}{dt}=2t+2$ and $\frac{d^2x}{dt^2}=2$
Step 2: Find $t$
Speed: There is some work involved in finding $t$. However it only involves solving a quadratic so should be quick. The quadratic is not difficult so again basically as quickly as you can write it down.
Solving: $t^2+2t=8$ $\rightarrow$ $t^2+2t-8=0$ $\rightarrow$ $(t-2)(t+4)=0$ $\rightarrow$ $t=2$ as $t>0$.
Step 3 - Evaluate Expression (Edited slightly for no calculator comment)
Speed: Do not try and simply the algebraic expression for $\frac{d^2y}{dx^2}$. Just substitute in $t=2$. This is just arithmetic so should be pretty quick.
$$\left(\dfrac{d^2y}{dx^2}\right)_{t=2}=\left(\dfrac{\frac{d^2y}{dt^2}\frac{dx}{dt}-\frac{d^2x}{dt^2}\frac{dy}{dt}}{\left(\frac{dx}{dt}\right)^3}\right)_{t=2}=\dfrac{(36\cdot2^2+24\cdot2)\cdot(2\cdot2+2)-2\cdot(12\cdot2^3+12\cdot2^2)}{(2\cdot2+2)^3}$$
To calculator this efficiently in your head/paper use arithmetic factorizing to avoid having to deal with big numbers. Below is the steps I would be doing in my head/book (I certainly wouldn't be writing them all down).
$$=12\cdot\left(\frac{(3\cdot2^2+2\cdot2)\cdot6-2\cdot(2^3+2^2)}{6^3}\right)$$
$$=12\cdot2\cdot\left(\frac{(3\cdot2+2)\cdot6-(2^3+2^2)}{6^3}\right)$$
$$=12\cdot2\cdot\left(\frac{8\cdot6-12}{6^3}\right)$$
$$=12\cdot2\cdot6\cdot\left(\frac{8-2}{6^3}\right)$$
$$=\frac{6\cdot2\cdot2\cdot6\cdot6}{6^3}$$
$$=4$$
Personal Reflection
Having a BSc and interest in Mathematics I would expect myself to take about and 60 seconds for this question using the formula you provided. If I was to use @QuantumFool's guttural instinct technique it would be more like 3 minutes as the calculus/algebra becomes more involved.
Obviously different people will have different experiences.