Understanding Limits and Function Values

Understanding Limits and Function Values

Introduction to Limits

When discussing limits, we examine the behavior of a function as it approaches a specific independent variable value, regardless of whether the function is defined at that exact point. The focus is on the value the function gets 'close enough' to.

One-Sided Limits

Limits can be evaluated from either the left or the right side of a specific point. This distinction is crucial for determining the overall limit's existence.

Limit from the Left
  • Notation: limxaf(x)\lim_{x \to a^-} f(x)
  • This examines values of xx that are slightly less than aa, approaching aa from the negative direction on the number line. For instance, approaching zero from the left (denoted as 00^-) means looking at values like 0.1,0.01,0.001-0.1, -0.01, -0.001.
Limit from the Right
  • Notation: limxa+f(x)\lim_{x \to a^+} f(x)
  • This examines values of xx that are slightly greater than aa, approaching aa from the positive direction on the number line. For instance, approaching zero from the right (denoted as 0^+}) means looking at values like 0.1,0.01,0.0010.1, 0.01, 0.001.

Existence of a Limit

The definition of a limit states that a limit exists at a point x=ax=a if, and only if, the limit from the left and the limit from the right at that point are equal.

  • If lim<em>xaf(x)=L\lim<em>{x \to a^-} f(x) = L and lim</em>xa+f(x)=L\lim</em>{x \to a^+} f(x) = L, then the limit exists and is equal to LL (limxaf(x)=L\lim_{x \to a} f(x) = L).
  • If lim<em>xaf(x) extlim</em>xa+f(x)\lim<em>{x \to a^-} f(x) \neq \ ext{lim}</em>{x \to a^+} f(x), then the limit Does Not Exist (DNE) at x=ax=a.

Example: Limit at x=0x=0

Consider a function where we evaluate the limit as xx approaches 00.

  • Approaching from the left (00^-): As xx approaches 00 from the left, the function approaches a value of 22. So, limx0f(x)=2\lim_{x \to 0^-} f(x) = 2.
  • Approaching from the right (0^+}): As xx approaches 00 from the right, the function also approaches a value of 22. So, limx0+f(x)=2\lim_{x \to 0^+} f(x) = 2.
  • Conclusion: Since the left-hand limit (22) and the right-hand limit (22) are the same, the overall limit at x=0x=0 exists and is 22. Therefore, limx0f(x)=2\lim_{x \to 0} f(x) = 2.

Example: Limit at x=1x=1

Let's analyze the limit of a different function or the same function at another point, x=1x=1.

  • Approaching from the left (11^-): As xx approaches 11 from the left, the function goes to a specific point (e.g., a certain yy-value).
  • Approaching from the right (1^+}): As xx approaches 11 from the right, the function goes to a different specific point (a different yy-value) than when approaching from the left.
  • Conclusion: Because the limit from the left and the limit from the right are not the same at x=1x=1, the limit at x=1x=1 Does Not Exist (DNE). This is a key differentiator when evaluating limits.

Function Value at a Point (f(x))

The function value at a specific point, denoted as f(a)f(a), refers to the actual output of the function when the input is precisely aa. This is distinct from a limit, which describes the function's behavior near a point.

  • On a graph, the value of f(a)f(a) is indicated by a filled dot at the point (a,f(a))(a, f(a)).
  • At x=0x=0: If there is no filled dot anywhere directly above or below x=0x=0, then f(0)f(0) does not exist. This means the function is not defined at that exact point.
  • At x=1x=1: Even if a limit does not exist at x=1x=1 (as in the example above), the function value f(1)f(1) can still exist if there is a filled dot at x=1x=1. This dot explicitly tells you the function's value at that precise input, independent of approaching behavior.
  • The presence of a filled dot indicates where the function is at a point, whereas limits indicate where the function is going.

Continuity

The discussion implicitly touches upon continuity. A function is continuous at a point x=ax=a if three conditions are met:

  1. The limit limxaf(x)\lim_{x \to a} f(x) exists.
  2. The function value f(a)f(a) exists.
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

In our examples:

  • At x=0x=0: The limit exists, but if f(0)f(0) does not exist (as implied by no filled dot), the function is not continuous at x=0x=0.
  • At x=1x=1: The limit does not exist, so the function is not continuous at x=1x=1 (even if f(1)f(1) exists).

This highlights the difference between a function being defined at a point, and a limit existing at a point, both of which are components for a function to be continuous.