document.write( "Question 1170419: A large pillar has a cross section in the shape of hyperbola. The curves can be modeled by the equation x^2/25 - y^2/100 =1
\n" );
document.write( "The pillar is 225 meters all\r
\n" );
document.write( "\n" );
document.write( "a. Find the width at the narrowest point in the middle
\n" );
document.write( "b. Find the width of the top of the pillar \n" );
document.write( "
Algebra.Com's Answer #795325 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a. The narrowest point occurs when the hyperbola crosses the x-axis, \n" ); document.write( "i.e. y= 0. Setting y=0, we have x^2 = 25 -> x = +-5. \n" ); document.write( "Thus the width = 10 \n" ); document.write( "b. Set y = 225 and solve for x: \n" ); document.write( "x^2/25 = 1 + 225^2/100 -> x = +-112.61 -> width = 225.22 \n" ); document.write( " |