a) Solve the system using an augmented matrix:
\(\begin{aligned}r-s+t&=4\\2r+s-t&=2\\2s+3t&=11\end{aligned}\)
b) The system arose by equating a line \(g\) and a parametric plane \(E\), where \(r\) is the line parameter and \(s,t\) are plane parameters. Construct one line and one plane for which \(S(5, 1, 2)\) is the intersection point and the parameter equations are exactly the system above.
Hints
- Row-reduce the augmented matrix first.
- Interpret the three variable columns as line and plane direction vectors after rearrangement.
- Use the known intersection point and the solved line parameter to find the line's initial point.
- Use the right-side vector to relate the two initial points.
Solution
1. The augmented matrix is \(\left[\begin{array}{ccc|c}1&-1&1&4\\2&1&-1&2\\0&2&3&11\end{array}\right]\).
2. Row reduction gives \(r=2\), \(s=1\), and \(t=3\).
3. In an equation of the form \(\mathbf{p}+r\mathbf{u}=\mathbf{a}+s\mathbf{v}+t\mathbf{w}\), rearrangement gives \(r\mathbf{u}-s\mathbf{v}-t\mathbf{w}=\mathbf{a}-\mathbf{p}\).
4. Reading the system by coordinate columns, choose \(\mathbf{u}=\langle 1,2,0\rangle\), \(\mathbf{v}=\langle 1,-1,-2\rangle\), \(\mathbf{w}=\langle -1,1,-3\rangle\), and \(\mathbf{a}-\mathbf{p}=\langle 4,2,11\rangle\).
5. Since \(S\) occurs when \(r=2\), choose \(\mathbf{p}=\overrightarrow{OS}-2\mathbf{u}=\langle 3,-3,2\rangle\).
6. Then \(\mathbf{a}=\mathbf{p}+\langle 4,2,11\rangle=\langle 7,-1,13\rangle\).
7. One valid construction is \(g:\mathbf{r}(r)=\langle 3,-3,2\rangle+r\langle 1,2,0\rangle\) and \(E:\mathbf{r}=\langle 7,-1,13\rangle+s\langle 1,-1,-2\rangle+t\langle -1,1,-3\rangle\).
8. Substituting \((r, s, t)=(2, 1, 3)\) gives \(S(5, 1, 2)\) in both equations.
Answer
a) \((r, s, t)=(2, 1, 3)\)
b) One possible pair is \(g:\mathbf{r}(r)=\langle 3,-3,2\rangle+r\langle 1,2,0\rangle\) and \(E:\mathbf{r}=\langle 7,-1,13\rangle+s\langle 1,-1,-2\rangle+t\langle -1,1,-3\rangle\).