top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S6-SA1-0291

What is the Angle Between Two Planes?

Grade Level:

Class 10

AI/ML, Physics, Biotechnology, Space Technology, Chemistry, Engineering, Medicine

Definition
What is it?

The angle between two planes is the acute angle formed by their normal vectors. Think of it as how much one flat surface 'tilts' away from another flat surface. We always take the smaller, positive angle (between 0 and 90 degrees).

Simple Example
Quick Example

Imagine two walls in your room meeting at a corner. The angle between these two walls is 90 degrees. Now, imagine a slanted roof meeting a flat wall. The angle between the roof plane and the wall plane would be less than 90 degrees, showing how much the roof is tilted.

Worked Example
Step-by-Step

Let's find the angle between Plane 1: 2x + y - 2z = 5 and Plane 2: x - 2y + z = 3.

1. Identify the normal vectors for each plane. For Plane 1 (Ax + By + Cz = D), the normal vector n1 is (A, B, C). So, n1 = (2, 1, -2).
---2. For Plane 2, the normal vector n2 is (1, -2, 1).
---3. Use the formula for the cosine of the angle (theta) between two vectors: cos(theta) = |n1 . n2| / (|n1| * |n2|).
---4. Calculate the dot product (n1 . n2): (2*1) + (1*-2) + (-2*1) = 2 - 2 - 2 = -2.
---5. Calculate the magnitude of n1: |n1| = sqrt(2^2 + 1^2 + (-2)^2) = sqrt(4 + 1 + 4) = sqrt(9) = 3.
---6. Calculate the magnitude of n2: |n2| = sqrt(1^2 + (-2)^2 + 1^2) = sqrt(1 + 4 + 1) = sqrt(6).
---7. Substitute these values into the formula: cos(theta) = |-2| / (3 * sqrt(6)) = 2 / (3 * sqrt(6)).
---8. Calculate theta: theta = arccos(2 / (3 * sqrt(6))) which is approximately arccos(2 / 7.348) = arccos(0.2722) = 74.2 degrees. So, the angle between the planes is about 74.2 degrees.

Why It Matters

Understanding angles between planes is crucial in fields like Engineering for designing stable structures and in Physics for studying light reflection. Architects use this to plan building layouts, and game developers use it to create realistic 3D environments for games like 'Cricket 24' or 'BGMI'.

Common Mistakes

MISTAKE: Using the sign of the dot product directly to find the angle, which might give an obtuse angle. | CORRECTION: Always take the absolute value of the dot product in the numerator to ensure you get the acute angle (between 0 and 90 degrees).

MISTAKE: Forgetting to find the normal vectors correctly from the plane equations. | CORRECTION: Remember that for a plane Ax + By + Cz = D, the normal vector is simply (A, B, C). Double-check the signs!

MISTAKE: Confusing the angle between planes with the angle between lines. | CORRECTION: The angle between planes uses their normal vectors, while the angle between lines uses their direction vectors. They are different concepts.

Practice Questions
Try It Yourself

QUESTION: What is the normal vector of the plane 3x - 4y + 5z = 10? | ANSWER: (3, -4, 5)

QUESTION: If two planes are parallel, what is the angle between them? | ANSWER: 0 degrees

QUESTION: Find the angle between the plane x + y + z = 1 and the plane 2x - y + z = 5. | ANSWER: Approximately 61.87 degrees (using arccos(2 / sqrt(3) * sqrt(6)))

MCQ
Quick Quiz

Which of the following describes the angle between two planes?

The angle between their direction vectors

The obtuse angle between their normal vectors

The acute angle between their normal vectors

The angle formed by any two lines on the planes

The Correct Answer Is:

C

The angle between two planes is defined as the acute angle formed by their normal vectors. Option A refers to lines, not planes. Option B gives the obtuse angle, but we always consider the acute one. Option D is too general and incorrect.

Real World Connection
In the Real World

When ISRO scientists design satellites or launch vehicles, they carefully calculate angles between different structural components, which are essentially planes. This ensures the parts fit perfectly and the satellite can withstand the stresses of space travel, just like a well-built 'jugaad' vehicle needs precise angles to function.

Key Vocabulary
Key Terms

PLANE: A flat, two-dimensional surface that extends infinitely in all directions. | NORMAL VECTOR: A vector perpendicular (at 90 degrees) to a plane. | ACUTE ANGLE: An angle between 0 and 90 degrees. | DOT PRODUCT: A mathematical operation on two vectors that results in a scalar quantity.

What's Next
What to Learn Next

Great job understanding angles between planes! Next, you can explore 'Angles Between a Line and a Plane'. This will help you see how lines interact with flat surfaces, building on what you've learned here.

bottom of page