Shortest Distance from Origin - 3D

Geometry Level 2

What is the shortest distance of the plane 4 x 3 y + 12 z = 78 4x - 3y + 12 z= 78 from the origin in R 3 \mathbb{R}^{3} ?


The answer is 6.

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.

1 solution

Pranshu Gaba
Mar 11, 2016

Let the shortest distance of the given plane from the origin be d d .

For a plane a x + b y + c z + d = 0 a x + by + cz + d =0 , the shortest distance from a point ( x 0 , y 0 , z 0 ) (x_{0}, y_{0}, z_{0} ) has the formula

Shortest Distance = a x 0 + b y 0 + c z 0 + d a 2 + b 2 + c 2 \text{Shortest Distance} = \frac{|ax_{0} + by_{0} + cz_{0} + d | }{\sqrt{ a^{2} + b^{2}+ c^{2} }}

The coordinates of the origin are ( 0 , 0 , 0 ) (0,0,0) . Our plane is 4 x 3 y + 12 z 78 = 0 4x - 3y + 12z - 78 = 0 . We can plug these values in the formula to get the distance.

d = 4 × 0 3 × 0 + 12 × 0 78 4 2 + ( 3 ) 2 + 1 2 2 = 0 + 0 + 0 78 169 = 78 13 = 6 \begin{aligned} d & = \frac{|4 \times 0 - 3 \times 0 + 12 \times 0 - 78 | }{\sqrt{ 4^{2} + (-3)^{2} + 12^{2}}} \\ & = \frac{|0 + 0 +0 - 78 | }{\sqrt{169}} \\ & = \frac{78}{13} = \boxed{6} ~~~~ _\square \end{aligned}

The general form of this formula is proved in this note .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...