Find the parametric curve representation in polar coordinates for $(x-1)^2+(y+1)^2=8$.
Usually equations of form $x^2+y^2=a^2$ have the parametric curve like: $$ c(t)=\langle a\cos t,a\sin t\rangle $$ But I'm struggling to find parametrization for the equation above.
While trying to simplify I got the following: $$ (r\cos t-1)^2+(r\sin t+1)^2=8\\ r^2(\cos^2 t+\sin^2t)+2r\sin t-2r\cos t=6\\ r^2+2r(\sin t-\cos t)=6 $$ But I don't really see how this helps.
You can also set $x-1 = \sqrt{8} \cos t$ and $y+1 = \sqrt{8} \sin t$ this will verify the equation and the parametrization becomes $c(t) = \langle 1 + \sqrt{8} \cos t, -1 + \sqrt{8} \sin t\rangle$