We have $$ f(x) = (1+x)^{1/3} $$
I have to find the taylor series of f at the point x =0. The problem I am facing is that I do not know how often do I have to derive f
$$ f'(x) = \frac{1}{3}(1+x)^{-2/3} $$ $$ f''(x) = -\frac{2}{9}(1+x)^{-5/3} $$ $$ f'''(x) = \frac{10}{27}(1+x)^{-8/3} $$ $$ f^{4}(x) = -\frac{80}{81}(1+x)^{-11/3}$$
As you can see, I can derive infinity times. As you also can see, there is a certain pattern when you oberseve the derivatives. The pattern I recognised is something like that:
$$ f^{(n)}(x) = (-1)^{n+1}\frac{..}{3^n}(1+x)^{-\frac{3n-1}{3}} $$
I don't know what to put in ".." in the first fraction.
I also don't know if I am completely wrong or right. Thank you in anticipation.