Calculus III - Equations of Planes (2024)

Show Mobile Notice Show All NotesHide All Notes

Mobile Notice

You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 12.3 : Equations of Planes

In the first section of this chapter we saw a couple of equations of planes. However, none of those equations had three variables in them and were really extensions of graphs that we could look at in two dimensions. We would like a more general equation for planes.

So, let’s start by assuming that we know a point that is on the plane, \({P_0} = \left( {{x_0},{y_0},{z_0}} \right)\). Let’s also suppose that we have a vector that is orthogonal (perpendicular) to the plane, \(\vec n = \left\langle {a,b,c} \right\rangle \). This vector is called the normal vector. Now, assume that \(P = \left( {x,y,z} \right)\) is any point in the plane. Finally, since we are going to be working with vectors initially we’ll let \(\overrightarrow {{r_0}} \) and \(\vec r\) be the position vectors for P0 and \(P\) respectively.

Here is a sketch of all these vectors.

Calculus III - Equations of Planes (1)

Notice that we added in the vector \(\vec r - \overrightarrow {{r_0}} \) which will lie completely in the plane. Also notice that we put the normal vector on the plane, but there is actually no reason to expect this to be the case. We put it here to illustrate the point. It is completely possible that the normal vector does not touch the plane in any way.

Now, because \(\vec n\) is orthogonal to the plane, it’s also orthogonal to any vector that lies in the plane. In particular it’s orthogonal to \(\vec r - \overrightarrow {{r_0}} \). Recall from the Dot Product section that two orthogonal vectors will have a dot product of zero. In other words,

\[\vec n\centerdot \left( {\vec r - \overrightarrow {{r_0}} } \right) = 0\hspace{0.25in}\hspace{0.25in} \Rightarrow \hspace{0.25in}\hspace{0.25in}\vec n\centerdot \vec r = \vec n\centerdot \overrightarrow {{r_0}} \]

This is called the vector equation of the plane.

A slightly more useful form of the equations is as follows. Start with the first form of the vector equation and write down a vector for the difference.

\[\begin{align*}\left\langle {a,b,c} \right\rangle \centerdot \left( {\left\langle {x,y,z} \right\rangle - \left\langle {{x_0},{y_0},{z_0}} \right\rangle } \right)& = 0\\ \left\langle {a,b,c} \right\rangle \centerdot \left\langle {x - {x_0},y - {y_0},z - {z_0}} \right\rangle & = 0\end{align*}\]

Now, actually compute the dot product to get,

\[a\left( {x - {x_0}} \right) + b\left( {y - {y_0}} \right) + c\left( {z - {z_0}} \right) = 0\]

This is called the scalar equation of plane. Often this will be written as,

\[ax + by + cz = d\]

where \(d = a{x_0} + b{y_0} + c{z_0}\).

This second form is often how we are given equations of planes. Notice that if we are given the equation of a plane in this form we can quickly get a normal vector for the plane. A normal vector is,

\[\vec n = \left\langle {a,b,c} \right\rangle \]

Let’s work a couple of examples.

Example 1 Determine the equation of the plane that contains the points \(P = \left( {1, - 2,0} \right)\), \(Q = \left( {3,1,4} \right)\) and \(R = \left( {0, - 1,2} \right)\).

Show Solution

In order to write down the equation of plane we need a point (we’ve got three so we’re cool there) and a normal vector. We need to find a normal vector. Recall however, that we saw how to do this in the Cross Product section.

We can form the following two vectors from the given points.

\[\overrightarrow {PQ} = \left\langle {2,3,4} \right\rangle \hspace{0.25in}\hspace{0.25in}\overrightarrow {PR} = \left\langle { - 1,1,2} \right\rangle \]

These two vectors will lie completely in the plane since we formed them from points that were in the plane. Notice as well that there are many possible vectors to use here, we just chose two of the possibilities.

Now, we know that the cross product of two vectors will be orthogonal to both of these vectors. Since both of these are in the plane any vector that is orthogonal to both of these will also be orthogonal to the plane. Therefore, we can use the cross product as the normal vector.

