125k views
22 votes
Find an equation of the plane passing through the points (1, 5, -3), (2, 5, -3) and (3, 5,2)​

User Vkv
by
5.1k points

1 Answer

7 votes

Answer:


y = 5.

Or, equivalently:


\begin{aligned}\begin{bmatrix}0 \\ -3 \\ 0\end{bmatrix} \left(\begin{bmatrix}x \\ y \\ z\end{bmatrix} - \begin{bmatrix}1 \\ 5 \\ -3\end{bmatrix}\right) = 0\end{aligned}.

Explanation:

Every plane in
\mathbb{R}^(3) could be represented with a vector equation of the form
\vec{n}\, (\vec{r} - \vec{r}_(0)) = 0, where:


  • \vec{n} is a vector normal to the plane (a normal vector), and

  • \vec{r}_(0) is the position vector of a point in the plane.

Notice that in this question, the coordinates (and hence the position vectors) of the points in this plane are already given. For example, the position vector of the point
(1,\, 5,\, -3) is the vector:


\begin{aligned}\vec{r}_(0) = \begin{bmatrix}1 \\ 5 \\ -3\end{bmatrix}\end{aligned}.

Specifically in
\mathbb{R}^(3), normal vectors of a plane could be found by:

  • finding two distinct directions parallel to that plane, and
  • taking the cross product between the two directions.

Subtracting position vectors of points in this plane from each other would give directions that are parallel to this plane:


\begin{aligned}\begin{bmatrix}2 \\ 5 \\ -3\end{bmatrix} - \begin{bmatrix}1 \\ 5 \\ -3\end{bmatrix} = \begin{bmatrix}1 \\ 0 \\ 0\end{bmatrix}\end{aligned}.


\begin{aligned}\begin{bmatrix}3 \\ 5 \\ 2\end{bmatrix} - \begin{bmatrix}1 \\ 5 \\ -3\end{bmatrix} = \begin{bmatrix}2 \\ 0 \\ 5\end{bmatrix}\end{aligned}.

The cross product between these two vectors in
\mathbb{R}^(3) would be:


\begin{aligned} \vec{n} = \begin{bmatrix}1 \\ 0 \\ 0\end{bmatrix} * \begin{bmatrix}2 \\ 0 \\ 5\end{bmatrix} = & \begin{bmatrix}0 * 5 - 0 * 0 \\ 0 * 2 - 1 * 5\\ 1 * 0 - 0 * 2\end{bmatrix} = \begin{bmatrix}0 \\ -3 \\ 0\end{bmatrix}\end{aligned}.

(Note that the cross product between other directions parallel to the plane might give other normal vectors that are parallel to the one in this example.)

Using the position vector of the point
(1,\, 5,\, -3) as
\vec{r}_(0), one possible vector equation for this plane would be:


\begin{aligned}\begin{bmatrix}0 \\ -3 \\ 0\end{bmatrix} \left(\begin{bmatrix}x \\ y \\ z\end{bmatrix} - \begin{bmatrix}1 \\ 5 \\ -3\end{bmatrix}\right) = 0\end{aligned}.

Expand the dot product and simplify to obtain a scalar equation for this plane:


\begin{aligned}\begin{bmatrix}0 \\ -3 \\ 0\end{bmatrix} \begin{bmatrix}x - 1 \\ y - 5 \\ z - (-3)\end{bmatrix} = 0\end{aligned}.


0\, (x - 1) + (-3)\, (y - 5) + 0\, (z - (-3)) = 0.


(-3)\, (y - 5) = 0.


y = 5.

User IYonatan
by
4.7k points