BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon126 Learners

Last updated on October 29, 2025

Angle Between Two Planes

Professor Greenline Explaining Math Concepts

The angle between two planes is the measure of rotation from one plane to another, defined as the acute angle (90°) between their normal vectors. This article discusses the angle between two planes in detail.

Angle Between Two Planes for US Students
Professor Greenline from BrightChamps

What is Angle Between Two Planes?

In geometry, the angle between two planes is the dihedral angle, which equals the angle between their normals. You can visualize it by drawing perpendicular lines from the line of intersection in each plane; the angle between those lines is the angle between the two planes. Alternatively, working directly with the normal vectors n₁ and n₂, the acute angle θ between the planes satisfies;
\(\cos \theta = \frac{n_1}{n_2} \)
 

Professor Greenline from BrightChamps

How to Calculate the Angle Between Two Planes?

The angle between the two planes is the angle between their normal vectors.
Below are the equations representing the two planes;

Plane 1: \(a_1x + b_1y + c_1z + d_1 = 0 \)
Plane 2: \(a_2x + b_2y + c_2z + d_2 = 0 \)

Now, we extract the normal vector from both planes.

Normal to plane 1: \(\mathbf{n_1} = (a_1,\, b_1,\, c_1) \)
Normal to plane 2:\(\mathbf{n_2} = (a_2,\, b_2,\, c_2) \)

The angle between the planes is the angle between these two vectors.

Use the formula \(\cos \theta = \frac{\mathbf{n_1} \cdot \mathbf{n_2}}{|\mathbf{n_1}|\,|\mathbf{n_2}|} \)
Dot product: \(\mathbf{n_1} \cdot \mathbf{n_2} = a_1a_2 + b_1b_2 + c_1c_2 \)

Magnitude:
\(|\mathbf{n_1}| = \sqrt{a_1^2 + b_1^2 + c_1^2} \)
\(|\mathbf{n_2}| = \sqrt{a_2^2 + b_2^2 + c_2^2} \)
 

Professor Greenline from BrightChamps

What is the Calculation of Angle Between Two Planes in the Cartesian Plane?

To calculate the angle between two planes, we use the formula

\(\cos \theta = \frac{n_1 n_2}{|n_1|\,|n_2|} \).

As we have already discovered in the previous section, the dot product is

 \(n_1 n_2 = a_1a_2 + b_1b_2 + c_1c_2 \) and the magnitude is,

\(n_1 = \sqrt{a_1^2 + b_1^2 + c_1^2}, \quad n_2 = \sqrt{a_2^2 + b_2^2 + c_2^2} \).

Substituting these in the formula, \(\cos \theta = \frac{a_1a_2 + b_1b_2 + c_1c_2}{\sqrt{a_1^2 + b_1^2 + c_1^2} \, \sqrt{a_2^2 + b_2^2 + c_2^2}} \)
 

This is the calculation required to find the angle between two planes in the Cartesian plane.

Professor Greenline from BrightChamps

What is the Formula of Angle Between Two Planes?

The angle between two planes is the dot product of the normal vectors of those planes, and can be found using the formula

\(\cos \theta = \frac{n_1 n_2}{|n_1|\,|n_2|} \)

Where,
\(n_1 = (a_1,\, b_1,\, c_1) \)
\(n_2 = (a_2,\, b_2,\, c_2) \)

 

 

Angle Between Two Planes in Vector Form
When two planes are written using vector equations, their general form is \(r_n = d \)
Where,

r is the position vector
n is the normal vector of the plane, and
d is a constant.
If,

Plane 1: \(r_{n1} = d_1 \)
Plane 2:\(r_{n2} = d_2 \)

Then the angle between two planes () = the angle between n1and n2.

Professor Greenline from BrightChamps

How to Determine the Angle Between Two Planes?

To determine the angle between two planes, follow the given steps:

  1. Find the normals of both planes.
     
  2. Compute the dot product of the two normals.
     
  3. Find the magnitudes (lengths) of the normals.
     
  4. Substitute the magnitude values into the cos θ formula.
     
  5. Take inverse cosine (cos⁻¹) to find the angle.
     
  6. Always take the absolute value to get an acute angle.
     
Professor Greenline from BrightChamps

Tips and Tricks to Master Angle Between Two Planes

