Parameterization of a Plane

A plane inside a three-dimentional coordinate system

A plane can be expressed through parametrization or an equation. The equation of a plane through a point (x0,y0,z0) with a normal vector n = (a,b,c) looks like this:

Formula

The Equation of a Plane

a (x x0) + b (y y0) + c (z z0) = 0

This can also be written as

ax + by + cz + d = 0, d = ax0 by0 cz0

ax + by + cz + d = 0,d = ax0 by0 cz0

if you solve the equation above. You can see that if you have the equation of a plane, you can use the numbers in front of x, y and z to find the normal vector.

You can find the parametric equation of a plane by using two vectors and a point. Given that u = (a1,b1,c1) and v = (a2,b2,c2) spans the plane and (x0,y0,z0) is a point in the plane, the parametric equation can be written like this:

Theory

The Parametric Equation of a Plane

x = x0 + a1s + a2t y = y0 + b1s + b2t z = z0 + c1s + c2t

You can find both the equation and the parametric equation of a plane if you know three points in the plane. With three points A, B and C you can find AB and AC, which you can use to find a parametric equation for the plane. You can also use the cross product of these vectors to find a normal vector to the plane, which then can be used to find the equation of the plane.

Rule

The equation of the xy-plane is z = 0

The equation of the xz-plane is y = 0

The equation of the yz-plane is x = 0

Example 1

If a plane has the equation 2x + y 3z + 8 = 0, you can find a normal vector by looking at the numbers in front of the variables, giving you n = (2, 1,3).

Example 2

The points A = (2, 0, 1), B = (3, 1, 2) and C = (0, 0, 4) are in a plane α. Describe the plane with an equation and a parametric equation.

First, you find the vectors AB and AC:

AB = (3 2, 1 0, 2 1) = (1, 1, 1) , AC = (0 2, 0 0, 4 1) = (2, 0, 3)

To find the parametric equation, you insert the point A and the vectors AB and AC into the formula:

x = 2 + s 2t y = s z = 1 + s + 3t

x = 2 + s 2t y = s z = 1 + s + 3t

To find the equation of the plane, you need to find the cross product of AB and AC to get a normal vector n:

n = AB ×AC = (1, 1, 1) ×(2, 0, 3) = (1 3 1 0, 1 (2) 1 3, 1 0 1 (2) ) = (3,5, 2)

n = AB ×AC = (1, 1, 1) ×(2, 0, 3) = (1 3 1 0, 1 (2) 1 3, 1 0 1 (2)) = (3,5, 2)

Then you can just insert n and A into the general equation of a plane:

3 (x 2) 5 (y 0) + 2 (z 1) = 0 3x 6 5y + 2z 2 = 0 3x 5y + 2z = 8.

Example 3

A point P = (4,4, 4) is in a plane with a normal vector n = (6, 1, 1). What is the equation and the parametric equation of the plane?

You can find the equation of the plane first. You already have everything you need, so you can just insert the coordinates of the point and the values in the normal vector into the general equation of a plane:

a (x x0) + b (y y0) + c (z z0) = 0 6 (x 4) + 1 (y (4)) + 1 (z 4) = 0 6x 24 y + 4 + z 4 = 0 6x y + z 24 = 0

You can find another two points in the plane by using the equation of the plane. If you set two of the coordinates to 0, you will find the third coordinate very quickly. For example, you can set x = y = 0 to find z:

6 0 0 + z 24 = 0 z = 24.

This means that A = (0, 0, 24) is a point in the plane. You can do the same with x = z = 0 to find y:

6 0 y + 0 24 = 0 y = 24.

Then, B = (0,24, 0) is a point in the plane as well. You now have three points in the plane, which can be used to create two vectors! That will give you

PA = (0 4, 0 (4) , 24 4) = (4, 4, 20) , PB = (0 4,24 (4) , 0 4) = (4,20,4) .

PA = (0 4, 0 (4) , 24 4) = (4, 4, 20) , PB = (0 4,24 (4) , 0 4) = (4,20,4) .

To find the parametric equation, insert the point P and the vectors PA and PB into the formula, and you get

x = 4 4s 4t, y = 4 + 4s 20t, z = 4 + 20s 4t.

Want to know more?Sign UpIt's free!