How Do You Determine the Y-Coordinate of a Circle's Center?

  • Thread starter Thread starter unique_pavadrin
  • Start date Start date
  • Tags Tags
    Circle Point
unique_pavadrin
Messages
100
Reaction score
0
URGENT: Centre Point of a circle

Homework Statement


Find the center point of the circle shown in the diagram below and the radius of the circle.

http://img142.imageshack.us/img142/9469/45409301jg6.png

The red dots have the following coordinates; (-17,0); (0,17); (31,0)

Homework Equations


\left( {x + a} \right)^2 + \left( {y + b} \right)^2 = r^2


The Attempt at a Solution


I can find the x-coordinate of the center of the circle finding the center point between (-17,0) and (31,0), and as the circle is symmetrical, this will be the x-coordinate of the center point. The value is 7, therefore the center of the circle is located (7,c) where c is some constant.


how do i find the value of the constant?

Many thanks,
unique_pavadrin
 
Last edited by a moderator:
Physics news on Phys.org
The distance between (7,c) and (0,17) equals the distance between (7,c) and (31,0).

use this to find c, and and then r also...
 
sorry i don't see how that helps

would simultaneous solving of some sort help?
 
Last edited:
The perpendicular bisector of any chord in a circle goes through the center. You used that when you calculated the midpoint of the horizontal line between (-17,0) and (31,0): its midpoint is (7,0) and its perpendicular bisector is x= 7. Now choose another two of those points, say (-17, 0) and (0, 17). The midpoint of that segment is (-17/2, 17/2). The slope of that segment is (17-0)/(0-(-17))= 1. The slope of a line perpendicular to that is -1. The equation of the perpendicular bisector of that segment is y= -x+ 17. The center is at the intersection of y= -(x+ 17/2)+ 17/2 and x= 7. That should be easy to solve.
 
So the centre is (7, c).
Length of segment joining (-17, 0) and center
r^2 = 24^2 + c^2
r^2 = 576 + c^2 _____(Eq 1)
Length of segment joining (0, 17) and center
r^2 = 7^2 + (c-17)^2
r^2 = 49 + c^2 + 289 -34c _______(Eq 2)

Comparing Eqs. 1 and 2:
576 + c^2 = 49 + c^2 + 289 -34c
c = -7

Therefore the centre of the circle is (7, -7).

Finding radius now is pretty trivial.
 
cheers for that, makes sense now, the radius is \sqrt {149}? correct...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top