Prove: $(a+b^2)(b+c^2)(c+a^2) \leq 13$

  • Thread starter Thread starter phucghe
  • Start date Start date
AI Thread Summary
The discussion revolves around proving the inequality (a+b^2)(b+c^2)(c+a^2) ≤ 13 for positive variables a, b, and c constrained by a+b+c=3. Participants suggest that the function's maximum likely occurs at the boundaries of the defined region, as there are no local maxima in the interior. The use of Lagrange multipliers is debated, with some arguing it complicates the search for maxima rather than simplifying it. Substituting variables to reduce the problem is discussed, revealing that the maximum value is approximately 12.765 when one variable approaches zero. The consensus is that finding a simpler proof or argument could streamline the process of demonstrating the inequality.
phucghe
Messages
4
Reaction score
0
Given a,b,c>0 and a+b+c=3
Prove that :(a+b^{2})(b+c^{2})(c+a^{2}) \leq 13
 
Mathematics news on Phys.org
what's your initial step ?
 
Interesting equation, does anyone have any idea on this one? I've got a hunch that the function's maxima occurs on one of the boundaries (eg a=0) but I'm not sure how to prove it.

BTW. I don't believe that function ever attains 13 on the given domain, it could just as well be written strictly less than 13.
 
Last edited:
Any global maximum occurs either at an interior local maximum, or on the boundary of the region. I think it is straightforward to show that there are no local interior maxima
 
To OP:
Let F(a,b,c) equal the left-hand side of your inequality.
It is trivial to show that none of its derivatives equals zero in the region a,b,c>0.
Thus, there are no interior maxima there, so whatever global maximum you'll have will lie somewhere on the boundary.
 
arildno, there is also the constraint a+b+c=3 to take into account.

matt grime, the procedure you sketch does not seem to be that easy. The equations for finding stationary points in the interior are quite horrible. Even finding the maxima on the boundary is something I'd rather not do by hand. I wonder if there is not a nicer way to prove the inequality.
 
They are? What do you think they should be then?
 
matt grime said:
They are? What do you think they should be then?

(b+c^2)(c+a^2) + 2a(a+b^2)(b+c^2) + \lambda = 0
and the two cyclic permutations of this equation, plus the constraint
a+b+c=3
where lambda is a Lagrange multiplier.
 
Why invoke lagrange multipliers to show that some function doesn't have a local maximum?
 
  • #10
matt grime said:
Why invoke lagrange multipliers to show that some function doesn't have a local maximum?

Because there is a constraint. Even if the function does not have a maximum in the region { a,b,c > 0 }, it may have a maximum in { a,b,c > 0 and a+b+c = 3 }. Of course you can get rid of the constraint by eliminating one of the variables (say a), and instead look for extrema of
(3-b-c+b^2) (b+c^2) (c+(3-b-c)^2).
That looks even more horrible.
 
  • #11
It is still a true (and the point of Lagrangian multipliers) that maxima are either local or on the boundary of the relevant part of the plane a+b+c=3 inside 3-space.

I'd invoke multipliers if I wanted to *find* the maximum.
 
  • #12
I don't understand you. Are you saying that any local maxima of f (the left-hand side of the inequality) restricted to T (the triangular region from the problem) lies either in the interior or the boundary of T? I agree with that, but I don't see how you want to prove that f restricted to T has no local maxima in the interior of T. Could you please explain that, or if you mean something else, explain what you mean?
 
  • #13
Edit: this doesn't work. let a = 2.999 b = .0005, c = .0005

whoops that doesn't work sorry
 
  • #14
Hi Jitse Niesen, I know what you're saying, I was thinking along the same lines.

It's easy to show that the unconstrained function has no stationary points, but when you add the constraint (a+b+c=3) then it’s a lot more messy.

If you substitute c=3-a-b to make it a function of two variables you get at least two stationary points. One is exactly at (a,b)=(1,1) and there's another somewhere near (a,b)=(0.76,0.74). The first one (1,1) turns out to be a local minima and I'm pretty sure that the second one is a saddle point.

They were pretty messy derivatives and I used maple to help me with those results. The point I was making before was just that if there was some other easy argument (say some sort of symmetry argument or whatever) to show that the maximum occurred when one of the variables was zero then the whole thing could be reduced pretty easily to a one dimensional problem.

BTW. With c=0 and b=3-a then resulting 1d problem gives the following cubic:

5\,a^3 -13\,a^2 + 15\,a - 9 = 0.

Numerically this has the (approx) solution a=1.369, (and b=1.631, c=0) which gives f_max approx 12.765.
 
Last edited:
  • #15
What I said was wrong. Sorry about that.
 
Back
Top