AJ L. answered 04/06/23
Patient and knowledgeable Calculus Tutor committed to student mastery
We can approximate the Maclaurin expansion for the function by using 4 terms as shown below:
f(x) = f(0) + f'(0)x/1! + f''(0)x2/2! + f'''(0)x3/3! + ... + fn(0)xn/n! (remember Maclaurin series are centered at a=0)
f(x) = ln(x2+3x+2) --> f(0) = ln(2)
f'(x) = (2x+3)/(x2+3x+2) --> f'(0) = 3/2
f''(x) = [2(x2+3x+2)-(2x+3)2]/(x2+3x+2)2 --> f''(0) = -5/4
f'''(0) = 9/4
f(x) = f(0) + f'(0)x/1! + f''(0)x2/2! + f'''(0)x3/3! + ... + fn(0)xn/n!
ln(x2+3x+2) ≈ ln(2) + (3/2)x + (-5/4)x2/2 + (9/4)x3/6 = ln(2) + (3/2)x - (5/8)x2 + (3/8)x3
Hope this helped! Let me know if I need to clear anything up!