
Bradford T. answered 10/23/20
Retired Engineer / Upper level math instructor
The definition of a derivative is lim h→0 (f(x+h)−f(x))/h.
Step 1:
f(x+h) = (x+h)3 - 2(x+h) and f(x) = x3-2x
Step 2:
f(x+h) - f(x) = (x+h)3 - 2(x+h) - x3 + 2x = x3+3x2h+3xh2+h3 - 2x-2h -x3 + 2x
= 3x2h + 3xh2 + h3 - 2h
Step 3: Divide out h
(f(x+h) - f(x))/h = 3x2 + 3xh + h2 - 2
Step 4: Take the limit, lim h→0, set h = 0 here:
f'(x) = 3x2 -2
----
f'(-1) = 3(-1)2 - 2 = 3 - 2 = 1