a) A stationary point is any point on the curve that is flat, still, not increasing or decreasing. Another way to think of this is the gradient at a stationary point = 0
Firstly make an equation for your gradient, differentiating y=3x – x3 gives dy/dx = 3 – 3x2
In order to find the coordinates, we must find values of x and y when the gradient = 0. Solving the derivative equation above to find x,
3 – 3x2 = 0
3=3x2
x2=1
x= +1 or -1
Now find the corresponding y values by substituting x into the original equation:
When x = 1, y = 3(1) – (1)3 y= 2
when x= -1, y = 3(-1) – (-1)3 y= -2
To find whether each of these points is a minimum or a maximum point, you must differentiate the original equation twice: y=3x – x3
dy/dx = 3 – 3x2
d2y/dx2 = -6x
when x=1, d2y/dx2 = -6(1) d2y/dx2 = -6 -6 is <0, therefore it is a maximum point
when x=-1, d2y/dx2 = -6(-1) d2y/dx2 = 6 6 is >0, therefore it is a minimum point
So (1,2) is a maximum stationary point and (-1,-2) is a minimum stationary point
b) Note: remember that the gradient of a curve at a point is also the gradient of the tangent to the curve at that point.
We already know the equation for the gradient function of the curve, dy/dx = 3 – 3x2 So to find the gradient at the point (2,4) simply substitute x = 2 into the equation: dy/dx = 3 – 3x2
= 3 – 3(2)2
= -9