I have a parametric function. If you graph it, you'll find that it looks like a figure 8.
x(t) = 2sin(2t)
y(t) = 8sin(t)
How do I find the slopes of the function when it intersects with itself again (graph this to see what I mean)? Should I convert it to a non-parametric function first?
There’s no need to abandon parametric form:
$$\frac{dy}{dx}=\frac{dy/dt}{dx/dt}=\frac{8\cos t}{4\cos 2t}=\frac{2\cos t}{\cos 2t}\;.$$
Now just find (in terms of $t$) where it crosses itself.