Tool to compute extrema of a function. The extremum value of a function is the minimal or maximal value that can take a function.
Extremum 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!
To find the extreme values of a function (the highest or lowest points on the interval where the function is defined), first calculate the derivative of the function and make a study of sign.
An extremum of a function is reached when it's derivative is equal to zero and changes of sign.
A minimum of a function $ m $ (lowercase m) exists when, for all $ x $, $ f(x) >= m $ is greater than or equal to a minimum $ m $.
Example: Find the extremum of the polynomial $ f(x) = x^2 $ defined over $ \mathbb{R} $: the function has a minimum in $ x=0 $ and $ f(x) >= 0 $ over its domain of definition $ \mathbb{R} $.
A maximum of a function $ M $ (uppercase M) exists when for all $ x $, $ f(x) <= M $ is less than or equal to the maximum.
An extremum of a function is necessarily defined on an interval. If the interval is the entire domain of definition of the function then it is a global/absolute extremum, otherwise it is a local/relative extremum.
A function always has 2 global extrema, a maximum and a minimum.
for a constant function the minimum and the maximum are identical.
The number of local extremums depends on the function, but for a polynomial of degree $ n $, there are, at most, $ n-1 $ local extremums.
Example: The polynomial of degree 2 $ x ^ 2 $ has $ 1 $ local minimum in $ x = 0 $
Extrema is the plural form of extremum (from latin, meaning Extremity).
dCode retains ownership of the online 'Extremum of a Function' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any 'Extremum of a Function' algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any 'Extremum 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 'Extremum 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 'Extremum of a Function' tool, so feel free to write! Thank you!