Equation of a Circle Given Touching Point on x-axis and Containing Point

  • Thread starter Thread starter Government$
  • Start date Start date
AI Thread Summary
To find the equation of a circle that touches the x-axis at point A(3,0) and contains point B(3 + √3, -1), the center must lie on the line x=3. The relationship between the points A and B helps determine the slope, which is crucial for finding the midpoint and the perpendicular line to locate the center. The center's y-coordinate, b, is found to be -2, leading to a radius of 2. The final equation of the circle is derived by substituting these values into the standard circle equation, confirming that the circle touches the x-axis and contains point B.
Government$
Messages
87
Reaction score
1

Homework Statement



Find the equation of a cricle if it touches x-axis in A(3,0) and it contains B(3 + √3, -1)

The Attempt at a Solution


Is there a piece of data missing here? Because i can't see how can i find center of circle.
 
Physics news on Phys.org
Government$ said:

Homework Statement



Find the equation of a cricle if it touches x-axis in A(3,0) and it contains B(3 + √3, -1)

The Attempt at a Solution


Is there a piece of data missing here? Because i can't see how can i find center of circle.

You need to show your work. For example, can you say ANYTHING about the center of the circle?
 
Well i know that center is at x=3.

I know that the slope between A and B is -√3 (3-3-√3)/(1)

If i want to find a line that goes throug the points it should be like this:

For A:
y-0=-√3(x-3)
y=-√3x + 3√3

but for B i get different line

y+1=-√3(x-3 -√3)
y=-√3x + 3√3 +2

Two different lines, when i should get the same.
 
Government$ said:

Homework Statement



Find the equation of a cricle if it touches x-axis in A(3,0) and it contains B(3 + √3, -1)

The Attempt at a Solution


Is there a piece of data missing here? Because i can't see how can i find center of circle.

Nope, you have enough information. The circle touching the x-axis means that the x-axis is a tangent to the circle. At the point a tangent line touches the circle, a line perpendicular to the tangent line (a normal line) would pass through the centre of the circle, would it not? This doesn't mean we know where the centre is exactly, but you know the centre must lie on the normal line. So can you use this added information in your equations?
 
Government$ said:
Well i know that center is at x=3.

I know that the slope between A and B is -√3 (3-3-√3)/(1)
The only way the slope between A and B will be helpful to you is if you find the midpoint of A and B, take the perpendicular of the line AB going through the midpoint, then you'll know when this line intersects x=3, that is where your centre of the circle is. But there is an easier method to solve this problem.
Government$ said:
If i want to find a line that goes throug the points it should be like this:

For A:
y-0=-√3(x-3)
y=-√3x + 3√3

but for B i get different line

y+1=-√3(x-3 -√3)
y=-√3x + 3√3 +2

Two different lines, when i should get the same.

You found the gradient of the line that passes through A and C(3+\sqrt{3},-3) which also lies on the circle (you shouldn't know this though). You accidentally took the slope to be the difference of the x values over the difference of the y values, but it's the other way around. The slope between A and B is

\frac{-1-0}{3+\sqrt{3}-3}=\frac{-1}{\sqrt{3}}
 
Thank you everyone i solved the problem.
 
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.
 
Back
Top