MHB What is the solution for evaluating $ab+cd$ with given constraints in POTW #477?

  • Thread starter Thread starter anemone
  • Start date Start date
Click For Summary
The problem involves evaluating the expression $ab + cd$ given the constraints that $a^2 + b^2 = c^2 + d^2 = 1$ and $ac + bd = 0$. The conditions imply that the pairs $(a, b)$ and $(c, d)$ are orthogonal unit vectors in the plane. The correct solution reveals that $ab + cd$ equals zero under these constraints. Members Opalg and kaliprasad provided correct solutions, confirming the evaluation. The discussion highlights the geometric interpretation of the problem, emphasizing the relationship between the vectors.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Consider that $\{a,\,b,\,c,\,d\}\in \mathbb{R} $ and that $a^2+b^2=c^2+d^2=1$ and $ac+bd=0$, evaluate $ab+cd$.

-----

 
Physics news on Phys.org
Congratulations to the following members for their correct solution!

1. Opalg
2. kaliprasad

Solution from Opalg:
If $a^2+b^2 = c^2+d^2 = 1$ then $(a,b)$ and $(c,d)$ are points on the unit circle. So there exist $\theta$ and $\phi$ such that $(a,b) = (\cos\theta,\sin\theta)$ and $(c,d) = (\cos\phi,\sin\phi)$. Therefore $$0 = ac+bd = \cos\theta\cos\phi + \sin\theta\sin\phi = \cos(\theta-\phi).$$ From the formula $\sin x + \sin y = 2\sin\bigl(\frac{x+y}2\bigr)\cos\bigl(\frac{x-y}2\bigr)$ it follows that $$ab+cd = \cos\theta\sin\theta + \cos\phi\sin\phi = \tfrac12\bigl(\sin(2\theta) + \sin(2\phi)\bigr) = \sin(\theta+\phi)\cos(\theta-\phi) = 0.$$