x , y , and z are real numbers such that x + 2 y + 3 z = 7 find the minimum of x 2 + y 2 + z 2 .
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.
Long time no see
Using Cauchy-Schwarz inequality, we have:
( 1 2 + 2 2 + 3 2 ) ( x 2 + y 2 + z 2 ) ( 1 + 4 + 9 ) ( x 2 + y 2 + z 2 ) ⟹ x 2 + y 2 + z 2 ≥ ( x + 2 y + 3 z ) 2 ≥ 7 2 ≥ 1 4 4 9 = 2 7 = 3 . 5
Apply the Cauchy-Schwarz inequality.
(/(1^2+2^2+3^2/))*(/(x^2+y^2+z^2/))≥/(49/)
/(x^2+y^2+z^2/)≥/(3.5/)
therefore, the minimum is 3.5
You are wrong applying cauchy Schwarz will give
( 1 2 + 2 2 + 3 2 ) ( x 2 + y 2 + z 2 ) ≥ ( x + 2 y + 3 z ) 2
and I think you should ask for the maximum value of x 2 + y 2 + z 2 because
( x 2 + 2 y 2 + 3 z 2 ) ≥ ( x 2 + y 2 + z 2 ) ≥ 0
Log in to reply
Sorry, I wrote the /(x+2y+3z/) part wrong. It should be the square of the whole expression. Thanks for pointing it out.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Lagrange Multipliers
Here is a calculus method,
By Lagrange Multipliers method we set g ( x , y , z ) − c = x + 2 y + 3 z − 7
f ( x , y , z ) = x 2 + y 2 + z 2 & L ( x , y , z , λ ) = f ( x , y , z ) + λ ( g ( x , y , z ) − c )
Now we have Δ x , y , z , λ L ( x , y , z , λ ) = ( ∂ x ∂ L , ∂ y ∂ L , ∂ z ∂ L , ∂ λ ∂ L )
Δ x , y , z , λ L ( x , y , z , λ ) = ( 2 x + λ , 2 y + 2 λ , 2 z + 3 λ , x + 2 y + 3 z )
Δ x , y , z , λ L ( x , y , z , λ ) = 0 ⟹ ⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ 2 x + λ = 0 2 y + 2 λ = 0 2 z + 3 λ x + 2 y + 3 z = 7
Solving we get the critical point ( x , y , z ) = ( 2 1 , 1 , 2 3 )
Moreover This does not assure us it's a point of minimum, but just a critical point. We see f ( 2 1 , 1 , 2 3 ) = 3 . 5 .
Taking the Hessian Matrix defined by ,
Δ 2 f ( x , y , z ) = ⎝ ⎛ 2 0 0 0 2 0 0 0 2 ⎠ ⎞ , we readily observe it's positive definite. So f ( x , y , z ) has a local minimum & it's indeed the only stationary point we have. Hence f ( x , y , z ) ≥ f ( 2 1 , 1 , 2 3 ) = 3 . 5