I’m trying to solve a problem where i have to find the plane equation that contains a given straight line and a given point.
In this photo you can see the equation of the straight Line and the given point $P = (1,-2,3)$.
The answer of the problem is the last Line.
What i tried is this:
- transform the straight line into parametric form
- find the director parameters of the straight line $V = ( L,m,n)$
- find a point of the straight line $Q = ( f, g, h)$
- find the vector $PQ$.
- do the vector product of the vectors $V$ and $PQ$ that gives me the director parameters of the plane that I'm searching.
The problem is that at this point what i find is that the director parameters of the plane are $N = ( -\frac{1}{3}, \frac{10}{3}, -\frac{14}{9})$ that are different from the solution ones.
Can anyone show me how to solve this problem so i can check and understand where I’m doing it wrong?

This is a real quick method:
Find the pencil of planes such that $H_{\alpha, \beta}=\alpha (2x-3y+z-3)+\beta (x+3y+2z+1)=0$
(all these are planes that have the line given by the exercise in common).
Then, you have to impose that $P=(1,-2,3) \in H_{\alpha, \beta}$.
This condition gives us $\alpha (2+6+3-3)+ \beta (1+6-6+1)=0$ $\implies$ $\beta= -4\alpha$.
If we now substitute $(\alpha , \beta)=(1,-4)$ in the equation of $H_{\alpha, \beta}$ we have $2x-3y+z-3-4x-12y-8z-4=0$, so
$$2x+15y+7z+7=0$$