Mark M. answered 04/06/23
Tutor
4.9
(954)
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f(x) = x1/3
f'(x) = (1/3)x-2/3
f"(x) = (-2/9)x-5/3
f'''(x) = (10/27)x-8/3
Taylor Polynomial: f(1) + f'(1)(x - 1) + [f"(1)/2!](x - 1)2 + [f'''(1)/3!](x - 1)3
= 1 + (1/3)(x - 1) - (1/9)(x - 1)2 + (5/81)(x - 1)3