I am trying to compute the Laurent expansion of $\frac{x}{x-1}$ around $\alpha=2$. I wrote it out as a partial fraction expansion so we have: $$ \frac{x}{x-1} = 1 + \frac{1}{x-1} = 1-\frac{1}{1-x} $$ And so we should have the Laurent expansion of this by the geometric series obtaining: $$ 1-\sum_{n=0}^\infty (x-2)^n = -(x-2)-(x-2)^2-\cdots $$ But this is wrong, according to the textbook I am working with the correct answer should be: $$ 2-(x-2)+(x-2)^2-(x-2)^3+\cdots $$ I don't know where exactly I've gone wrong either, I suspect I've made a mistake in computing the expansion at $\alpha=2$ because I know that when $\alpha=0$ this would have given the correct result. I'd just like to understand where I went wrong, I think I am misunderstanding something critical.
2026-03-26 22:14:09.1774563249
Laurent Series of a Rational Polynomial
174 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$1+\dfrac1{x-1} =1+\dfrac1{1+(x-2)}=1+1-(x-2)+(x-2)^2-(x-2)^3+...$