Angle between Two Planes:

 The angle between normal to two planes is the angle between the two planes.

Cartesian form:

Let A1 x + By + C1z + D1 = 0 and A2x + B2y + C2 z + D2 = 0  be the equation of two planes aligned to each other at an angle θ where A1, B1, Cand A2, B2, C2 are the direction ratios of the normal to the planes, then the cosine of the angle between the two planes is given by:

Example: Determine the angle between the two planes whose vector equations are given as r.(2i + 2j - 3k) = 4 and r.(3i - 3j + 5k) = 3.

Solution: The equations of the planes are given in vector formNow to find the angle between the planes r.(2i + 2j - 3k) = 4 and r.(3i - 3j + 5k) = 3, we will use the formula cos θ = |(n1 . n2)|/(|n1|.|n2|). We have,

n1 = 2i + 2j - 3k, n2 = 3i - 3j + 5k

|n1| = √(22 + 22 + (-3)2) = √(4 + 4 + 9) = √17

|n2| = √(32 + (-3)2 + 52) = √(9 + 9 + 15) = √43

Scalar product of the normal vectors is given by, n1 . n2 = (2i + 2j - 3k) . (3i - 3j + 5k) = 2 × 3 + 2 × (-3) + (-3) × 5 = 6 - 6 - 15 = -15

Substituting these values into the formula, we have

cos θ = |(-15)|/(√17 . √43)

= 15/√731

θ = cos-1(15/√731)

Example: Find the angle between two planes with equations 2x + y - 2z = 5 and 3x - 6y - 2z = 7.

Solution: Since the equations of the two planes are given in the cartesian form, we will determine the angle between two planes in cartesian form using the formula cos θ = |(A1A2 + B1B2 + C1C2)|/[√(A12 + B12 + C12)√(A22 + B22 + C22)]. The equations of the planes are 2x + y - 2z = 5 and 3x - 6y - 2z = 7. Here, A1 = 2, B1 = 1, C1 = -2, A2 = 3, B2 = -6, C2 = -2. Substituting these values into the formula, we have

cos θ = (2×3 + 1×(-6) + (-2)×(-2))/[√(22 + 12 + (-2)2)√(32 + (-6)2 + (-2)2)]

= (6 + (-6) + 4)/[√(4 + 1 + 4)√(9 + 36 + 4)]

= 4/(√9 √49)

= 4/(3×7)

= 4/21

θ = cos-1(4/21) 

 

Important Notes on Angle Between Two Planes

  • The angle between two planes is equal to the angle between the normal vectors to the two planes and is called the dihedral angle.
  • For planes, r.n1 = d1 and r.n2 = d2, the angle between them is given by, cos θ = |(n1 . n2)/(|n1|.|n2|)
  • For planes, A1x + B1y + C1z + D1 = 0 and A2x + B2y + C2z + D2 = 0, the angle between two planes in cartesian form is given by, cos θ = |(A1A2 + B1B2 + C1C2)|/[√(A12 + B12 + C12)√(A22 + B22 + C22)]