We have three vectors, v1 = (1,1,1), v2 = (2,-1,1), v3=(5,-7,1).
Together, these vectors form a plane in R3. For my (not-for-marks) homework question, I'm tasked with converting this to a scalar equation. However, my answer differs from that of the teachers. I'm not sure why.
Here is my answer: 2x+3y+6z = 0 (wrong)
Here is the teacher's: 2x+y-3z=0 (correct? I assume the teacher is right?)
To get my answer, I did this:
- Added the 3 spanning vectors to a 3x3 matrix
- Converted the matrix to RREF form
- Noticed 1 of the vectors is dependent
- Created the vector equation for the span: x=t[3,-4,1]
- Converted the vector equation to the parametric equation: x=3t, y=-4t, z=t
- Wrote each of the x,y,z in terms of t and substituted them together to get 2x+3y+6z = 0, which is wrong based on my teacher's answer.
Can anybody explain where I went wrong? Thanks so much!
Once you find that $v_3$ is a linear combination of $v_1$ and $v_2$, you know that $v_1$ and $v_2$ are the two independent vectors inside your plane. Then you can just take the cross product of $v_1$ and $v_2$, and its coordinates are the coefficients of the teacher's equation:
$$v_1 \times v_2=(2,1,-3)$$ $$\implies 2x+y-3z=0$$