Suppose a , b , and c are non-negative real numbers with a + b + c = 1 . The largest possible value of the expression a b 2 + b c 2 + c a 2 can be written as m n , where n and m are coprime positive integers. What is the value of n + m ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I realized that my proof for the first case is flawed ... so instead take this algebraic method that doesn't use two cases:
A well known stronger inequality states that a 2 b + b 2 c + c 2 a + a b c ≤ 2 7 4 ( a + b + c ) 3 for non-negative a , b , c , so a 2 b + b 2 c + c 2 a ≤ 2 7 4 − a b c . So we can maximize our desired expression by having one of a , b , c be 0 (assuming we can also reach equality with that).
So WLOG, let c = 0 . Then using the method in the original solution, 2 7 4 is achievable.Thus, that is our answer. I will include the proof of this well known inequality below.
Algebraic proof: Let a be the smallest of a , b , c . Then 4 ( a + b + c ) 3 − 2 7 ( a 2 b + b 2 c + c 2 a + a b c ) = 9 a ( a 2 + b 2 + c 2 − a b − a c − b c ) + ( 4 b + c − 5 a ) ( a + b − 2 c ) 2 ≥ 0 . ■
Log in to reply
Great solution.Btw, 2 7 4 is not our answer.Our answer is 3 1 .
Nice question! I love solving these questions, which require AM-GM or Cauchy
Is the lowest possible value 3/27
Log in to reply
even my answer comes out to be the same!! (1/9)
why cannot any one of them be negative?
Opps.. sorry. nevermind. its already stated in the problem.
Critical point is where the gradient is perpendicular to the plane a + b + c = 1 . This happens where a = b = c . Value is 1 / 9 . When checking the border off the plane, all three line sections have a maximum of 4 / 2 7 .
I have to admit it, that this is the tricky one question. My first approach is using Lagrange multiplier since I hate using AM-GM inequality although It's sometimes useful for certain case. My first attempt was 1 0 because the maximum value that I found by using Lagrange multiplier was 9 1 . But Brilliant said "my answer is incorrect". I checked my approach again, but it seemed nothing was wrong. So, I read the question carefully until I found this term: "non-negative real numbers". Truth be told, I'm not that good in math theory. Mostly, all of the problem that I've solved here by intuitive method. The definition of non-negative number is a number that is either 0 or positive. So I guessed that at least one of a , b , or c maybe be 0. In this case, it's not really important which one of them is equal to 0 because the form of the equation will be 'similar'. Let's say c = 0 then the question turns out to be max { a b 2 ∣ ∣ a + b = 1 } . Once again I used Lagrange multiplier and found max { a b 2 ∣ ∣ a + b = 1 } = 2 7 4 , where a = 3 1 and b = 3 2 . Thus, m + n = 3 1 . Luckily, in the second attempt my answer was correct . If not, I wouldn't take any risk to try the third attempt. Hahaha... # Q . E . D . #
Case I : WLOG, a , b = 0 , c = 1
Case II: WLOG, a = 0 , b , c > 0 Maximum a b 2 + b c 2 + c a 2 = 2 7 4
Case III: a , b , c Maximum a b 2 + b c 2 + c a 2 = 9 1
and 2 7 4 > 9 1
n + m = 3 1
Problem Loading...
Note Loading...
Set Loading...
There are two cases: a , b , c are all positive reals, or one of them is equal to zero.
Suppose a , b , c are all non-zero. Assume WLOG that a ≥ b ≥ c . Then using rearrangement inequality on the sets { a b , a c , b c } and { a , b , c } , a b 2 + b c 2 + c a 2 ≥ 3 a b c . Using AM-GM, we have that 1 = a + b + c ≥ 3 3 a b c , so 1 ≥ 2 7 a b c and 3 a b c ≤ 9 1 . For the rearrangement inequality, equality is reached when a = b = c , and for AM-GM equality is reached when a = b = c , so this result is both obtainable and maximized.
Suppose c is equal to zero. Then a + b = 1 and we want to maximize a b 2 . By AM-GM, a + 2 b + 2 b ≥ 3 3 4 a b 2 . Cubing both sides, we get ( a + b ) 3 = 1 ≥ 4 2 7 a b 2 , so a b 2 is maximized at 2 7 4 . So 2 7 4 is our answer.