Let a , b and c be positive real numbers satisfying ( a + b + c ) ( a 1 + b 1 + c 1 ) = 1 6 If the smallest and largest possible values of b a + c b + a c are m and M respectively, then find the value of ⌊ 1 0 0 ( m + 2 M ) ⌋ .
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.
@Mark Hennings Can you explain how you have found the constraint a + b + c = 4 .
Log in to reply
The choice of 4 was arbitrary, but it did make some of the later equations a bit simpler to write down - it meant that all the polynomials had integer coefficients.
Log in to reply
So, is this a consequence of the homogeneous equation?
Log in to reply
@Filippo Olivetti – Yes. Since both the constraint equation and the target function are homogeneous of degree 0 , the problem is scaling-invariant, and so we can elect to pick a specific value of a + b + c as an additional constraint.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Classical Inequalities - Problem Solving - Advanced
Since the target function b a + c b + a c and the constraint equation are both homogeneous, we can apply the additional constraint a + b + c = 4 without loss of generality. Thus we must have a b c a b + a c + b c = a − 1 + b − 1 + c − 1 = 4 and hence a , b , c are the roots of a cubic polynomial f γ ( X ) = X 3 − 4 X 2 + 4 γ X − γ = 0 for some γ > 0 ; of course, γ = a b c . If we define U = b a + c b + a c V = c a + b c + a b then some elementary calculations with Vieta's and Newton's formulae tell us that U + V = 1 3 U V = 6 4 γ − 8 7 + 6 4 γ − 1 and hence U , V are the roots of the quadratic equation X 2 − 1 3 X + U V = 0 , so that U , V = 2 1 [ 1 3 ± 1 6 9 − 4 U V ] . Thus the maximum and minimum possible values of U and V are both achieved when U V is minimized.
Over all values of γ > 0 , U V is minimized when γ = 1 , and the corresponding minimum value is 4 1 . We just need to check that f 1 ( X ) is a polynomial with positive roots. But f 1 ( X ) = X 3 − 4 X 2 + 4 X − 1 = ( X − 1 ) ( X 2 − 3 X + 1 ) , which does indeed have three positive roots. Thus we deduce that the maximum and minimum possible values of U are the two roots of X 2 − 1 3 X + 4 1 = 0 , and hence m = 2 1 [ 1 3 − 5 ] M = 2 1 [ 1 3 + 5 ] . Note that the difference between U and V is just a matter of the labelling of a , b , c ; if U = m for ( a , b , c ) = ( u , v , w ) , then V = M for ( a , b , c ) = ( u , v , w ) , and so U = M for ( a , b , c ) = ( u , w , v ) , after making a noncyclic permutation of the values of a , b , c .
Thus the answer is ⌊ 1 0 0 × 2 1 ( 3 9 + 5 ) ⌋ = 2 0 6 1 .