Tool to determine the maximum value of a function: the maximal value that can take a function. It is a global maximum and not a local maximum.
Maximum 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!
Tool to determine the maximum value of a function: the maximal value that can take a function. It is a global maximum and not a local maximum.
For any function $ f $ defined on an interval $ I $, taking $ m $ a real of this interval, if $ f(x) <= f(m) $ over the whole interval $ I $ then $ f $ reaches its maximum in $ x=m $ over $ I $. The value of the maximum is $ f(m) $.
Example: Maximize $ f(x) = -x^2 $, defined over $ \mathbb{R} $, the function reaches its maximum in $ x=0 $, $ f(x=0) = 0 $ and $ f(x) <= 0 $ over $ \mathbb{R} $.
The maximum of a function is always defined with an interval, it can be local (between 2 values), or global: over the domain of definition of the function.
The maximums of a function are detected when the derivative becomes null and changes its sign (passing through 0 from the positive side to the negative side).
Example: Calculate the maximum of the function $ f(x) = -x^2 + 1 $. This function has for derivative $ f'(x) = -2x $ which is nullable in $ x = 0 $ as $ f'(x) = 0 \iff -2x = 0 \iff x = 0 $. An extremum is found in 0, its value is $ f(0) = 1 $. Calculations of limits $$ \lim_{x\to0^-}{f'(x) = 0^+} \\ \lim_{x\to0^+}{f'(x) = 0^-} $$ show that the derivative change of sign from positive $ 0^+ $ to negative $ 0^- $. Global extremum of the function is then $ 1 $ for $ x=0 $.
dCode has also a minimum of a function calculator tool.
Add one or more constraints indicating the conditions for each variable.
Example: Find the maximum of $ \cos{x} $ for $ -\pi < x < \pi $
Indicate to dCode several equations with the operator && (logical AND) to separate the equations
An extremum is the name given to an extreme value of a function, a value that can be maximum (maximum of a function) or minimal (minimum of a function).
The majorant is any value greater than or equal to the maximum value reached by the function.
A constant function $ f (x) = c $ is a line, and always equals $ c $, so its maximum is $ c $, reached for any value of $ x $
An affine function $ f (x) = ax + b $ is a line that always has for maximum $ +\infty $
- If $ a < 0 $, the maximum of $ f $ is $ +\infty $ when $ x $ tends to $ -\infty $
- If $ a > 0 $, the maximum of $ f $ is $ +\infty $ when $ x $ tends to $ +\infty $
For a quadratic polynomial function $ f (x) = ax ^ 2 + bx + c $ then
- If $ a < 0 $, the maximum of $ f $ is $ (-b^2 + 4 a c)/(4 a) $ reached when $ x = -\frac{b}{2a} $
- If $ a > 0 $, the maximum of $ f $ is $ +\infty $ when $ x $ tends to $ +\infty $
dCode retains ownership of the online 'Maximum of a Function' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script, copy-paste, or API access will be for free, same for Maximum of a Function download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!