The following question is from Ahlfors's Complex Analysis, in a section about Laurent series.
Question. The expression $\{f,z\}=f'''(z)/f'(z)-(3/2)(f''(z)/f'(z))^2$ is called the Schwarzian derivative of $f$. If $f$ has a multiple zero or pole, find the leading term in the Laurent development of $\{f,z\}$. [Answer: If $f(z) = a(z - z_0)^m + · · · $, then $\{f,z\} = (1/2)(1 - m^2)(z - z_0)^{-2} + · · ·$. ]
I first tried to solve this by direct computation, but it has gone very messy, so I think that there should be another method. Is there a better way to do this?
Note that you may run into problems with your formula if you do not make more assumptions on $f$ : for example, the Schwarzian derivative is undefined when $f$ is constant.
Also, if $m=0$, $a$ does not appear in $f'$ or the Schwarzian derivative, so the formula is false. Below, I show that the formula holds when $m\neq 0$ or $1$.
Let $g=f'$. Then $\lbrace f \rbrace=\frac{g''}{g}-\frac{3}{2}\bigg(\frac{g'}{g}\bigg)^2=\frac{N}{D}$ where $N=2gg"-3(g')^2$ and $D=2g^2$. Then , we have successively :
The principal term in the Laurent expansion of $f$ is $t_{-1}=a(z-z_0)^m$.
The principal term in the Laurent expansion of $g$ is $t_0=t_1'=b(z-z_0)^{n}$ where $b=am$ and $n=m-1$.
The principal term in the Laurent expansion of $g'$ is $t_1=t_0'=bn(z-z_0)^{n-1}$.
The principal term in the Laurent expansion of $g''$ is $t_2=t_1'=bn(n-1)(z-z_0)^{n-2}$ (unless $m=2$).
The principal term in the Laurent expansion of $2gg''$ is $t_3=2t_0t_2=2b^2n(n-1)(z-z_0)^{2n-2}$ (unless $m=2$).
The principal term in the Laurent expansion of $3(g')^2$ is $t_4=t_1^2=3b^2n^2(z-z_0)^{2n-2}$.
The principal term in the Laurent expansion of $N$ is $t_5=t_3-t_4=b^2(-2n-n^2)(z-z_0)^{2n-2}$ (note that this stays true even when $m=2$, because in this case one of the summands is zero, but the total formula stays the same).
The principal term in the Laurent expansion of $D$ is $t_6=2t_0^2=2b^2(z-z_0)^{2n}$.
The principal term in the Laurent expansion of $\lbrace f \rbrace$ is $\frac{t_5}{t_6}=(-2n-n^2)(z-z_0)^{-2}=(1-m^2)(z-z_0)^{-2}$.