document.write( "Question 1142727: **Solve using calculus optimization**\r
\n" );
document.write( "\n" );
document.write( "Find the point on the curve that is closest to the point (18, 0). \n" );
document.write( "
Algebra.Com's Answer #763457 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the point on the curve \n" ); document.write( "--------- \n" ); document.write( "The points on the curve are (x,x^2) \n" ); document.write( "The distance d(x) to (18,0) is \n" ); document.write( "d(x) = \n" ); document.write( "d'(x) = (1/2)*(4x^3 + 2x - 36)/sqrt(...) = 0 \n" ); document.write( "2x^3 + x - 18 = 0 \n" ); document.write( "x = 2 \n" ); document.write( "=============== \n" ); document.write( "The point is (2,4) \n" ); document.write( "------------------- \n" ); document.write( "The distance is sqrt(16^2 + 4^2) = 4sqrt(17) units. \n" ); document.write( " \n" ); document.write( " |