Wednesday, February 25, 2026

Limits and Continuity in Calculus (Mathematics Notes)

Limits and Continuity in Calculus

Introduction

Calculus is built on two foundational ideas: limits and continuity. These concepts allow us to rigorously describe how functions behave as inputs approach certain values, and they form the basis for defining derivatives and integrals. Without limits, the notion of instantaneous change would be impossible to formalize.


Limits

  • Definition:
    The limit of a function (f(x)) as (x) approaches a value (a) is the number (L) that (f(x)) gets closer to as (x) gets arbitrarily close to (a).
    [ \lim_{x \to a} f(x) = L ]

  • Intuitive Example:
    Consider (f(x) = \frac{x^2 - 1}{x - 1}). At (x = 1), the function is undefined. But as (x) approaches 1, the function approaches 2. Thus,
    [ \lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2 ]

  • Limit Laws:
    These rules simplify evaluation:

    • Sum/Difference Law: (\lim (f(x) \pm g(x)) = \lim f(x) \pm \lim g(x))
    • Product Law: (\lim (f(x) \cdot g(x)) = \lim f(x) \cdot \lim g(x))
    • Quotient Law: (\lim \frac{f(x)}{g(x)} = \frac{\lim f(x)}{\lim g(x)}), if denominator ≠ 0
  • Special Techniques:

    • Factoring and canceling
    • Rationalizing with conjugates
    • The Squeeze Theorem for bounding functions

Continuity

  • Definition:
    A function (f(x)) is continuous at (x = a) if:

    1. (f(a)) is defined
    2. (\lim_{x \to a} f(x)) exists
    3. (\lim_{x \to a} f(x) = f(a))
  • Types of Discontinuities:

    • Removable: A “hole” in the graph (e.g., undefined point but limit exists).
    • Jump: Left-hand and right-hand limits differ.
    • Infinite: Function grows without bound near a point.
  • Example:
    The function (f(x) = x^2) is continuous everywhere because its limit at any point equals its value at that point.


Importance in Calculus

  • Derivatives: Defined as a limit of the difference quotient.
  • Integrals: Defined as the limit of Riemann sums.
  • Real-world Applications: Physics (motion), economics (marginal cost), engineering (stress analysis).

Comparison Table

ConceptDefinitionExampleRole in Calculus
LimitValue function approaches as input nears a point(\lim_{x \to 1} \frac{x^2-1}{x-1} = 2)Foundation for derivatives & integrals
ContinuityFunction’s value equals its limit at a point(f(x) = x^2) continuous everywhereEnsures smoothness of functions

Conclusion

Limits and continuity are the gateway concepts of calculus. They allow us to move from discrete approximations to continuous change, making modern science and engineering possible. Mastering them is essential before diving into advanced topics like differentiation and integration.

No comments:

Post a Comment

Support Vector Machines in Machine Learning

Support Vector Machines in Machine Learning Introduction Support Vector Machines (SVMs) are powerful supervised learning algorithms used ...