document.write( "Question 8055: Is it possible to calculate the height from a given chord to a given arc, given that the only information available is the length of both the chord and the arc, I have been trying to calculate this for some time but it is in vain?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #4445 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
I would say that it is possible, if you also have the radius of the circle or the angle subtended by the arc.\r
\n" ); document.write( "\n" ); document.write( "Here's one approach using the radius: A picture might help.\r
\n" ); document.write( "\n" ); document.write( "Draw a circle of radius r.
\n" ); document.write( "Draw a chord of length c.
\n" ); document.write( "Draw two radii from the circle center to the ends of the chord.
\n" ); document.write( "Draw the radius from the circle center to the circumference, bisecting the chord.\r
\n" ); document.write( "\n" ); document.write( "Now, label the segment of the radius last drawn from the center to the chord as x.
\n" ); document.write( "Label the remaining segment, the height you are looking for, as h.\r
\n" ); document.write( "\n" ); document.write( "Now, if drawn correctly, your diagram should show an isosceles triangle formed by two radii and the chord. The isosceles triangle is bisected into two right-triangles with the radius (r) as their hypotenuses.\r
\n" ); document.write( "\n" ); document.write( "Using the Pythagorean theorem, you can find the length of segment x.\r
\n" ); document.write( "\n" ); document.write( "\"x+=+sqrt%28r%5E2+-+%28c%2F2%29%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "Once you have found the length of segment x, the length of h is simply r - x.\r
\n" ); document.write( "\n" ); document.write( "So you have:\r
\n" ); document.write( "\n" ); document.write( " \"h+=+r+-+sqrt%28r%5E2+-+c%5E2%2F4%29\" \r
\n" ); document.write( "\n" ); document.write( "You might see this written this way:\r
\n" ); document.write( "\n" ); document.write( "\"h+=+r+-+%281%2F2%29sqrt%284r%5E2+-+c%5E2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );