Radius of circle, given 3 points

AI Thread Summary
To find the radius of a circle given three points on its circumference, the equation (x-x_0)^2+(y-y_0)^2=r^2 can be used, where (x_0, y_0) is the center. By substituting the points (-6,2), (3,-1), and (-5,-5), three nonlinear equations can be formed to solve for the center and radius. An alternative method involves finding the intersection of the perpendicular bisectors of the chords formed by the points. While both methods have their complexities, the discussion highlights that solving the system of equations can be balanced in terms of effort required. Ultimately, the radius is determined to be r=5.
Paulo Serrano
Messages
52
Reaction score
0

Homework Statement


The points (-6,2), (3,-1) and (-5,-5) are all points on circumference of the circle. What is the radius of this circle?

Homework Equations


I don't know what to do.

The Attempt at a Solution


Have no idea really. I tried actually making a makeshift graphical representation of it and still couldn't figure out how to to get the radius mathematically. The answer is r=5
 
Physics news on Phys.org
Use the equation for the circle:

(x-x_0)^2+(y-y_0)^2=r^2

Inserting the three points give you three equations with three unknows: The x and y coordinates of the cetnerpoint and the radius.
 
Call your points A, B, and C. An alternative approach is to find where the perpendicular bisectors of the chords AB and AC intersect. That would be the center. This only involves midpoints, slopes and equations of straight lines to work out.
 
I was able to do it using LCKurtz method, but I wonder if using the circle formula would be faster. Can you help me out a little bit more? Can you give me one of the 3 equations I would make? I just need to know what to do with x_0 and the y_0
 
Paulo Serrano said:
I was able to do it using LCKurtz method, but I wonder if using the circle formula would be faster. Can you help me out a little bit more? Can you give me one of the 3 equations I would make? I just need to know what to do with x_0 and the y_0

It won't be easier. Call the unknown center (a,b). Your circle becomes:

(x-a)2 + (y-b)2=r2.
Plug in the first point, x = -6, y = 2:

(-6-a)2 + (2-b)2 = r2
36 +12a + a2 + 4 -4b + b2 = r2

Plug in the other two points to get two more nonlinear equations like that to solve simultaneously.
 
LCKurtz said:
Plug in the other two points to get two more nonlinear equations like that to solve simultaneously.

Though technically correct, nonlinear is a bit rash :) Quadratric equations are easy to solve.
 
Troels said:
Though technically correct, nonlinear is a bit rash :) Quadratric equations are easy to solve.

Rash: (adj.) Hastily without due consideration. Done with reckless or ill-considered haste.

Sorry, no. I meant what I said. Linear methods don't apply to a system of simultaneous quadratic equations like you get. My point was that that method is not easier than the direct method I suggested, and it isn't.
 
Meant Harsh of course.

Well I'd say id depends very much indeed on how you define "easy"

Indeed, you can't solve a system of quadratic equations using a eg. gauss elimination, but for the linear approach, you still need to construct at least 4 additional "point/slope"-equations, so when it comes down to the actual amount of pencil carbon spent, I recon the two method are fairly evenly balanced.
 
Troels said:
Meant Harsh of course.

Well I'd say id depends very much indeed on how you define "easy"

Indeed, you can't solve a system of quadratic equations using a eg. gauss elimination, but for the linear approach, you still need to construct at least 4 additional "point/slope"-equations, so when it comes down to the actual amount of pencil carbon spent, I recon the two method are fairly evenly balanced.

I will concede that in this particular situation the system of equations you get using the distance formula happens to solve easily. Luckily, subtracting them eliminates all the squared terms, so the work is in fact approximately equal. But generally speaking, solving three equations in three unknowns involving both linear and quadratic terms is far from a walk in the park, and one would a priori expect the slope-straight line method to be easier and more direct.
 
Back
Top