Finding the maximum of a product

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Maximum Product
AI Thread Summary
The problem involves finding the maximum value of the product ABCD under the constraint A + 2B + 3C + 4D = 8, with A, B, C, and D being positive numbers. The maximum value is determined to be 2/3 using the AM-GM inequality, which requires that A = 2B = 3C = 4D for equality. To find the specific values of A, B, C, and D that achieve this maximum, the relationship between these variables must be explicitly defined. The discussion suggests that employing methods like Lagrange multipliers could effectively solve this constrained optimization problem. Ultimately, the goal is to identify the exact values of A, B, C, and D that yield the maximum product.
Mr Davis 97
Messages
1,461
Reaction score
44

Homework Statement


If ##A,B,C,D## are positive numbers such that ##A+2B+3C+4D = 8##, then what is the maximum value of ##ABCD##?

Homework Equations

The Attempt at a Solution


From AM-GM, I know that the maximum is ##2/3##. However, I want to know exactly what A,B,C, and D must be to take on this maximum. From AM-GM, I know that it must be the case that A=2B=3C=4D for equality to occur, but I'm not sure how I can use this explicitly, as a four-way equality is unwieldy.
 
Physics news on Phys.org
What is the problem? If you have ##A=2B=3C=4D## then ##8=A+2B+3C+4D=4A=(4\cdot 2)B=(4\cdot 3)C=(4\cdot 4)D##.
 
  • Like
Likes Mr Davis 97
Mr Davis 97 said:

Homework Statement


If ##A,B,C,D## are positive numbers such that ##A+2B+3C+4D = 8##, then what is the maximum value of ##ABCD##?

Homework Equations

The Attempt at a Solution


From AM-GM, I know that the maximum is ##2/3##. However, I want to know exactly what A,B,C, and D must be to take on this maximum. From AM-GM, I know that it must be the case that A=2B=3C=4D for equality to occur, but I'm not sure how I can use this explicitly, as a four-way equality is unwieldy.

This is a standard constrained multivariate optimization problem, and can be solved using a Lagrange multiplier method, for example.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top