Let M be the minimum of x + y / 2 + z / 3 + w / 4 subject to the conditions
( 1 ) x 2 + y 2 + z 2 + w 2 ≤ 1
( 2 ) 4 x + 3 y + 2 z + w ≤ 1
M = − b a , where a , b are integers and a is square-free. Submit 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.
I first realized inequality (2) could be completely ignored because the minimum occurs when all the variables are less than zero. So then I applied the Cauchy-Schwarz inequality with the vectors ( 1 , 2 1 , 3 1 , 4 1 ) and ( x , y , z , w ) to get: ∣ ∣ ∣ x + 2 y + 3 z + 4 w ∣ ∣ ∣ ≤ 1 + 4 1 + 9 1 + 1 6 1 x 2 + y 2 + z 2 + w 2 = 1 2 2 0 5 This implies x + 2 y + 3 z + 4 w ≥ − 1 2 2 0 5 . One can verify that equality occurs if we take ( x , y , z , w ) = − 2 0 5 1 2 ( 1 , 2 1 , 3 1 , 4 1 ) .
Problem Loading...
Note Loading...
Set Loading...
If we consider the vectors u = ⎝ ⎜ ⎜ ⎛ 1 1 / 2 1 / 3 1 / 4 ⎠ ⎟ ⎟ ⎞ v = ⎝ ⎜ ⎜ ⎛ 4 3 2 1 ⎠ ⎟ ⎟ ⎞ then we see that ∣ u ∣ = 1 2 1 2 0 5 , ∣ v ∣ = 3 0 and u ⋅ v = 1 2 7 7 . Thus the angle between u and v is θ , where cos θ = 6 1 5 0 7 7 .
Since condition (1) is rotationally symmetric, we can rotate the vectors and consider u ^ = 1 2 2 0 5 ⎝ ⎜ ⎜ ⎛ cos θ sin θ 0 0 ⎠ ⎟ ⎟ ⎞ v ^ = 3 0 ⎝ ⎜ ⎜ ⎛ 1 0 0 0 ⎠ ⎟ ⎟ ⎞ and so consider the equivalent problem of minimizing u ^ ⋅ x = 1 2 2 0 5 ( x cos θ + y sin θ ) subject to the conditions ∣ x ∣ 2 = x 2 + y 2 + z 2 + w 2 ≤ 1 v ^ ⋅ x = 3 0 x ≤ 1 and we see that this minimum is − 1 2 2 0 5 , achieved when x = − cos θ , y = − sin θ , z = w = 0 . This makes the answer 2 0 5 + 1 2 = 2 1 7 .