Question
Question: How do you write the equation for a circle with points \(\left( {0,2a} \right),\left( {2b,0} \right)...
How do you write the equation for a circle with points (0,2a),(2b,0) as ends of a diameter?
Solution
Centre is the midpoint of diameter and distance from centre to either of the endpoints of diameter is radius. Thereafter, we will use the midpoint formula in the given values. Further, we will use distance formula to find the equation of the circle given below:
x=2x1+x2,y=2y1+y2 (midpoint formula)
(x−x1)2+(y−y1)2=r2 (Centre radius form of circle)
⇒r=(x2−x1)2+(y2−y1)2 (Distance formula)
Complete step by step answer:
Given diametric ends of the circle are (0,2a),(2b,0).
Using the midpoint formula, we calculate the coordinate of the centre first.
x=2x1+x2,y=2y1+y2 --(1)
Where x1=0,y1=2a,x2=2b,y2=0
Using these values in formula (1) we have
x=20+2b,y=22a+0
⇒x=b,y=a
Thus, the coordinate of the centre is (b,a).
We apply distance formula between centre of the circle and either end of diameter to calculate its radius:
D=(x2−x1)2+(y2−y1)2
Here, x1=0,y1=2a,x2=b,y2=a
Using in above formula we have
⇒D=(b−0)2+(a−2a)2
⇒D=a2+b2
Therefore, the radius of the circle is a2+b2.
Now, we use the centre radius formula to find the equation of the circle.
(x−x1)2+(y−y1)2=r2
Where (x1,y1) is the coordinate of the centre and r be the radius of the circle.
Using value of (x1,y1)=(b,a) and r=a2+b2 in above formula.
⇒(x−b)2+(y−a)2=a2+b2
Using algebraic identity(a−b)2=a2−2ab+b2
⇒x2−2xb+b2+y2−2ay+a2=a2+b2
⇒x2+y2−2bx−2ay=0
Hence, the required equation of the circle is x2+y2−2bx−2ay=0.
Note: We can also use formula (x−x1)(x−x2)+(y−y1)(y−y2)=0 to find equation of circle.
Here, (x1,y1) and (x2,y2) are diametric ends.