SOLUTION: In Exercises 2-6, find two positive numbers that satisfy the given requirements.
The second number is the reciprocal of the first and their sum is minimum.
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: In Exercises 2-6, find two positive numbers that satisfy the given requirements.
The second number is the reciprocal of the first and their sum is minimum.
Log On
Question 698471: In Exercises 2-6, find two positive numbers that satisfy the given requirements.
The second number is the reciprocal of the first and their sum is minimum. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! find two positive numbers that satisfy the given requirements.
The second number is the reciprocal of the first and their sum is minimum.
-----
1st; x
2nd: 1/x
----
Equation:
S(x) = x + (1/x)
----
S(x) = (x^2+1)/x
----
Take the derivative:
S'(x) = [x(2x)- (x^2+1)]/x^2
-----
Find the zeroes:
[2x^2 - x^2 - 1] / x^2 = 0
----
(x^2-1) = 0
x = 1 or x = -1
----
Max = 1+(1/1) = 2
Min = -1+ (1/-1) = -1-1 = -2
=========
Cheers,
Stan H.
=============