document.write( "Question 1194170: The positive variables x and y are such that x^4 y = 32. A third variable z id defined by z = x^2 + y.
\n" ); document.write( "Find the values x and y that give z a stationary value and show that this value of z is a minimum.
\n" ); document.write( "

Algebra.Com's Answer #826311 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
x^4 y = 32 -> y = 32/x^4
\n" ); document.write( "Thus z = x^2 + y -> z = x^2 + 32/x^4
\n" ); document.write( "Stationary values are the points where dz/dx = 0:
\n" ); document.write( "dz/dx = 0 = 2x - 128/x^5
\n" ); document.write( "To solve for x, multiply through by x^5:
\n" ); document.write( "2x^6 - 128 = 0 -> x^6 = 64
\n" ); document.write( "Solutions: x = 2, -2
\n" ); document.write( "Thus y = 32/(2)^4 = 2
\n" ); document.write( "The stationary points are (2,2) and (-2,2)
\n" ); document.write( "Computing the 2nd derivative, since d^2z/dx^2 = 2 + 640/x^6 is positive at x=2, -2, the points are minima
\n" ); document.write( "
\n" ); document.write( "
\n" );