I have a function which is written as $$ \left\|r_1+\frac{(1-r_1^2)r_2e^{-i\delta}}{1-r_2^2e^{-i\delta}}\right\|^2 $$ where $r_1, r_2$ are constants, and $\delta$ is variable. This is originally from physics, which is related with interference of thin film.
I want to determine the period of this function.
Simplifying above equation, $$ a+\frac{be^{-ix}}{1-ce^{-ix}} =\frac{a+(b-ac)e^{-ix}}{1-ce^{-ix}} =\frac{a+de^{-ix}}{1-ce^{-ix}} =\frac{d}{c}\frac{a/d+e^{-ix}}{1/c-e^{-ix}} \approx\frac{p+e^{-ix}}{q-e^{-ix}} $$ Then whole squared term is $$ \|\frac{p+e^{-ix}}{q-e^{-ix}}\|^2 =\frac{p^2+2p\cos(x)+1}{(q-\cos(x))^2+\sin^2(x)} =\frac{p^2+2p\cos(x)+1}{q^2-2q\cos(x)+1} $$ which I can further simplify approximately as $$ \frac{r+\cos(x)}{s-\cos(x)} $$ Both denominator and numerator are periodic function with $2\pi$, but does division of these two still give $2\pi$ period?