Taylor series (very easy but have a problem)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
FermatPell
Messages
21
Reaction score
0

Homework Statement



series expansion at [tex]c=2[/tex] of [tex]ln(x^2+x-6)[/tex]

Homework Equations





The Attempt at a Solution



After substituting [tex]y= x -2[/tex] 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:

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

Let's crank out some derivatives then:

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

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

Good call. I didn't check to see if the point was even valid.