How to solve the following problem from Hall and Knight's Higher Algebra?
Suppose that \begin{align} a&=zb+yc,\tag{1}\\ b&=xc+za,\tag{2}\\ c&=ya+xb.\tag{3} \end{align} Prove that $$\frac{a^2}{1-x^2}=\frac{b^2}{1-y^2}=\frac{c^2}{1-z^2}.\tag{4}$$
(I suppose that $x,y,z$ are real numbers whose moduli are not equal to $1$.)
I discovered this problem from chapter 3 of Prelude to Mathematics by W. W. Sawyer. Sawyer thought that this problem arose from the sine law: let $a,b,c$ be respectively the lengths of the edges opposite to three vertices $A,B,C$ of a triangle. Define $x=\cos A$ and define $y,z$ analogously. Now equalities $(1)-(3)$ simply relate $a,b$ and $c$ to each other by the cosines of the angles and $(4)$ is just a rewrite of the sine law $$ \frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C}. $$ However, the algebraic version $(4)$ looks more general. For example, it does not state that $a,b,c$ must be positive or that they must satisfy the triangle inequality.
Sawyer wrote that this isn't a hard problem, but he didn't provide any solution. I can prove $(4)$ using linear algebra. Suppose that $(a,b,c)\ne(0,0,0)$ (otherwise $(4)$ is obvious). Rewrite $(1)-(3)$ in the form of $M\mathbf a=0$: $$\begin{bmatrix}-1&z&y\\ z&-1&x\\ y&x&-1\end{bmatrix}\begin{bmatrix}a\\ b\\ c\end{bmatrix}=0.$$ Since $x^2,y^2,z^2\ne1$, $M$ has rank $2$ and $D=\operatorname{adj}(M)$ has rank $1$. Hence all columns of $D$ are parallel to $(a,b,c)^T$ and $\frac{d_{11}}{d_{21}}=\frac{d_{12}}{d_{22}}=\frac{a}{b}$. Since $M$ is symmetric, $D$ is symmetric too. Therefore $\frac{1-x^2}{1-y^2}=\frac{d_{11}}{d_{22}}=\frac{d_{11}d_{12}}{d_{21}d_{22}}=\frac{a^2}{b^2}$, i.e. $\frac{a^2}{1-x^2}=\frac{b^2}{1-y^2}$.
As this problem comes from Hall and Knight's book, I think there should be a more elementary solution. Any ideas?
Let $a=0$.
Thus, $$xc=b$$ and $$xb=c,$$ which gives $$x^2bc=bc$$ or $$(x^2-1)bc=0$$ and since $x^2\neq1,$ we obtain $bc=0$ and from here $$a=b=c=0,$$ which gives that our statement is true.
Let $abc\neq0$.
Thus, $$\frac{zb}{a}+\frac{yc}{a}=1$$ and $$\frac{xc}{b}+\frac{za}{b}=1,$$ which gives $$z^2+\frac{xyc^2}{ab}+\frac{xzc}{a}+\frac{yzc}{b}=1$$ or $$\frac{1-z^2}{c^2}=\frac{xy}{ab}+\frac{yz}{bc}+\frac{zx}{ca},$$ which gives $$\frac{a^2}{1-x^2}=\frac{b^2}{1-y^2}=\frac{c^2}{1-z^2}=\frac{1}{\frac{xy}{ab}+\frac{yz}{bc}+\frac{zx}{ca}}.$$