document.write( "Question 1194169: For each of the following expressions, calculate the value of x which gives y a stationary value.
\n" );
document.write( "Determining whether this value of y is a minimum or a maximum. Give your answers correct to 3 significant figures where necessary.
\n" );
document.write( "a) y = x^2 + (2x-1)^2
\n" );
document.write( "b) y = 2πx - (x-2)^2 \n" );
document.write( "
Algebra.Com's Answer #826341 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=x^2+(2x-1)^2 \n" ); document.write( "y'=2x+2(2x-1)*2=2x+8x-4=10x-4 \n" ); document.write( "set that equal to 0 \n" ); document.write( "10x=4 \n" ); document.write( "x=0.4 \n" ); document.write( "2nd derivative is 10 and is always positive so this is a minimum \n" ); document.write( "alternative way into expand function to x^2+4x^2-4x+1=5x^2-4x-1 \n" ); document.write( "find vertex by x=-b/2a=-4/-10 or +0.4 \n" ); document.write( " \n" ); document.write( "-- \n" ); document.write( "y'=2 pi-2(x-2)=2pi-2x+4 \n" ); document.write( "set equal to 0 \n" ); document.write( "2x=2pi+4 \n" ); document.write( "x=2+pi or 5.28 \n" ); document.write( "y''=-2, and this will be a maximum. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |