What positive integer added to its reciprocal gives the minimum sum?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let x be the number and s be the sum, then s = x + x 1 .
Differentiating both sides with respect to x , we have d x d s = 1 − x 2 1 .
For the sum to be minimum, d x d s = 0 . We have
x 2 1 = 1 ⟹ x 2 = 1 ⟹ x ± 1
Since x is a positive number, x = 1 .
By the second derivative check, we have
d x 2 d 2 s = x 3 2
If x = 1 , then
d x 2 d 2 s = 2
Since 2 > 0 , s is a minimum.