{ a a 2 + + b b 2 + + c c 2 + + d d 2 + + e e 2 = = 8 1 6
Given that the real numbers a , b , c , d , e satisfy the system of equations above, find the sum of the maximum and minimum possible value of a .
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.
The first equation describes a (hyper)plane in 5-space perpendicular to the direction (1, 1, 1, 1, 1).
The second equation describes a sphere in 5-space.
The solutions of the system lie on the intersection of the 5-plane and the 5-sphere, which is a 4-sphere.
The points of minimum and maximum value of a lie opposite each other on the 4-sphere. Their average position is the center of the 4-sphere, which lies in direction (1, 1, 1, 1, 1) from the origin. It is easy to see that its coordinates must be ( 5 8 , … ).
Finally, the sum of minimum and maximum a is twice the average, i.e. 5 1 6 = 3 . 2 .
For those who think my solution too vague, here is a more detailed argument:
Let a = a ′ + 5 8 , b = b ′ + 5 8 , and so on. Then the first equation implies a ′ + b ′ + c ′ + d ′ + e ′ = 0 . Now consider the expressions ( 5 8 + a ′ ) 2 + ⋯ + ( 5 8 + e ′ ) 2 ; ( 5 8 − a ′ ) 2 + ⋯ + ( 5 8 − e ′ ) 2 . The difference between these two expressions is 4 ( a ′ + b ′ + c ′ + d ′ + e ′ ) = 0 . Therefore they have the same value.
Because of this, if ( a ′ , b ′ , c ′ , d ′ , e ′ ) is a solution with maximum value of a ′ , then ( − a ′ , − b ′ , − c ′ , − d ′ , − e ′ ) is a solution with minimum value of a ′ . Thus a min ′ + a max ′ = 0 , and we simply add 5 8 twice to arrive at the solution.
The equation a 2 + b 2 + c 2 + d 2 + e 2 = 1 6 can be written as
b 2 + c 2 + d 2 + e 2 = 1 6 − a 2 and by R.M.S-A.M the L.H.S is greater than or equal to
4 ( b + c + d + e ) 2 and this is equal to 4 ( 8 − a ) 2 .
Hence, 1 6 − a 2 = 4 ( 8 − a ) 2
or 1 6 = a 2 + 4 ( 8 − a ) 2
or 0 ≥ 5 a 2 − 1 6 a = a ( 5 a − 1 6 )
Therefore, 0 ≤ a ≤ 5 1 6 , where a = 0 iff b = c = d = e = 2 and a = 5 1 6 iff b = c = d = e = 5 6 .
Thus, minimum + maximum = 5 1 6
Problem Loading...
Note Loading...
Set Loading...
Without loss of generality we will isolate a and determine its maximum and minimum value using Cauchy's Inequality . With the b i 's all equalling 1 we have that
( b 2 + c 2 + d 2 + e 2 ) ( k = 2 ∑ 5 1 ) ≥ ( b + c + d + e ) 2
⟹ ( 1 6 − a 2 ) ∗ 4 ≥ ( 8 − a ) 2
⟹ 6 4 − 4 a 2 ≥ 6 4 − 1 6 a + a 2
⟹ a ( 1 6 − 5 a ) ≥ 0 ⟹ 0 ≤ a ≤ 5 1 6 .
The minimum value of a = 0 can be accommodated by setting b = c = d = e = 2 , and the maximum value of a = 5 1 6 can be accommodated by setting b = c = d = e = 5 6 .
The sum of the minimum and maximum values of a is then 0 + 5 1 6 = 5 1 6 = 3 . 2 .