Find the radius of a circle from a chord

AI Thread Summary
To find the radius of a circle using the length of a chord (c) and the distance from the midpoint of the chord to the circle's edge (m), the equation is derived from right triangle relationships. The equation can be expressed as radius = (c^2/4 + m^2)/(2m). By drawing a right triangle with the chord and the line from the midpoint to the circle's edge, trigonometric identities can be applied. Specifically, using sin(theta) and cos(theta) helps establish the relationship needed to derive the radius. This method effectively combines geometry and trigonometry to solve for the radius.
Lizardjuice7
Messages
5
Reaction score
0
Hi,

Can someone please explain to me how you get the equation:

radius=(\sqrt{c}+m2)/2m

c=length of chord

m=distance from midpoint of chord to edge of the circle

I would like to find the radius of the circle from only knowing those two quantities.

I have found the equation on various websites across the web (including http://www.math.utah.edu/~eyre/rsbfaq/physics.html), but I do not know how it was derived.

Thanks,

Lizardjuice7
 
Mathematics news on Phys.org
From the link you gave they say the equation is r = ((c^2)/4 + m^2)/(2m), which is very good because that's the answer i just got from solving the problem. (EDIT: I think I see the problem, the link gives c^2/4 without parenthesis so you probably assumed c^(2/4) instead of (c^2)/4)

Draw your circle with a chord and a line from the midpoint of the chord to the opposite side of the circle. Chord is of length c and line bisecting the chord is of length m.

Now draw a line connecting the midpoint of the circle (which is on line m) to one of the corners of the chord. Because line m bisects the chord, this is a right triangle.

Consider the angle theta between the chord and the origin (the angle on your triangle which does not on the origin). Using normal trig relations:

sin(theta) = (m - r)/r
cos(theta) = c/(2*r)

Now just compute sin(theta)^2 + cos(theta)^2 = 1 and do the algebra!
 
thanks, that's a big help
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...

Similar threads

Back
Top