• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help w/ Calc 3 problem - point of intersection of a Plane and Line

phatj

Golden Member
I'm studying for a test I have to take in a couple days, and I cannot figure out how to do this problem.

We have the line:
x=3+2t y=6-5t z=2+3t

and the Plane:
3x+2y-4z=1

I know they are not parallel (dot product of the Plane's normal vector and Line's || vector are not 0).

So how do I find the point of intersection?
 
Originally posted by: phatj
I'm studying for a test I have to take in a couple days, and I cannot figure out how to do this problem.

We have the line:
x=3+2t y=6-5t z=2+3t

and the Plane:
3x+2y-4z=1

I know they are not parallel (dot product of the Plane's normal vector and Line's || vector are not 0).

So how do I find the point of intersection?

If the point (x, y, z) lies on the line, then

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

for some real number t. But if it is to lie in the plane as well, then

3x + 2y - 4z = 1

must be satisfied, i.e.

3(3 + 2t) + 2(6 - 5t) - 4(2 + 3t) = 1.

Solve for t...
 
Back
Top