Check if two vector equations of parametric surfaces are equivalent

917 Views Asked by At

Give the vector equation of the plane through these lines:

$\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}4\\1\\1\end{pmatrix}+\lambda\cdot\begin{pmatrix}0\\2\\1\end{pmatrix}\,\,\,$ and $\,\,\,\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}4\\0\\3\end{pmatrix}+\mu\cdot\begin{pmatrix}0\\2\\1\end{pmatrix}$.

My answer is: $\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}4\\1\\1\end{pmatrix}+\lambda\cdot\begin{pmatrix}0\\-1\\2\end{pmatrix}+\mu\cdot\begin{pmatrix}0\\-3\\1\end{pmatrix}$. The solutions manual suggests the following equation, which is the equation of a straight line (probably a typo): $\begin{pmatrix}x\\y\\z\end{pmatrix}=\begin{pmatrix}4\\1\\1\end{pmatrix}+\lambda\cdot\begin{pmatrix}0\\2\\1\end{pmatrix}+\mu\cdot\begin{pmatrix}0\\2\\1\end{pmatrix}$

Is my solution the right solution? Could someone provide a general way to check?

3

There are 3 best solutions below

0
On

You have two planes that go through the same point (4,1,1). Now all you need is having them parallel. You can check this by forming the cross product of the defining vectors, i.e. (0,-1,2) and (0,-3-1) for the first plane, that will give you a normal to the plane. Do the same for the second plane; if your normal vectors are parallel, so are the planes and hence identical in this case.

6
On

Since the first equation describes a plane whereas the second one describes a straight line the equations aren't equivalent.

0
On

But the really simple way is to pick three arbitrary points (not on the same line) from the first plane and check if they all lie in the second one.