{{ '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 }}
Show less Show more expand_more
{{ ability.description }} {{ ability.displayTitle }}
Lesson Settings & Tools
{{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }}
{{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }}
{{ 'ml-lesson-time-estimation' | message }}
Concept

Limit

The limit of a function as approaches is the value to which the function keeps getting closer as approaches This is typically written as follows.
In other words, if the limit exists, the output of gets arbitrarily close to when its input is close enough to from either side. In the following example, keeps getting closer to as approaches This means that the limit of as approaches is equal to
The limit of the function f as x approaches 1 is 2

Extra

When Do Limits Exist?
In order for a limit to exist, both one-sided limits need to exist, and they must be equal to the same value. This is formally stated as follows.
Consider the following function.
Its graph is shown below.
Graph of the function f(x)=|x|/x. The output is -1 when x is negative, and is 1 when x is positive. The function graph jumps from -1 to 1 when x=0.
Note that as approaches from the left, the function keeps getting closer to
However, when approaches from the right, the function keeps getting closer to instead.
Since both one-sided limits do not coincide, the limit does not exist.
Loading content