How To Find A Plane With 3 Points
The equation of a plane in three-dimensional space can be written in algebraic notation as ax + by + cz = d, where at least one of the real-number constants "a," "b," and "c" must not be zero, and "x", "y" and "z" represent the axes of the three-dimensional plane. If three points are given, you can determine the plane using vector cross products. A vector is a line in space. A cross product is the multiplication of two vectors.
Step 1
Get the three points on the plane. Label them "A," "B" and "C." For example, assume these points are A = (3, 1, 1); B = (1, 4, 2); and C = (1, 3, 4).
Step 2
Find two different vectors on the plane. In the example, choose vectors AB and AC. Vector AB goes from point-A to point-B, and vector AC goes from point-A to point-C. So subtract each coordinate in point-A from each coordinate in point-B to get vector AB: (-2, 3, 1). Similarly, vector AC is point-C minus point-A, or (-2, 2, 3).
Step 3
Compute the cross product of the two vectors to get a new vector, which is normal (or perpendicular or orthogonal) to each of the two vectors and also to the plane. The cross product of two vectors, (a1, a2, a3) and (b1, b2, b3), is given by N = i(a2b3 – a3b2) + j(a3b1 – a1b3) + k(a1b2 – a2b1). In the example, the cross product, N, of AB and AC is i[(3 x 3) - (1 x 2)] + j[(1 x -2) - (-2 x 3)] + k[(-2 x 2) - (3x - 2)], which simplifies to N = 7i + 4j + 2k. Note that "i," "j" and "k" are used to represent vector coordinates.
Step 4
Derive the equation of the plane. The equation of the plane is Ni(x – a1) + Nj(y – a2) + Nk(z – a3) = 0, where (a1, a2, a3) is any point in the plane and (Ni, Nj, Nk) is the normal vector, N. In the example, using point C, which is (1, 3, 4), the equation of the plane is 7(x – 1) + 4(y – 3) + 2(z – 4) = 0, which simplifies to 7x – 7 + 4y – 12 + 2z – 8 = 0, or 7x + 4y + 2z = 27.
Step 5
Verify your answer. Substitute the original points to see if they satisfy the equation of the plane. To conclude the example, if you substitute any of the three points, you will see that the equation of the plane is indeed satisfied.
TL;DR (Too Long; Didn't Read)
See Resources for tips on how to use systems of three simultaneous equations to find the equation of a plane.
Cite This Article
MLA
Basu, Chirantan. "How To Find A Plane With 3 Points" sciencing.com, https://www.sciencing.com/plane-3-points-8123924/. 24 April 2017.
APA
Basu, Chirantan. (2017, April 24). How To Find A Plane With 3 Points. sciencing.com. Retrieved from https://www.sciencing.com/plane-3-points-8123924/
Chicago
Basu, Chirantan. How To Find A Plane With 3 Points last modified August 30, 2022. https://www.sciencing.com/plane-3-points-8123924/