I'm studying lines and planes and am stumped by the following problem:
If $L$ is the line through the point $A = (3,2,1)$ and parallel to the vector $v = (-2,1,3)$, what's the equation of the plane that contains $L$ and the point $B = (-2,3,1)$?
I'm trying to describe the plane in terms of $A$, $v$, and $B$ and then find a normal vector. The line $L$ is the span of $v$ shifted by $A$, so it should be $L = \{A + a v : a \in \mathbb R\}$. Then the plane itself is formed by adding in $B$, so the plane is $H = \{A + av + bB : a,b \in \mathbb R\}$. This looks like the plane through the origin $\mathrm{span}\{v, B\}$ shifted by $A$, so I can describe the plane by getting a normal vector $\mathbf n$ to $\mathrm{span}\{v, B\}$ and then a vector $x$ is in the plane exactly when $\mathbf n^T(x - A) = 0$. I found $\mathbf n$ by picking something parallel to $v \times B$ (I got $\mathbf n = (2,1,1)$). But when I do this I get $2x + y + z = 9$ as the equation which my book says is wrong. But I can't see a flaw in my argument. Am I wrong about $H$ or $L$ or something else?
The plane $H$ may not be parallel to the vector $B$;
it is parallel to the vector $v$ and the vector from point $A$ to point $B$, which is $(-5,1,0)$.
Now can you use the cross-product to find a normal vector to it
and get the equation your book says for the plane?