Distance from a point to a plane

  • Thread starter Thread starter nns91
  • Start date Start date
  • Tags Tags
    Plane Point
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
nns91
Messages
301
Reaction score
1

Homework Statement



Find the distance from (3,0,10) to the plane 2x+3y+z=2

Homework Equations



D= absv(ax+by+cd)/ sqrt(a^2+b^2+c^2)

The Attempt at a Solution



I found vector n= 2i + 3j + k

Thus, the distance is 16/sqrt(14). Can you guys check the result for me ? I am not sure if I am right.
 
Physics news on Phys.org
That's how I have solved this question :
[; ax+by+cz+d=0 \rightarrow 2x+3y+z-2=0 \\
(x_0,y_0,z_0) \rightarrow (3,0,10) \\
D=\frac{a\cdot x_0+b\cdot y_0+c\cdot z_0-d}{\sqrt{a^2+b^2+c^2}}
= \frac{2\cdot3+3\cdot0+1\cdot10-2}{\sqrt{2^2+3^2+1^2}}=\frac{14}{\sqrt{14}}=\sqrt{14} ;]


http://img222.imageshack.us/my.php?image=13210615.gif"
 
Last edited by a moderator: