Tool to find the stationary points of a function. A stationary point is either a minimum, an extremum or a point of inflection.
Stationary Point of a Function - dCode
Tag(s) : Functions
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Definition: A stationary point (or critical point) is a point on a curve (function) where the gradient is zero (the derivative is équal to 0). A stationary point is therefore either a local maximum, a local minimum or an inflection point.
Example: The curve of the order 2 polynomial $ x ^ 2 $ has a local minimum in $ x = 0 $ (which is also the global minimum)
Example: $ x ^ 3 $ has an inflection point in $ x = 0 $
Calculate the derivative $ f' $ of the function $ f $ and look at the values for which it is canceled $ f'(x) = 0 $
If it changes sign from positive to negative, then it is a local maximum.
If it changes sign from negative to positive, then it is a local minimum.
If it does not change sign, then it is an inflection point.
The derivative must be differentiable at this point (check the derivability domain).
A turning point is a point on the curve where the derivative changes sign so either a local minimum or a local maximum.
dCode retains ownership of the online 'Stationary Point of a Function' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any 'Stationary Point of a Function' algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any 'Stationary Point of a Function' function (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and no data download, script, copy-paste, or API access for 'Stationary Point of a Function' will be for free, same for offline use on PC, tablet, iPhone or Android ! dCode is free and online.
Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!
Thanks to your feedback and relevant comments, dCode has developed the best 'Stationary Point of a Function' tool, so feel free to write! Thank you!