
Ryan Maxwell W. answered 10/01/19
Master's in Math, 10+ years teaching and tutoring professionally
The limit definition most convenient for this problem is probably
f'(x) = limh → 0 (f(x + h) - f(x))/h
Thus when f(x) = 2x2 - 5x - 9 and x = 3 we have
f'(3) = limh → 0 (f(3 + h) - f(3))/h
= limh → 0 ((2(3 + h)2 - 5(3 + h) - 9) - (2(3)2 - 5(3) - 9))/h
= limh → 0 (12h + 2h2 - 5h)/h
= limh → 0 7 + h2
= 7 + 0
= 7
Note a few skips were stepped in the algebra there -- it's recommended to work them out yourself to make sure everything checks out!