a 2 + a b + 2 b 2 + b 2 + b c + 2 c 2 + c 2 + a c + 2 a 2
Given that a , b and c are real numbers satisfying a + b + c ≥ 1 0 0 7 , find the minimum value of the expression above.
Bonus : Try to solve this problem using vectors.
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.
Applying Jensen's inequality to the convex function f ( x , y ) = x 2 + x y + 2 y 2 , we see that the given sum is f ( a , b ) + f ( b , c ) + f ( c , a ) ≥ 3 f ( 3 ( a + b ) + ( b , c ) + ( c , a ) ) = 2 ( a + b + c ) ≥ 2 0 1 4
To verify that we have a convex function in 2 variables, we have to calculate the Hessian (matrix of second order partial derivatives) and show that is is positive semidefinite.
I used this inequality
∣ ∣ ∣ a → ∣ ∣ ∣ + ∣ ∣ ∣ ∣ b → ∣ ∣ ∣ ∣ + ∣ ∣ ∣ c → ∣ ∣ ∣ ≥ ∣ ∣ ∣ ∣ a → + b → + c → ∣ ∣ ∣ ∣
Reply to Challenge Master: Alternatively, for those who are not familiar with the Hessian, we could show that f is convex on any line in the plane.... this boils down to a simple Calculus I exercise.
Problem Loading...
Note Loading...
Set Loading...
Ok a 2 + a b + 2 b 2 = ( a + 2 1 b ) 2 + 4 7 b 2 b 2 + b c + 2 c 2 = ( b + 2 1 c ) 2 + 4 7 a 2 c 2 + a c + 2 c 2 = ( c + 2 1 a ) 2 + 4 7 c 2 Use ∣ ∣ ∣ a → ∣ ∣ ∣ + ∣ ∣ ∣ ∣ b → ∣ ∣ ∣ ∣ + ∣ ∣ ∣ c → ∣ ∣ ∣ ≥ ∣ ∣ ∣ ∣ a → + b → + c → ∣ ∣ ∣ ∣ a → = ( ( a + 2 1 b ) 2 ; 4 7 b 2 ) Also like that with b → , c → Put A= a 2 + a b + b 2 + . . . + c 2 + a c + 2 a 2 A ≥ ∣ ∣ ∣ ∣ a 2 + b 2 + c 2 + a b + b c + a c + 4 1 ( a 2 + b 2 + c 2 ) ; 4 7 ( a 2 + b 2 + c 2 ) ∣ ∣ ∣ ∣ With a + b + c ≥ 1 0 0 7 We have A ≥ 2 ( a + b + c ) = 2 × 1 0 0 7 = 2 0 1 4