document.write( "Question 382139: Find a positive number for which the sum of its reciprocal and four times its square is the smallest possible value. Show all work. \n" ); document.write( "
Algebra.Com's Answer #270924 by Jk22(389) You can put this solution on YOUR website! Gives : 1/x+4x^2=f(x), f(x) has a minimum : \n" ); document.write( " \n" ); document.write( "f'(x)=-1/x^2+8x=0 =>8x^3=1 => x=2 \n" ); document.write( " \n" ); document.write( "f''(x)=2/x^3+8 is >0 in x=2 \n" ); document.write( " \n" ); document.write( "hence the number is 2. \n" ); document.write( " |