I have been trying to find the angle between two parametric curves:
$$ \begin{array}{lc} C_1 : & \left( \dfrac{a+2}{1+t^2}, \dfrac{a+\sqrt{3}}{1+t^2} \right) \\[5pt] C_2 : & \left( a\cos t, a\sin t \right) \end{array}$$
But I ran into the problem of figuring out the point of intersection. I've tried equating $x(t)$ functions, but I can't solve this kind of equation, when we have a variable inside both trigonometric and polynomial functions. So, should I learn how to solve this equation( hereby push me into right direction, please) or is there another trick about finding the desired angle? Thank you in advance.