Solveeit Logo

Question

Question: Find the point where the line $x=2+t, y=3-2t, z=4+t$ intersects the plane $x-y+z=6$....

Find the point where the line x=2+t,y=32t,z=4+tx=2+t, y=3-2t, z=4+t intersects the plane xy+z=6x-y+z=6.

Answer

(114,32,194)\left(\frac{11}{4}, \frac{3}{2}, \frac{19}{4}\right)

Explanation

Solution

The parametric equations of the line are:

x=2+tx = 2+t y=32ty = 3-2t z=4+tz = 4+t

The equation of the plane is: xy+z=6x-y+z = 6

To find the point of intersection, substitute the expressions for xx, yy, and zz from the line's parametric equations into the plane's equation: (2+t)(32t)+(4+t)=6(2+t) - (3-2t) + (4+t) = 6

Now, simplify and solve for the parameter tt: 2+t3+2t+4+t=62+t - 3+2t + 4+t = 6 Combine the constant terms: (23+4)=3(2-3+4) = 3 Combine the terms with tt: (t+2t+t)=4t(t+2t+t) = 4t So the equation becomes: 3+4t=63 + 4t = 6

Subtract 3 from both sides: 4t=634t = 6 - 3 4t=34t = 3

Divide by 4 to find the value of tt: t=34t = \frac{3}{4}

Now, substitute this value of tt back into the parametric equations of the line to find the coordinates of the intersection point (x,y,z)(x, y, z): x=2+t=2+34=8+34=114x = 2+t = 2 + \frac{3}{4} = \frac{8+3}{4} = \frac{11}{4} y=32t=32(34)=364=332=632=32y = 3-2t = 3 - 2\left(\frac{3}{4}\right) = 3 - \frac{6}{4} = 3 - \frac{3}{2} = \frac{6-3}{2} = \frac{3}{2} z=4+t=4+34=16+34=194z = 4+t = 4 + \frac{3}{4} = \frac{16+3}{4} = \frac{19}{4}

Thus, the intersection point is (114,32,194)\left(\frac{11}{4}, \frac{3}{2}, \frac{19}{4}\right).