Can Taylor's Series Help Expand Functions in Powers of x-1?

  • Thread starter Thread starter suryakalpo
  • Start date Start date
  • Tags Tags
    Series
suryakalpo
Messages
13
Reaction score
0

Homework Statement


Expand f(x)=x^3 + 3x^2 +15x -10 in powers of x-1


Homework Equations



Taylor's Series, Maclaurin's series

The Attempt at a Solution



I don't know how to start...I do have an idea of both the theorems but don't know how to apply it to this situation.

please help...sem exams in a week's time!
 
Physics news on Phys.org


x-1 means centered about x=1; the polynomial has only 4 relevant derivatives so just use the formula
 


One way to do this, without using Taylor's series, is to let u= x-1 so that x= u+1. Your polynomial becomes (u+1)^3 + 3(u+1)^2 +15(u+1) -10. Expand that in powers of u and, finally, replace u by (x-1) to get the polynomial in powers of x-1.

But simpler is to use the Taylor's series formula:
f(a)+ f`(a)(x-a)+ f``(a)/2(x-a)^2+ f```(a)/3! (x-a)^3+ ...
 


thanks
 
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