Why is the vector $v = i+j+4k$ perpendicular to the plane given by $x+y+4z=0$ ?
I understand that given an equation defining a plane, you can just read off the coefficients for each variable to get a normal vector. It's been about 60 years since I learned this and would appreciate a refresher... thank you and God Bless!
If you have two vectors $a_1i+a_2j+a_3k$ and $b_1i+b_2j+b_3k$ in $\Bbb R^3$, then the angle $\theta$ between them is such that$$\cos\theta=\frac{a_1b_1+a_2b_2+a_3b_3}{\sqrt{a_1^{\,2}+a_2^{\,2}+a_3^{\,2}}\sqrt{b_1^{\,2}+b_2^{\,2}+b_3^{\,2}}}.$$
Now, take any element $xi+yj+zk$ from that plane. Then the angle $\theta$ between $xi+yj+zk$ and $i+j+4k$ is such that$$\cos\theta=\frac{x+y+4z}{\sqrt{x^2+y^2+z^2}\sqrt{6}}=0.$$So, $\theta=90^\circ$.