1

$$\begin{align}\frac{1-r(e^{ix}+e^{-ix})/2}{(r-e^{ix})(r-e^{-ix})}&=\frac{A}{r-e^{ix}}+\frac{B}{r-e^{-ix}}\\\\\end{align}$$

$$=1-r(\dfrac{e^{ix}+e^{-ix}}{2})=A(r-e^{-ix})+B(r-e^{ix})$$

I have received the instruction here (see J.G.'s reply) that I should consider the "$r^0$ and $r^1$" terms. I don't understand this, so he wanted me to set $r^0=1$ and $r^1=r$?

The end result is two equations: $1=-e^{-ix}A-e^{ix}B$ and $-\dfrac{(e^{ix}+e^{-ix})}{2}=A+B$

How do you obtain this system of equations?

Please don't use concepts in complex analysis, I have only studied partially Calculus 2.

1 Answers1

1

Expanding out, we get $$1 - r\left(\frac{e^{ix} + e^{-ix}}{2}\right) = (A + B)r + (-Ae^{-ix} - B e^{ix}).$$

J.G.'s suggestion is to compare the LHS constant term with the RHS constant term, as well as the LHS linear (or $r^1$) term with the RHS linear term.

Edit: Here's one way to solve the system (although the algebra might get a bit messy). First, one of the equations can be rewritten as $$Be^{ix} = -1 - Ae^{-ix} $$ Or, after multiplying both sides by $e^{-ix}$, $$B = -e^{-ix} - Ae^{-2ix}.$$ After substituting in to the other equation, $$A + (-e^{-ix} - Ae^{-2ix}) = \left(\frac{e^{ix} + e^{-ix}}{2}\right).$$ Now get all the $A$s on one side, everything else on the other, factor out the $A$ and divide through. Hopefully this is a good start.

Sam Freedman
  • 3,989