If ⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ a , b , c , d > 0 c 2 + d 2 = ( a 2 + b 2 ) 3 c a 3 + d b 3 = M find the minimum value of M correct to 3 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.
Problem Loading...
Note Loading...
Set Loading...
Here is my solution.
Let us introduce u , v such that cos = a / a 2 + b 2 , cos v = c / c 2 + d 2 . Clearly, the constraints a , b , c , d > 0 impose the constraints u , v ∈ [ 0 , π / 2 ] . Note that now one can write M = c a 3 + d b 3 = cos v cos 3 u + sin v sin 3 u , which follows from the given constraint c 2 + d 2 = ( a 2 + b 2 ) 3 . Therefore, minimizing M is equivalent to minimizing the above expression in u , v which is an unconstrained optimization problem except for the trivial constraint u , v ∈ [ 0 , π / 2 ] . The minima can be easily calculated to be the point where u = v , where the value of M becomes cos 2 u + sin 2 u = 1 .