Let x , y , z ∈ R be points on the sphere g ( x , y , z ) = x 2 + y 2 + z 2 = 5 . If M and m are respectively the maximum and the minimum values of f ( x , y , z ) = ∣ x ∣ + ∣ y ∣ + ∣ z ∣ . Then enter m M as your answer.
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.
actually the max we can also use (a^2+b^2+c^2)(1+1+1)>=(a+b+c)^2
but how to prove that the min strictly? not by observation
How do we prove that 5 is indeed a minimum? or more precisely, how do we now that the minimum must occur at (at least) one of the points you've specified? I think it seems intuitive but it's not obvious as to why this is the case
Log in to reply
Let's put it this way, Curtis. If the spherical constraint were stated as the inequality x^2 + y^2 + z^2 <=5, then we are considering all surface AND interior points within the sphere. Since f(x,y,z) = |x| + |y| + |z| only takes the sum of absolute values, the smallest value it can ever achieve is zero (which according to our updated sphere constraint would occur at the center (x,y,z) = (0,0,0).
The original constraint only admits surface points on the sphere. Having two zero coordinates in each of my six stated critical triplets is the closest construct to obtaining (0,0,0). Hope this helps!
Just to put things more rigorously, we begin by proving that 5 is indeed the minimum. Here I give two proofs.
The first one
Clearly, we can only work in the first quadrant wlog but if you wish, you can work with all 3 dimensions.
∣ x ∣ + ∣ y ∣ ≥ x 2 + y 2
Now, by triangle inequality,
∣ x ∣ + ∣ y ∣ + ∣ z ∣ ≥ x 2 + y 2 + ∣ z ∣
The expression on the right is exactly the sum of the distance from the origin to the point (x,y,z) traverse obliquely in the xy plane and right up parallel to the z axis, so, by triangle inequality again, we have,
∣ x ∣ + ∣ y ∣ + ∣ z ∣ ≥ x 2 + y 2 + ∣ z ∣ ≥ r a d i u s = 5 □
The second one
Considering the function long enough, we find that the value we want to extremise is the value of c in the equation f ( x , y , z ) = x + y + z = c and this is just an equation of a plane with normal vector ⎝ ⎛ 1 1 1 ⎠ ⎞
With this fact in mind, the minimum occurs when this plane is closest to the origin whilst still intersecting the sphere and the maximum occurs when this plane is furthest to the origin whilst still intersecting the sphere. □
Putting all these together,
m M = 5 1 5 = 3
Nice proofs here! Thanks :)
Problem Loading...
Note Loading...
Set Loading...
Upon observation, f ( x , y , z ) ≥ 0 for all x , y , z ∈ R . The minimum value, m , will occur at any of the points ( x , y , z ) = ( ± 5 , 0 , 0 ) ; ( 0 , ± 5 , 0 ) ; ( 0 , 0 , ± 5 ) ⇒ m = 5 . To find the maximum, M , we can use LaGrange Multipliers according to:
g r a d ( f ) = λ ⋅ g r a d ( g )
∣ x ∣ x = λ ⋅ 2 x ; ∣ y ∣ y = λ ⋅ 2 y ; ∣ z ∣ z = λ ⋅ 2 z
which yields ∣ x ∣ 1 = ∣ y ∣ 1 = ∣ z ∣ 1 ⇒ ∣ x ∣ = ∣ y ∣ = ∣ z ∣ ;
and produces 3 ( ∣ x ∣ ) 2 = 3 x 2 = 5 ⇒ ∣ x ∣ = ∣ y ∣ = ∣ z ∣ = 3 5 ;
and finally results in M = 3 ⋅ 3 5 = 1 5 .
Calculating m M produces 5 1 5 = 3 .