Vectors proof: Find all planes passing through intersection of two planes

74 Views Asked by At

I would appreciate help on the vectors chapter of bostock and chandler core course. They give the following proof purportedly finding all planes passing through the intersection line of two nonparallel planes. The two planes are $\mathbf{r\bullet \hat n_1}=d_1$ and $\mathbf{r\bullet \hat n_2}=d_2$ where $\bf \hat n_1, \hat n_2$ are the unit vectors perpendicular to the planes. The proof given is as follows:

Proof. Multiply the second equation by an arbitrary number $k$ to get $\mathbf{r\bullet}k\mathbf{\hat n_2}=kd_2$ and subtract this equation from the first one to get $\mathbf{r\bullet (\hat n_1}-k\mathbf{\hat n_2)}=d_1-kd_2$. This is a general equation giving all planes passing through the intersection of the first two planes. $\square$

The problem I have with this proof is that the conclusion seems to be more than the authors prove. It seems that they only prove that if there are two planes, then the last equation gives infinitely many planes passing through their intersection. However, I don't see how the proof shows that this gives all planes passing through their intersection. I attempted to prove this latter result as follows:

I claim that $\mathbf{r\bullet (\hat n_1-}k\mathbf{\hat n_2)}=d_1-kd_2$ gives all such planes.

Proof: Let $\mathbf{r\bullet \hat n_3}=d_3$ be an arbitrary such plane. Since $d_1-kd_2$ can represent any number, it suffices to show that $\mathbf{\hat n_1-}k\mathbf{\hat n_2}$ can represent $\mathbf{\hat n_3}$.

Proof of this: Note that $\mathbf{\hat n_1,\hat n_2}$ are perpendicular to the line of intersection and hence they form (ie as base vectors) the plane perpendicular to it. This plane contains all perpendicular vectors of the planes passing through the line of intersection, hence it includes $\mathbf{\hat n_3}$. Thus $\mathbf{\hat n_3}=a\mathbf{\hat n_1}+b\mathbf{\hat n_2}$ for some a,b, giving $\frac{1}{a}\mathbf{\hat n_3}=\mathbf{\hat n_1}-(-\frac{b}{a})\mathbf{\hat n_2}$. It follows that $\mathbf{r\bullet \hat n_3}=d_3$ can be written as $\mathbf{r\bullet(\hat n_1}-(-\frac{b}{a})\mathbf{\hat n_2})=\frac{1}{a}d_3$ and we are done. $\square$

I am mainly looking for assurance that (1) my proof is correct, and (2) what I have done is not just an elaboration of something that can be "seen" trivially.

Thank you very much