How to know if a straight line and a plane are parallel?

58 Views Asked by At

Given the points $A=(2,5,1)$, $B=(3,0,3)$, $C=(1,2,4)$ and $D=(1,-3,0)$. How can I know if the straight line $r$ passing between $A$ and $B$ and the plane passing between $A$, $C$ and $D$ are parallel?

2

There are 2 best solutions below

0
On

Well, they are parallel iff $B$ is in a plane $ACD$. So, you must check whether you can express vector $\vec{AB}$ with vectors $\vec{AC}$ and $\vec{AD}$:

$$\vec{AB}= m\vec{AC}+n\vec{AD}$$

for some real $m,n$

0
On

you must compute the direction vector of the straight line and a vector which is perpendicular to the plane, the dot product of both should be zero