Straightforward vector calc problem

  • Thread starter Thread starter tjaeger
  • Start date Start date
  • Tags Tags
    Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
tjaeger
Messages
7
Reaction score
0
Studying for finals and I don't recall how to do projection and I don't like the explanation my textbook gives

Problem: Find the distance from the point (1,3,-2) to the plane 2x + y - z = 1

The answer to this problem should be sqrt(6)

Relevant equations: ?

The attempt at a solution:

I know I have to do a projection of using two vectors, and I know one of the vectors is the normal vector to the plane (2i + j + k). I'm not sure how to find the other vector using the point given and which of the vectors is projected onto the other.
 
Physics news on Phys.org
draw a picture first...
consider an arbitrary point P on the plane, let Q=(1,3,-2)
now the magnitude of the proj of PQ in the direction of your normal vector IS the distance from Q to plane...
 
ok, thanks. I got it now.