document.write( "Question 515247: find the maximum value of the function\r
\n" );
document.write( "\n" );
document.write( "f(x)= 3+4x^2-x^4\r
\n" );
document.write( "\n" );
document.write( "hint: let t=x^2 \n" );
document.write( "
Algebra.Com's Answer #343874 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! We can maximize\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex occurs at t = -(4/-2) = 2. If t = 2, then we can replace t = 2 (or x = sqrt(2)) to obtain 7 as the maximum value. \n" ); document.write( " |