<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ALimits_and_Continuity</id>
	<title>English:Limits and Continuity - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ALimits_and_Continuity"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Limits_and_Continuity&amp;action=history"/>
	<updated>2026-08-28T13:24:51Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Limits_and_Continuity&amp;diff=47309&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Limits_and_Continuity&amp;diff=47309&amp;oldid=prev"/>
		<updated>2026-08-28T06:52:55Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Limits and Continuity]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
Limits and continuity are central ideas in [[English:Calculus|calculus]]. A &amp;#039;&amp;#039;&amp;#039;limit&amp;#039;&amp;#039;&amp;#039; describes the value that a function approaches when its input approaches a chosen point, while &amp;#039;&amp;#039;&amp;#039;continuity&amp;#039;&amp;#039;&amp;#039; describes when a function behaves without a break at a point or across an interval. These ideas make it possible to define [[English:Derivative|derivatives]], justify many methods of [[English:Integral|integration]], analyze graphs, and reason precisely about change.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Recommended level:&amp;#039;&amp;#039;&amp;#039; Grades 11–13. You should already be comfortable with functions, algebraic manipulation, graphing, inequalities, and basic trigonometry.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Learning goals:&amp;#039;&amp;#039;&amp;#039; 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.&lt;br /&gt;
&lt;br /&gt;
[[File:Continuous and non-continuous function.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=riXcZT2ICjA|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Understanding Limits =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Basic Idea ==&lt;br /&gt;
&lt;br /&gt;
Suppose a function is written as &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt;. The statement&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a} f(x)=L&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
means that the values of &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; can be made as close as we want to &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt; by taking &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; sufficiently close to &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, without requiring &amp;lt;math&amp;gt;x=a&amp;lt;/math&amp;gt;. The value &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; may equal &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;, may be different from &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;, or may even be undefined. A limit is therefore about &amp;#039;&amp;#039;&amp;#039;nearby behavior&amp;#039;&amp;#039;&amp;#039;, not merely the value at the point itself.&lt;br /&gt;
&lt;br /&gt;
For example, let&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f(x)=\frac{x^2-1}{x-1}&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;x\ne 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Factoring gives &amp;lt;math&amp;gt;x^2-1=(x-1)(x+1)&amp;lt;/math&amp;gt;, so for every permitted input near 1, &amp;lt;math&amp;gt;f(x)=x+1&amp;lt;/math&amp;gt;. Therefore,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to 1}\frac{x^2-1}{x-1}=2&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
even though the original expression is undefined at &amp;lt;math&amp;gt;x=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Numerical and Graphical Evidence ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Epsilon-delta limit.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== One-Sided Limits ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;left-hand limit&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a^-}f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
describes what happens as &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; approaches &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; through values less than &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. The &amp;#039;&amp;#039;&amp;#039;right-hand limit&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a^+}f(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
uses values greater than &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A finite two-sided limit exists precisely when both one-sided limits exist and are equal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a^-}f(x)=\lim_{x\to a^+}f(x)=L.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the one-sided limits are different, then the two-sided limit does not exist.&lt;br /&gt;
&lt;br /&gt;
[[File:Upper semi.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=nOnd3SiYZqM|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Infinite Limits and Limits at Infinity ==&lt;br /&gt;
&lt;br /&gt;
An expression such as&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a}f(x)=+\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
does not say that infinity is an ordinary real-number value. It means that &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; becomes arbitrarily large and positive as &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; approaches &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;. This often signals a [[English:Vertical asymptote|vertical asymptote]].&lt;br /&gt;
&lt;br /&gt;
By contrast,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to +\infty}f(x)=L&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
describes the long-run behavior of a function as its input increases without bound. A finite value &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt; can describe a [[English:Horizontal asymptote|horizontal asymptote]].&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to +\infty}\frac{3x+1}{x+4}=3&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
because dividing numerator and denominator by &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; gives&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{3+1/x}{1+4/x}&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
and both &amp;lt;math&amp;gt;1/x&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;4/x&amp;lt;/math&amp;gt; approach zero.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Calculating Limits =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Direct Substitution and Limit Laws ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
For example,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to 2}(x^2+3x-1)=4+6-1=9.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Indeterminate Forms and Algebraic Simplification ==&lt;br /&gt;
&lt;br /&gt;
Substitution sometimes produces &amp;lt;math&amp;gt;0/0&amp;lt;/math&amp;gt;. This is an &amp;#039;&amp;#039;&amp;#039;indeterminate form&amp;#039;&amp;#039;&amp;#039;, not a final answer. It signals that more analysis is needed.&lt;br /&gt;
&lt;br /&gt;
Common techniques include factoring, canceling a common factor after respecting the original domain, combining fractions, and rationalizing expressions with square roots.&lt;br /&gt;
&lt;br /&gt;
Example with factoring:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to 3}\frac{x^2-9}{x-3}=\lim_{x\to 3}(x+3)=6.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example with rationalization:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to 0}\frac{\sqrt{x+4}-2}{x}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiply numerator and denominator by &amp;lt;math&amp;gt;\sqrt{x+4}+2&amp;lt;/math&amp;gt;. For &amp;lt;math&amp;gt;x\ne0&amp;lt;/math&amp;gt;, the expression becomes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{1}{\sqrt{x+4}+2}&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
so the limit is &amp;lt;math&amp;gt;1/4&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Squeeze Theorem ==&lt;br /&gt;
&lt;br /&gt;
The [[English:Squeeze theorem|Squeeze Theorem]] is useful when a function is trapped between two simpler functions with the same limit. If&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;g(x)\le f(x)\le h(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
near &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt;, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a}g(x)=\lim_{x\to a}h(x)=L&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
then &amp;lt;math&amp;gt;\lim_{x\to a}f(x)=L&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For instance, because &amp;lt;math&amp;gt;-1\le\sin(1/x)\le1&amp;lt;/math&amp;gt;, multiplying by &amp;lt;math&amp;gt;x^2\ge0&amp;lt;/math&amp;gt; gives&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-x^2\le x^2\sin(1/x)\le x^2.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both outer expressions approach 0 as &amp;lt;math&amp;gt;x\to0&amp;lt;/math&amp;gt;, so&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to0}x^2\sin(1/x)=0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=igJdDN-DPgA|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Epsilon–Delta Definition =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== From Intuition to Precision ==&lt;br /&gt;
&lt;br /&gt;
The rigorous statement&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to a}f(x)=L&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
means:&lt;br /&gt;
&lt;br /&gt;
For every &amp;lt;math&amp;gt;\varepsilon&amp;gt;0&amp;lt;/math&amp;gt;, there exists a &amp;lt;math&amp;gt;\delta&amp;gt;0&amp;lt;/math&amp;gt; such that whenever&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;0&amp;lt;|x-a|&amp;lt;\delta&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
we have&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|f(x)-L|&amp;lt;\varepsilon&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The number &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt; describes a requested tolerance around the output value &amp;lt;math&amp;gt;L&amp;lt;/math&amp;gt;. The number &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt; describes how close the input must stay to &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; to guarantee that output tolerance. The order of the quantifiers matters: the statement must work for &amp;#039;&amp;#039;&amp;#039;every&amp;#039;&amp;#039;&amp;#039; positive epsilon, and the delta may depend on epsilon.&lt;br /&gt;
&lt;br /&gt;
[[File:Limit of real valued functions - delta epsilon, two real lines, correct case.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
If delta is chosen too large, some allowed inputs can produce outputs outside the requested epsilon band. The following diagram illustrates that failure.&lt;br /&gt;
&lt;br /&gt;
[[File:Limit of real valued functions - delta epsilon, two real lines, incorrect case.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=-ejyeII0i5c|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== A Short Epsilon–Delta Proof ==&lt;br /&gt;
&lt;br /&gt;
To prove&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lim_{x\to3}(2x+1)=7&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
start with the required output distance:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|(2x+1)-7|=|2x-6|=2|x-3|.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Given any &amp;lt;math&amp;gt;\varepsilon&amp;gt;0&amp;lt;/math&amp;gt;, choose&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\delta=\varepsilon/2.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then if &amp;lt;math&amp;gt;0&amp;lt;|x-3|&amp;lt;\delta&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|(2x+1)-7|=2|x-3|&amp;lt;2\delta=\varepsilon.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Continuity =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Continuity at a Point ==&lt;br /&gt;
&lt;br /&gt;
A function &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is &amp;#039;&amp;#039;&amp;#039;continuous at &amp;lt;math&amp;gt;x=c&amp;lt;/math&amp;gt;&amp;#039;&amp;#039;&amp;#039; when all three conditions hold:&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;f(c)&amp;lt;/math&amp;gt; is defined.&lt;br /&gt;
# &amp;lt;math&amp;gt;\lim_{x\to c}f(x)&amp;lt;/math&amp;gt; exists.&lt;br /&gt;
# &amp;lt;math&amp;gt;\lim_{x\to c}f(x)=f(c)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This makes continuity a direct connection between a function value and a limit.&lt;br /&gt;
&lt;br /&gt;
Equivalently, using epsilon–delta language, &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is continuous at &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; if for every &amp;lt;math&amp;gt;\varepsilon&amp;gt;0&amp;lt;/math&amp;gt; there exists &amp;lt;math&amp;gt;\delta&amp;gt;0&amp;lt;/math&amp;gt; such that&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|x-c|&amp;lt;\delta&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
implies&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|f(x)-f(c)|&amp;lt;\varepsilon.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Example of continuous function.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=kdEQGfeC0SE|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Continuity on Intervals ==&lt;br /&gt;
&lt;br /&gt;
A function is continuous on an open interval if it is continuous at every point in that interval. On a closed interval &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt;, continuity at the endpoints is interpreted one-sidedly: the right-hand limit at &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; must equal &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt;, and the left-hand limit at &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; must equal &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Sums, differences, products, and compositions of continuous functions are continuous wherever the expressions are defined. Quotients are continuous wherever the denominator is nonzero.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=ENIQiqxFpBc|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Types of Discontinuity ==&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;removable discontinuity&amp;#039;&amp;#039;&amp;#039; 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.&lt;br /&gt;
&lt;br /&gt;
[[File:Removable-discontinuity.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;jump discontinuity&amp;#039;&amp;#039;&amp;#039; 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.&lt;br /&gt;
&lt;br /&gt;
[[File:Jump discontinuity ladlag.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
An &amp;#039;&amp;#039;&amp;#039;infinite discontinuity&amp;#039;&amp;#039;&amp;#039; occurs when function values become unbounded near the point, often producing a vertical asymptote. An &amp;#039;&amp;#039;&amp;#039;oscillatory discontinuity&amp;#039;&amp;#039;&amp;#039; occurs when the function keeps varying without approaching a single value, as with &amp;lt;math&amp;gt;\sin(1/x)&amp;lt;/math&amp;gt; near zero.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Intermediate Value Theorem =&lt;br /&gt;
&lt;br /&gt;
The [[English:Intermediate value theorem|Intermediate Value Theorem]] states that if &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is continuous on a closed interval &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; lies between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;, then there is at least one number &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c)=N&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A particularly useful case concerns roots. If &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; is continuous on &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt; have opposite signs, then at least one root lies between &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, consider &amp;lt;math&amp;gt;f(x)=x^3+x-1&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;[0,1]&amp;lt;/math&amp;gt;. We have &amp;lt;math&amp;gt;f(0)=-1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(1)=1&amp;lt;/math&amp;gt;. Since polynomials are continuous, the Intermediate Value Theorem guarantees at least one &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;(0,1)&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;f(c)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The theorem guarantees &amp;#039;&amp;#039;&amp;#039;existence&amp;#039;&amp;#039;&amp;#039;, not uniqueness and not an exact location. Additional reasoning or a numerical method such as [[English:Bisection method|bisection]] is needed to narrow down the root.&lt;br /&gt;
&lt;br /&gt;
[[File:Illustration for the intermediate value theorem.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=9xgO-EJ3sr0|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Why Limits and Continuity Matter =&lt;br /&gt;
&lt;br /&gt;
Limits provide the logical foundation for instantaneous rates of change. The derivative&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f&amp;#039;(a)=\lim_{h\to0}\frac{f(a+h)-f(a)}{h}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
is itself defined by a limit. Definite integrals can also be defined as limits of increasingly fine sums.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a finite limit describe?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The value a function approaches near a point)&lt;br /&gt;
(!The function value must be defined at the point)&lt;br /&gt;
(!The largest value of the function)&lt;br /&gt;
(!The slope of the function at every point)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When does a finite two-sided limit exist?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(When the left-hand and right-hand limits exist and are equal)&lt;br /&gt;
(!When the function value is zero)&lt;br /&gt;
(!When the graph has a filled point)&lt;br /&gt;
(!When the left-hand limit is larger than the right-hand limit)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which statement is required for continuity at a point?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The limit must equal the function value)&lt;br /&gt;
(!The function must be linear)&lt;br /&gt;
(!The function must have a vertical asymptote)&lt;br /&gt;
(!The function value must be positive)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the limit of the expression x squared minus 9 over x minus 3 as x approaches 3?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(6)&lt;br /&gt;
(!0)&lt;br /&gt;
(!3)&lt;br /&gt;
(!9)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the limit of the expression square root of x plus 4 minus 2 over x as x approaches 0?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(One fourth)&lt;br /&gt;
(!Zero)&lt;br /&gt;
(!One half)&lt;br /&gt;
(!Four)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the main idea of the Squeeze Theorem?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A trapped function has the same limit as two bounding functions with a common limit)&lt;br /&gt;
(!Every bounded function is continuous)&lt;br /&gt;
(!Every discontinuity can be removed)&lt;br /&gt;
(!Every limit can be found by substitution)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which description matches a removable discontinuity?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A finite limit exists but the function value is missing or different)&lt;br /&gt;
(!The two one-sided limits are unequal)&lt;br /&gt;
(!The function grows without bound near the point)&lt;br /&gt;
(!The function is continuous everywhere)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What can the Intermediate Value Theorem guarantee under its hypotheses?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A continuous function attains every value between its endpoint values)&lt;br /&gt;
(!A continuous function has exactly one root)&lt;br /&gt;
(!Every function has a maximum)&lt;br /&gt;
(!Every rational function is continuous everywhere)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In an epsilon–delta limit proof, what must happen for every positive epsilon?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A suitable positive delta must be found)&lt;br /&gt;
(!Epsilon must equal delta)&lt;br /&gt;
(!The function value must equal zero)&lt;br /&gt;
(!The input must equal the target point)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a limit of positive infinity near a point indicate?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The function becomes arbitrarily large and positive)&lt;br /&gt;
(!Infinity is a real function value)&lt;br /&gt;
(!The function is constant)&lt;br /&gt;
(!The function has a removable hole)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Limit || Value approached by a function near a chosen input&lt;br /&gt;
|-&lt;br /&gt;
| One-sided limit || Behavior observed from only one side of a point&lt;br /&gt;
|-&lt;br /&gt;
| Continuity || Agreement between a function value and its nearby limiting behavior&lt;br /&gt;
|-&lt;br /&gt;
| Removable discontinuity || A hole that can be repaired by redefining one value&lt;br /&gt;
|-&lt;br /&gt;
| Jump discontinuity || A break where finite left and right limits are unequal&lt;br /&gt;
|-&lt;br /&gt;
| Squeeze theorem || Principle for finding a limit by trapping a function between two others&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate value theorem || Existence result for values between outputs of a continuous function&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Two-sided limit&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Equal left-hand and right-hand limiting values&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Epsilon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Requested tolerance in the output&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Delta&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Allowed tolerance in the input&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Removable discontinuity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Finite limit with a missing or mismatched point value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Intermediate Value Theorem&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Continuity-based guarantee that intermediate outputs occur&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Limit || What value does a function approach near a point?&lt;br /&gt;
|-&lt;br /&gt;
| Continuity || What property means nearby inputs produce compatible nearby outputs at a point?&lt;br /&gt;
|-&lt;br /&gt;
| Epsilon || What symbol names the output tolerance in a rigorous limit definition?&lt;br /&gt;
|-&lt;br /&gt;
| Delta || What symbol names the input tolerance chosen in response?&lt;br /&gt;
|-&lt;br /&gt;
| Squeeze || What theorem traps a function between two functions with a common limit?&lt;br /&gt;
|-&lt;br /&gt;
| Discontinuity || What is a point called where continuity fails?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Limits+and+Continuity &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A { limit } 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 { equal }. A function is { continuous } 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 { tolerance }. The corresponding input tolerance is called { delta }. An indeterminate form such as zero over zero often signals that algebraic { simplification } is needed. The { Squeeze Theorem } 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 { removable } discontinuity. Unequal finite one-sided limits create a { jump } discontinuity. The Intermediate Value Theorem requires a function to be { continuous } on a closed interval. Under its hypotheses, the theorem guarantees that every output between the endpoint values is { attained } somewhere in the interval. Limits provide the foundation for the definition of a { derivative }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Limit of a function|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.&lt;br /&gt;
# [[English:One-sided limit|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.&lt;br /&gt;
# [[English:Continuity|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.&lt;br /&gt;
# [[English:Discontinuity|Discontinuity Sort]]: Draw four small graphs representing removable, jump, infinite, and oscillatory discontinuities and write one sentence explaining the diagnostic feature of each.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Squeeze theorem|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.&lt;br /&gt;
# [[English:Continuous function|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.&lt;br /&gt;
# [[English:Intermediate value theorem|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.&lt;br /&gt;
# [[English:Mathematical proof|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.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Epsilon-delta definition|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.&lt;br /&gt;
# [[English:Piecewise function|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.&lt;br /&gt;
# [[English:Mathematical model|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.&lt;br /&gt;
# [[English:Calculus|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.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Limit laws|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.&lt;br /&gt;
# [[English:Continuity|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.&lt;br /&gt;
# [[English:Epsilon-delta definition|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.&lt;br /&gt;
# [[English:Intermediate value theorem|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.&lt;br /&gt;
# [[English:Mathematical model|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.&lt;br /&gt;
# [[English:Derivative|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.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: You can define finite limits, one-sided limits, infinite limits, continuity, and the main types of discontinuity using correct mathematical language.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Procedural skill&amp;#039;&amp;#039;&amp;#039;: You can calculate limits using substitution, limit laws, factoring, rationalization, and the Squeeze Theorem where appropriate.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Graphical reasoning&amp;#039;&amp;#039;&amp;#039;: You can infer one-sided behavior and continuity from graphs while recognizing that visual evidence alone is not a proof.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Proof skill&amp;#039;&amp;#039;&amp;#039;: You can construct and explain elementary epsilon–delta arguments and identify the logical roles of epsilon and delta.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Theorem use&amp;#039;&amp;#039;&amp;#039;: You can verify the hypotheses of the Intermediate Value Theorem before drawing an existence conclusion.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;: Your work includes clear graphs, written proofs, mathematical explanations, and at least one project or presentation that communicates a limit or continuity concept.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: You can decide whether continuity is a reasonable modeling assumption in a new context and explain how limits support later ideas in calculus.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The following English-language open resources provide further background on the main concepts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Limit_of_a_function &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Continuous_function &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Limits and Continuity|Limits and Continuity]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Limit of a function|Limit of a function]]&lt;br /&gt;
# [[English:One-sided limit|One-sided limit]]&lt;br /&gt;
# [[English:Squeeze theorem|Squeeze theorem]]&lt;br /&gt;
# [[English:Epsilon-delta definition|Epsilon-delta definition]]&lt;br /&gt;
# [[English:Continuous function|Continuous function]]&lt;br /&gt;
# [[English:Discontinuity|Discontinuity]]&lt;br /&gt;
# [[English:Intermediate value theorem|Intermediate value theorem]]&lt;br /&gt;
# [[English:Derivative|Derivative]]&lt;br /&gt;
# [[English:Integral|Integral]]&lt;br /&gt;
# [[English:Numerical analysis|Numerical analysis]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Limits and Continuity]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Calculus]]&lt;br /&gt;
[[Category:Mathematical analysis]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>