Find: , where , and represents its derivative.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We are to find the derivative of a function without a given point. Therefore, we need to implement the slope formula in an abstract manner. You may know that the slope formula can be expressed as Δ x → 0 lim Δ x f ( Δ x ) = Δ x f ( x + Δ x ) − f ( x ) .
Plugging in our function, we get: Δ x → 0 lim Δ x Δ f ( x ) = Δ x → 0 lim Δ x x 2 + ( Δ x ) 2 + 2 x Δ x − x 2 = Δ x → 0 lim Δ x ( Δ x ) 2 + 2 x Δ x = Δ x → 0 lim Δ x + 2 x = 2 x .
We are asked to provide x f ′ ( x ) , so x 2 x = 2 .