Circles of radius $2$ passing through origin with centers on $x=1$

1.3k Views Asked by At

There are two circles of radius $2$ that have centers on the line $x=1$ and pass through the origin. Find their equations.

Please explain to me what the problem is really saying.

2

There are 2 best solutions below

7
On BEST ANSWER

Here is a small diagram representing question:enter image description here

You have to find equations of circles.

There centres are $(1,\alpha) \ and (1,-\alpha)$ by symmetry .

And the radius is $2$ units.

let equation of circles are : $x^2+y^2-2x\pm2\alpha y=0$ [c=0; as circles pass through (0,0)] ; then $R=\sqrt{\alpha^2+1}=2$

2
On

A circle with centre $(a,b)$ and radius $r>0$ has equation $(x-a)^2+(y-b)^2=r^2$. Since these circles have centre on the line $x=1$ and radius $2$, they have equation $(x-1)^2+(y-b)^2=4$. Since the circles pass through the point $(0,0)$, we have $(0-1)^2+(0-b)^2=4$, so $b^2+1=4$. Solving for $b$ gives $b=\pm\sqrt 3$, so the circles are given by $(x-1)^2+(y-\sqrt 3)^2=4$ and $(x-1)^2+(y+\sqrt 3)^2=4$.