Guozhen AIGlobal AI field notes and model intelligence

English translation

Calculus for AI Beginners, Part 5: Definition and Properties of Limits

Published:

Category: Calculus for AI

Read time: 4 min

Reads: 0

Lesson #5Views are counted together with the original Chinese articleImages are preserved from the source page

Concept Map: 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.

Limit Definition & Properties Checklist

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 f(x)f(x) as xx approaches cc is LL” means that as xx gets arbitrarily close to cc, the output f(x)f(x) gets arbitrarily close to LL. Formally, we write:

Limit Definition & Properties Decision Card

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.

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

This means that no matter how xx approaches cc (e.g., from left, right, or oscillating), f(x)f(x) must get arbitrarily close to LL.

The ϵ\epsilonδ\delta Definition

A rigorous, formal definition of limits uses the symbols ϵ\epsilon (epsilon) and δ\delta (delta). Precisely, we say

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

if and only if:
For every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that
whenever 0<xc<δ0 < |x - c| < \delta, it follows that f(x)L<ϵ|f(x) - L| < \epsilon.

This definition ensures mathematical precision and eliminates ambiguity about what “approaching” truly means.

Case Study

Consider f(x)=2xf(x) = 2x. We want to compute its limit as x3x \to 3:

limx3f(x)\lim_{x \to 3} f(x)

By direct substitution, as xx approaches 3, f(x)=2xf(x) = 2x approaches 6. We verify this using the ϵ\epsilonδ\delta definition:

  1. Choose ϵ=0.1\epsilon = 0.1. We need to find δ>0\delta > 0 such that f(x)6<0.1|f(x) - 6| < 0.1.
  2. Since f(x)=2xf(x) = 2x, 2x6<0.1x3<0.05.|2x - 6| < 0.1 \quad \Rightarrow \quad |x - 3| < 0.05.
  3. So we may take δ=0.05\delta = 0.05.

This shows: whenever x(2.95,3.05)x \in (2.95,\, 3.05), then f(x)(5.9,6.1)f(x) \in (5.9,\, 6.1) — 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:

Calculus Practice Reflection Card

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 limxcf(x)=L\displaystyle \lim_{x \to c} f(x) = L and limxcg(x)=M\displaystyle \lim_{x \to c} g(x) = M, then for any constants aa and bb:

  • Linear combination:
limxc(af(x)+bg(x))=aL+bM\lim_{x \to c} \big( a f(x) + b g(x) \big) = aL + bM

2. Product Rule for Limits

If both f(x)f(x) and g(x)g(x) have limits at cc, then their product does too:

limxc(f(x)g(x))=LM\lim_{x \to c} \big( f(x)\,g(x) \big) = L \cdot M

3. Quotient Rule for Limits

If limxcg(x)0\displaystyle \lim_{x \to c} g(x) \neq 0, and both f(x)f(x) and g(x)g(x) have limits at cc, then:

limxcf(x)g(x)=LM\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{L}{M}

Application Example

Evaluate:

limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

Direct substitution yields 0/00/0 — undefined. Instead, factor and simplify:

  1. Factor numerator:

    x24x2=(x2)(x+2)x2,for x2\frac{x^2 - 4}{x - 2} = \frac{(x - 2)(x + 2)}{x - 2}, \quad \text{for } x \ne 2
  2. Cancel common factor:

    x+2x + 2
  3. Therefore,

    limx2(x+2)=4\lim_{x \to 2} (x + 2) = 4

Thus, the limit exists and equals 4.

AI-Ready Calculus for Beginners: Functions & Limits — Defining and Understanding Limits — Application Reflection Card

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.

AI-Ready Calculus for Beginners: Functions & Limits — Defining and Understanding Limits — Application Checklist

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

Keep reading from here

Browse English site

Reader Messages

Reader messages

Questions, corrections, extra sources, or hands-on results can be left here. No login is required.

Max 800 characters

To reduce spam, each message is checked for length, link count, and posting frequency.

0/800

Messages

0 messages
Loading messages...