can anybody help me to convert following parametric equation in a form Y =Y(X): $$ x = cos(t) \sqrt{(2 - cos^2(3t))} \\ y = sin(t) \sqrt{(2 - cos^2(3t))} $$
I've tried also with Wolfram Alpha and it seem not to work:
Reduce[x == Cos[t] Sqrt[2 - Cos[3 t]^2], {t}]
Actually what I need is a function in a form Y = Y(X) to get this kind a result: http://postimg.org/image/6n8f839yp/
Best! Vito