Problem as title showed. $(a+b)^{-n}$. If $n$ is a positive integer. Can $a$ or $b$ be a complex number? Many thanks in advance.
2026-04-02 01:32:12.1775093532
Is there limitation when applying binomial theorem?
322 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If $\left|a/b \right|<1$, you take $b$ out and find $$ (a+b)^{-n} = b^{-n}(1+(a/b))^{-n} = \sum_{k=0}^{\infty} \binom{-n}{k} b^{-n} \left(\frac{a}{b}\right)^k = \sum_{k=0}^{\infty} \binom{-n}{k} b^{-n-k} a^k. $$ If $\left|a/b \right|>1$, swap $a$ and $b$ in the above expression.
If $\left|a/b \right|=1$, you can't normally say anything in general: consider @Alex's example, for one.