Let $a^2+b^2=1,c^2+d^2=1$ and $ac+bd=0.$ Prove that $a^2+c^2=1, b^2+d^2=1$ and $ab+cd=0.$
My solution goes like this:
We have, $$(a^2+b^2)(c^2+d^2)=1=(ac+bd)^2+1\implies a^2c^2+a^2d^2+b^2c^2+b^2d^2=a^2c^2+b^2d^2+2abcd+1\implies (ad-bc)^2=1\implies ad-bc=\pm 1.$$ Also, we have, $ac+bd=0\implies ac=-bd\implies a=\frac{-bd}{c}.$ Again, from previous result, we had, $ad-bc=\pm 1.$ Now, substituting, tha value of $a=\frac{-bd}{c},$ in this, equation, we get, $$\frac{-bd^2}{c}-bc=\pm1\implies -bd^2-bc^2=\pm c\implies -b(d^2+c^2)=\pm c\implies -b=\pm c\implies b=\mp c.$$ So, $a^2+b^2=1\implies a^2+c^2=1.$ Also, since, $a^2+c^2=1$ and $c^2+d^2=1$ ( given), so, we can say, $a^2-d^2=0\implies d=\pm a.$ We also have, $c^2+d^2=1\implies b^2+d^2=1.$ Now, if $ab+cd=a(\mp c)+c(\pm a)=0.$ This completes the solution so as to say, we have, $a^2+c^2=1, b^2+d^2=1$ and $ab+cd=0.$
However, we claimed, $a=\frac{-bd}{c},$ is valid, which, is under the assumption $c\neq 0.$ But, if $c=0$ then $d=\pm 1$ and since $ac+bd=0\implies bd=0$ and hence, $b=0$ so, $a=\pm1.$ Substituting these values, i.e $a=d=\pm1$ and $b=c=0,$ we see, that $a^2+c^2=1,$ $b^2+d^2=1$ and $ab+cd=1$ are automatically satisfied.
Is the above solution valid? If not, where is it going wrong?
Your solution is correct. Another possibility is to consider the matrix$$M=\begin{bmatrix}a&c\\b&d\end{bmatrix}$$and to observe that\begin{align}\left\{\begin{array}{l}a^2+b^2=1\\c^2+d^2=1\\ac+bd=0\end{array}\right.&\iff M^TM=\operatorname{Id}_2\\&\iff MM^T=\operatorname{Id}_2\\&\iff\left\{\begin{array}{l}a^2+c^2=1\\b^2+d^2=1\\ab+cd=0.\end{array}\right.\end{align}