Here is a question I need to practise but I am struggling with the line S and how to find the intersect. Can you help?
Consider the following line equations in the 3D space:
$$r:\begin{cases} x=3-\lambda \\ y=1+2\lambda \\ z=-4+3\lambda \\ \end{cases} s:\begin{cases} x+2y+3z=a \\ 3x-2y+z=-a \\ \end{cases}$$
a) Find the value of 'a' knowing that both lines intersect at one point. Find the coordinated of the intersection point.
b) For the previous value of 'a', find the plane equation \pi that contains both lines.
c) Represent the plane, the intersection point and both lines using Matlab.
HINT
notably we obtain
thus