pointsP(1,0,−1),Q(0,1,1) and R(−1,1,0)
The equation of a plane passing through three points
here are finding the cross product of vector QP&vectorRP which gives us the direction of the normal to the plane
∣∣x−x1x2−x1x3−x1y−y1y2−y1y3−y1z−z1z2−z1z3−z1∣∣
∣∣x−10−1−1−1y−01−01−0z+11−(−1)0−(−1)∣∣
x−1−z−1−4y+2z+2+y−2x+2=0−x−3y+z+2=0
Equation of plane is :x+3y−z=2
Comments