Find two non-negative numbers whose sum is and whose product is a maximum.
This problem applies optimization techniques from differential calculus to find maximum values subject to constraints. You will need to express the product as a function of a single variable using the given sum constraint, then apply the first and second derivative tests to locate and verify the maximum.
Let the first number be and the second number be .
According to the question, the sum of the two numbers is : \begin{align*} x + y &= 60 \\ y &= 60 - x \end{align*}
Let represent the product of the two numbers. Substituting equation (1) to express as a function of alone:
To find the maximum product, we differentiate with respect to :
Differentiating again with respect to to obtain the second derivative:
For critical values:
Set the first derivative equal to zero to find stationary points:
Verification of maximum:
At , evaluate the second derivative:
Since , the product is maximum at .
Substituting back into equation (1) to find the second number:
Therefore, the two non-negative numbers are both .