Given real numbers x , y , and z such that x 2 + y 2 + z 2 = 4 , what is the minimum value of 1 2 x + 9 y + 8 z ?
You should read this first .
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.
according to Cauchy-Schwarz inequality , ≤ not ≥ .
Log in to reply
Yes, I will change it.
Log in to reply
Another smaller correction, it should be:
⟹ − 3 4 ≤ 1 2 x + 9 y + 8 z ≤ 3 4
Otherwise, your current inequality implies that the minimum value does not exist.
Use the dot product : 1 2 x + 9 y + 8 z = ( 1 2 , 9 , 8 ) ⋅ ( x , y , z ) = ∣ ∣ ( 1 2 , 9 , 8 ) ∣ ∣ cos θ ∣ ∣ ( x , y , z ) ∣ ∣ = 1 7 × 2 cos θ ≥ − 3 4 ; equality is attained when θ = π .
The first equation is of a sphere in the 3d plane with radius 2. The second equation is of a plane 1 2 x + 9 y + 8 z = c , where we have to find the minimum c. Notice that the maximum value of c = minimum value in magnitude.
Max value of c will be obtained when this plane is just touching this sphere, i.e distance of plane from sphere centre (origin) = radius
∣ 1 2 2 + 9 2 + 8 2 0 + 0 + 0 − c ∣ = 2
Solve this to get c = ± 3 4
Problem Loading...
Note Loading...
Set Loading...
The equation x 2 + y 2 + z 2 = 4 is even, where both positive and negative values of x , y , and z satisfy the equation. Therefore, if we find the maximum value of 1 2 x + 9 y + 8 z , which is positive, the minimum will have the same absolute value of the maximum but with a negative sign.
Considering the positive real value of x , y , and z using Cauchy-Schwarz inequality :
( 1 2 x + 9 y + 8 z ) 2 ≤ ( 1 2 2 + 9 2 + 8 2 ) ( x 2 + y 2 + z 2 ) = 2 8 9 × 4 = 1 1 5 6 Equality occurs when x = 1 7 2 4 , y = 1 7 1 8 , z = 1 7 1 6
⟹ 1 2 x + 9 y + 8 z ≤ 3 4 for positive reals x , y , and z .
Since max ( 1 2 x + 9 y + 8 z ) = 3 4 , min ( 1 2 x + 9 y + 8 z ) = − 3 4 .