Consider the straight line l in $\mathbb R^3$, defined by the system of two linear equations:$$x-y=1,y-z=2$$ Write an equation of the plane in $\mathbb R^3$ passing through the line l and the point $(1,2,3)$
My thinking is find two other points on the plane ($z=0$ and $x=0$)
Find the difference between the two sets of vectors
Finaly find the normal to the plane
Is this correct logic?
There is a more straightforward way. If plane passing through the line $l$, then its equation is $$ \alpha(x-y-1) + \beta(y-z-2)=0. $$ Point $(1, 2, 3)$ lies on the plane; hence, $$ \alpha(1-2-1) + \beta(2-3-2) = 0\Longrightarrow 2\alpha + 3\beta = 0\Longrightarrow \alpha =3\gamma, \beta=-2\gamma $$ for a arbitrary $\gamma$. Substitute it and $$ 3(x-y-1) - 2(y-z-2)=0 $$ is your plane equation.
We can use your idea. We have two points on line (for example, $(3, 2, 0)$ and $(0, -1, -3)$) and point $(1, 2, 3)$; and it's simple to write plane equation now (but longer then the method above required).