Real numbers a , b , and c satisfy a 2 + b 2 + c 2 = 9 .
Find the maximum value of 2 ( a + b + c ) − a b c to 2 decimal places.
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 tried to prove it without using calculus. it is frustrating.
Can someone please post a non-calculus solution?
This is not full solution ...
let F ( a , b , c ) = 2 ( a + b + c ) − a b c and w.l.o.g. a ≥ b ≥ c
There are 3 cases.
1) c=0 : easy
2) c>0 : can't get max because F ( a , b , c ) − F ( a , b , − c ) = 4 c − 2 a b c = 2 c ( 2 − a b ) : if a b > 2 : F ( a , b , c ) < F ( a , b , − c )
3) c<0
F ( a , b , c ) − F ( 2 a + b , 2 a + b , c ) = c ( 2 a − b ) 2 < 0
So, let's do a=b , and then, by differential, we can get max when a=b=2, c=-1
Problem Loading...
Note Loading...
Set Loading...
I will solve this by reducing the number of variables in the problem: By Lagrange multipliers, an extreme value must satisfy the equation ( 2 − b c , 2 − a c , 2 − b a ) = λ ( 2 a , 2 b , 2 c ) .
Case 1: At least one of the variables equals 0. Then let's say c = 0 . If that is the case, we have to solve the problem a 2 + b 2 = 9 Max: 2 ( a + b )
Case 2: All variables are non-zero. Is that is the case, we may divide by the variables and by the previous equation, we find that a 2 − b c = b 2 − a c = c 2 − b a .
Then, for example, b 2 − a c = a 2 − b c ⟹ 2 a − a 2 c = 2 b − b 2 c ⟹ 2 ( a − b ) = c ( a 2 − b 2 ) . Similarly, by symmetry we can pick other pairs of equations and prove that 2 ( b − c ) = a ( b 2 − c 2 ) , 2 ( a − c ) = b ( a 2 − c 2 ) . Let's now assume that no variables are equal. Then we may divide by terms of the form a − b establishing that 2 = c ( a + b ) = b ( a + c ) = a ( b + c ) . Then c ( a + b ) = b ( a + c ) ⟹ c a + c b = b a + b c ⟹ c a = b a ⟹ c = b . This is a contradiction, because we assumed no variables were equal. This means that in this case, it must be the case that at least two variables are equal.
Let's assume that c = a . Then we have to solve 2 a 2 + b 2 = 9 Max: 2 ( 2 a + b ) − a 2 b .
Thus we have reduced the problem into solving two problems with just two variables. Two variable inequalities are the simplest so I will skip a complete proof (though I may add one if someone wants me to) and will just present the results. The answer to the problem in Case 1 is 2 1 2 ≈ 8 and the answer for the problem in Case 2 is 1 0 . Comparing the two numbers, it is clear the solution is 1 0 .