Okay, lets call these points A, B, and C. The vectors AB and AC (initial end at A and terminal end at B or C) both lay in the plane P. These vectors are
AB = (-1, -4, 0) and AC = (-1, 0, -2).
The normal to the plane has to be perpendicular to both of these vectors. This just screams cross product! A vector perpendicular to the plane is
v = AB x AC = (8, -2, -4).
You can take any nonzero scalar multiple of this.
No comments:
Post a Comment