document.write( "Question 1047187: Find the maximum and minimum values of each given function and state the corresponding values of x . ( 0 <= x < 2pi )\r
\n" );
document.write( "\n" );
document.write( "(1) \n" );
document.write( "
Algebra.Com's Answer #662696 by ikleyn(52786)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find the maximum and minimum values of each given function and state the corresponding values of x. ( 0 <= x < 2pi )\r \n" ); document.write( "\n" ); document.write( "(1) \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Take the derivative on \"x\": y'(x) = -sin(x) + 2*(-sin(x/2)*(1/2) = - sin(x) - sin(x/2).\r\n" ); document.write( "\r\n" ); document.write( "Equate it to zero. You will get an equation\r\n" ); document.write( "\r\n" ); document.write( "-sin(x) - sin(x/2) = 0, or\r\n" ); document.write( "\r\n" ); document.write( "2*sin(x/2)*cos(x/2) + sin(x/2) = 0, or ( after factoring )\r\n" ); document.write( "\r\n" ); document.write( "sin(x/2)*(2*cos(x/2) + 1) = 0.\r\n" ); document.write( "\r\n" ); document.write( "It deploys in two independent equations\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "1. sin(x/2) = 0 ---> x/2 = 0,
\n" ); document.write( " \n" ); document.write( " |