x = t^3 - 3t
y = t^2 -3
I tried the problem and this is what I got:
Horizontal: (0,-3)
Vertical: (2,-2) and (-2,-2)
Also I'll throw this one in since I have no one to check my work:
Find the equation of a tangent line to the curve at the point t=1
x = 1+4t-t^2
y = 2-t^3
For my equation I got:
y=-3x/2 + 7
Hint. One may recall that
gives an horizontal tangent at the point $(x(t_0),y(t_0))$ and that
gives an vertical tangent at the point $(x(t_0),y(t_0))$.
Here one gets $$ x'(t_0)=3t^2-3, \quad y'(t_0)=2t. $$
Can you take it from here?