Mark M. answered 02/11/24
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
You can use the Taylor Series formula f(-3) + f'(-3)(x-(-3)) + f"(-3)(x-(-3))2/2! + f'''(-3)(x - (-3))3/3! + ... or
use the fact that 1 / (1-x) = 1 + x + x2 + x3 + ..., where -1 < x < 1.
In the function f(x) = 4 / (5-x), replace x by x-(-3) and then manipulate the result to put it in the form
a(1 / (1-r)): 4 / (5-x) = 4 / (5 - (x+3) + 3) = 4 / (8 - (x+3)) = (4/8) [ 1 / (1 - (x+3)/8) ].
Next, replace x by (x+3)/8 in the formula 1/(1-x) = 1 + x + x2 + ... to get:
= (1/2) [ 1 + (x+3)/8 + ((x+3)/8)2 + ((x+3)/8)3 + ...], where -1 < (x+3)/8 < 1 (that is -11 < x < 5)
= ∑(n=0 to ∞) [(x+3)n / (2(8n))], the interval of convergence is (-11, 5).