document.write( "Question 390517: Find the number which when raised by itself, it will become minimum. \n" ); document.write( "
Algebra.Com's Answer #276916 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let \"y+=+x%5Ex\". We have to restrict the domain of y to (0, \"infinity\"), otherwise we encounter a densely infinite number of problems, haha.(E.g., \"%28-1%2F4%29%5E%28-1%2F4%29+=+1%2F%28%28-1%2F4%29%5E%281%2F4%29%29\", or \"%28-pi%29%5E%28-pi%29+=+1%2F%28%28-pi%29%5Epi%29\"). Note also that y > 0 for all x in the domain.\r
\n" ); document.write( "\n" ); document.write( "That said, we can take ln of both sides of \"y+=+x%5Ex\":
\n" ); document.write( "ln y = x lnx.
\n" ); document.write( "Differentiating both sides:
\n" ); document.write( "\"%28dy%2Fdx%29%2Fy+=+lnx+%2B1\" <-----(A)
\n" ); document.write( "Set \"dy%2Fdx+=+0\", so that the equation (A) becomes lnx = -1, or \"x+=+e%5E%28-1%29+=+1%2Fe\". Since there is only 1 critical value this is either an absolute min or absolute max. We find out using the 2nd derivative test.\r
\n" ); document.write( "\n" ); document.write( "Differentiate (A) again:
\n" ); document.write( "\"%28y%28d%5E2y%2Fdx%5E2%29+-+%28dy%2Fdx%29%5E2%29%2Fy%5E2+=+1%2Fx\".
\n" ); document.write( "When x = 1/e, the equation becomes \"%28d%5E2y%2Fdx%5E2%29%2Fy+=+e\", or \"d%5E2y%2Fdx%5E2+=+ye+%3E+0\". Thus the graph of the function y is concave up at x=1/e, and so there is an absolute minimum there for y.
\n" ); document.write( "
\n" );