How do you find the derivative using limits of #f(x)=1-x^2#?

1 Answer
Jan 16, 2017

#f(x)=1-x^2 => f'(x)=-2x#

Explanation:

In order to find a derivative with limits you need the definition.

#f'(x):=lim_(hto0)(f(x+h)-f(x))/h#

Basically the derivative of a function is the limit of the change of the function, as that change approaches 0. This is one reason why derivatives are used for things like "instantaneous rate of change."

In this case #f(x)=1-x^2# then #f(x+h)=1-(x+h)^2#

and #(x+h)^2=(x+h)(x+h)#

so by using FOIL we get

#(x+h)^2=(x+h)(x+h)=x x+xh+hx+hh#

#=x^2+2hx+h^2#

then

#f(x+h)=1-(x^2+2hx+h^2)=1-x^2-2hx-h^2#

So, we can plug this in

#f'(x)=lim_(hto0)(1-x^2-2hx-h^2-(1-x^2))/h#

Since #(-1)(1-x^2)=-1+x^2# we can say

#f'(x)=lim_(hto0)(1-x^2-2hx-h^2-1+x^2)/h#

Then we group like terms

#f'(x)=lim_(hto0)((1-1)+(-x^2+x^2)-2hx-h^2)/h#

#f'(x)=lim_(hto0)(0+0-2hx-h^2)/h=lim_(hto0)(-2hx-h^2)/h#

Then the h terms cancel

#f'(x)=lim_(hto0)(-2cancelhx-h^(cancel2))/cancelh=lim_(hto0)-2x-h#

This type of algebraic manipulation is very common when using the limit definition for derivation.

Since the limit of a sum is the sum of limits.

#lim_(hto0)-2x-h=-2x-lim_(hto0)h=-2x-0=underline(-2x)#