Asked by Dylan
                Two positive numbers have the property that their product is 2 and their sum is as small as possible. Find their sum.
            
            
        Answers
                    Answered by
            Scott
            
    a b = 2 ... a = 2 / b
s = a + b = 2/b + b
ds = db (-2/b² + 1)
ds/db = -2/b² + 1 = 0
b = √2
s = 2√2
    
s = a + b = 2/b + b
ds = db (-2/b² + 1)
ds/db = -2/b² + 1 = 0
b = √2
s = 2√2
                    Answered by
            Reiny
            
    Let one of them be x, and the other one y
xy = 2
y = 2/x
sum = x+y = x + 2/x
d(sum)/dx = 1 - 2/x^2 = 0 for a min sum
1 = 2/x^2
x^2 = 2
x = √2 , then y = 2/√2 = √2
their minimum sum = x+y
= √2 + √2 = 2√2
    
xy = 2
y = 2/x
sum = x+y = x + 2/x
d(sum)/dx = 1 - 2/x^2 = 0 for a min sum
1 = 2/x^2
x^2 = 2
x = √2 , then y = 2/√2 = √2
their minimum sum = x+y
= √2 + √2 = 2√2
                    Answered by
            Steve
            
    as usual, for a given perimeter (sum), a square has maximum area (product).
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.