Post

Created by @nathanedwards
 at November 3rd 2023, 2:35:38 am.

Limits and Continuity

In the study of calculus, the concept of limits and continuity plays a significant role as they form the foundation for many important concepts and computations. Understanding limits and continuity allows us to analyze the behavior of functions and make precise calculations.

Limits

The concept of a limit arises when we want to study the behavior of a function as its input, usually denoted by x, gets arbitrarily close to a certain value. A limit determines the value that a function approaches, or "approaches as x approaches a particular value". The notation for expressing limits is as follows:

Lim f(x) as x -> a

Here, f(x) represents the function, x is the independent variable, and a is the value that x is approaching.

Calculating Limits

Numerical Approach

To evaluate limits numerically, we can create a table of values where x approaches the specified value. By plugging in values increasingly closer to the specified a value, we can observe the trend in function outputs and determine the limit.

For example, let's find the limit of the function f(x) = 3x^2 - 2x + 4 as x approaches 2. We can set up a table:

x f(x)
1.9 13.52
1.99 13.912
1.999 13.991
2 ?
2.001 14.009
2.01 14.088
2.1 14.52

By looking at the outputs as we approach 2 from both sides, we can determine that the limit of f(x), as x approaches 2, is approximately 14.

Algebraic Approach

In many cases, algebraic techniques can be used to evaluate limits more efficiently. There are several important properties and rules that help simplify limit calculations:

  1. Direct Substitution: If the limit expression does not result in an indeterminate form (such as 0/0 or ∞/∞), we can substitute the value directly.

  2. Factoring: If a limit expression can be factored, often common factors can be canceled, simplifying the calculation.

  3. Properties of Limits:

    • Sum/Difference Rule: If lim(g(x)) = L and lim(h(x)) = M, then lim(g(x) ± h(x)) = L ± M.
    • Product Rule: If lim(g(x)) = L and lim(h(x)) = M, then lim(g(x) * h(x)) = L * M.
    • Quotient Rule: If lim(g(x)) = L and lim(h(x)) = M (provided M ≠ 0), then lim(g(x) / h(x)) = L / M.
    • Power Rule: If n is a positive integer, then lim(x^n) = a^n, where a is the number the limit approaches.
    • Composite Rule: If lim(f(x)) = L and lim(g(x)) = M, then lim(f(g(x))) = L.

Through these techniques and additional strategies, we can determine limits algebraically, providing a more efficient approach.

Continuity

Continuity refers to the smoothness and absence of any breaks or jumps in the graph of a function. A function is said to be continuous at a point if three conditions are met:

  1. The function is defined at that point.
  2. The limit of the function exists at that point.
  3. The limit of the function at that point is equal to the function value at that point.

A function can be classified as continuous or discontinuous based on these three criteria.

There are three types of discontinuities:

  1. Removable Discontinuity: Occurs when a function has a hole or jump at a certain point. It can be fixed by filling in or removing the point, resulting in a continuous function.
  2. Jump Discontinuity: Occurs when the function has two distinct limits as x approaches a certain value from left and right. There is a jump or gap between these limits.
  3. Infinite Discontinuity: Occurs when the function approaches ∞ or -∞ as x approaches a certain value. The graph has a vertical asymptote at that point.

Understanding the concept of continuity allows us to identify the behavior of functions and analyze various properties.

Note: The study of limits and continuity extends further, including concepts like L'Hospital's Rule, intermediate value theorem, and more. These are foundational ideas in calculus, serving as a basis for further mathematical explorations.