{{ 'ml-label-loading-course' | message }}
{{ toc.name }}
{{ toc.signature }}
{{ tocHeader }} {{ 'ml-btn-view-details' | message }}
{{ tocSubheader }}
{{ 'ml-toc-proceed-mlc' | message }}
{{ 'ml-toc-proceed-tbs' | message }}
Lesson
Exercises
Recommended
Tests
An error ocurred, try again later!
Chapter {{ article.chapter.number }}
{{ article.number }}. 

{{ article.displayTitle }}

{{ article.intro.summary }}
{{ 'ml-btn-show-less' | message }} {{ 'ml-btn-show-more' | message }} expand_more
{{ 'ml-heading-abilities-covered' | message }}
{{ ability.description }} {{ ability.displayTitle }}
{{ 'ml-heading-lesson-settings' | message }}
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount}}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount}}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Monotonic Function

The properties of a function, particularly its behavior over its domain, can be used to classify it. A monotonic function is a function that is either entirely non-increasing or non-decreasing.
An example of a non-increasing function and a non-decreasing function.

Non-Increasing Function

A non-increasing function either stays the same or decreases as its input increases. Algebraically, a function is non-increasing if, for any two points and such that the corresponding function value is at least

On a graph of a non-increasing function, regardless of the starting point, moving right keeps the output value the same or makes it lower.
Function f(x)=-0.2x^3-0.5 and a point on the graph with its coordinates shown
On a related note, a decreasing function always makes its output smaller as the input gets larger. Since every decreasing function fulfills all the requirements of a non-increasing function, it can be viewed as a special case of it.

Non-Decreasing Function

A non-decreasing function either stays the same or increases as its input increases. In algebraic terms, a function is non-decreasing if for any two points and such that the corresponding function value is at most

In a graph of a non-decreasing function, moving right keeps the output value the same or makes it greater.
Function f(x)=0.25x^3+1.4 and a point on the graph with its coordinates shown
Note that an increasing function always makes its output bigger as the input gets larger. Since every increasing function fits the rules of a non-decreasing function, it is a special case of it.