BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon111 Learners

Last updated on September 26, 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=n1n2n1 n2
 

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: a1x + b1y + c1z + d1 = 0
Plane 2: a2x + b2y + c2z + d2 = 0
Now, we extract the normal vector from both planes.
Normal to plane 1: n1=a1, b1, c1
Normal to plane 2: n2=a2, b2,c2 
The angle between the planes is the angle between these two vectors.
Use the formula cos=n1n2n1 n2
Dot product: n1n2= a1a2+b1b2+c1c2
Magnitude:
n1=a12+b12+c12
n2=a22+b22+c22
 

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=n1n2n1 n2.
As we have already discovered in the previous section, the dot product is
 n1n2= a1a2+b1b2+c1c2 and the magnitude is, n1=a12+b12+c12, n2=a22+b22+c22.
Substituting these in the formula, cos =   a1a2+ b1b2+ c1c2a1 2+ b12+ c12  a22 + b22 + c22

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=n1n2n1 n2
Where,
n1=a1, b1, c1
 n2=a2, b2, c2

 

 

Angle Between Two Planes in Vector Form


When two planes are written using vector equations, their general form is rn=d
Where,
r is the position vector
n is the normal vector of the plane, and
d is a constant.
If,
Plane 1: rn1=d1
Plane 2: rn2=d2
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

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 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
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=n1n2n1 n2.
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
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