Find the equation of the circle with:

Centre (a cos, a sin) and radius a.

Given that we need to find the equation of the circle with centre (acosα, asinα) and radius a.



We know that the equation of the circle with centre (p, q) and radius ‘r’ is given by:


(x - p)2 + (y - q)2 = r2


Now we substitute the corresponding values in the equation:


(x - acosα)2 + (y - asinα)2 = a2


x2 - (2acosα)x + a2cos2α + y2 - (2asinα)y + a2sin2α = a2


We know that sin2θ + cos2θ = 1


x2 - (2acosα)x + y2 - 2asinαy + a2 = a2


x2 + y2 - (2acosα)x - (2asinα)y = 0


The equation of the circle is x2 + y2 - (2acosα)x - (2asinα)y = 0.


1