English translation
Calculus for AI Beginners, Part 5: Definition and Properties of Limits
Limits describe trends as inputs approach a point, not just the function’s value at that point. Understanding limits is foundational for grasping continuity and derivatives.
We examine how the function behaves as we approach the point from the left and from the right separately. If the left-hand and right-hand trends differ, the (two-sided) limit does not exist.
In the previous article, we introduced the basic concepts and notation of functions and limits. This article delves deeper into the definition and properties of limits—a cornerstone for understanding subsequent topics such as continuity and differentiability.
Definition of a Limit
The limit is a core concept in calculus, used to describe how a function behaves near a particular point. Specifically, saying “the limit of as approaches is ” means that as gets arbitrarily close to , the output gets arbitrarily close to . Formally, we write:
When learning the definition of a limit, first develop intuition: observe whether function values stabilize as inputs gradually approach a target point. This intuition underpins later concepts like continuity and derivatives.
This means that no matter how approaches (e.g., from left, right, or oscillating), must get arbitrarily close to .
The – Definition
A rigorous, formal definition of limits uses the symbols (epsilon) and (delta). Precisely, we say
if and only if:
For every , there exists a such that
whenever , it follows that .
This definition ensures mathematical precision and eliminates ambiguity about what “approaching” truly means.
Case Study
Consider . We want to compute its limit as :
By direct substitution, as approaches 3, approaches 6. We verify this using the – definition:
- Choose . We need to find such that .
- Since ,
- So we may take .
This shows: whenever , then — satisfying the limit condition exactly.
Properties of Limits
Limits obey several important algebraic properties—essential tools for computing derivatives and integrals. Here are key ones:
While reading AI-Ready Calculus for Beginners: Functions & Limits — Defining and Understanding Limits, first identify the practical scenario you aim to solve, then connect core concepts with concrete practice steps. This prevents getting lost in isolated terminology when diving into details.
1. Linearity of Limits
If and , then for any constants and :
- Linear combination:
2. Product Rule for Limits
If both and have limits at , then their product does too:
3. Quotient Rule for Limits
If , and both and have limits at , then:
Application Example
Evaluate:
Direct substitution yields — undefined. Instead, factor and simplify:
-
Factor numerator:
-
Cancel common factor:
-
Therefore,
Thus, the limit exists and equals 4.
When reviewing AI-Ready Calculus for Beginners: Functions & Limits — Defining and Understanding Limits, place key concepts, procedural steps, and observable outcomes on the same page for efficient recall.
When practicing AI-Ready Calculus for Beginners: Functions & Limits — Defining and Understanding Limits, write input conditions, computational actions, and resulting outputs together—making future review faster and more reliable.
Summary
In this article, we explored the formal definition of limits, their fundamental algebraic properties, and illustrative examples. These ideas form the bedrock for understanding continuity and differentiability. In the next article, we’ll build on this foundation to examine how limits enable precise definitions of continuous functions and derivatives. We hope this material strengthens your intuitive and technical grasp of calculus.
Continue