English:Limits and Continuity

Limits and Continuity
Introduction
Limits and continuity are central ideas in calculus. A limit describes the value that a function approaches when its input approaches a chosen point, while continuity describes when a function behaves without a break at a point or across an interval. These ideas make it possible to define derivatives, justify many methods of integration, analyze graphs, and reason precisely about change.
You will move from graphical and numerical intuition to symbolic methods and then to the formal epsilon–delta definition. You will also learn how to recognize different kinds of discontinuity and how continuity can guarantee the existence of solutions.
Recommended level: Grades 11–13. You should already be comfortable with functions, algebraic manipulation, graphing, inequalities, and basic trigonometry.
Learning goals: By the end of this aiMOOC, you should be able to interpret and calculate limits, compare one-sided and two-sided limits, explain continuity at a point and on an interval, classify discontinuities, use the Squeeze Theorem, apply the Intermediate Value Theorem, and explain the logic of an epsilon–delta argument.
Understanding Limits
The Basic Idea
Suppose a function is written as . The statement
means that the values of can be made as close as we want to by taking sufficiently close to , without requiring . The value may equal , may be different from , or may even be undefined. A limit is therefore about nearby behavior, not merely the value at the point itself.
For example, let
for .
Factoring gives , so for every permitted input near 1, . Therefore,
,
even though the original expression is undefined at .
A useful habit is to ask three separate questions: What is the function value? What do values from the left approach? What do values from the right approach? These answers need not be the same.
Numerical and Graphical Evidence
A table of values can suggest a limit by sampling inputs increasingly close to a target. A graph can show whether function values settle toward a common height. Neither a finite table nor a graph alone is a proof, because both show only limited information. They are excellent for forming a conjecture that can then be justified algebraically or logically.
When reading a graph, an open circle may indicate a missing function value, while a filled point may show the actual value of the function. The position of a single filled point does not change the limit if nearby values still approach the same number.
One-Sided Limits
The left-hand limit
describes what happens as approaches through values less than . The right-hand limit
uses values greater than .
A finite two-sided limit exists precisely when both one-sided limits exist and are equal:
If the one-sided limits are different, then the two-sided limit does not exist.
Infinite Limits and Limits at Infinity
An expression such as
does not say that infinity is an ordinary real-number value. It means that becomes arbitrarily large and positive as approaches . This often signals a vertical asymptote.
By contrast,
describes the long-run behavior of a function as its input increases without bound. A finite value can describe a horizontal asymptote.
For example,
,
because dividing numerator and denominator by gives
,
and both and approach zero.
Calculating Limits
Direct Substitution and Limit Laws
If a function is continuous at the target point, direct substitution gives its limit. Polynomial functions are continuous everywhere, and rational functions are continuous wherever their denominators are nonzero.
If the relevant limits exist, the standard limit laws allow you to take limits through sums, differences, constant multiples, products, and quotients, provided the denominator limit is not zero. Powers and roots can also be handled under their usual domain conditions.
For example,
Indeterminate Forms and Algebraic Simplification
Substitution sometimes produces . This is an indeterminate form, not a final answer. It signals that more analysis is needed.
Common techniques include factoring, canceling a common factor after respecting the original domain, combining fractions, and rationalizing expressions with square roots.
Example with factoring:
Example with rationalization:
Multiply numerator and denominator by . For , the expression becomes
,
so the limit is .
The Squeeze Theorem
The Squeeze Theorem is useful when a function is trapped between two simpler functions with the same limit. If
near , and
,
then .
For instance, because , multiplying by gives
Both outer expressions approach 0 as , so
The Epsilon–Delta Definition
From Intuition to Precision
The rigorous statement
means:
For every , there exists a such that whenever
,
we have
.
The number describes a requested tolerance around the output value . The number describes how close the input must stay to to guarantee that output tolerance. The order of the quantifiers matters: the statement must work for every positive epsilon, and the delta may depend on epsilon.
If delta is chosen too large, some allowed inputs can produce outputs outside the requested epsilon band. The following diagram illustrates that failure.
A Short Epsilon–Delta Proof
To prove
,
start with the required output distance:
Given any , choose
Then if ,
This proves the limit. Notice that the proof does not guess a numerical epsilon. It responds to an arbitrary positive tolerance with a delta that guarantees success.
Continuity
Continuity at a Point
A function is continuous at when all three conditions hold:
- is defined.
- exists.
- .
This makes continuity a direct connection between a function value and a limit.
Equivalently, using epsilon–delta language, is continuous at if for every there exists such that
implies
Continuity on Intervals
A function is continuous on an open interval if it is continuous at every point in that interval. On a closed interval , continuity at the endpoints is interpreted one-sidedly: the right-hand limit at must equal , and the left-hand limit at must equal .
Sums, differences, products, and compositions of continuous functions are continuous wherever the expressions are defined. Quotients are continuous wherever the denominator is nonzero.
Types of Discontinuity
A removable discontinuity occurs when a finite limit exists but the function value is missing or different from that limit. The gap can be repaired by redefining a single function value.
A jump discontinuity occurs when the finite left-hand and right-hand limits both exist but are unequal. No single value assigned at the point can make the function continuous there.
An infinite discontinuity occurs when function values become unbounded near the point, often producing a vertical asymptote. An oscillatory discontinuity occurs when the function keeps varying without approaching a single value, as with near zero.
Understanding the type of discontinuity helps you decide whether a function can be repaired locally, whether a two-sided limit exists, and what graphical behavior to expect.
The Intermediate Value Theorem
The Intermediate Value Theorem states that if is continuous on a closed interval and lies between and , then there is at least one number in such that .
A particularly useful case concerns roots. If is continuous on and and have opposite signs, then at least one root lies between and .
For example, consider on . We have and . Since polynomials are continuous, the Intermediate Value Theorem guarantees at least one in with .
The theorem guarantees existence, not uniqueness and not an exact location. Additional reasoning or a numerical method such as bisection is needed to narrow down the root.
Why Limits and Continuity Matter
Limits provide the logical foundation for instantaneous rates of change. The derivative
is itself defined by a limit. Definite integrals can also be defined as limits of increasingly fine sums.
Continuity is equally important in modeling. Temperature, position, and many idealized physical quantities are often modeled with continuous functions, while stepwise policies, digital signals, account balances, and piecewise control systems may contain jumps. A mathematical model should therefore not assume continuity automatically; the assumption should fit the phenomenon.
In numerical analysis, continuity supports existence arguments, error control, and root-finding methods. In physics and engineering, continuity assumptions help describe motion, fields, and system responses. In economics and statistics, limits appear in marginal analysis, asymptotics, and approximation.
Interactive Tasks
Quiz: Test Your Knowledge
What does a finite limit describe? (The value a function approaches near a point) (!The function value must be defined at the point) (!The largest value of the function) (!The slope of the function at every point)
When does a finite two-sided limit exist? (When the left-hand and right-hand limits exist and are equal) (!When the function value is zero) (!When the graph has a filled point) (!When the left-hand limit is larger than the right-hand limit)
Which statement is required for continuity at a point? (The limit must equal the function value) (!The function must be linear) (!The function must have a vertical asymptote) (!The function value must be positive)
What is the limit of the expression x squared minus 9 over x minus 3 as x approaches 3? (6) (!0) (!3) (!9)
What is the limit of the expression square root of x plus 4 minus 2 over x as x approaches 0? (One fourth) (!Zero) (!One half) (!Four)
What is the main idea of the Squeeze Theorem? (A trapped function has the same limit as two bounding functions with a common limit) (!Every bounded function is continuous) (!Every discontinuity can be removed) (!Every limit can be found by substitution)
Which description matches a removable discontinuity? (A finite limit exists but the function value is missing or different) (!The two one-sided limits are unequal) (!The function grows without bound near the point) (!The function is continuous everywhere)
What can the Intermediate Value Theorem guarantee under its hypotheses? (A continuous function attains every value between its endpoint values) (!A continuous function has exactly one root) (!Every function has a maximum) (!Every rational function is continuous everywhere)
In an epsilon–delta limit proof, what must happen for every positive epsilon? (A suitable positive delta must be found) (!Epsilon must equal delta) (!The function value must equal zero) (!The input must equal the target point)
What does a limit of positive infinity near a point indicate? (The function becomes arbitrarily large and positive) (!Infinity is a real function value) (!The function is constant) (!The function has a removable hole)
Memory Game
| Limit | Value approached by a function near a chosen input |
| One-sided limit | Behavior observed from only one side of a point |
| Continuity | Agreement between a function value and its nearby limiting behavior |
| Removable discontinuity | A hole that can be repaired by redefining one value |
| Jump discontinuity | A break where finite left and right limits are unequal |
| Squeeze theorem | Principle for finding a limit by trapping a function between two others |
| Intermediate value theorem | Existence result for values between outputs of a continuous function |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Two-sided limit | Equal left-hand and right-hand limiting values |
| Epsilon | Requested tolerance in the output |
| Delta | Allowed tolerance in the input |
| Removable discontinuity | Finite limit with a missing or mismatched point value |
| Intermediate Value Theorem | Continuity-based guarantee that intermediate outputs occur |
...
Crossword Puzzle
| Limit | What value does a function approach near a point? |
| Continuity | What property means nearby inputs produce compatible nearby outputs at a point? |
| Epsilon | What symbol names the output tolerance in a rigorous limit definition? |
| Delta | What symbol names the input tolerance chosen in response? |
| Squeeze | What theorem traps a function between two functions with a common limit? |
| Discontinuity | What is a point called where continuity fails? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Limit Table Investigation: Build a table of inputs approaching one target from both sides for a rational function with a removable hole, predict the limit, and explain why the function value itself is not enough.
- Graph Reading Poster: Create a one-page visual guide that shows how to read left-hand, right-hand, and two-sided limits from a graph, including one example where the two-sided limit fails.
- Continuity Photo Hunt: Photograph or sketch three real-world situations that could reasonably be modeled continuously and one that contains a jump, then justify each classification.
- Discontinuity Sort: Draw four small graphs representing removable, jump, infinite, and oscillatory discontinuities and write one sentence explaining the diagnostic feature of each.
Standard
- Squeeze Demonstration: Produce a short written or video explanation of why x squared times sine of one over x approaches zero, using upper and lower bounds rather than substitution.
- Sensor Data Study: Visit a school science lab or use a phone sensor to record a changing quantity over time, graph the data, and discuss whether a continuous model is reasonable at the measurement scale.
- Root Guarantee Investigation: Choose a polynomial with values of opposite sign at two endpoints, prove that a root exists between them, and then approximate the root by repeated interval halving.
- Peer Interview on Proof: Interview a classmate about the difference between graphical evidence and proof for limits, summarize their reasoning, and improve one claim by adding a precise mathematical justification.
Advanced
- Epsilon–Delta Proof Portfolio: Write rigorous epsilon–delta proofs for two linear limits and one simple quadratic limit, explaining how each delta choice is constructed from the requested epsilon.
- Piecewise Continuity Design: Create a piecewise function with at least three formulas and choose parameters so that it is continuous at one join but discontinuous at another; verify both claims with limits.
- Modeling Assumption Critique: Compare a continuous model and a stepwise model for the same real process, explain where each is useful, and identify what conclusions would change if continuity were assumed incorrectly.
- Mini-Lesson Production: Create a five-minute teaching video or narrated slide sequence that connects limits, continuity, and derivatives, including one worked example, one common misconception, and one transfer question.
Learning Assessment
- Method Selection: Given a mixed set of limits, decide whether direct substitution, factoring, rationalization, one-sided analysis, or the Squeeze Theorem is appropriate, and justify each choice before calculating.
- Continuity Diagnosis: Analyze a piecewise function at every join point by checking the function value, the left-hand limit, the right-hand limit, and the two-sided limit, then classify each failure.
- Quantifier Reasoning: Explain why the statement “for every epsilon there exists a delta” is stronger than checking a few numerical tolerances, and illustrate your explanation with a linear function.
- Existence Without Exact Solution: Use the Intermediate Value Theorem to prove that an equation has a solution in a stated interval, then explain why the theorem alone does not determine uniqueness or the exact root.
- Transfer to Modeling: Evaluate whether continuity is a defensible assumption in a supplied real-world model, identify a possible discontinuity, and explain how that discontinuity would affect predictions.
- Concept Connection: Explain how the limit definition of the derivative depends on nearby behavior and why differentiability at a point implies continuity there, while continuity alone does not guarantee differentiability.
Evidence of Learning
- Knowledge: You can define finite limits, one-sided limits, infinite limits, continuity, and the main types of discontinuity using correct mathematical language.
- Procedural skill: You can calculate limits using substitution, limit laws, factoring, rationalization, and the Squeeze Theorem where appropriate.
- Graphical reasoning: You can infer one-sided behavior and continuity from graphs while recognizing that visual evidence alone is not a proof.
- Proof skill: You can construct and explain elementary epsilon–delta arguments and identify the logical roles of epsilon and delta.
- Theorem use: You can verify the hypotheses of the Intermediate Value Theorem before drawing an existence conclusion.
- Products: Your work includes clear graphs, written proofs, mathematical explanations, and at least one project or presentation that communicates a limit or continuity concept.
- Transfer: You can decide whether continuity is a reasonable modeling assumption in a new context and explain how limits support later ideas in calculus.
OERs on the Topic
The following English-language open resources provide further background on the main concepts.
Linked Learning Areas
Limits and continuity connect algebraic manipulation, graph interpretation, proof, numerical approximation, derivatives, integrals, mathematical modeling, and numerical methods. The navigation table below links the main ideas so that you can revisit prerequisites or continue into later calculus topics.
aiMOOC Projects
MOOCwiki · Deutsch
Nach dem Lernen ist vor dem Lernen
Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.
Zur MOOCwiki-HauptseiteMediathek
Mediathek
Mediathek wird aus dem Wiki geladen ...
Keine passenden Inhalte gefunden. Bitte ändere Suche oder Filter.
NEWSLernweltNOAH fragen