Bobosharif S. answered 09/19/20
PhD in Math, MS's in Calulus
By definition, derivative of function f(x) is defined as
f'(x)=Lim{h->0}f(x+ax)-f(x))/h <------------- (1)
Another,definition is
f'(a)=Lim{x->a}f(x)-f(a))/(x-a) <------------- (1)
We use eq (2):
h'(a)= lim x-->a (h(x)-h(a))/(x-a) = lim x-->a (𝑥3 + 𝑥2 + 1 - (a3 + a2 + 1 ))/(x-a)=
= lim x-->a (𝑥3 - a3 +x2- a2 )/(x-a)=
= lim x-->a (𝑥2 +ax+ a2 +x+a)= 3a2 +2a.