Answer on Question #40013, Math, Linear Algebra
Find the equation of the plane passing through i-j, i+j and k.
Solution
Let's find the equations of the plane that pass through the points A = (1, -1, 0), B = (1, 1, 0) and C = (0, 0, 1).
AB=(1−1,1−(−1),0−0)=(0,2,0);AC=(0−1,0−(−1),1−0)=(−1,1,1).
These points belong to the plane if the system has the solution:
AX=λ⋅AB+μ⋅AC;⎩⎨⎧x−1=−μy−(−1)=2λ+μz−0=μ⎩⎨⎧x−1y+1z020−111=0→x+z−1=0.
Answer: x+z−1=0.