Find the minimum value of the expression where and are positive real numbers such that and .
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.
Set A=a-1, b=B-27. Then set B = A c. You will get an expression in A and c:
A c 2 7 + 2 7 + A ( c + 1 ) + c + c 2 7 + 2 8
With c fixed, use AM-GM to minimize this expression in A. Now you will have an expression in only c>0 which you have to minimize. After factoring, I got:
c 2 ( c + 3 3 ) 2 ( c 2 + 1 )
I was only able to minimize this function with calculus (at c=Sqrt[3]). You get 64.
Does anybody have a better solution and/or a better way of minimizing this function without calculus?