Finding the maximum of a product

  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Maximum Product
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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
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.