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 #4464 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! We can solve for the height directly without knowing the radius. \n" ); document.write( " If the arc length is a. \n" ); document.write( " Let the radius be r and the angle facing the arc be x (in radians),then \n" ); document.write( " the arc length a = r x ...(1) \n" ); document.write( " Set the chord be c (= AB, M the midpoint of AB, O center of the circle), then \n" ); document.write( " we have r sin x/2 = c/2...(2) [From at the right triangle AMO] \n" ); document.write( " \n" ); document.write( " Solve the system (1),(2)(2 equations in two variables) \n" ); document.write( " for r and angle x. \n" ); document.write( " Then we obtain the height \n" ); document.write( " r - r cos(x/2) = r(1 - cos x/2) [since OM = r cos x/2] \n" ); document.write( " (or by (2) use r cos(x/2) = r sqrt(1- sin^2 (x/2)] = r sqrt(1- c^2/4r^2]) \n" ); document.write( " Hence, then the height = r(1 - cos x/2) = r(1-sqrt(1- c^2/4r^2]))\r \n" ); document.write( "\n" ); document.write( " Actually, it is not so easy to solve the system (1),(2). \n" ); document.write( " Because it involves trig functions , so you may need to use Taylor's \n" ); document.write( " series or Newtons method to solve for r and x.\r \n" ); document.write( "\n" ); document.write( " More questions are welcome.\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |