Zum Inhalt springen

English:Limits and Continuity

Aus MOOCsWiki Staging
Die Druckversion wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.
aiMOOC-Siegel

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.

Fehler beim Erstellen des Vorschaubildes:


Understanding Limits


The Basic Idea

Suppose a function is written as f(x). The statement

limxaf(x)=L

means that the values of f(x) can be made as close as we want to L by taking x sufficiently close to a, without requiring x=a. The value f(a) may equal L, may be different from L, or may even be undefined. A limit is therefore about nearby behavior, not merely the value at the point itself.

For example, let

f(x)=x21x1 for x1.

Factoring gives x21=(x1)(x+1), so for every permitted input near 1, f(x)=x+1. Therefore,

limx1x21x1=2,

even though the original expression is undefined at x=1.

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.

Datei:Epsilon-delta limit.svg


One-Sided Limits

The left-hand limit

limxaf(x)

describes what happens as x approaches a through values less than a. The right-hand limit

limxa+f(x)

uses values greater than a.

A finite two-sided limit exists precisely when both one-sided limits exist and are equal:

limxaf(x)=limxa+f(x)=L.

If the one-sided limits are different, then the two-sided limit does not exist.

Datei:Upper semi.svg


Infinite Limits and Limits at Infinity

An expression such as

limxaf(x)=+

does not say that infinity is an ordinary real-number value. It means that f(x) becomes arbitrarily large and positive as x approaches a. This often signals a vertical asymptote.

By contrast,

limx+f(x)=L

describes the long-run behavior of a function as its input increases without bound. A finite value L can describe a horizontal asymptote.

For example,

limx+3x+1x+4=3,

because dividing numerator and denominator by x gives

3+1/x1+4/x,

and both 1/x and 4/x 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,

limx2(x2+3x1)=4+61=9.


Indeterminate Forms and Algebraic Simplification

Substitution sometimes produces 0/0. 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:

limx3x29x3=limx3(x+3)=6.

Example with rationalization:

limx0x+42x.

Multiply numerator and denominator by x+4+2. For x0, the expression becomes

1x+4+2,

so the limit is 1/4.


The Squeeze Theorem

The Squeeze Theorem is useful when a function is trapped between two simpler functions with the same limit. If

g(x)f(x)h(x)

near a, and

limxag(x)=limxah(x)=L,

then limxaf(x)=L.

For instance, because 1sin(1/x)1, multiplying by x20 gives

x2x2sin(1/x)x2.

Both outer expressions approach 0 as x0, so

limx0x2sin(1/x)=0.


The Epsilon–Delta Definition


From Intuition to Precision

The rigorous statement

limxaf(x)=L

means:

For every ε>0, there exists a δ>0 such that whenever

0<|xa|<δ,

we have

|f(x)L|<ε.

The number ε describes a requested tolerance around the output value L. The number δ describes how close the input must stay to a 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.

Datei:Limit of real valued functions - delta epsilon, two real lines, correct case.svg

If delta is chosen too large, some allowed inputs can produce outputs outside the requested epsilon band. The following diagram illustrates that failure.

Datei:Limit of real valued functions - delta epsilon, two real lines, incorrect case.svg


A Short Epsilon–Delta Proof

To prove

limx3(2x+1)=7,

start with the required output distance:

|(2x+1)7|=|2x6|=2|x3|.

Given any ε>0, choose

δ=ε/2.

Then if 0<|x3|<δ,

|(2x+1)7|=2|x3|<2δ=ε.

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 f is continuous at x=c when all three conditions hold:

  1. f(c) is defined.
  2. limxcf(x) exists.
  3. limxcf(x)=f(c).

This makes continuity a direct connection between a function value and a limit.

Equivalently, using epsilon–delta language, f is continuous at c if for every ε>0 there exists δ>0 such that

|xc|<δ

implies

|f(x)f(c)|<ε.

Datei:Example of continuous function.svg


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 [a,b], continuity at the endpoints is interpreted one-sidedly: the right-hand limit at a must equal f(a), and the left-hand limit at b must equal f(b).

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.

Datei:Removable-discontinuity.svg

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.

Datei:Jump discontinuity ladlag.svg

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 sin(1/x) 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 f is continuous on a closed interval [a,b] and N lies between f(a) and f(b), then there is at least one number c in [a,b] such that f(c)=N.

A particularly useful case concerns roots. If f is continuous on [a,b] and f(a) and f(b) have opposite signs, then at least one root lies between a and b.

For example, consider f(x)=x3+x1 on [0,1]. We have f(0)=1 and f(1)=1. Since polynomials are continuous, the Intermediate Value Theorem guarantees at least one c in (0,1) with f(c)=0.

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.

Datei:Illustration for the intermediate value theorem.svg


Why Limits and Continuity Matter

Limits provide the logical foundation for instantaneous rates of change. The derivative

f(a)=limh0f(a+h)f(a)h

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

Complete the text.

A

describes the value that a function approaches as its input approaches a chosen point. A two-sided limit exists when the left-hand and right-hand limits are

. A function is

at a point when its value is defined, its limit exists, and the two agree. In a rigorous limit definition, epsilon measures the permitted output

. The corresponding input tolerance is called

. An indeterminate form such as zero over zero often signals that algebraic

is needed. The

can determine a limit when a function is trapped between two functions with the same limit. A hole with an existing finite limit is a

discontinuity. Unequal finite one-sided limits create a

discontinuity. The Intermediate Value Theorem requires a function to be

on a closed interval. Under its hypotheses, the theorem guarantees that every output between the endpoint values is

somewhere in the interval. Limits provide the foundation for the definition of a

.




Open-Ended Tasks


Easy

  1. 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.
  2. 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.
  3. 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.
  4. Discontinuity Sort: Draw four small graphs representing removable, jump, infinite, and oscillatory discontinuities and write one sentence explaining the diagnostic feature of each.


Standard

  1. 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.
  2. 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.
  3. 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.
  4. 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

  1. 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.
  2. 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.
  3. 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.
  4. 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

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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

  1. Knowledge: You can define finite limits, one-sided limits, infinite limits, continuity, and the main types of discontinuity using correct mathematical language.
  2. Procedural skill: You can calculate limits using substitution, limit laws, factoring, rationalization, and the Squeeze Theorem where appropriate.
  3. Graphical reasoning: You can infer one-sided behavior and continuity from graphs while recognizing that visual evidence alone is not a proof.
  4. Proof skill: You can construct and explain elementary epsilon–delta arguments and identify the logical roles of epsilon and delta.
  5. Theorem use: You can verify the hypotheses of the Intermediate Value Theorem before drawing an existence conclusion.
  6. Products: Your work includes clear graphs, written proofs, mathematical explanations, and at least one project or presentation that communicates a limit or continuity concept.
  7. 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