Let x , y ∈ R , x > 0 , y > 0 , x + 2 3 + y + 2 3 = 1 , find the minimum value of x + 2 y .
The answer can be expressed as a + b c , where a , b , c are positive integers, and c is square-free. Submit a + b + c .
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.
What if x < 1 ?
y will be negative integers
Let u = x + 2 y , v = x . We need to find the minimum value of u . Since x > 0 , y > 0 , then u > 0 , v > 0 . While x = v , 2 y = u − v :
x + 2 3 + y + 2 3 = 1
x + 2 3 + 2 y + 4 6 = 1
v + 2 3 + u − v + 4 6 = 1
u − v + 4 6 = v + 2 v + 2 − v + 2 3
u − v + 4 6 = v + 2 v − 1
6 u − v + 4 = v − 1 v + 2
u = v − 4 + 6 ⋅ v − 1 v + 2
u = v − 4 + 6 + 6 ⋅ v − 1 3
u = v + 2 + v − 1 1 8
Let's find the derivative:
∂ v ∂ u = 1 − ( v − 1 ) 2 1 8
The derivative is negative when v = 0 and positive when v is a big number - there is a global minimum in range [ 0 , + ∞ ] . The minimum is reached when the derivative equals zero:
∂ v ∂ u = 1 − ( v − 1 ) 2 1 8 = 0
1 = ( v − 1 ) 2 1 8
( v − 1 ) 2 = 1 8
v − 1 = ± 3 2
v = 1 ± 3 2 , v > 0
v = 1 + 3 2
Then:
u = v + 2 + v − 1 1 8 = 3 + 6 2
a = 3 , b = 6 , c = 2
a + b + c = 1 1
Note: The minimum is reached when: x = 1 + 3 2 , y = 1 + 2 3 2
We can safely multiply both sides by (x+2)(y+2) to get 3(y+2)+3(x+2)=xy+2x+2y+4. Rearranging gives our first important equation shown below. ( x − 1 ) ( y − 1 ) = 9 Now let k=x+2y and X=x-1 and Y=y-1. Our problem is asking to minimize k which can be rewritten as k = X + 2 Y + 3 It is important to realize that minimizing k (equivalent to X+2Y+3) is the same as minimizing X+2Y. So if we minimize X+2Y then we can add 3 to get k and be done. From the first equation, we have XY=9 or equivalently X ∗ ( 2 Y ) = 1 8 By AM-GM we have ( X + 2 Y ) / 2 ≥ 3 2 → X + 2 Y = 6 2 Remember that what we need is k = X + 2 Y + 3 = 3 + 6 2 . So the answer is 11. Sorry about the EXTREMELY bad usage of LaTeX. Using $stuff$ and $$stuff$$ doesn't give math mode and so I had to resort to display mode. If anyone knows how to do math mode please tell me in the comments.
Problem Loading...
Note Loading...
Set Loading...
x + 2 3 + y + 2 3 = 1 rearranges to y = x − 1 x + 8 , therefore since y > 0 then x > 1 . Then x + 2 y = x + 2 ( x − 1 x + 8 ) = 3 + x − 1 + x − 1 1 8 . By the AM-GM inequality (and since x > 1 ), x − 1 + x − 1 1 8 has a minimum at 2 ( x − 1 ) x − 1 1 8 = 6 2 . Therefore, x + 2 y has a minimum at 3 + 6 2 , so a = 3 , b = 6 , c = 2 , and a + b + c = 1 1 .