3 Finding the gradient at a general point

We now carry out the previous procedure more mathematically. Consider the graph of y ( x ) = x 2 in Figure 6. Let point A be any point with coordinates ( a , a 2 ) , and let point B be a second point with x coordinate ( a + h ) .

The y coordinate at A is a 2 , because A lies on the graph y = x 2 .

Similarly the y coordinate at B is ( a + h ) 2 .

Therefore the gradient of the chord A B is

( a + h ) 2 a 2 h

This simplifies to

a 2 + 2 h a + h 2 a 2 h = 2 h a + h 2 h = h ( 2 a + h ) h = 2 a + h
This is the gradient of the line A B . As we let B move closer to A the value of h gets smaller and smaller and eventually tends to zero. We write this as h 0 .

Now, as h 0 , the gradient of A B tends to 2 a . Thus the gradient of the tangent to the curve at point A is 2 a . Because A is an arbitrary point, this result gives us a formula for finding the gradient of the graph of y = x 2 at any point: the gradient is simply twice the x coordinate there . For example when x = 3 the gradient is 2 × 3 , that is 6, and when x = 1 the gradient is 2 × 1 , that is 2 as we saw in the previous subsection.

Figure 6

No alt text was set. Please request alt text from the person who provided you with this resource.

Generally, at a point whose coordinate is x the gradient is given by 2 x . The function, 2 x which gives the gradient of y = x 2 is called the derivative of y with respect to x . It has other names too including the rate of change of y with respect to x .

A special notation is used to represent the derivative. It is not a particularly user-friendly notation but it is important to get used to it anyway. We write the derivative as d y d x , pronounced ‘dee y over dee x ’ or ‘dee y by dee x ’ or even ‘dee y , dee x ’.

d y d x is not a fraction - so you can’t do things like cancel the d ’s - just remember that it is the symbol or notation for the derivative. An alternative notation for the derivative is y .

Key Point 2

The derivative of  y ( x )  is written  d y d x  or  y ( x ) or simply  y

Exercises
  1. Carry out the procedure above for the function y = 3 x 2 :
    1. Let A be the point ( a , 3 a 2 ) .
    2. Let B be the point ( a + h , 3 ( a + h ) 2 ) .
    3. Find the gradient of the line A B .
    4. Let h 0 to find the gradient of the curve at A .
  2. Carry out the procedure above for the function y = x 3 :
    1. Let A be the point ( a , a 3 ) .
    2. Let B be the point ( a + h , ( a + h ) 3 ) .
    3. Find the gradient of the line A B .
    4. Let h 0 to find the gradient of the curve at A .

1. gradient A B = 6 a + 3 h , gradient at A = 6 a . So, if y = 3 x 2 , d y d x = 6 x ,

2. gradient A B = 3 a 2 + 3 a h + h 2 , gradient at A = 3 a 2 . So, if y = x 3 , d y d x = 3 x 2 .