Find the x and y coordinates of the turning points of the curve 'y = x^3 - 3x^2 +4'. Identify each turning point as either a maximum or a minimum.

The first part of the problem is solved by differentiating once and equating this to zero:
y = x^3 - 3x^2 +4 .dy/dx = 3x^2 - 6x .dy/dx = x(3x - 6) .
At the turning points;
x(3x - 6) = 0 (turning points occur where the gradient, dy/dx, equals zero) .
Hence, x = 0 or 2.
Inputting these x-values into the original equation yields the respective y-coridnates or the turning points. The locations are (0, 4) and (2, 0).
The nature of the turning points can be determined by finding the second derivative of the original equation:
d^2y/dx^2 = 6x - 6 .
At (0, 4), d^2y/dx^2 = -6 .At (2, 0), d^2y/dx^2 = 6 .
Therefore (0, 4) is a maximum and (2, 0) is a minimum (positive second derivative --> minimum, negative second derivative --> maximum).

RM

Related Maths A Level answers

All answers ▸

Find the roots of the following quadratic equation: x^2 +2x -15 =0


Two masses A and B, 2kg and 4kg respectively, are connected by a light inextensible string and passed over a smooth pulley. The system is held at rest, then released. Find the acceleration of the system and hence, find the tension in the string.


Differentiate the following: y=(7x^2+2)sinx


Via the product rule, or otherwise, differentiate 'y = xsin(x)'.