Find the angle between each set of the following planes.
1) $5x - 3y + 2z = 11$ and $x + 3y + 2z = -5$
The $11$ and $-5$ I am confused on.
$n_1 = [5,-3,2]$ and $n_2 = [1,3,2]$
$\theta = cos^{-1}\frac{n_1 \cdot n_2}{|n_1||n_2|}$
$n_1 \cdot n_2 = 0$
so $\theta = cos^{-1}(0) = 90$
In general, the normal to the plane $ax+by+cz=d$ is $(a,b,c)$. Thus, since the dot product of the normals is zero, the planes are perpendicular.