Intersection of line through a plane

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
2 replies · 1K views
goonking
Messages
434
Reaction score
3

Homework Statement


Where does the line through (−2, 3, 2) and (3, 5, −1) intersect the plane x + y − 2z = 6?

Homework Equations

The Attempt at a Solution


i used r = r0 + tv

the vector between the 2 given points is <5,2,-3>

r = (-2,3,2) + t<5,2-3>

x = -2 + 5t y=3+2t z=2 - 3t

plugging these into the plane given: -2+5t + 3+2t -2(2-3t)= 6

solving for t , t should equal 9/13 if my algebra is correct.

plugging into the parametric equations , the point of intersection should be (19/13 , 57/13, -1/13)

can someone check all this?
 
on Phys.org
goonking said:

Homework Statement


Where does the line through (−2, 3, 2) and (3, 5, −1) intersect the plane x + y − 2z = 6?

Homework Equations

The Attempt at a Solution


i used r = r0 + tv

the vector between the 2 given points is <5,2,-3>

r = (-2,3,2) + t<5,2-3>

x = -2 + 5t y=3+2t z=2 - 3t

plugging these into the plane given: -2+5t + 3+2t -2(2-3t)= 6

solving for t , t should equal 9/13 if my algebra is correct.

plugging into the parametric equations , the point of intersection should be (19/13 , 57/13, -1/13)

can someone check all this?

It is correct. Nice work.:oldcool:
 
  • Like
Likes   Reactions: goonking
goonking said:

Homework Statement


Where does the line through (−2, 3, 2) and (3, 5, −1) intersect the plane x + y − 2z = 6?

Homework Equations

The Attempt at a Solution


i used r = r0 + tv

the vector between the 2 given points is <5,2,-3>

r = (-2,3,2) + t<5,2-3>

x = -2 + 5t y=3+2t z=2 - 3t

plugging these into the plane given: -2+5t + 3+2t -2(2-3t)= 6

solving for t , t should equal 9/13 if my algebra is correct.

plugging into the parametric equations , the point of intersection should be (19/13 , 57/13, -1/13)

can someone check all this?
It's not that hard to check it for yourself, and it's a good habit to get into. You can do this by verifying that the point you found is on both the line and on the plane.

To verify that the point is on the line, find the value of t so that 19/13 = -2 + 5t, 57/13 = 3 + 2t, and -1/13 = 2 - 3t. The same value of t should work in all three equations.

To verify that the same point is on the plane, confirm that 19/13 + 57/13 - 2(-1/13) = 6.
 
  • Like
Likes   Reactions: RJLiberator and goonking