AJ L. answered 06/21/23
Patient and understanding Prealgebra Math tutor
Recall Taylor Series Formula
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! = ∑[n=0,∞] fn(a)(x-a)n/n!
f(a) = 1/(a+3) = 1/(-2+3) = 1
f'(a) = -1/(a+3)2 = -1/(-2+3)2 = -1
f''(a) = 2/(a+3)3 = 2/(-2+3)3 = 2
f'''(a) = -6/(a+3)4 = -6/(-2+3)4 = -6
...
f(x) ≈ 1 + -1(x-(-2)) + 2(x-(-2))2/2! + -6(x-(-2))3/3! + ...
f(x) ≈ 1 - (x+2) + (x+2)2 - (x+2)3 + ...
f(x) = ∑[n=0,∞] (-1)n(x+2)n
Using the ratio test:
L = limn->∞ |an+1/an|
= limn->∞ |[(-1)n+1(x+2)n+1]/[(-1)n(x+2)n]|
= limn->∞ |(-1)(x+2)|
= |x+2|
Set L< 1:
|x+2| < 1
-1 < x+2 < 1
-3 < x < -1
Since x=-3 and x=-1 don't allow the series to converge, the interval of convergence would be (-3,-1) when centered at a=-2.
You can also use the fact that 1/(1+x) ≈ 1 - x + x2 - x3 + ... and substitute "x" with "x+2" to get 1/(x+3) ≈ 1 - (x+2) + (x+2)2 - (x+2)3 + ...
Either approach works, but if you're not confident with your known power series, you should follow the Taylor Series Formula.