Statement: For positive reals , ..., : AM = >= GM = (...)^ >= HM =
Equality holds iff = = ... = .
Application 1: Minimize sum given product If abc = k (constant), min(a+b+c) = 3k^, at a=b=c=k^.
Application 2: Maximize product given sum If a+b+c = s (constant), max(abc) = ^3, at a=b=c=s/3.
Application 3: Min of x + k/x For x > 0: x + k/x >= 2*sqrt(k). Min at x = sqrt(k).
Application 4: Weighted AM-GM To optimize given x+2y=c: split as x+y+y and apply AM-GM to three terms.
Common mistakes:
- Applying to non-positive quantities (AM-GM requires positive values)
- Forgetting to check equality condition
- Not matching the split with the target expression
- Using AM-GM when the constraint is not sum-type