x , y , and z are real numbers such that 2 x 3 y 5 z = 3 0 . Find the minimum value of x 2 + y 2 + z 2 . Write your answer to three 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.
Pretty neat!
On how to find the equality case, you can refer to Foolish Learner's solution (though the equality case given using Lagrange's method can also be reached by the equality case of Cauchy-Schwarz).
Log in to reply
Finally found the equality case. Upvote if you like the solution.
Log in to reply
Lovely!
As mentioned above, you can simply let ln 2 x = k and solve for k for a more elementary approach, but your solution is still good :)
2 x 3 y 5 z = 3 0 ⟹ ( ln 2 ) d x + ( ln 3 ) d y + ( ln 5 ) d z = 0
x 2 + y 2 + z 2 = minimum ⟹
x d x + y d y + z d z = 0
Using LaGrange's method of undetermined multipliers, we can write
x = λ ln 2 , y = λ ln 3 , z = λ ln 5
So, λ = ( ln 2 ) 2 + ( ln 3 ) 2 + ( ln 5 ) 2 ln 3 0 ≈ 0 . 7 9 5 1
Hence x ≈ 0 . 5 5 1 1 2 2 , y ≈ 0 . 8 7 3 5 , z ≈ 1 . 2 7 9 6 6
Therefore the minimum value of x 2 + y 2 + z 2 is ≈ 2 . 7 0 4 .
Good solution!
If possible though, can you elaborate on the second and third line? Thanks!
Problem Loading...
Note Loading...
Set Loading...
Given that 2 x 3 y 5 z = 3 0 , ⟹ x ln 2 + y ln 3 + z ln 5 = ln 3 0 . By Cauchy-Schwarz inequality :
( ln 2 2 + ln 2 3 + ln 2 5 ) ( x 2 + y 2 + z 2 ) ⟹ x 2 + y 2 + z 2 ≥ ( x ln 2 + y ln 3 + z ln 5 ) 2 = ln 2 3 0 ≥ ln 2 2 + ln 2 3 + ln 2 5 ln 2 3 0 ≈ 2 . 7 0 4
Equality occurs when ln 2 x = ln 3 y = ln 5 z .
By Lagrange multiplier (Note that this is a calculus solution but the question is algebra.)
Given that Given that 2 x 3 y 5 z = 3 0 , ⟹ x ln 2 + y ln 3 + z ln 5 = ln 3 0 . Then we have
F ( x , y , z , λ ) ∂ x ∂ F ∂ y ∂ F ∂ z ∂ F ∂ λ ∂ F = x 2 + y 2 + z 2 − λ ( x ln 2 + y ln 3 + z ln 5 − ln 3 0 ) = 2 x − λ ln 2 = 2 y − λ ln 3 = 2 z − λ ln 5 = x ln 2 + y ln 3 + z ln 5 − ln 3 0
Putting ∂ x ∂ F = ∂ y ∂ F = ∂ z ∂ F = 0 , ⟹ lo g 2 x = lo g 3 y = lo g 5 z = 2 λ .
Putting ∂ λ ∂ F = 0 , ⟹ 2 λ ( ln 2 2 + ln 2 3 + ln 2 5 ) = ln 3 0 .
And
min ( x 2 + y 2 + z 2 ) = 4 λ 2 ( ln 2 2 + ln 2 3 + ln 2 5 ) = ln 2 2 + ln 2 3 + ln 2 5 ln 2 3 0 ≈ 2 . 7 0 4