How to Calculate the Radii of Two Circles Passing Through a Common Point?

  • Thread starter Thread starter Lifeforbetter
  • Start date Start date
  • Tags Tags
    Circles Radius
AI Thread Summary
To calculate the radii of two circles passing through the common points (1,3) and (2,4), the centers of the circles must be positioned on the line defined by the equation y = mx + c. The circles must also touch the y-axis, meaning the x-coordinate of each center equals its radius. By substituting the known points into the circle equation, a quadratic can be formed to solve for the radii r1 and r2. Graphing the information can provide additional clarity, although it is not strictly necessary for solving the problem. Understanding the relationship between the circle's center and radius in relation to the y-axis is crucial for finding the correct values.
Lifeforbetter
Messages
48
Reaction score
1
Homework Statement
Two circles go through 2 points (1,3) (2,4)
Both circle touches y-axis. Find r1*r2
The mutiple of the radius of both circle
Relevant Equations
d = ##\sqrt{(x2^2-x1^2) (y2^2 - y1^2) }##
Middle point of (1,3)(2,4) is (1.5, 3.5)
r1 to r2 passing through (1.5, 3.5)
I cannot grasp on what should i do to find r1 and r2 from the line

Without graph*
 
Last edited:
Physics news on Phys.org
Why don't you take the known information and put it on a graph. It's a start.
 
magoo said:
Why don't you take the known information and put it on a graph. It's a start.
Without graph it should be
 
If the center of a circle of radius R is on the line y = mx + c and the circle touches the y-axis, then the equation of that circle must be <br /> (x - R)^2 + (y - (mR + c))^2 = R^2. If you know (x,y) (a point on the circle) and m and c then this is a quadratic you can solve to find R.

Here you know two points on the circle, (x_1,y_1) = (1,3) and (x_2,y_2) = (2,4). There are at least two ways of using this information to find m and c.
 
  • Like
Likes Lifeforbetter
Lifeforbetter said:
Without graph it should be
Who will know if you made a sketch for yourself? You can see the problem better from a graph. Solution without graph means that you can not read the results from the graph.
Both circles go through both points P1(1;3) and P2(2;4). And both circles touch the y axis. The centers of the circles are O1(x1;y1) and O2(x2;y2), there radii are r1, r2. See the "forbidden" graph (not in scale).

246569

How is the x position of the center of a circle related to the radius if the circle touches the y axis?
(The y-axis is tangent to the circle, the radius drawn to the tangent point is perpendicular to the tangent line.)

https://www.physicsforums.com/attachments/246567
 
Last edited:
  • Like
Likes Lifeforbetter
ehild said:
How is the x position of the center of a circle related to the radius if the circle touches the y axis?
(The y-axis is tangent to the circle, the radius drawn to the tangent point is perpendicular to the tangent line.)

https://www.physicsforums.com/attachments/246567
If a1, b1 were the center point of circle 1. Then a1 = r1, then b1 = mr1 + c
Just what @pasmith says right?
The graph does help too.
 
Last edited:
pasmith said:
If the center of a circle of radius R is on the line y = mx + c and the circle touches the y-axis, then the equation of that circle must be <br /> (x - R)^2 + (y - (mR + c))^2 = R^2. If you know (x,y) (a point on the circle) and m and c then this is a quadratic you can solve to find R.

Here you know two points on the circle, (x_1,y_1) = (1,3) and (x_2,y_2) = (2,4). There are at least two ways of using this information to find m and c.
y =mx + c
You mean the line go through middle point between P1 and P2? Which also go through r1 and r2 right?
That's m = -1 c = 5
Plug into
(x - R)^2 + (y - (mR + c))^2 = R^2.
Either using (1,3) or (2,4)
Give me r = 1 or r = 5 right?
 
magoo said:
Why don't you take the known information and put it on a graph. It's a start.
Yes.
 
Back
Top