This might seem quite trivial for people who are knowledgeable in complex analysis, but it is not so much to me.
I am trying to find an efficient way to solve the following system of equations: $$ \frac{11}{10} = c_1(1+i)^{-2} + \overline{c}_1(1-i)^{-2} \\ \frac{1}{2} = c_1(1+i)^{-3} + \overline{c}_1(1-i)^{-3} $$
The unknowns are obviously $c_1$ and its conjugate $\overline{c}_1$. I have tried multiplying the first equality by $(1+i)^{-1}$, substract it from the second one and so on, but it gets quite messy. I was hoping somebody could tell me a better approach.
Thanks very much
Let's write
$$z = \frac{c_1}{(1+i)^2}.$$
Then we have the equations
$$\frac{11}{10} = z + \overline{z} = 2\operatorname{Re} z$$
and
$$\frac{1}{2} = \frac{z}{1+i} + \overline{\left(\frac{z}{1+i}\right)} = 2\operatorname{Re} \frac{z}{1+i}.$$
Now note that
$$\frac{z}{1+i} = \frac{z(1-i)}{2}$$
to rewrite the second equation to
$$\frac{1}{2} = \operatorname{Re} \bigl( z(1-i)\bigr) = \operatorname{Re} z + \operatorname{Im} z.$$
From that it is not hard to determine $z$, and thence $c_1 = z(1+i)^2 = 2i z$.