You can put this solution on YOUR website! For what positive number(s) is the sum of the number and its reciprocal the smallest?
-------------
Let the number be "s".
Equation:
sum = s + 1/s
S = s + 1/s
Sx = s^2 + 1
s^2 - sS +1 = 0
----------------
mimimum occurs when s = -b/2a
Your problem:
s = S / 2
1/s = 2/S
----------------
Answer: The number is (1/2)Sum
=================================
Cheers,
Stan H.