Tool to find the critical points of a function, corresponding to the critical values where the derivative is zero or not defined.
Critical 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!
A critical point is a point of a function where the gradient is zero or not defined (the derivative is equal to 0 or the derivative is not real). A critical point is similar to a stationary point (except for the undefined part) its value maybe maximum / minimum local / global.
From the function $ f $, calculate its derivative $ f '$ and look at the critical values for which it cancels $ f'(x) = $ 0 or the values for which it is not defined (see domain derivability).
Example: The square root function $ f(x) = \sqrt{x} $ has for derivative $ f'(x) = \frac{1}{2\sqrt{x}} $ which is not defined (over the reals) for $ x <= 0 $, its critical values are therefore all negative numbers (including 0).
A critical point is the union of all the points where the derivative is zero (called stationary points) with all the points or the derivative is not defined (called singular points).
So all stationary points are critical points but not all critical points are stationary points.
dCode retains ownership of the "Critical Point of a Function" source code. Any algorithm for the "Critical Point of a Function" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Critical Point of a Function" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Critical Point of a Function" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Critical Point of a Function" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Critical Point of a Function on dCode.fr [online website], retrieved on 2025-04-16,