The problem is this:
Express $x$ and $y$ with $u$ and $v$, if $\dfrac{1}{x+iy} + \dfrac{1}{u+iv} = 1$
Where $x,y,u,v \in \mathbb{R}$, and $i^2 = -1$.
I could solve it, but I used a hairy and extremely large method: simplify the expression using Algebra, separate the real and imaginary part of it, and then use the substitution method recursively to get $x$ and $y$ as the problem states. As you may think now, I did a lot of simplifications and operations!
Is there another method to solve this?
Any help will be appreciated. Thank you! ;)
In complex notation, we face $1/z+1/w=1$ to solve for $w$ we isolate it $1/w = 1-1/z$ then invert both sides to obtain $w = \frac{1}{1-1/z}$. Then, to find the solutions for $u,v$ in terms of $x,y$ I bet you can do.