Tool to calculate if a function is decreasing / monotonic or on which interval is decreasing or strictly decreasing.
Decreasing 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 function f is strictly decreasing if for any x1<x2,f(x1)>f(x2) (signs are inverted)
In other words, f has a decreasing direction of variation, when x decreases, f(x) also decreases (not necessarily by the same quantity).
A function is said to be decreasing (not strictly, in the broad sense) if for all x1<x2,f(x1)≥f(x2)
Example: The function f(x)=−x+1 is decreasing over its whole domain of definition R, hense its monotony.
The decrease of a function can also be defined over an interval.
Example: The function f(x)=x2 is strictly decreasing over R− also noted x<0 or also ]−∞;0[
Several methods allow to to find the direction of variation for knowing if a function is decreasing:
— From its derivative: When the derivative of the function is less than 0 then the function is decreasing.
Example: The derivative of the function f(x)=x2+1 is f′(x)=2x, the calculation of f′(x)<0 is simplified as x<0 so the function f is decreasing when x<0
— From its equation: Some functions are notoriously decreasing, ie. the inverse function, the opposite of increasing functions, etc.
Example: 1x is decreasing over R∗
— From the curve of the function: a decreasing function has its curve which is directed downwards.
A linear function of the form f(x)=ax+b is decreasing over R when the coefficient a is positive (a<0). If a is positive then the function is increasing.
dCode retains ownership of the "Decreasing Function" source code. Any algorithm for the "Decreasing Function" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Decreasing 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 "Decreasing 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 "Decreasing 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: Decreasing Function on dCode.fr [online website], retrieved on 2025-04-23,