Consider that $\{a,b,c,d\}\subset \Bbb R$ and it is known that $$a^2+b^2=c^2+d^2=1\ \ \text{and}\ \ ac+bd=0.$$
Compute the value of $ab+cd$. (Edit: originally written with a typo as $ab+bd$),
This is from a list of training problems used within the preparation for the "Cone-Sul" math olympics. I tried to solve using newton identities, but without success. Any help will be appreciated. Sorry if this is a duplicate.
$$(ab+cd)^2=(ab+cd)^2-(ac+bd)^2=a^2b^2+c^2d^2-a^2c^2-b^2d^2=$$ $$=(a^2-d^2)(b^2-c^2)=-(b^2-c^2)^2.$$ Thus, $$ab+cd=0.$$