Government$ said:
Thank you everyone i solved the problem.
Well in that case, I'll show you a quicker method which you may also find easier.
The equation of the circle is
(x-a)^2+(y-b)^2=r^2
And we need to determine the constants a,b,r. Firstly, we know that the centre of the circle lies on the lies x=3 because of reasons I stated in my previous post, so a=3.
So our circle equation is now
(x-3)^2+(y-b)^2=r^2
We're also given that the point (3,0) lies on the circle, so if we plug this into the equation we get
(3-3)^2+(0-b)^2=r^2
b^2=r^2
This equation makes sense right? Because if b is 2 units away from x-axis, then the radius is also 2 units.
Finally, our last point that lies on the circle is B(3+\sqrt{3},-1) and plugging this into the circle equation gives
(3+\sqrt{3}-3)^2+(-1-b)^2=r^2
(\sqrt{3})^2+(b+1)^2=r^2
3+b^2+2b+1=r^2
Since we know that b^2=r^2 then
2b+4=0
b=-2
And thus, plugging b=-2 into b^2=r^2 gives us r^2=4.
Of course, when you're doing this yourself things will fall together a lot faster, and all you're really doing is plugging values that you're given into the equation of the circle to find the constants. It's brainless work really, and the only part of the problem that requires you to really think to solve it is to realize what "touching the x-axis" actual means and what info you can extract from that statement.