Taylor series (very easy but have a problem)

FermatPell
Messages
21
Reaction score
0

Homework Statement



series expansion at c=2 of ln(x^2+x-6)

Homework Equations





The Attempt at a Solution



After substituting y= x -2 we get ln(y^2+5y) = ln(y) + ln(y+5) but I am not kinda sure how to use the taylor series of ln(1+x)...
 
Physics news on Phys.org
Hi Fermatpall,

Try factoring x^2+x−6 instead. So:

ln(x^2+x−6) = ln((x+3)(x-2)) = ln(x+3) + ln(x-2)

The problem tells us to expand the taylor series around c = 2. The formula we need is:

\sum_{n = 0} ^ {\infty} \frac{f^{(n)}(c)}{n!} \, (x - c)^{n}

Let's crank out some derivatives then:

f'(x) = \frac{1}{x+3} + \frac{1}{x-2}
.
.
.

Calculate a few more derivatives and you'll find a pattern. After this is done, throw your result into the formula.
 
Hmm, I don't think there is a Taylor expansion around x=2, since \ln(2^2 + 2 -6)=-\infty.
 
I like Serena said:
Hmm, I don't think there is a Taylor expansion around x=2, since \ln(2^2 + 2 -6)=-\infty.

Good call. I didn't check to see if the point was even valid.
 
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