Show that a line does not intersect a plane (vectors)

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 · 10K views
Jon.G
Messages
43
Reaction score
0

Homework Statement


A plane is given by the equation: [itex]4x + 5y + 7z = 21[/itex]
and a line by the equation [itex]r = (1,2,3) + \lambda (1,2,-2)[/itex] where λ is real.

Show that the line does not intersect the plane.


The attempt at a solution
So if I remember correctly, if [itex]n . a = 0[/itex], they do not intersect, where n is the normal vector and a is the direction of the line, ie. n = (4,5,7) and a = (1,2,-2)
n . a gives 4 + 10 - 14 which is 0.

However I'm more confused by the theory. If n . a = 0, does this not mean that they are perpendicular? So why wouldn't they intersect?
I know I must be looking at this the wrong way, but I can't see where :/
Thanks
 
Physics news on Phys.org
However I'm more confused by the theory. If n . a = 0, does this not mean that they are perpendicular? So why wouldn't they intersect?
The n vector is perpendicular to the plane.
If the line is perpendicular to the n vector then...

Note: it is not good enough just to show that n.a=0, you also have to show the line is not in the plane.
 
Jon.G said:

Homework Statement


A plane is given by the equation: [itex]4x + 5y + 7z = 21[/itex]
and a line by the equation [itex]r = (1,2,3) + \lambda (1,2,-2)[/itex] where λ is real.

Show that the line does not intersect the plane.


The attempt at a solution
So if I remember correctly, if [itex]n . a = 0[/itex], they do not intersect, where n is the normal vector and a is the direction of the line, ie. n = (4,5,7) and a = (1,2,-2)
n . a gives 4 + 10 - 14 which is 0.

However I'm more confused by the theory. If n . a = 0, does this not mean that they are perpendicular? So why wouldn't they intersect?
Your confusion is in the word "they". In your first sentence "they" refers to the two vectors. In the second sentence "they" refers to the line and plane.

I know I must be looking at this the wrong way, but I can't see where :/
Thanks
 
Yeah, that's a very simple mistake I made there :/
Thank for pointing that out