A teacher decides to play a game with her three students. She writes four positive (real) numbers on the board; a , b , c , d .
One student's task is to find the sum of the cube of each number. (i.e. a 3 + b 3 + c 3 + d 3 )
Another student's task is to find the sum of the reciprocal of each number.
The final student's task is to find the sum of the squared reciprocal of each number.
When they are all finished doing this fun calculation, they multiply their answers together. What is the minimum value of their final answer?
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.
Great book! How long did it took you to write?
Log in to reply
Thanks! It's not finished yet, but it has already taken a lots of hours to write; it has all been very interesting though!
Applying AM-GM inequality to each of the three terms in the final expression ( ∑ a 3 ) ( ∑ a 1 ) ( ∑ a 2 1 ) , we obtain the minimum attainable value as 64.
The inequality is achieved when all three terms equate, or a=b=c=d=1.
Since the link to Michael Ng's book is not working, I'll post the solution he most likely has.
Applying H\"{o}lder's Inequality, in this case, with λ 1 = λ 2 = λ 3 = 3 1 gives
( a 3 + b 3 + c 3 + d 3 ) 3 1 ( a 1 + b 1 + c 1 + d 1 ) 3 1 ( a 2 1 + b 2 1 + c 2 1 + d 2 1 ) 3 1
≤ ( a 3 ) 3 1 ( a 1 ) 3 1 ( a 2 1 ) 3 1 + ( b 3 ) 3 1 ( b 1 ) 3 1 ( b 2 1 ) 3 1 + ( c 3 ) 3 1 ( c 1 ) 3 1 ( c 2 1 ) 3 1 + ( d 3 ) 3 1 ( d 1 ) 3 1 ( d 2 1 ) 3 1
= 1 + 1 + 1 + 1 = 4
Cubing both sides of the inequality leads to the result (noting equality occurs when a = b = c = d = 1 ).
Problem Loading...
Note Loading...
Set Loading...
We have the expression: ( ∑ a 3 ) ( ∑ a 1 ) ( ∑ a 2 1 ) Now we can apply the Generalised Hölder's Inequality (for a quick outline of the proof you can consult my unfinished book in the 'A Very Useful Lemma' part').
This yields that the expression is greater than or equal to 6 4 ; for example this occurs when all the variables are the same; which is our answer as required.