No history yet

Introduction to Limits

Approaching a Value

In calculus, we're often interested in what happens to a function as we get incredibly close to a certain input value, without necessarily caring about what happens at that exact spot. This idea is called a limit.

Think of it like walking towards a wall. You can get closer and closer, telling people your distance from it. You might be one foot away, then an inch, then a millimeter. The limit is the point you're approaching: the wall itself. Whether you actually touch the wall doesn't change the fact that you're getting infinitely close to it.

A limit describes the value a function approaches as its input approaches a certain number. We write the limit of a function f(x)f(x) as xx approaches a value cc like this:

limxcf(x)=L\lim_{x \to c} f(x) = L

This expression reads: "The limit of f(x)f(x) as xx approaches cc equals LL." Here, LL is the value the function is getting closer and closer to.

Limits are the foundation of calculus, essential for understanding how functions behave near specific points or as they approach infinity.

Let's look at a simple function, f(x)=x+2f(x) = x + 2. What is the limit as xx approaches 3? As xx gets closer to 3 (from values like 2.9, 2.99, or 3.1, 3.01), the value of f(x)f(x) gets closer to 5. So, we say the limit is 5.

limx3(x+2)=5\lim_{x \to 3} (x+2) = 5

Sometimes, you can find the limit just by plugging the value in. This is called direct substitution. But it doesn't always work, especially if the function is undefined at that point.

Limits on a Graph

Visualizing limits can make the concept much clearer. On a graph, a limit is the yy-value that the curve approaches as you move along the x-axis toward a specific point. The function doesn't actually have to reach that yy-value. There could be a hole in the graph at that exact spot, but the limit still exists.

Consider the function f(x)=(x24)/(x2)f(x) = (x^2 - 4) / (x - 2). If we try to plug in x=2x=2, we get 0/00/0, which is undefined. The graph has a hole at x=2x=2. However, we can still find the limit. By tracing the curve from either side, we can see that as xx gets closer to 2, the function's value gets closer to 4. Therefore, the limit is 4.

One-Sided Limits

Sometimes a function behaves differently depending on which direction you approach an x-value from. This brings us to one-sided limits.

A left-hand limit is the value a function approaches as xx comes from the negative side (from values less than cc). We denote this with a small minus sign:

limxcf(x)\lim_{x \to c^{-}} f(x)

A right-hand limit is the value a function approaches as xx comes from the positive side (from values greater than cc). We use a small plus sign:

limxc+f(x)\lim_{x \to c^{+}} f(x)

For a general limit to exist at a point, the left-hand limit and the right-hand limit must both exist and be equal to each other.

If the limit from the left doesn't equal the limit from the right, the overall limit does not exist at that point. This often happens with piecewise functions or functions with jumps in their graphs.

Limits at Infinity

We can also ask what happens to a function as xx grows infinitely large in either the positive or negative direction. These are called limits at infinity, and they describe the end behavior of a function. This is useful for finding horizontal asymptotes.

We write them like this:

limxf(x)andlimxf(x)\lim_{x \to \infty} f(x) \quad \text{and} \quad \lim_{x \to -\infty} f(x)

Consider the function f(x)=1/xf(x) = 1/x. As xx gets very large (like 1,000, or 1,000,000), the value of 1/x1/x gets very small, approaching 0. The same thing happens as xx becomes a large negative number. So, the limit is 0 in both cases.

limx1x=0andlimx1x=0\lim_{x \to \infty} \frac{1}{x} = 0 \quad \text{and} \quad \lim_{x \to -\infty} \frac{1}{x} = 0

For rational functions (a polynomial divided by another polynomial), you can find the limit at infinity by comparing the highest powers of xx in the numerator and denominator.

  • If the numerator's highest power is smaller, the limit is 0.
  • If the denominator's highest power is smaller, the limit is \infty or -\infty.
  • If the powers are the same, the limit is the ratio of the leading coefficients.

Example: For f(x)=3x2+2x5x21f(x) = \frac{3x^2 + 2x}{5x^2 - 1}, the highest power is x2x^2 in both the numerator and denominator. The limit as xx \to \infty is the ratio of their coefficients, 3/53/5.

Quiz Questions 1/6

What does the concept of a limit in calculus primarily describe?

Quiz Questions 2/6

For a limit limxcf(x)\lim_{x \to c} f(x) to exist, which of the following must be true?

Understanding limits is the first major step into the world of calculus. It's a powerful tool that paves the way for understanding change.