AJ L. answered 05/10/23
Patient and knowledgeable Calculus Tutor committed to student mastery
Recall that the Taylor series for a function f(x) at x=a:
f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)2/2! + f'''(a)(x-a)3/3! + ... + fn(a)(x-a)n/n!
Since you don't specify where to stop, I'll stop at the 3rd derivative.
At a=0:
f(a) = 1/(a-1)3 = 1/(0-1)3 = -1
f'(a) = -3/(a-1)4 = -3/(0-1)4 = -3
f''(a) = 12/(a-1)5 = 12/(0-1)5 = -12
f'''(a) = -60/(a-1)6 = -60/(0-1)6 = -60 <-- Again, we can stop here, but you could go further
f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)2/2! + f'''(a)(x-a)3/3! + ... + fn(a)(x-a)n/n!
1/(x-1)3 ≈ f(0) + f'(0)(x-0) + f''(0)(x-0)2/2! + f'''(0)(x-0)3/3!
1/(x-1)3 ≈ -1 + (-3x) + (-12x2/2!) + (-60x3/3!)
1/(x-1)3 ≈ -1 - 3x - 6x2 - 10x3 centered at a=0
Hope this helped!

AJ L.
05/10/23