Find the gradient of the line at .
Hint: You may need to find the first derivative of this function in order to find its gradient.
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.
Note: d x d y = def h → 0 lim h y ( x + h ) − y ( x )
We can work out the derivative of y = x 2 by using the definition: d x d y = h → 0 lim h ( x + h ) 2 − x 2 = h → 0 lim h x 2 + 2 x h + h 2 − x 2 = h → 0 lim h 2 x h + h 2 = h → 0 lim h h ( 2 x + h ) = h → 0 lim 2 x + h = 2 x
Now, we can plug in − 5 and see that the gradient of the line y = x 2 at x = − 5 is 2 ( − 5 ) = − 1 0