I am having trouble finding the sigma notation for the taylor series of $f(x) = \frac{1}{\sqrt{x}}$ with the bound $b = 1$. I believe I found a solution but I would like to find one that doesn't involve a double factorial.
This is the solution I found:
$$T_n(x) =\sum_{k=0}^{n} (-1)^k\frac{(2k-1)!!}{k!\cdot2^k}(x-1)^k$$
2026-04-07 01:05:45.1775523945
On
sigma notation of Taylor series of $\frac{1}{\sqrt{x}}$
267 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Given the well-known $$\frac{1}{\sqrt{1-4x}}=\sum_{k=0}^\infty \binom{2k}{k} x^k,$$ note that $$\frac{1}{\sqrt{x}}=\frac{1}{\sqrt{1-4(1-x)/4}}$$ and perform the change of variable $x\mapsto (1-x)/4$ to obtain $$\frac{1}{\sqrt{x}}=\sum_{k=0}^\infty \binom{2k}{k} \left(\frac{1-x}{4}\right)^k=\sum_{k=0}^\infty \frac{\binom{2k}{k}}{(-4)^k} (x-1)^k.$$
Probably the simplest notation could be $$T_n(x)=\sum_{k=0}^n \binom{-\frac{1}{2}}{k}(x-1)^k$$