How to prove coefficients of a power series is bounded?

172 Views Asked by At

Let $f(z)=\sqrt{1-z}$. Let $$\sum_{k=0}^\infty c_kz^k$$

be the power series converges to $f(z)$ in the ball $|z|<1$. How can I prove that $|c_k|$ is bounded.

1

There are 1 best solutions below

0
On BEST ANSWER

$$|c_k|=\left|\binom{\frac{1}{2}}{k}\right|=\frac{1\times 1\times 3\times\cdots\times (2k-3)}{2^kk!}=\frac{(2k-2)!}{2^{2k-1}k!(k-1)!}=\frac{1}{2^{2k-1}(2k-1)}\binom{2k-1}{k}<\frac{1}{2k-1}$$