
Yefim S. answered 02/24/21
Math Tutor with Experience
(a) f'(x) = lim (f(x + h) - f(x))/h = lim [(x + h)3 + 2(x + h) + 1 - x3 - 2x - 1]/h = lim (x3 + 3x2h + 3xh2 + h3 +2h - x3)
h→0 h→0 h→0
= lim (3x2 + 3xh + h2 + 2) = 3x2 + 2
h→0
(b) Linear approximation at x = aL(x) = f(a) + f'(a)(x - a);
a = 2; f(2) = 23 + 2·2 + 1 = 13; f'(2) = 3·22 + 2 = 14.
L(x) = 13 + 14(x - 2) = 14x - 15