Q. 27

Question

Use optimization techniques to answer the questions in Exercises 25–30.
Find real numbers a and b whose sum is 100 and for which the sum of the squares of a and b is as small as possible.

Step-by-Step Solution

Verified
Answer

The two real numbers are a=50 and  b=50.

1Step 1. Given Information.

The sum of two real numbers is 100 and the sum of the squares is as small as possible.

2Step 2. Form an equation.

From the given information, 

a+b=100      b=100-af(x)=a2+b2      =a2+(100-a)2       =a2+10000-200a+a2      =2a2+10,000-200a

3Step 3. Find the critical points.

f(x)=2a2+10,000-200af'(x)=4a-200        f'(x)=04a-200=0          4a=200            a=50

4Step 4. Find b.

Substitute the value of x in the equation, 

b=100-a  =100-50  =50