document.write( "Question 328496: A missile is launched and travels along a path that can be represented by:\r
\n" );
document.write( "\n" );
document.write( " y= the Square root of X \r
\n" );
document.write( "\n" );
document.write( "A radar tracking station is located 2 km directly behind the launch pad. Placing the launch pad at the origin and the radar station at (-2, 0), find the largest angle of elevation required of the radar to track the missile
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235297 by galactus(183)![]() ![]() You can put this solution on YOUR website! The max angle will be attained by the tangent line to the curve y=sqrt(x) that passes through x=-2. The thing is, we have to find this point on the curve.\r \n" ); document.write( "\n" ); document.write( "We can do this by using the equation of a line formula.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y1=0, x1=-2, y=sqrt(x), m=1/(2*sqrt(x))\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solving for x, we find x=2.\r \n" ); document.write( "\n" ); document.write( "The line is tangent to the curve at (2,sqrt(2)).\r \n" ); document.write( "\n" ); document.write( "By the law of tangents, we can easily find the angle now.\r \n" ); document.write( "\n" ); document.write( " |