prepared by Sherry Nolan
The object of this activity is to prove that the graph of every cubic polynomial is symmetric about its point of inflection.
This is the first set of equations:
![]()
![]()
![]()
![]()
![]()
![]()

We conclude that the translated function is an odd function and symmetric to the origin. There fore the original f(x) is symmetric to its point of inflection. QED.
Note: Two questions:
(a) The coordinates of the point of inflection are:
![]()
![]()

and
![]()
![]()
(b) Students who can produce the above know what they are doing. Do we really need to make them perform the procedure by hand to be convinced that they understand the mathematical concept?
This is the second set of equations which represent an alternaive solution to the posted question. They are a little more complicated by perhaps more elegant:
![]()
![]()
![]()
![]()
* We would use the same first two lines to define f(x) and take the second derivative.
* The third line compares the y-coordinates of points k units to the right and left of the inflection point. It shows that these points are always the same distance below and above the inflection point, thus establishing the symmetry.
Here are some examples of the cubic polynomial being symmetric about its point of inflection.
Here is how to plot an output. First, shut off the message that comes up when a complex solution occurs in the plotting.
![]()
Next, give values to the coefficients so that there is something to plot.
![]()
![]()
![]()
![]()
![Plot[{f[x], f ''[x]}, {x, -5, 5}, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 1, 0]}}, Epilog -> {Point[{-b/(3 a) , (2 b^3)/(27 a^2) - (b c)/(3 a) + d}]}]](HTMLFiles/a11_22.gif)
![[Graphics:HTMLFiles/a11_23.gif]](HTMLFiles/a11_23.gif)
To help see the point of inflection I will remove the x-axis.
![Plot[{f[x], f ''[x]}, {x, -5, 5}, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 1, 0]}}, Epilog -> {Point[{-b/(3 a) , (2 b^3)/(27 a^2) - (b c)/(3 a) + d}]}, Axes -> {False, True}]](HTMLFiles/a11_24.gif)
![[Graphics:HTMLFiles/a11_25.gif]](HTMLFiles/a11_25.gif)
![]()
![]()
![]()
![]()
![]()
![Plot[{f[x], f ''[x]}, {x, -5, 5}, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 1, 0]}}, Epilog -> {Point[{-b/(3 a) , (2 b^3)/(27 a^2) - (b c)/(3 a) + d}]}]](HTMLFiles/a11_31.gif)
![[Graphics:HTMLFiles/a11_32.gif]](HTMLFiles/a11_32.gif)
To help see the point of inflection I will remove the x-axis.
![Plot[{f[x], f ''[x]}, {x, -5, 5}, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 1, 0]}}, Epilog -> {Point[{-b/(3 a) , (2 b^3)/(27 a^2) - (b c)/(3 a) + d}]}, Axes -> {False, True}]](HTMLFiles/a11_33.gif)
![[Graphics:HTMLFiles/a11_34.gif]](HTMLFiles/a11_34.gif)
![]()
Converted by Mathematica (April 22, 2003)