Unit 1: Limits and Continuity
The Big Idea of a Limit
What a limit is (and what it is not)
A limit describes what value a function’s outputs are approaching as the inputs get close to some number. The key word is “approaching”: when you evaluate a limit as x approaches a value a, you are interested in what happens to f(x) for x-values near a (from either side), not necessarily at x = a itself.This matters because calculus is built to handle change and motion situations where you care about what happens “right up to” a point. Limits let you talk precisely about:**Instantaneous change** (later: derivatives), which is defined using a limit process.**Accumulation** (later: integrals), which also relies on limits.**Continuity**, which is essentially a statement that “the limit agrees with the function value.”A common misconception is to think “the limit is just plugging in.” Sometimes plugging in works (when the function behaves nicely), but limits are more general: the limit can exist even when the function is undefined at that point, and the limit can fail to exist even when the function is defined.Limit notation and languageThe standard notation\lim_{x \to a} f(x) = Lmeans: as x gets close to a, f(x) gets close to L.It does **not** automatically mean f(a)=L or even that f(a) is defined.One-sided limitsSometimes what happens from the left and from the right are different. Then you use one-sided limits:\lim_{x \to a^-} f(x) = Lmeans you approach a using values x < a.\lim_{x \to a^+} f(x) = Mmeans you approach a using values x > a.A two-sided limit exists exactly when the one-sided limits exist **and** match:\lim_{x \to a} f(x) \text{ exists if and only if } \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x)If they approach different values, then the two-sided limit **does not exist** (often abbreviated DNE).A quick notation reference (same ideas, different symbols)IdeaCommon notationMeaningTwo-sided limit\lim_{x \to a} f(x)Approach a from both sidesLeft-hand limit\lim_{x \to a^-} f(x)Approach a from values less than aRight-hand limit\lim_{x \to a^+} f(x)Approach a from values greater than aLimit at infinity\lim_{x \to \infty} f(x)End behavior as x grows without boundLimit at negative infinity\lim_{x \to -\infty} f(x)End behavior as x decreases without boundExample: two-sided vs one-sided behaviorSuppose a function behaves like this near x = 2:Approaching from the left, the values of f(x) get close to 3.Approaching from the right, the values of f(x) get close to 5.Then you can say:\lim_{x \to 2^-} f(x) = 3\lim_{x \to 2^+} f(x) = 5But because 3 \neq 5, you must conclude:\lim_{x \to 2} f(x) \text{ does not exist}This is exactly the kind of reasoning AP questions expect: you justify existence (or nonexistence) by comparing one-sided limits.Exam Focus**Typical question patterns**:Given a graph or piecewise definition, find \lim_{x \to a^-} f(x), \lim_{x \to a^+} f(x), and decide whether \lim_{x \to a} f(x) exists.Interpret a limit statement in words (what does it mean “as x approaches a”?).Decide whether a claim like “since f(a) exists, the limit exists” is valid.**Common mistakes**:Treating \lim_{x \to a} f(x) as equal to f(a) automatically.Forgetting that a two-sided limit requires agreement from both sides.Using “DNE” when a limit is infinite (in AP language, an infinite limit is still described precisely; you often write \infty or -\infty, not just DNE).Estimating Limits from Graphs, Tables, and ContextWhy estimation mattersLimits can be found in several ways: by reading a graph, estimating from a table, and later by algebraic properties and manipulation. Before you learn the full algebraic toolkit, it’s important to understand limits visually and numerically. Graphs and tables show you the “approach behavior” directly, and in real applications you might only have measured data or a computer-generated graph.Estimation reinforces a central habit of mind in calculus: you care about **local behavior** near a point, not just what happens at one input.Estimating limits from a graphWhen estimating \lim_{x \to a} f(x) from a graph, you do this process:Look near x = a from the left and see what y-value the graph approaches.Look near x = a from the right and see what y-value the graph approaches.If both sides approach the same y-value, that’s the limit.Separately check whether the point at x = a is filled (the actual function value) and whether it matches the limit.Key idea: the limit depends on the trend, not the “dot.” A hole (open circle) can still have a perfectly good limit.If the graph approaches two different values from the left and right at the same x-value, the (two-sided) limit does not exist.Example 1: a removable-looking situationImagine a graph that looks like a smooth curve approaching y = 4 near x = 1, but with an open circle at (1, 4) and a filled dot at (1, 2).From the picture, you would conclude:\lim_{x \to 1} f(x) = 4butf(1)=2So the limit exists even though the function value is different.Example 2: a jump discontinuityIf the graph approaches y = 1 from the left of x = 0 but approaches y = 3 from the right, then:\lim_{x \to 0^-} f(x) = 1\lim_{x \to 0^+} f(x) = 3So:\lim_{x \to 0} f(x) \text{ does not exist}Estimating limits from a tableTables are trickier because you must infer a trend from numbers. A good strategy is to use x-values that get close to a from the left and from the right, and watch whether f(x) values settle toward a single number. Be cautious if the values grow without bound; that suggests an infinite limit.Example: table approaching a finite numberSuppose a = 2 and you see:x1.91.992.012.1f(x)3.73.974.034.3Values near 2 appear to head toward 4. A reasonable estimate is:\lim_{x \to 2} f(x) = 4Notice you do not need x = 2 in the table; limits are about “near,” not “at.”Example: table suggesting an infinite limitIf as x approaches 1, values of f(x) blow up:For x < 1, values become large negative.For x > 1, values become large positive.Then you might conclude:\lim_{x \to 1^-} f(x) = -\infty\lim_{x \to 1^+} f(x) = \inftyand the two-sided limit does not exist.Limits in context (verbal descriptions)Sometimes problems describe a real situation (population, velocity, cost) and ask for a limit interpretation. The structure is usually:x is an input like time.f(x) is an output like a measurement.The limit describes what the measurement is approaching near a particular time.For example, if f(t) is temperature and\lim_{t \to 10} f(t) = 70then the temperature is approaching 70 degrees near t = 10 minutes, even if the sensor glitches at exactly 10 minutes.Exam Focus**Typical question patterns**:Estimate a two-sided limit and one-sided limits from a graph.Use a table to estimate a limit and justify whether the limit seems finite, infinite, or nonexistent.Compare \lim_{x \to a} f(x) with f(a) from graphical features (hole vs filled dot).**Common mistakes**:Reading f(a) off the graph and calling it the limit.Assuming a limit exists just because the graph is defined at x = a.Ignoring one-sided behavior when the graph has a break or jump.Limit Laws and Basic Limit EvaluationWhy limit laws are powerfulYou could estimate limits forever, but calculus needs reliable computation. **Limit laws** (algebraic properties of limits) let you build complicated limits from simpler ones, much like arithmetic rules let you build complicated calculations.The underlying idea is that if two functions behave predictably near a, then sums, products, and quotients of those functions behave predictably too (as long as you avoid dividing by something approaching 0).Core limit laws (conceptual form)Assume\lim_{x \to a} f(x) = Land\lim_{x \to a} g(x) = MThen:**Sum law**\lim_{x \to a} (f(x)+g(x)) = L+M**Difference law**\lim_{x \to a} (f(x)-g(x)) = L-M**Constant multiple law**\lim_{x \to a} (c f(x)) = cL**Product law**\lim_{x \to a} (f(x)g(x)) = LM**Quotient law** (requires M \neq 0)\lim_{x \to a} \left(\frac{f(x)}{g(x)}\right) = \frac{L}{M}**Power law** (for integer powers)\lim_{x \to a} (f(x))^n = L^n**Root law** (when defined)\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{L}A subtle but important point: limit laws tell you what you _can_ do when the limits of the pieces exist. If one piece doesn’t have a limit, you cannot blindly apply laws.Direct substitution (when it works)For many common functions, the limit at x = a equals the function value at a. In particular, for polynomials and rational functions where the denominator is not zero, you can usually plug in the number that x is approaching.Example 1: polynomialEvaluate:\lim_{x \to 3} (2x^2-5x+1)Because polynomials behave smoothly everywhere, substitute x = 3:2(3^2)-5(3)+1 = 4So:\lim_{x \to 3} (2x^2-5x+1) = 4Example 2: rational function with nonzero denominatorEvaluate:\lim_{x \to 2} \frac{x^2+1}{x+3}Substitute x = 2 (denominator becomes 5, not 0):\frac{2^2+1}{2+3} = 1So:\lim_{x \to 2} \frac{x^2+1}{x+3} = 1When direct substitution fails: the “indeterminate form” ideaSometimes substitution gives you an expression that doesn’t tell you the limit. The most common early example is:\frac{0}{0}This is an **indeterminate form** because it could simplify to many different limit values depending on the function. It’s not “the answer”; it’s a signal that you need a different method (algebraic simplification, or sometimes graph/table reasoning).Another common situation is:\frac{\text{nonzero}}{0}This is not indeterminate; it suggests an infinite limit or divergence (depending on side behavior).Exam Focus**Typical question patterns**:Evaluate limits using limit laws and direct substitution when appropriate.Identify when substitution gives an indeterminate form like \frac{0}{0} and choose a different approach.Justify steps (for example, stating the quotient law requires the denominator limit to be nonzero).**Common mistakes**:Concluding \frac{0}{0}=0 or \frac{0}{0}=1 instead of recognizing it as indeterminate.Applying the quotient law when the denominator limit is 0.Cancelling terms incorrectly (cancelling across addition rather than factors).Algebraic Strategies for Indeterminate LimitsWhy algebraic manipulation worksWhen you get \frac{0}{0} from substitution, it often means the numerator and denominator share a factor that becomes zero at x = a. The function may be undefined at x = a (a hole), but the values nearby follow a simpler expression. Algebraic manipulation aims to reveal that simpler expression.The main strategies in Unit 1 are:**Factoring and canceling a common factor** (removing removable discontinuities)**Rationalizing using conjugates****Combining fractions** (finding a common denominator)In each case, you simplify for x near a, but you still don’t substitute until the expression no longer produces the problematic form.Factoring and canceling common factorsIf you have a rational expression, start by factoring numerator and denominator.Worked example 1: classic factor-cancelEvaluate:\lim_{x \to 3} \frac{x^2-9}{x-3}Substitution gives \frac{0}{0}, so simplify.Factor the numerator:x^2-9 = (x-3)(x+3)Then cancel the common factor (valid for x not equal to 3):\frac{(x-3)(x+3)}{x-3} = x+3Now substitute:\lim_{x \to 3} (x+3) = 6So:\lim_{x \to 3} \frac{x^2-9}{x-3} = 6Conceptually, the original function has a hole at x = 3, but nearby it behaves like the line y = x+3.Worked example 2: factoring with a leading coefficientEvaluate:\lim_{x \to 2} \frac{2x^2-8}{x-2}Substitution gives \frac{0}{0}.Factor the numerator:2x^2-8 = 2(x^2-4) = 2(x-2)(x+2)Then:\frac{2(x-2)(x+2)}{x-2} = 2(x+2)Now substitute x = 2:2(2+2)=8So:\lim_{x \to 2} \frac{2x^2-8}{x-2} = 8Quick example: spotting a removable factorAn expression like\frac{(x+3)(x+2)}{(x+3)(x-3)}has a common factor x+3 that cancels (for x not equal to -3). That cancelled factor corresponds to a **removable discontinuity** (a hole) at x = -3, while any remaining factor in the denominator (here, x-3) may indicate a vertical asymptote at x = 3.Rationalizing with conjugatesRationalizing is useful when radicals prevent straightforward factoring. The **conjugate** of a+b is a-b. Multiplying by a conjugate often turns a difference of roots into a difference of squares.Worked example: rationalize a numeratorEvaluate:\lim_{x \to 9} \frac{\sqrt{x}-3}{x-9}Substitution gives \frac{0}{0}.Multiply by the conjugate of the numerator:\frac{\sqrt{x}-3}{x-9} \cdot \frac{\sqrt{x}+3}{\sqrt{x}+3}The numerator becomes:(\sqrt{x}-3)(\sqrt{x}+3)=x-9So the expression simplifies to:\frac{1}{\sqrt{x}+3}Now substitute x = 9:\frac{1}{6}So:\lim_{x \to 9} \frac{\sqrt{x}-3}{x-9} = \frac{1}{6}A typical mistake is rationalizing the wrong part or forgetting to multiply numerator and denominator by the same conjugate.Combining fractions to reveal cancellationSometimes an indeterminate form is hidden inside an expression like\frac{1}{x} - \frac{1}{a}A common denominator can turn it into a factorable form.Worked example: common denominatorEvaluate:\lim_{x \to 2} \frac{\frac{1}{x}-\frac{1}{2}}{x-2}Substitution gives \frac{0}{0}. Combine the terms in the numerator:\frac{1}{x}-\frac{1}{2} = \frac{2-x}{2x}So the expression becomes:\frac{\frac{2-x}{2x}}{x-2} = \frac{2-x}{2x(x-2)}Use 2-x = -(x-2):\frac{2-x}{2x(x-2)} = -\frac{1}{2x}Now substitute x = 2:-\frac{1}{4}So:\lim_{x \to 2} \frac{\frac{1}{x}-\frac{1}{2}}{x-2} = -\frac{1}{4}Choosing a method (a practical decision)On many AP problems, the real skill is selecting the right tool quickly:If you see **polynomials**: try substitution.If substitution gives \frac{0}{0} and you see factorable expressions: **factor and cancel**.If you see **radicals**: try **conjugates**.If you see **fractions within fractions**: use **common denominators** and simplify step by step.Exam Focus**Typical question patterns**:Evaluate a limit that produces \frac{0}{0} using factoring or rationalizing.Show algebraic steps clearly (AP free-response often awards credit for correct intermediate work).Identify whether a limit corresponds to a removable discontinuity (a hole).**Common mistakes**:Cancelling terms that are not factors (for example, cancelling x in x+1).Forgetting to apply the conjugate correctly, leading to no simplification.Making arithmetic or sign errors after simplification, especially with expressions like 2-x = -(x-2).Special Trigonometric Limits and the Squeeze TheoremWhy trig limits need special treatmentTrigonometric functions oscillate and don’t behave like polynomials near every point, but there are a few foundational limits that become building blocks for many later derivative rules.The fundamental sine limit (radians)A key limit is:\lim_{x \to 0} \frac{\sin(x)}{x} = 1This statement is true when x is measured in **radians**. If you used degrees, the limit would not be 1, which is why calculus uses radians as the natural angle measure.From this limit you can quickly generate several common AP forms:\lim_{x \to 0} \frac{\sin(ax)}{ax} = 1Multiplying by a gives:\lim_{x \to 0} \frac{\sin(ax)}{x} = aAnd comparing two sine expressions gives:\lim_{x \to 0} \frac{\sin(ax)}{\sin(bx)} = \frac{a}{b}Cosine-based companion limitsA useful companion limit is:\lim_{x \to 0} \frac{1-\cos(x)}{x} = 0An equivalent form you may also see is:\lim_{x \to 0} \frac{\cos(x)-1}{x} = 0A very common more-informative form is:\lim_{x \to 0} \frac{1-\cos(x)}{x^2} = \frac{1}{2}Worked example: using the conjugate and the sine limitEvaluate:\lim_{x \to 0} \frac{1-\cos(x)}{x^2}Multiply by the conjugate 1+\cos(x):\frac{1-\cos(x)}{x^2} \cdot \frac{1+\cos(x)}{1+\cos(x)} = \frac{1-\cos^2(x)}{x^2(1+\cos(x))}Use 1-\cos^2(x)=\sin^2(x):\frac{\sin^2(x)}{x^2(1+\cos(x))}Rewrite:\frac{\sin^2(x)}{x^2(1+\cos(x))} = \frac{\left(\frac{\sin(x)}{x}\right)^2}{1+\cos(x)}Now take limits of pieces:\lim_{x \to 0} \left(\frac{\sin(x)}{x}\right)^2 = 1and\lim_{x \to 0} (1+\cos(x)) = 2So the overall limit is:\frac{1}{2}The Squeeze Theorem (Sandwich Theorem)The **Squeeze Theorem** is a way to find a limit when a function is trapped between two other functions that have the same limit.If for all x near a you haveg(x) \le f(x) \le h(x)and\lim_{x \to a} g(x) = L\lim_{x \to a} h(x) = Lthen\lim_{x \to a} f(x) = LThe intuition is simple: if f(x) cannot go below something approaching L and cannot go above something approaching L, it has no choice but to approach L too.Worked example: a classic squeeze limitEvaluate:\lim_{x \to 0} x^2\sin\left(\frac{1}{x}\right)Even though \sin\left(\frac{1}{x}\right) oscillates, it is always bounded:-1 \le \sin\left(\frac{1}{x}\right) \le 1Multiply by x^2 (which is nonnegative), keeping the inequality directions:-x^2 \le x^2\sin\left(\frac{1}{x}\right) \le x^2Take limits as x approaches 0:\lim_{x \to 0} (-x^2) = 0\lim_{x \to 0} x^2 = 0So:\lim_{x \to 0} x^2\sin\left(\frac{1}{x}\right) = 0A frequent mistake is to say “\sin\left(\frac{1}{x}\right) has no limit, so the product has no limit.” The squeeze argument shows the product can still have a limit if the other factor forces the whole expression toward 0.Exam Focus**Typical question patterns**:Evaluate limits involving \sin(x) and \cos(x) near 0 using the fundamental trig limit and algebra.Recognize when a function oscillates but is bounded, and use the Squeeze Theorem.Rewrite expressions to reveal a known limit like \frac{\sin(x)}{x}.Use scaled-angle patterns such as \lim_{x \to 0} \frac{\sin(ax)}{x} and ratio patterns like \lim_{x \to 0} \frac{\sin(ax)}{\sin(bx)}.**Common mistakes**:Using degrees instead of radians (or forgetting that the standard trig limits assume radians).Trying to substitute into expressions like \sin\left(\frac{1}{x}\right) without using bounds.Applying the Squeeze Theorem without verifying that the upper and lower bounds approach the same limit.Infinite Limits, Vertical Asymptotes, and Limits at InfinityWhat it means for a limit to be infiniteA limit can “equal infinity” in the sense that the function grows without bound as x approaches a value. This describes **unbounded behavior**, not a finite number.For example:\lim_{x \to a} f(x) = \inftymeans that as x approaches a, the values of f(x) increase without bound.Similarly:\lim_{x \to a} f(x) = -\inftymeans values decrease without bound.Vertical asymptotes and one-sided infinite limitsA line x=a is a **vertical asymptote** of f(x) if f(x) becomes unbounded as x approaches a from at least one side. In many common algebraic examples (especially rational functions), the function is undefined at x=a, so the graph cannot pass through that x-value.Often, rational functions have vertical asymptotes where the denominator is zero **after simplifying**, but you must be careful:If a factor cancels, that point is typically a **hole** (removable discontinuity), not a vertical asymptote.Example: vertical asymptote behaviorConsider:f(x)=\frac{1}{x-2}As x approaches 2 from the left, the denominator is a tiny negative number, so the fraction is very negative:\lim_{x \to 2^-} \frac{1}{x-2} = -\inftyAs x approaches 2 from the right, the denominator is a tiny positive number, so the fraction is very positive:\lim_{x \to 2^+} \frac{1}{x-2} = \inftySo x=2 is a vertical asymptote.Limits at infinity (end behavior) and horizontal asymptotesA different kind of “approach” happens when x grows without bound.\lim_{x \to \infty} f(x) = Lmeans that as x becomes very large, f(x) gets close to L. If such a finite limit exists, the graph has a **horizontal asymptote** y=L.A horizontal asymptote describes **end behavior**, and it **can be crossed**.Horizontal asymptote rules for rational functionsFor rational functions (ratios of polynomials), end behavior is driven by the highest powers of x.Letf(x)=\frac{P(x)}{Q(x)}where P and Q are polynomials.If the degree of P is **less** than the degree of Q, then:\lim_{x \to \infty} f(x) = 0so the horizontal asymptote is y=0.If the degrees are **equal**, then the limit is the ratio of leading coefficients.If the degree of P is **greater** than the degree of Q, then the limit as x approaches infinity is not finite (it diverges, often to \infty or -\infty), so there is **no horizontal asymptote**.Worked example 1: degree of numerator smallerEvaluate:\lim_{x \to \infty} \frac{3x+1}{x^2+4}The denominator grows like x^2 while the numerator grows like x, so the fraction shrinks toward 0:\lim_{x \to \infty} \frac{3x+1}{x^2+4} = 0Worked example 2: equal degreesEvaluate:\lim_{x \to \infty} \frac{5x^2-1}{2x^2+7x}The highest degree is 2 in both numerator and denominator, so the limit is the ratio of leading coefficients:\lim_{x \to \infty} \frac{5x^2-1}{2x^2+7x} = \frac{5}{2}So the horizontal asymptote is:y=\frac{5}{2}Connecting infinite limits and asymptotes to graphsVertical asymptotes show up as the graph shooting upward/downward near some x-value.Horizontal asymptotes show up as the graph flattening and getting closer to a constant y-value as x goes far left or right.A useful interpretation is that end-behavior limits describe “long-term” behavior, while limits near x = a describe “local” behavior.Exam Focus**Typical question patterns**:Determine one-sided infinite limits near a vertical asymptote from a graph or algebra.Find \lim_{x \to \infty} f(x) for rational functions using degree/leading coefficient reasoning.Distinguish between a hole and a vertical asymptote by simplifying first.**Common mistakes**:Claiming a vertical asymptote at a cancelled factor (confusing holes with asymptotes).Writing “DNE” when the correct description is \infty or -\infty for a one-sided limit.Mixing up the roles of numerator/denominator degrees in rational end behavior.Continuity: Definition, Meaning, and Types of DiscontinuitiesWhat continuity means conceptuallyA function is **continuous** at a point if there is no break in its graph there. Intuitively, you can draw the graph through that point without lifting your pencil.Continuity matters because it is the condition that allows many powerful theorems and techniques:It justifies direct substitution for limits.It guarantees certain values are hit (Intermediate Value Theorem).It is a basic requirement for many later derivative and integral results.The formal definition of continuity at a pointA function f is **continuous at** x = c if all three of these are true:f(c) exists.\lim_{x \to c} f(x) exists.\lim_{x \to c} f(x) = f(c).If any condition fails, the function is discontinuous at x = c.Continuity on an intervalA function is continuous on an interval if it is continuous at every point on that interval. More specifically:Continuous on [a, b] means continuous at every point in (a, b), and also continuous from the right at a and from the left at b.For piecewise functions, you typically check continuity at the “break points” where formulas change.Types of discontinuities (and how to recognize them)When a function is not continuous at x = a, the reason usually fits one of these patterns.Removable discontinuity (a “hole”)A **removable discontinuity** happens when the limit exists but the function value is missing or different. It is “removable” because you can remove the discontinuity by **filling the hole**, meaning you redefine the function value at that single input to equal the limit.A typical cause is a rational function where a factor cancels. For example:f(x)=\frac{(x-1)(x+2)}{x-1}This simplifies to x+2 for x not equal to 1, but f(1) is undefined. The limit at 1 exists, so the discontinuity can be removed by redefining the function at that point (equivalently, by using the simplified expression but excluding the original problematic point from the domain and then assigning a corrected value).Jump discontinuityA **jump discontinuity** occurs when the curve “breaks” at a particular place and starts somewhere else. The left-hand and right-hand limits both exist (and are finite), but they do not match.Infinite (essential) discontinuityAn **infinite discontinuity** (sometimes called **essential/infinite**) occurs when the function becomes unbounded near the point, typically because the curve has a vertical asymptote.Worked example: choosing parameters for continuityA very common AP task is: “Choose a constant so that the function is continuous.” This tests whether you can apply the continuity definition.Define the function by pieces: f(x)=kx+1 for x less than or equal to 2, and f(x)=5 for x greater than 2.To make f continuous at x = 2, the left-hand behavior, right-hand behavior, and the actual value at 2 must all match.The value at 2 comes from the piece that includes equality:f(2)=2k+1The right-hand limit comes from the constant piece:\lim_{x \to 2^+} f(x)=5Continuity requires:2k+1=5So:k=2A common mistake is to set the left expression equal to 5 at the wrong x-value, or to forget that f(2) comes from the piece that includes equality.Continuous functions you can rely onIn AP Calculus AB, you generally treat these as continuous on their natural domains:Polynomials (everywhere)Rational functions (where denominator is not 0)Root functions (where defined)Trigonometric functions (where defined)This is why direct substitution works so often: if f is continuous at a, then\lim_{x \to a} f(x) = f(a)Exam Focus**Typical question patterns**:Check whether a function is continuous at a point using the three-condition definition.Find a parameter value that makes a piecewise function continuous.Classify a discontinuity as removable, jump, or infinite based on limits/graph behavior.“Remove” a removable discontinuity by redefining the function value at the hole to equal the limit.**Common mistakes**:Checking only that f(a) exists and forgetting to check the limit.Assuming “if there’s a hole, the limit doesn’t exist” (holes often still have limits).Confusing jump discontinuities with removable ones (the difference is whether left and right limits agree).The Intermediate Value Theorem (IVT) and How Continuity Guarantees SolutionsWhat the IVT says in plain languageThe **Intermediate Value Theorem** formalizes an intuitive idea: if a function is continuous and it takes two values at two points, then it must take every value in between somewhere in the interval.More precisely: if f is continuous on [a, b] and N is any number between f(a) and f(b), then there exists at least one number c in [a, b] such thatf(c)=NThis matters because it lets you **guarantee the existence of solutions** to equations without explicitly solving them.Why continuity is essentialContinuity is the “no teleporting” rule for function values. If a function could jump, it could skip intermediate values. The IVT fails for discontinuous functions.How to apply the IVT step by stepMost IVT problems are really about writing a correct justification. A strong solution follows this structure:**Verify continuity** on the interval.**Compute endpoint values** f(a) and f(b).**Check that the target value is between them** (for roots, the target is 0).**Conclude existence** of some c with the desired property.Worked example: guaranteeing a rootLetf(x)=x^3-4x-1Show that f(x)=0 has a solution between x = 2 and x = 3.Continuity: f is a polynomial, so it is continuous on [2, 3].Evaluate endpoints:f(2)=2^3-4(2)-1=-1f(3)=3^3-4(3)-1=14Since 0 is between -1 and 14, by IVT there exists some c in [2, 3] such thatf(c)=0IVT gives existence, not an explicit value of c.Worked example: guaranteeing a specific output valueLetg(x)=\ln(x)Assuming you know \ln(x) is continuous for x > 0, show there exists c in [1, 4] such that g(c)=1.Compute:g(1)=\ln(1)=0g(4)=\ln(4)Since \ln(4) > 1, the value 1 lies between 0 and \ln(4). By IVT, there is some c in [1, 4] with\ln(c)=1What IVT does not let you claimIt does **not** guarantee uniqueness. There could be many c values.It does **not** apply if the function is not continuous on the entire interval.It does **not** tell you where c is, only that it exists.A common AP pitfall is to compute endpoint values correctly but forget to state continuity explicitly. On free-response, that missing sentence can cost points.Exam Focus**Typical question patterns**:Use IVT to prove an equation has at least one solution on an interval.Given a function (often polynomial or rational), verify continuity on [a, b] and justify existence of a root or a value f(c)=C.
Decide whether IVT applies when a function has a discontinuity in the interval.
Common mistakes:
Forgetting to justify continuity before invoking IVT.
Claiming “exactly one solution” when IVT only guarantees “at least one.”
Using IVT across an interval where the function is undefined (for example, a rational function with a zero denominator inside the interval).