What is the maximum value of a + b + c for a , b , c ∈ R + knowing that a + 2 b + 3 c = 6 0 ?
Important: The answer must be rounded to the nearest thousandth. Input − 1 if the answer cannot be found with the given information.
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.
By Titu's lemma ,
a + 2 1 b + 3 1 c ⟹ a + b + c ≥ 1 + 2 1 + 3 1 ( a + b + c ) 2 ≤ 6 1 1 × 6 0 = 1 1 0 ≈ 1 0 . 5
Equality occurs when a = 1 1 3 6 0 , b = 4 a , and c = 9 a .
Let x = a , y = b , z = c , then we want to maximize
f ( x , y , z ) = x + y + z
subject to x 2 + 2 y 2 + 3 z 2 = 6 0
The constraint can be rewritten as x 2 + ( 2 y ) 2 + ( 3 z ) 2 = 6 0
Now define the vector x = ( x , 2 y , 3 z ) , then x ⋅ x = 6 0
On the other hand, our function can be expressed as
f ( x , y , z ) = x + y + z = x + 2 1 ( 2 y ) + 3 1 ( 3 z ) = y ⋅ x
where
y = ( 1 , 2 1 , 3 1 )
Now from the Cauchy-Schwartz inequality, we know that
x ⋅ y ≤ ∣ x ∣ ∣ y ∣ = x ⋅ x y ⋅ y
Thus,
f ( x , y , z ) ≤ 6 0 1 + 2 1 + 3 1 = 6 0 6 1 1 = 1 1 0 ≈ 1 0 . 4 8 8
Equality occurs when x = 2 y = 3 z , and since x 2 + 2 y 2 + 3 z 2 = 6 0 then x 2 + 2 1 x 2 + 3 1 x 2 = 6 0 , from which
x 2 = 1 1 / 6 6 0 = 1 1 3 6 0 . Thus a = x 2 = 1 1 3 6 0 , b = y 2 = 1 1 9 0 , c = z 2 = 1 1 4 0
Problem Loading...
Note Loading...
Set Loading...
Weighted Mean : We define the weighted mean with paramter p ∈ R , with coefficients λ 1 + … + λ n ∈ R + ∗ such that λ 1 + … + λ n = 1 , as the following : P p ( { a i } , { λ i } ) = { ∏ i = 1 n a i λ i ( ∑ i = 1 n λ i a i p ) p 1 if p = 0 , if p = 0 .
Weighted Mean Inequality : If p , q ∈ R with p < q , and if λ 1 + … + λ n ∈ R + ∗ with λ 1 + … + λ n = 1 , for all positive real numbers a 1 , … , a n , we have : P p ( { a i } , { λ i } ) ≤ P q ( { a i } , { λ i } )
Equality holds if and only if a 1 = … = a n − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − − −
We have : a + b + c = a + 2 1 4 b + 3 1 9 c . We cannot use the weighted mean inequality with a , 4 b and 9 c since 2 1 + 3 1 + 1 = 1 . We solve this issue by dividing everything by 1 + 2 1 + 3 1 = 6 1 1 as the following : a + b + c = 6 1 1 ⋅ ( 1 1 6 a + 1 1 3 4 b + 1 1 2 9 c )
Therefore, by QM-AM weighted inequality, we have : a + b + c ≤ 6 1 1 ⋅ 1 1 6 ⋅ a + 1 1 3 ⋅ 4 b + 1 1 2 ⋅ 9 c = 6 1 1 ⋅ 1 1 6 ⋅ ( a + 2 b + 3 c ) = 6 1 1 ⋅ 6 0 = 1 1 0 ≈ 1 0 . 4 8 8
Equality holds if and only if a = 4 b = 9 c .