Facebook Pixel
Mathos AI logo

Concept of Limits

Concept of Limits

In calculus, a limit describes the value that a function approaches as the input (or xx-value) gets closer and closer to a specific number. Limits are the foundational concept for both derivatives and integrals.

What is a Limit?

The notation for a limit is: limxcf(x)=L\lim_{x \to c} f(x) = L This is read as: "The limit of f(x)f(x) as xx approaches cc is LL." It means that as you pick xx-values closer and closer to cc, the corresponding yy-values of the function get closer and closer to LL.

Notice that we care about what happens near cc, not necessarily what happens exactly at cc. The function might not even be defined at x=cx = c.

One-Sided Limits

Sometimes, a function approaches different values depending on which direction you are coming from. We use one-sided limits to describe this:

  • Left-hand limit: limxcf(x)\lim_{x \to c^-} f(x) describes the value the function approaches as xx gets closer to cc from values strictly less than cc.
  • Right-hand limit: limxc+f(x)\lim_{x \to c^+} f(x) describes the value the function approaches as xx gets closer to cc from values strictly greater than cc.

When Does a Limit Exist?

For a general (two-sided) limit to exist, the function must approach the exact same value from both the left and the right.

limxcf(x)=L    limxcf(x)=L and limxc+f(x)=L\lim_{x \to c} f(x) = L \iff \lim_{x \to c^-} f(x) = L \text{ and } \lim_{x \to c^+} f(x) = L

If the left-hand limit and the right-hand limit are different, we say that the limit does not exist (DNE).

Estimating Limits Using a Table

Let's estimate the limit: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

If we try to plug in x=2x = 2, we get 00\frac{0}{0}, which is undefined. However, we can use a table of values to see what the function approaches as xx gets close to 2.

Approaching from the left (x2x \to 2^-):

  • x=1.9    f(1.9)=3.9x = 1.9 \implies f(1.9) = 3.9
  • x=1.99    f(1.99)=3.99x = 1.99 \implies f(1.99) = 3.99

Approaching from the right (x2+x \to 2^+):

  • x=2.1    f(2.1)=4.1x = 2.1 \implies f(2.1) = 4.1
  • x=2.01    f(2.01)=4.01x = 2.01 \implies f(2.01) = 4.01

From the table, both the left and right sides are approaching 44. Therefore: limx2x24x2=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4

Limits from a Graph

When looking at a graph to find limxcf(x)\lim_{x \to c} f(x):

  1. Trace the graph with your finger from the left towards x=cx = c. The yy-value you hit is the left-hand limit.
  2. Trace the graph from the right towards x=cx = c. The yy-value you hit is the right-hand limit.
  3. If your fingers meet at the same yy-value, the limit exists and equals that value. If your fingers end up at different heights (a jump in the graph), the limit does not exist.