\[\vec n = \overrightarrow {PQ} \times \overrightarrow {PR} = \left| {\begin{array}{*{20}{c}}{\vec i}&{\vec j}&{\vec k}\\2&3&4\\{ - 1}&1&2\end{array}} \right|\,\,\,\,\begin{array}{*{20}{c}}{\vec i}&{\vec j}\\2&3\\{ - 1}&1\end{array} = 2\vec i - 8\vec j + 5\vec k\]

The equation of the plane is then,

\[\begin{align*}2\left( {x - 1} \right) - 8\left( {y + 2} \right) + 5\left( {z - 0} \right) & = 0\\ 2x - 8y + 5z & = 18\end{align*}\]

We used \(P\) for the point but could have used any of the three points.

Example 2 Determine if the plane given by \( - x + 2z = 10\) and the line given by \(\vec r = \left\langle {5,2 - t,10 + 4t} \right\rangle \) are orthogonal, parallel or neither.

Show Solution

This is not as difficult a problem as it may at first appear to be. We can pick off a vector that is normal to the plane. This is \(\vec n = \left\langle { - 1,0,2} \right\rangle \). We can also get a vector that is parallel to the line. This is \(v = \left\langle {0, - 1,4} \right\rangle \).

Now, if these two vectors are parallel then the line and the plane will be orthogonal. If you think about it this makes some sense. If \(\vec n\) and \(\vec v\) are parallel, then \(\vec v\) is orthogonal to the plane, but \(\vec v\) is also parallel to the line. So, if the two vectors are parallel the line and plane will be orthogonal.

Let’s check this.

\[\vec n \times \vec v = \left| {\begin{array}{*{20}{c}}{\vec i}&{\vec j}&{\vec k}\\{ - 1}&0&2\\0&{ - 1}&4\end{array}} \right|\,\,\,\,\begin{array}{*{20}{c}}{\vec i}&{\vec j}\\{ - 1}&0\\0&{ - 1}\end{array} = 2\vec i + 4\vec j + \vec k \ne \vec 0\]

So, the vectors aren’t parallel and so the plane and the line are not orthogonal.

Now, let’s check to see if the plane and line are parallel. If the line is parallel to the plane then any vector parallel to the line will be orthogonal to the normal vector of the plane. In other words, if \(\vec n\) and \(\vec v\) are orthogonal then the line and the plane will be parallel.

Let’s check this.

\[\vec n\centerdot \vec v = 0 + 0 + 8 = 8 \ne 0\]

The two vectors aren’t orthogonal and so the line and plane aren’t parallel.

So, the line and the plane are neither orthogonal nor parallel.

Calculus III - Equations of Planes (2024)

FAQs

How to find the equation of a plane that passes through 3 points? β€Ί

Given three points, subtracting two different pairs will produce two coplanar vectors. The cross product of these will determine a normal vector (a, b, c). The equation of the plane can be expressed in standard form ax+by+cz=d, and the constant, d, can be found by substituting any point into the equation.

What is the plane equation? β€Ί

Recall that the general form of the equation of a plane in ℝ  is π‘Ž π‘₯ + 𝑏 𝑦 + 𝑐 𝑧 + 𝑑 = 0 , where π‘Ž , 𝑏 , and 𝑐 are the components of the normal vector ⃑ 𝑛 = ( π‘Ž , 𝑏 , 𝑐 ) , which is perpendicular to the plane or any vector parallel to the plane. The vector equation of the plane can be written as ⃑ 𝑛 β‹… ⃑ π‘Ÿ = βˆ’ 𝑑 .

How do you write the equation of a plane in vector form? β€Ί

The vector form of the equation of a plane in normal form is given by:
  1. r β†’ . n ^ = d. Where. r β†’ ...
  2. O P β†’ = r β†’ = x i ^ + y j ^ + z k ^ Now the direction cosines of. n ^ as l, m and n are given by:
  3. n ^ = l i ^ + m j ^ + n k ^ From the equation. r β†’ . n ^

