Consider a 3 D figure represented as x y z 2 = 2 then its minimum distance from origin is
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.
Nice solution. For sake of completeness, we should note that the minimum can be achieved at the point ( 1 , 1 , 2 ) , (as well as ( 1 , 1 , − 2 ) , ( − 1 , − 1 , 2 ) and − 1 , − 1 , − 2 ) . )
Problem Loading...
Note Loading...
Set Loading...
We know that the distance from origin = x 2 + y 2 + z 2
By AM-GM
4 x 2 + y 2 + 2 . 2 z 2 ≥ ( 4 x 2 × y 2 × z 4 ) 4 1
⟹ x 2 + y 2 + z 2 ≥ 4
So the min. Distance = 4 = 2
Equality holds when x = ± 1 , y = ± 1 , z = ± 2