Finding a Vector Perpendicular to One Vector and Parallel to Another

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

Homework Statement



Suppose n is normal to a plane and v is parallel to the plane. Describe how you would find a vector u that is both perpendicular to v and parallel to the plane.



Homework Equations



Cross product, dot product

The Attempt at a Solution



Since u is perpendicular to v, u dot v = 0. U is also parallel to the plane so u will be perpendicular to n, so u dot n=0.

How would I do the rest of it ?
 
Physics news on Phys.org
Well, I can't give you the solution, but I will tell you that if I gave you a hint, you'd probably know it. Let's try.

You've used the dot product. Does the cross product help?
 
Oh so u is basically n cross v ?