Parametrise the circle with centre (1,−2) and radius 5.
Solution
Use the standard parametrisation of a circle with centre (x0,y0) and radius r: x=x0+rcost, y=y0+rsint. With (x0,y0)=(1,−2) and r=5:
{x(t)=1+5costy(t)=−2+5sint,t∈[0,2π).
Check: (x−1)2+(y+2)2=5(cos2t+sin2t)=5.