The set of parametric equations:
$x(t) = t^2 − 2$
$y(t) = t^3 − 9t + 5$
Compute $(x,y)$ where the crossing occurs.
The answer key says that $(x,y) = (7,5)$, which means that $t=3$. That's really all I have, I have no idea how to solve this problem. Can someone point me in the right direction?
The $t$ of interest must be of the form of $\pm t_0, t_0 \ne 0$ to make $x$ takes the same value.
$$t_0^3-9t_0+5 = -t_0^3+9t_0+5$$
$$t_0^3-9t_0=0$$
$$t_0(t_0^2-9)=0$$
Hence we know $|t_0|=3$.