Consider all x , y , z positve reals that satisfy,
x 1 + y 1 + z 1 = 6 1 1 .
If the minimum value of x + 4 y + 9 z is in the form of b a for coprime positive integers a , b . Find a + b .
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.
Note: In order to apply cauchy-schwarz inequality , you needed the terms to be positive. Recall that the expression is of the form ( ∑ a i 2 ) ( ∑ b I ) 2 ≥ ( ∑ a i b i ) 2 .
I've edited this constraint into the problem.
Nitpick: are you explicitly showing that the minimum is achieved? (Certainly you did so implicitly.) FWIW, I prefer this solution to my own.
Log in to reply
Good point! Very often in such extrema problems, showing that equality can be achieved gets forgotten.
Note: In order to apply titu's lemma , you needed the terms to be positive.
I've edited this constraint into the problem.
Very minor point: it's easier to read if you keep the prose outside the LaTeX braces.
Use Lagrange multipliers to find the minimum value of the formula f ( x , y , z ) = x + 4 y + 9 z on surface defined by g ( x , y , z ) = x 1 + y 1 + z 1 = 6 1 1 . Minimum (if it exists) is found when ∇ f = λ ∇ g for some value of λ . Now ∇ f = ( 1 , 4 1 , 9 1 ) and ∇ g = ( x 2 − 1 , y 2 1 , z 2 1 ) , so we see equality at the point (1,2,3) with a value of λ = − 1 . We can search the ray ( t , 2 t , 3 t ) or simply observe that the point (1,2,3) satisfies the constraint. g ( x , y , z ) = 6 1 1 . Plug in the point (1,2,3) to observe minimum f ( 1 , 2 , 3 ) = 1 + 4 2 + 9 3 = 6 1 1 in reduced form b a with a = 1 1 and b = 6 . Thus a + b = 1 7 .
Problem Loading...
Note Loading...
Set Loading...
By Cauchy-Schwarz Inequality, ( x + 4 y + 9 z ) ( x 1 + y 1 + z 1 ) ≥ ( 1 + 2 1 + 3 1 ) 2 = ( 6 1 1 ) 2 Thus, x + 4 y + 9 z ≥ x 1 + y 1 + z 1 ( 6 1 1 ) 2 = 6 1 1 Therefore, a + b = 6 + 1 1 = 1 7