Planes in 3D Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
Find the angle between the planes x+2yโˆ’z=5x + 2y - z = 5 and 2xโˆ’y+3z=12x - y + 3z = 1.

Solution

  1. 1
    Normal vectors: n1โƒ—=โŸจ1,2,โˆ’1โŸฉ\vec{n_1} = \langle 1, 2, -1 \rangle and n2โƒ—=โŸจ2,โˆ’1,3โŸฉ\vec{n_2} = \langle 2, -1, 3 \rangle. cosโกฮธ=โˆฃn1โƒ—โ‹…n2โƒ—โˆฃโˆฃn1โƒ—โˆฃโˆฃn2โƒ—โˆฃ\cos\theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{|\vec{n_1}||\vec{n_2}|}.
  2. 2
    n1โƒ—โ‹…n2โƒ—=2โˆ’2โˆ’3=โˆ’3\vec{n_1} \cdot \vec{n_2} = 2 - 2 - 3 = -3. โˆฃn1โƒ—โˆฃ=6|\vec{n_1}| = \sqrt{6}, โˆฃn2โƒ—โˆฃ=14|\vec{n_2}| = \sqrt{14}. cosโกฮธ=384=3221\cos\theta = \frac{3}{\sqrt{84}} = \frac{3}{2\sqrt{21}}. ฮธ=cosโกโˆ’1(3221)โ‰ˆ70.9ยฐ\theta = \cos^{-1}\left(\frac{3}{2\sqrt{21}}\right) \approx 70.9ยฐ.

Answer

ฮธ=cosโกโˆ’1(3221)โ‰ˆ70.9ยฐ\theta = \cos^{-1}\left(\frac{3}{2\sqrt{21}}\right) \approx 70.9ยฐ
The angle between two planes equals the angle between their normal vectors (or its supplement โ€” we take the acute angle by using the absolute value of the dot product). Parallel planes have angle 0ยฐ0ยฐ and perpendicular planes have angle 90ยฐ90ยฐ (dot product of normals equals 00).

About Planes in 3D

A flat, infinite surface in 3D space described by ax+by+cz=dax + by + cz = d, where โŸจa,b,cโŸฉ\langle a, b, c \rangle is the normal vector.

Learn more about Planes in 3D โ†’

More Planes in 3D Examples