The angle between two planes helps determine how they intersect in 3D space. By using the dot product of their normal vectors, you can easily calculate this angle.

 

  • Remember the formula: \(\cos \theta = \frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{(a_1^2 + b_1^2 + c_1^2)(a_2^2 + b_2^2 + c_2^2)}} \)

     
  • Always identify the normal vectors of both planes before starting the calculation.

     
  • Simplify all coefficients before substituting them into the formula to reduce mistakes.

     
  • Keep in mind that this formula is derived from the dot product of the normal vectors.

     
  • If the dot product is zero, planes are perpendicular; if one normal is a multiple of the other, they are parallel.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Angle Between Two Planes

Students can miss out on common details while solving for the angle between two planes, which can lead to calculation errors. Here is a list of frequently occurring mistakes and how to fix them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Not taking absolute values in the dot product.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

 When using the dot product formula cos=A  BAB, some students mistake absolute values for positive values. Cosine values can be negative, indicating an obtuse angle between the vectors. Students should always use the absolute value of the dot product along with its sign.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusion with the formula
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Sometimes students apply the formula for the angle between lines instead of planes. This can be avoided by keeping in mind that the formula for the angle between two planes is based on the normal vectors of the planes. For example, for two given planes;
Plane 1: \(x + y + z = 4\)
Plane 2: \(2x - y + z = 5\)
A student might incorrectly choose direction vectors lying on the planes and compute the angle between those, instead of using the normal vectors ⟨1,1,1⟩ and ⟨2,−1,1⟩⟩, leading to the wrong angle.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Incorrect calculations in dot product or magnitude.
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

While calculating, errors like squaring wrong numbers or forgetting squares or addition errors can occur. For instance, Given vectors A = ⟨2,3,−1⟩ and B = ⟨−1,4,2⟩. A student may incorrectly calculate it as\( 2 × -1 + 3 × 4 +  (-1) × 2 = -2 + 12 +2 = 12\). Instead of \(-2 +12 -2 = 8 \)

Be mindful of such mistakes and recheck every step after completion.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Using unreduced normal vectors
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Sometimes plane equations can be simplified to find the correct coefficients for the normal vector.     Not simplifying them leads to unnecessarily large numbers.

For example, for a plane equation \(6x - 12y + 18z = 30\), we can see that the whole equation can be reduced by dividing it by 6. However, a student might overlook this detail and directly use the normal vector \(n= ⟨6, -12, 18⟩ \)
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing degrees and radians
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Degrees and radians are two different units used to measure angles. Using the wrong unit gives the wrong values. If a student uses a calculator to find the angle between two planes, they should ensure that it is set to the right unit for the right answer.
 

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real-Life Applications of Angle Between Two Planes

The geometric concept of angle between two planes helps understand how different objects fit, move, and interact in a three-dimensional space. Given below are some real-world uses of this concept.
 

  • Aircraft navigation and flight control: The angle between the wing and the tail of a plane is calculated for optimal aerodynamic performance. This means that the angle influences how a plane remains stable and in control when air flows over the aircraft. If the angles are incorrect, then the aircraft will be unstable.

     
  • Structural engineering in architecture: The angle between two planes plays an important role when designing slopes like roofs and ramps or intersecting walls. Engineers calculate the angle to determine load distribution, material strength, and support design.

     
  • Joint articulation in robotics: In robotic arms and legs, the angle between mechanical joints is studied to understand motion control and to avoid collisions. 

     
  • Geological analysis: Geologists calculate the angle between layers of rock or sediment to understand the shift in Earth’s crust over time. These angles help identify fault lines, tectonic movements, and predict earthquakes. They also ensure safety in mining and construction.

     
  • Hull design while building a ship: Architects calculate the angle between different planes of a ship’s hull to minimize drag and improve buoyancy. This results in efficient and fast movement of the ship through water.
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples on Angle Between Two Planes

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the angle between the planes x+y+z=1 and 2x+3x+6z=5.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\cos \theta = \frac{(1)(2) + (1)(3) + (1)(6)}{\sqrt{(1^2 + 1^2 + 1^2)(2^2 + 3^2 + 6^2)}} = \frac{11}{\sqrt{3 \times 49}} = \frac{11}{7\sqrt{3}} \\ \ \)

