Intersection of line through a plane

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?
 
Physics news 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 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 RJLiberator and goonking
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top