- #1
Rectifier
Gold Member
- 313
- 4
The problem
I am trying to write the equation for the plane on the following form ## ax + by + cz + d = 0 ##
$$
\begin{cases}
x = 1 + s - t \\
y = 2 - s \\
z = -1 + 2s
\end{cases}
$$
The attempt
## s, t ## are the parameters for the two directional vectors which "support" the plane.
$$
\begin{cases}
x = 1 + s - t \\
2 - y = s \\
z + 1 = 2s
\end{cases}
$$
Composistion of the last two equations
$$
\begin{cases}
x = 1 + s - t \\
z + 1 = 2(2 - y)
\end{cases}
$$
$$
\begin{cases}
x = 1 + s - t \\
2y + z = 3
\end{cases}
$$
What should I do about ##x = 1 + s - t## ?
I am trying to write the equation for the plane on the following form ## ax + by + cz + d = 0 ##
$$
\begin{cases}
x = 1 + s - t \\
y = 2 - s \\
z = -1 + 2s
\end{cases}
$$
The attempt
## s, t ## are the parameters for the two directional vectors which "support" the plane.
$$
\begin{cases}
x = 1 + s - t \\
2 - y = s \\
z + 1 = 2s
\end{cases}
$$
Composistion of the last two equations
$$
\begin{cases}
x = 1 + s - t \\
z + 1 = 2(2 - y)
\end{cases}
$$
$$
\begin{cases}
x = 1 + s - t \\
2y + z = 3
\end{cases}
$$
What should I do about ##x = 1 + s - t## ?
Last edited: