Find the parametric equation for the curve.
$$x^{2}+y^{2}=10$$
I haven't learned parametric equations fully yet, so I wanted to check with you guys and see if you can confirm if I'm doing this correctly and possibly go more in depth on the problem if you can?
Because it's centered at (0,0) the origin, and it has a radius of sqrt(10) then the answer is this, right?
$$(x(t),y(t)) = (\sqrt{10}\cos t\,,\, \sqrt{10}\sin t)$$
taking $x=a\sin t,y=a\cos t$ from $x^2+y^2=10$ we get $$a^2\sin^2t+a^2\cos^2t=a^2(\sin^2t+\cos^2t)=a^2=10$$ from above $a=\sqrt{10}$