Question:
The function $y=f(x)$ is represented parametrically by $x=t^5-5t^3-20t+7$ and $y=4t^3-3t^2-18t+3$ $(-2\lt t\lt2)$. The minimum of $y=f(x)$ occurs at $t=...$
My Attempt:
For extrema, I am calculating $\frac{dy}{dx}$
$\frac{dy}{dx}=\frac{dy}{dt}\frac{dt}{dx}=\frac{12t^2-6t-18}{5t^4-15t^2-20}=\frac{6(2t^2-t-3)}{5(t^4-3t^2-4)}=\frac{6(2t-3)(t+1)}{5(t^2-4)(t^2+1)}$
Around $t=\frac32, f'(x)$ sign changes from positive to negative. So $t=\frac32$ is local maxima.
Around $t=-1, f'(x)$ sign changes from negative to positive. So $t=-1$ is local minima.
But the answer given is $\frac32$
What's wrong in my approach?


When I plot the parametric equation in desmos, I see a local min at approximately $x = -32$. Then, I solve the equation $t^5-5t^3-20t+7 = -32$. One of the roots is very close to $3/2$. So, I think $3/2$ is definitely correct. There is more to this problem than meets the eye!