I have the function sqrt(1+x) How can I find the taylor polynomial in the point zero?
you can use that binomial stuff, or just grind it til you find it
\[f(0)=1\\ f'(x)=\frac{1}{2}(1+x)^{-\frac{1}{2}},f'(0)=\frac{1}{2}\] is a start
ohh I see so i just create a poynomial that follows the derivatives
\[c_n=\frac{f^{n}(0)}{n!}\] is the formula to use
So that will be like 1 + x/2 -x^2/8...
it is easiest to find a formula if you do not compute any numbers for example \[f''(x)=-\frac{1}{2}\times \frac{1}{2}(1+x)^{-\frac{3}{2}}\] \[f''(0)=-\frac{1}{2^2}\] \[c_2=\frac{1}{2^2\times 2!}\]
no i screwed up somewhere, that is wrong
\[f^{(3)}(x)=\frac{3}{2}\times \frac{1}{2}\times \frac{1}{2}(1+x)^{-\frac{5}{2}}\] that is better i flipped by mistake
then \[c_3=\frac{3}{2^3\times 3!}=\frac{1}{2^4}\]
isnt any of them supposed to be negative?
Like the second derivative
yes it alternates for sure
if you know how to do that generalized binomial thing (probably in your text book) you can write it as \[\sqrt{x+1}=(1+x)^{\frac{1}{2}}=\sum _{n=0}^{\infty } \binom{\frac{1}{2}}{n} x^n\]
ok :) thanks
yw
is the fourth derivative -15/2^4 ?
Join our real-time social learning platform and learn together with your friends!