document.write( "Question 698471: In Exercises 2-6, find two positive numbers that satisfy the given requirements.
\n" );
document.write( "The second number is the reciprocal of the first and their sum is minimum. \n" );
document.write( "
Algebra.Com's Answer #430715 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two positive numbers that satisfy the given requirements. \n" ); document.write( "The second number is the reciprocal of the first and their sum is minimum. \n" ); document.write( "----- \n" ); document.write( "1st; x \n" ); document.write( "2nd: 1/x \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "S(x) = x + (1/x) \n" ); document.write( "---- \n" ); document.write( "S(x) = (x^2+1)/x \n" ); document.write( "---- \n" ); document.write( "Take the derivative: \n" ); document.write( "S'(x) = [x(2x)- (x^2+1)]/x^2 \n" ); document.write( "----- \n" ); document.write( "Find the zeroes: \n" ); document.write( "[2x^2 - x^2 - 1] / x^2 = 0 \n" ); document.write( "---- \n" ); document.write( "(x^2-1) = 0 \n" ); document.write( "x = 1 or x = -1 \n" ); document.write( "---- \n" ); document.write( "Max = 1+(1/1) = 2 \n" ); document.write( "Min = -1+ (1/-1) = -1-1 = -2 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |