Understanding how a function behaves is crucial, especially around critical points. This is where the concepts of concavity and the second derivative come into play.
The second derivative y′′ represents the rate of change of the first derivative y′ , which itself is the rate of change of the original function y. In other words, y′′ tells us how the slope y′ is changing as x increases. This insight into the changing slope allows us to determine the concavity of the curve.

The curve is concave upward when the second derivative is positive. This means that the first derivative y′ is increasing as x increases. Graphically, this corresponds to the curve bending upwards like a cup. In this scenario, any tangent line drawn to the curve will lie below the curve itself. At a critical point where y′=0 and y′′>0, the function attains a local minimum because the curve is at its lowest point relative to its neighboring points.

On the other hand, the curve is concave downward when the second derivative is negative. This indicates that the first derivative y′ is decreasing as x increases. The curve bends downwards like an upside-down cup or a dome. In this case, any tangent line drawn to the curve will lie above the curve. At a critical point where y′=0 and y′′<0, the function reaches a local maximum, representing the highest point relative to its neighboring points.

Example 1: Locate the critical points and determine the maxima and minima of the curve y=x3−3x2−7.
Solution:
To locate the critical points, first differentiate the function:
ddx(y)=ddx(x3−3x2−7)dydx=3x2−6xFor the critical points, set dydx=0.
0=3x2−6x0=3x(x−2)0=x(x−2)⟹0=x;0=x−2x=0;x=2Next, find the corresponding y-component with these x values.
For x=0,
y=(0)3−3(0)2−7y=−7Then check whether it’s a maximum or minimum through the Second Derivative Test for point (0,−7)
ddx(dydx)=ddx(3x2−6x)d2ydx2=6x−6=6(0)−6y′′=−6Since y′′=−6 and y′′<0, point (0,−7) is a maximum.
For x=2,
y=(2)3−3(2)2−7y=−11Apply the Second Derivative Test for point (2,−11)
d2ydx2=6x−6=6(2)−6y′′=6Since, y′′=6 and y′′>0, point (2,−11) is a minimum.
Example 2: Locate the critical points and determine the maxima and minima of the curve, y=x2(x+4)2
Solution:
To locate the critical points, first differentiate the function:
ddx(y)=ddx(x2(x+4)2)dydx=x2⋅ddx[(x+4)2]+(x+4)2⋅ddx(x2)=x2(2)(x+4)(1)+(x+4)2(2x)=2x3+8x2+2x(x2+8x+16)=2x3+8x2+2x3+16x2+32x=4x3+24x2+32xFor the critical points, set dydx=0.
0=4x3+24x2+32x0=4x(x2+6x+8)0=4x(x+2)(x+4)⟹0=4x;0=x+2;0=x+4x=0;x=−2;x=−4Determine the corresponding y-component with these x values.
For x=0,
y=(0)2[(0)+4]2=0Apply the Second Derivative Test for point (0,0)
ddx(dydx)=ddx(4x3+24x2+32x)d2ydx2=12x2+48x+32y′′=12(0)2+48(0)+32=32Since y′′=32 and y′′>0, point (0,0) is a minimum.
For x=−2,
y=(−2)2[(−2)+4]2=16Apply the Second Derivative Test for point (−2,16)
y′′=12(−2)2+48(−2)+32=−16Since y′′=−16 and y′′<0, point (−2,16) is a maximum.
For x=−4,
y=(−4)2[(−4)+4]2=0Apply the Second Derivative Test for point (−2,16)
y′′=12(−4)2+48(−4)+32=32Since y′′=32 and y′′>0, point (−4,0) is a maximum.
Example 3: Locate the critical points and determine the maxima and minima of the curve, a3y=x2(2a2−x2)
Solution:
In differentiating the function, we can treat a as a constant. And since y is not explicitly expressed as a function of x, we apply implicit differentiation.
ddx(a3y)=ddx[x2(2a2−x2)]a3dydx=x2⋅ddx[2a2−x2]+(2a2−x2)⋅ddx(x2)a3dydx=x2(0−2x)+(2a2−x2)(2x)dydx=−2x3+4a2x−2x3a3=1a3(4a2x−4x3)For the critical points, set dydx=0.
0=1a3(4a2x−4x3)0=4a3(x)(a2−x2)0=x(a2−x2)0=x(a+x)(a−x)⟹0=x;0=a+x;0=a−xx=0;x=−a;x=aDetermine the corresponding y-component with these x values.
For x=0,
a3y=x2(2a2−x2)y=x2(2a2−x2)a3=(0)2[2a2−(0)2]a3=0Apply the Second Derivative Test for point (0,0)
ddx(dydx)=ddx[1a3(4a2x−4x3)]d2ydx2=1a3(4a2−12x2)y′′=1a3[4a2−12(0)2]=4a2a3=4aGiven that a is positive, y′′>0, hence, point (0,0) is a minimum.
For x=−a,
=(−a)2[2a2−(−a)2]a3=(a2)(2a2−a2)a2=(a2)(a2)a3=aApply the Second Derivative Test for point (−a,a)
y′′=1a3[4a2−12(−a)2]=4a2−12a2a3=−8aGiven that a is positive, y′′<0, hence, point (−a,a) is a maximum.
For x=a,
=(a)2[2a2−(a)2]a3=(a2)(2a2−a2)a2=(a2)(a2)a3=aApply the Second Derivative Test for point (0,0)
y′′=1a3[4a2−12(a)2]=4a2−12a2a3=−8aGiven that a is positive, y′′<0, hence, point (a,a) is a maximum.
Example 4: The curve y=ax3+bx2+cx+d has critical points at (−2,−2) and (0,−6). Determine the equation of the curve.
Solution:
This problem is not as straightforward as our previous examples, but we can use the concepts we know to solve it. Since the critical points lie on the curve, the function passes through the points (−2,−2) and (0,−6). Additionally, at these critical points, the derivative of the function is zero. Using this information, we can create multiple equations to determine the unknown coefficients a, b, c, and d.
At point (−2,−2)
y=ax3+bx2+cx+d−2=a(−2)3+b(−2)2+c(−2)+d−2=−8a+4b−2c+dAt point (0,−6)
−6=a(0)3+b(0)2+c(0)+d−6=dWe now have two equations, but we have a total of four unknown values. Thus, it is not yet enough to complete the solution.
Another thing that we know, however, is that at the critical points, the derivatives are equal to zero. Hence, we can first differentiate the function:
ddx(y)=ddx(ax3+bx2+cx+d)dydx=3ax2+2bx+cFor the critical point (−2,2), set dydx=0.
0=3a(−2)2+2b(−2)+c0=12a−4b+cFor the critical point (0,−6), set dydx=0.
0=3a(0)2+2b(0)+c0=cNow, we have a total of 4 equations, and is now sufficient to solve for the 4 unknown values.
First, we can substitute eq.2 and eq.4 to eq.1,
−2=−8a+4b−2(0)+(−6)4=−8a+4bSubstitute eq.4 to eq.3,
0=12a−4b+(0)4b=12ab=3aSubstitute eq.6 to eq.5
4=−8a+4(3a)4=−8a+12aa=1Substitute eq.7 to eq.6
b=3(1)b=3Thus, we have: a=1,b=3,c=0,d=−6
Substituting these values into the original equation gives us the equation of the curve: y=x3+3x2−6