Taylor series of f(x)=ln(x+1) centred at 2

jmher0403
Messages
21
Reaction score
0

Homework Statement



Taylor series of f(x)=ln(x+1) centred at 2

Homework Equations



from 0 to infinity ∑ cn(x-a)n

cn = f(n)(a)/n!

The Attempt at a Solution



f(x) = ln(1+x)
f'(x) = 1/(1+x)
f''(x) = -1/(1+x)2
f'''(x) = 2/(1+x)3
f''''(x) = -6/(1+x)4f(2) = ln(3) = 1.0986
f'(2) = 1/3
f''(2) = -1/9
f'''(2) = 2/27
f''''(2) = -6/81

f(2)+f'(2)(x-2)+f''(2)(x-2)2/2!+f'''(2)(x-2)3/3!+f''''(2)(x-2)4/4!

I can't see any pattern except partially ..(-1)n-1(x-2)n/3nn!

I have no idea what to do with ln3

Please help!
 
Physics news on Phys.org
Just write the ln3 outside of the sum. Then try to think of a pattern for the remaining terms. First, start by trying to find a general formula for f^{(n)}(2).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top