I need help to find the possible equations of the plane $\pi$ given that the line $l_1 : (x,y,z) = t(1,2-2)$ turns into the line $l_2: (x,y,z) = t(2,-1,2)$ when reflecting from the plane.
I have determined that the intersection point between the two lines is $(0,0,0)$ and thus, that's a point of the equation of the plane that then can be described as $\pi: Ax+By+Cz=0$
How can I from this go on to find the coefficients of the equation of the plane?
Thanks!
The unit vectors in the directions of the given lines are $$\left(\begin{matrix}\frac13\\\frac23\\-\frac23\end{matrix}\right)$$ and $$\left(\begin{matrix}\frac23\\-\frac13\\\frac23\end{matrix}\right)$$
Adding these gives the direction of the line through the origin which bisects the angle between the lines and is co-planar with them. This line lies on the bisecting plane.
This is $$\left(\begin{matrix}1\\\frac13\\0\end{matrix}\right)\parallel\left(\begin{matrix}3\\1\\0\end{matrix}\right)$$
Normal to both lines is $$\left(\begin{matrix}1\\2\\-2\end{matrix}\right)\times\left(\begin{matrix}2\\-1\\2\end{matrix}\right)=\left(\begin{matrix}2\\-6\\-5\end{matrix}\right)$$
Normal to the required plane is therefore
$$\left(\begin{matrix}2\\-6\\-5\end{matrix}\right)\times\left(\begin{matrix}3\\1\\0\end{matrix}\right)=\left(\begin{matrix}1\\-3\\4\end{matrix}\right)$$
Hence the Cartesian equation of the plane is $$x-3y+4z=0$$