Deriving a perpendicular vector to a plane from two parallel vectors

1k Views Asked by At

Given a point on a plane and two vectors that are parallel to that plane how can we derive a vector that is perpendicular to that plane?
I am trying to find the equation of a plane and I need this perpendicular vector so that I apply the dot product of it and a vector on the plane. I am not posting any numbers because I am just looking for the idea and not somebody giving me the answer straight away.

2

There are 2 best solutions below

3
On BEST ANSWER

Hint: the normal vector of the plane must be perpendicular to both of the vectors parallel to the plane, that is their dot product has to be zero.

Try it out yourself.

1
On

You could use the cross product of the 2 vectors parallel to the plane as long as they aren't parallel to each other. Which would give you a vector perpendicular to both vectors and hence perpendicular to the plane.