What is the equation of the planes in R3? β€Ί

Equation of a plane in R3. ax + by + cz + d = 0. 0 + y2 0 + z2 0 ; Intersection of two planes in R3.

How do you find the equation of the plane passes through the point? β€Ί

If a plane passes through the point (x1, y1, z1), the equation of a plane is represented as A(x - x1)+B(y - y1)+C(z - z1) = 0.

How do you find an equation that passes through points? β€Ί

Given two points on a line, we can write an equation for that line by finding the slope between those points, then solving for the y-intercept in the slope-intercept equation y=mx+b.

What does D mean in plane equation? β€Ί

Distance from Origin

If the normal vector is normalized (unit length), then the constant term of the plane equation, d becomes the distance from the origin. Plane with unit normal. If the unit normal vector (a1, b1, c1), then, the point P1 on the plane becomes (Da1, Db1, Dc1), where D is the distance from the origin.

What is a plane in calculus? β€Ί

A plane is a two-dimensional doubly ruled surface spanned by two linearly independent vectors. The generalization of the plane to higher dimensions is called a hyperplane. The angle between two intersecting planes is known as the dihedral angle.

What are the different types of equations of a plane? β€Ί

Equation of Plane in Different Forms
  • General equation of a plane is ax + by + cz + d = 0.
  • Equation of the plane in Normal form is lx + my + nz = p where p is the length of the normal from the origin to the plane and (l, m, n) be the direction cosines of the normal.

What is the vector equation of two planes? β€Ί

Consider two planes β†’rβ‹…β†’n1=d1 β†’rβ‹…β†’n2=d2. We know that their line of intersection's direction vector is pointing in the direction of the cross product of their normals, so we get its equation to be of the form β†’r=β†’a+Ξ»(β†’n1Γ—β†’n2), where β†’a is a point on the intersection line.

How do you write a plane equation? β€Ί

The cartesian form of equations of a plane are as follows.
  1. lx+my+nk=d l x + m y + n k = d.
  2. A(xβˆ’x1)+B(yβˆ’y1)+C(zβˆ’z1)=0 A ( x βˆ’ x 1 ) + B ( y βˆ’ y 1 ) + C ( z βˆ’ z 1 ) = 0.
  3. (A1x+B1y+C1zβˆ’d1)+Ξ»(A2x+B2y+C2zβˆ’d2)=0 ( A 1 x + B 1 y + C 1 z βˆ’ d 1 ) + Ξ» ( A 2 x + B 2 y + C 2 z βˆ’ d 2 ) = 0.

How do you find the equation of a plane parallel to another plane? β€Ί

Concept: Any plane parallel to the plane ax + by + cz + d = 0 is of the form: ax + by + cz + k = 0. As we know that any plane parallel to the plane ax + by + cz + d = 0 is of the form: ax + by + cz + k = 0.

What is the XYZ equation of a plane? β€Ί

If we know the normal vector of a plane and a point passing through the plane, the equation of the plane is established. a ( x βˆ’ x 1 ) + b ( y βˆ’ y 1 ) + c ( z βˆ’ z 1 ) = 0.

What is the equation of the plane types? β€Ί

Equation of Plane in Different Forms

Equation of the plane in Normal form is lx + my + nz = p where p is the length of the normal from the origin to the plane and (l, m, n) be the direction cosines of the normal. Equation of YZ plane is x = 0, equation of plane parallel to YZ plane is x = d.

What is the equation of plane in space? β€Ί

A plane in space is the set of all terminal points of vectors emanating from a given point perpendicular to a fixed vector. a ( x βˆ’ x 0 ) + b ( y βˆ’ y 0 ) + c ( z βˆ’ z 0 ) = 0.

What is the equation of the plane plot? β€Ί

n β‹… x = n β‹… x0 = d β‡’ n β‹… (x – x0 ) = 0, which is the normal-form equation of a plane.

Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 5869

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.