Find the maximum value of 1 7 x y + 2 9 y z if x 2 + y 2 + z 2 = 1 where x , y , z are real numbers.
Give answer 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.
This is a nice generalization...
This is a wonderful solution! Please can you tell me how you thought of this? Was it from another problem? Thank you.
Log in to reply
Thanks! I have used this approach before. I thought of it then because when the equation of a sphere presented itself it seemed "natural" to convert to spherical coordinates, at which point the key was to assign the coordinates to x , y , z in the most convenient manner. Accordingly, since in this case we have terms x y and y z , I assigned the "simplest" coordinate sin ( θ ) to the shared variable y .
Log in to reply
Ah ingenious! I hadn't thought of the condition in that way before; thanks for helping!
Nice! I think I have seen this problem and these solutions before ;)
Log in to reply
Haha Yes, I remembered my method but not the specific problem I used it on. I should have guessed it was one of yours. :)
The convention of y = sin ( θ ) suits a x y + b y z very much for y . The maximum occurs at all positive of x, y, z and also all negative of x, y, z.
lagranges multipliers(probably making it too complicated but sharing all approaches). so, first f = a x y + b y z − λ ( x 2 + y 2 + z 2 − 1 ) hence f f x = − 2 λ x + a y + 0 z f y = a x − 2 λ y + b z f z = 0 x + b y − 2 λ z so d e t ( ⎣ ⎡ − 2 λ a 0 a − 2 λ b 0 b − 2 λ ⎦ ⎤ ) = 0 or − 8 λ 3 + 2 ( a + b ) λ = 0 λ m a x = 2 a 2 + b 2 put a=17,b=29 for desired answer. 1 6 . 8 0 8
My method is a bit longer than Brian sir's.
Consider the Cauchy-Schwarz Inequality,
1 7 x y + 2 9 y z ≤ 1 7 ² + 2 9 ² × y ² × ( 1 − y ² )
1 7 x y + 2 9 y z ≤ 1 7 ² + 2 9 ² × y × ( 1 − y ² ) Let y = sin θ
1 7 x y + 2 9 y z ≤ 1 7 ² + 2 9 ² × sin θ × cos θ
1 7 x y + 2 9 y z ≤ 2 1 1 3 0 × sin 2 θ
For max value, θ = 4 π
Aareyan, in which class you are?
Log in to reply
standart 8.
Log in to reply
I didn't even know what Lagrange multipliers were till a few weeks ago, and this kid. :D Keep it up.
Here is my version of the solution: a x y + b y z ≤ ( a 2 + b 2 ) ( y 2 ( x 2 + z 2 ) ) = ( a 2 + b 2 ) ( y 2 ( 1 − y 2 ) ) ≤ ( a 2 + b 2 ) × 2 1 .Now just substitute the values of a and b and get the answer!
Nice! This looks like Harsh' solution here , but you write it more succinctly.
I started with the inequality -
( x − ( 1 7 ) 2 + ( 2 9 ) 2 1 7 y ) 2 + ( z − ( 1 7 ) 2 + ( 2 9 ) 2 2 9 y ) 2 ≥ 0
expanding out gives -
1 7 x y + 2 9 y z ≤ 2 ( 1 7 ) 2 + ( 2 9 ) 2 = 1 6 . 8 0 7
Also the equality occurs at :
x = 2 . ( 1 7 ) 2 + ( 2 9 ) 2 1 7 , y = 2 1 , z = 2 . ( 1 7 ) 2 + ( 2 9 ) 2 2 9
Interesting approach. How did you know that was the inequality to start off with?
"This Person Is Awesome"
Log in to reply
Yeah,Not many people who appreciate my work(nothing much to appreciate either) Or were you talking about yourself ?
Log in to reply
Nahh! i was talking about you only!
Log in to reply
@Prakhar Bindal – Well thanks then ! How did you solve it by the way ?
Log in to reply
@Rohit Kumar – i considered a sphere in 3d space and then used parametric coordinates of a sphere!
Problem Loading...
Note Loading...
Set Loading...
We'll first look in general at maximizing a x y + b y z given x 2 + y 2 + z 2 = 1 .
Let x = cos ( θ ) sin ( ϕ ) , y = sin ( θ ) and z = cos ( θ ) cos ( ϕ ) . Then x 2 + y 2 + z 2 = 1 and
a x y + b y z = sin ( θ ) cos ( θ ) ( a sin ( ϕ ) + b cos ( ϕ ) ) =
2 sin ( 2 θ ) ∗ a 2 + b 2 ∗ ( a 2 + b 2 a sin ( ϕ ) + a 2 + b 2 b cos ( ϕ ) ) =
2 sin ( 2 θ ) ∗ a 2 + b 2 ∗ sin ( α + ϕ ) , where α = cos − 1 ( a 2 + b 2 a ) .
This expression achieves a maximum value of 2 a 2 + b 2 when θ = 4 5 ∘ and α = 9 0 ∘ − ϕ .
In this case a = 1 7 and b = 2 9 , and thus the desired maximum is 2 1 7 2 + 2 9 2 = 1 6 . 8 0 8 to 3 decimal places.