Maximizing xy: Understanding Optimization Problems in Mathematics

  • Context: Undergrad 
  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Optimization
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 · 1K views
Mr Davis 97
Messages
1,461
Reaction score
44
I am little confused when it comes to optimization problems. For example, say we are given that ##x+y=2##, and are asked to maximize ##xy##. By AM-GM, we have that ##xy \le 1##. But why should this indicate that ##1## is the maximum value? Isn't it an equally true statement to claim that ##xy \le 2##, since the former interval is contained in the latter?
 
Physics news on Phys.org
It is equally true, but not as useful. 2 is merely an upper bound, whereas 1 is a least upper bound. In fact it is a maximum, that is achieved when ##x=y##. Arithmetic and Geometric Means are identical when all data are the same.
 
  • Like
Likes   Reactions: Mr Davis 97
andrewkirk said:
It is equally true, but not as useful. 2 is merely an upper bound, whereas 1 is a least upper bound. In fact it is a maximum, that is achieved when ##x=y##. Arithmetic and Geometric Means are identical when all data are the same.
I think it was the distinction between upper bound and least upper bound that I was looking for.