The points this plane must go through are as follows: $(1,1,0), (-2,0,2),$ and $(2,1,1)$. I don't understand how to approach this problem.
2026-03-30 15:30:51.1774884651
How do I find the parametric representation of the $t_1\vec{u}+t_2\vec{v}+\vec{w}$ for a plane passing through these three points?
33 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The system of parametric equations of the plane is a linear combination of the points that belong to it, i.e. \begin{align} p(t_1,t_2) = t_1 \Bigg( \begin{bmatrix} 1 \\ 1 \\ 0 \end{bmatrix} - \underbrace{ \begin{bmatrix} 2 \\ 1 \\ 1 \end{bmatrix} }_{\text{reference}} \Bigg) + t_2 \Bigg( \begin{bmatrix} -2 \\ 0 \\ 2 \end{bmatrix} - \underbrace{ \begin{bmatrix} 2 \\ 1 \\ 1 \end{bmatrix} }_{\text{reference}} \Bigg) + \underbrace{ \begin{bmatrix} 2 \\ 1 \\ 1 \end{bmatrix} }_{\text{reference}} \end{align}