Vectors - Finding a point of intersection

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
dimens
Messages
43
Reaction score
0

Homework Statement


The line L is parallel to the vector 3i - 2j -2k and passes through the point P (1,0,-1/2)

find the point of intersection Q of the line L with the plane ∏

x+y+z=2

The Attempt at a Solution


I'm completely stumped with this, don't know where to start... I thought maybe

(x,y,z) = (1,0,1/2) + 2(3,-2,-2)
= (7,-4,7/8)

but it's wrong.. Where do I start?
 
Physics news on Phys.org
Thanks for the welcome, I'm probably going to be on here a lot to help me get through university. Lol.

Parametric equations:

x=1+3t
y=-2t
z=1/2-2t
 
x+y+z = 2...

so...

1 + 3t -2t +1/2 - 2t = 2
-t=0.5
t=0.5plug it back into the equation right?

(x,y,z) = (1,0,1/2) + 1/2(3,-2,-2)
(x,y,z) = (1,0,1/2) + (3/2, -1, -1)

(5/2,-1,-1/2)

... Answers wrong though, it's meant to be...

(-7/2,3,-5/2)
 
Last edited:
tiny-tim said:
ok, now that has to coincide with the equation x + y + z = 2 …

sooo … t = … ? :smile:

(btw, is that 1/2 or -1/2?)


My bad...

x=1+3t
y=-2t
z=-1/2-2t

x+y+z = 2

... 1+3t -2t -1/2 -2t = 2
t= -3/2

(x,y,z) = (1,0,-1/2) + -3/2(3,-2,-2)
(x,y,z) = (1,0,-1/2) + (-9/2,3,3)

= (-7/2,3,5/2)

I got it :) Cheers tiny tim. I think I learn a lot better when I'm discussing things and typing it out on here.
 
continuing the question:

find the angle the line L makes with the plane ∏ at the intersection point Q.

a.b = |a||b| cos∅

(3,-2,-2) (-7/2,3,5/2)

... a.b = -21.5
|a| = sqrt(17)
|b| = sqrt(27.5)

∅ = arccos (-21.5/sqrt(467.5))

... answer is wrong. Am I missing something?