\(\theta = \cos^{-1}\left(\frac{11}{7\sqrt{3}}\right) \)

Explanation

Normals are (1, 1, 1) and (2, 3, 6). Substitute in the formula to get the cosine of the angle between them.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the angle between 3x-y+2z=7 and x+2y+2z=9.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\cos \theta = \frac{(3)(1) + (-1)(2) + (2)(2)}{\sqrt{(3^2 + (-1)^2 + 2^2)(1^2 + 2^2 + 2^2)}} = \frac{5}{\sqrt{14 \times 9}} = \frac{5}{\sqrt{126}} \)

\(\theta = \cos^{-1}\left(\frac{5}{\sqrt{126}}\right) \)

Explanation

Use the dot product of the normal vectors (3, -1, 2) and (1, 2, 2) to find the cosine of the angle.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the angle between x-y+z=0 and y-z=0.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\cos \theta = \frac{(1)(0) + (-1)(1) + (1)(-1)}{\sqrt{(1^2 + (-1)^2 + 1^2)(0^2 + 1^2 + (-1)^2)}} = \frac{-2}{\sqrt{3 \times 2}} = \frac{-2}{\sqrt{6}} \)

\(\theta = \cos^{-1}\left(\frac{-2}{\sqrt{6}}\right) \)

Explanation

The normal vectors are (1, -1, 1) and (0, 1, -1). Substituting gives the angle between them.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find the angle between 2x+y-2z=3 and x-3y+6z=4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\cos \theta = \frac{(2)(1) + (1)(-3) + (-2)(6)}{\sqrt{(2^2 + 1^2 + (-2)^2)(1^2 + (-3)^2 + 6^2)}} = \frac{-16}{\sqrt{9 \times 46}} = \frac{-16}{\sqrt{414}} \)

\(\theta = \cos^{-1}\left(\frac{-16}{\sqrt{414}}\right) \)

Explanation

Find the dot product and magnitudes of (2, 1, -2) and (1, -3, 6) to determine the angle.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Find the angle between x+2y+3z=0 and 2x-y+2z=5.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\cos \theta = \frac{(1)(2) + (2)(-1) + (3)(2)}{\sqrt{(1^2 + 2^2 + 3^2)(2^2 + (-1)^2 + 2^2)}} = \frac{6}{\sqrt{14 \times 9}} = \frac{6}{\sqrt{126}} \)

\(\theta = \cos^{-1}\left(\frac{6}{\sqrt{126}}\right) \)

Explanation

The normal vectors are (1, 2, 3) and (2, -1, 2). The formula gives the cosine of the angle between these planes.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Angle Between Two Planes

1. What is the angle between two planes called?

 The angle between two planes is called the dihedral angle.
 

Math FAQ Answers Dropdown Arrow

2.What is the dihedral angle between two planes?

The dihedral angle between two planes is the angle between their normal vectors.
 

Math FAQ Answers Dropdown Arrow

3.What is the formula for the angle between two planes?

The formula is \(\cos \theta = \frac{n_1 \cdot n_2}{|n_1| \, |n_2|} \).
Here n1and n2 are the normal vectors of the two planes. The result gives the angle between the planes.

Math FAQ Answers Dropdown Arrow

4.How do you find the normal vector of a plane?

 If a plane is in the form \(ax + by + cz + d = 0\), then the normal vector \(n=⟨a, b, c⟩\)

Math FAQ Answers Dropdown Arrow

5.Can two planes be parallel and still have an angle between them?

No, if two planes are parallel, their normal vectors point in the same or opposite directions, so the angle between them is zero.
 

Math FAQ Answers Dropdown Arrow

6.What should parents do if their child struggles with this topic?

Encourage them to visualize the problem using 3D diagrams or models. Watching video explanations and practicing with examples can also make it easier to grasp.

Math FAQ Answers Dropdown Arrow

7.How can I help my child understand this concept better?

Encourage them to draw or use 3D visual tools to see how planes intersect. Using physical sheets of paper to represent planes can make learning hands-on and fun.

Math FAQ Answers Dropdown Arrow

8.What should parents do if their child struggles with this topic?

Encourage them to visualize the problem using 3D diagrams or models. Watching video explanations and practicing with examples can also make it easier to grasp.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom