document.write( "Question 1135313: Please answer this optimization problems
\n" ); document.write( "1:find the number/s in the interval I=[1/2,3] such that the sum of the number and it's reciprocal is a minimum.
\n" ); document.write( "2:A wire measuring 12 ft long is cut into pieces. One piece is to be bent into a square and the other into a circle. How should the wire be cut so that the combined area is as large as possible?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #752960 by ikleyn(52798)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "1.  They ask you to find the minimum of the function\r\n" );
document.write( "\r\n" );
document.write( "        f(x) = x + \"1%2Fx\"\r\n" );
document.write( "\r\n" );
document.write( "    in the interval  I = [1/2, 3].\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    Take the derivative, equate it to zero and find the root:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    f'(x) = 1 - \"1%2Fx%5E2\";   f'(x) = 0  is the equation  1 - \"1%2Fx%5E2\" = 0;\r\n" );
document.write( "\r\n" );
document.write( "    as an equation, it is equivalent to  \"x%5E2\" = 1,  which has only one root  x= 1  in the given interval.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    ANSWER.  x = 1.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To better illustrate the situation for you, I placed the plot below:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"graph%28+330%2C+330%2C+-1.5%2C+3.5%2C+-5.5%2C+5.5%2C%0D%0A++++++++++x+%2B+1%2Fx%0D%0A%29\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "        Plot y = x + \"1%2Fx\".\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );