Is f''(x)=0 always a point of inflexion?

  • Thread starter Thread starter prasannapakkiam
  • Start date Start date
  • Tags Tags
    Derivative
AI Thread Summary
The discussion clarifies that f''(x) = 0 does not always indicate a point of inflection. A point of inflection occurs only if the curvature changes, which can be determined by examining the signs of the second derivative on either side of the point. If f''(a) = 0, it is essential to check f''(a - δ) and f''(a + δ) to see if there is a sign change. The example of x^4 illustrates that at x = 0, the second derivative remains positive, confirming it is not a point of inflection. Ultimately, the sign change of the second derivative is crucial for identifying points of inflection.
prasannapakkiam
Okay, I was programming this game, when I discovered something probably obvious. I realized that I wrongly assumed that when f"(x)=0, it is a point of inflexion. I found that when doing the test for x^4, (at 0, it is the minima); the test came with 0. So is there any way of finding the nature of the extrema in situations such as this?
 
Mathematics news on Phys.org
This is a common mistake, particularly with A-Level math students. The second derivative gives you information about the rate of change of the derivative, or the curvature of the curve. Now, if the second derivative at some point is positive this means that the curvature at this point is concave up, like the shape of y = x2. Equally, if the second derivative is negative at some point, this means that the curvature is concave down, like the shape of y = - x2.

Now, a point of inflection means that the curvature of the curve has change, e.g. from concave up before the point, to concave down after the point. Now, if we have some value of x, say x = a such that f''(a)=0; then it is quite possible that this is a point of inflection. However, to be certain of this we need to look at the curvature either side of the point. I.e. we need to take f''(a - \delta) and f''(a + \delta) where \delta is a small positive number. If the sign of the second derivative changes from before x=a to after x=a, then we have a point of inflection.

I hope that made sense.
 
But this is just the same if I drew up a table of values and found the nature of the extremas. Is there a proper definitive test for this?
 
Well, that's the way it's done in my Calc class. You don't really need a table of values, just a numberline:
Code:
<---|--->
    x
where x is where the second derivative is 0. Just pick a random value greater than x and see if the second derivative ends up positive or negative, and do the same for a smaller number. If there's a sign change, then there's a point of inflection.
 
The sign of the function f''(x) in the neighborhood of the point is what determines weather it's a point of inflexion or not. For example, in the function x^2, x^2 stays positive on every value left and right of 0, so 0 is not a point of inflexion of the function x^4. For a point of inflexion to occur, the derivative has to change sign, by definition.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top