Limits & Continuity: The Complete AP Calculus Concept Guide
- Edu Shaale
- 6 days ago
- 25 min read

Serious About Your AP Scores? Let’s Get You There
From understanding concepts to scoring 4s and 5s, EduShaale’s AP coaching is built for results — with personalised learning, small batches, and exam-focused strategy.
Unit 1 of AP Calc AB & BC · Limit Laws · Continuity · IVT · Squeeze Theorem · L'Hopital · FRQ Strategy
Published: April 2026 | Updated: April 2026 | ~15 min read
10-12% Unit 1 exam weight: Limits & Continuity | 4-5 Qs Approximate exam questions from this unit | ~60% Points needed to score a 5 on AP Calculus AB | FRQ Limits justify conclusions in nearly every FRQ |
8 Core limit laws you must memorise | 3 Types of discontinuity tested on AP exam | IVT Most-cited theorem in AP FRQ justifications | Both Unit 1 is shared between AB and BC courses |

Table of Contents
Introduction: The Gateway to All of Calculus
Every concept in AP Calculus -- derivatives, integrals, the Fundamental Theorem, differential equations -- is built on limits. A student who understands limits deeply does not just know Unit 1; they understand WHY derivatives are defined the way they are, WHY the Fundamental Theorem connects differentiation and integration, and WHY continuity matters for theorems like the Mean Value Theorem and Intermediate Value Theorem.
This is the distinction between a 3 and a 5 on AP Calculus. Students who memorise derivative rules without understanding that the derivative IS a limit will lose points on FRQ justification questions. Students who know that f is differentiable at c only if the limit of the difference quotient exists and equals f'(c) earn those justification points consistently.
This guide covers every limits and continuity concept tested on AP Calculus AB and BC: the intuitive and formal limit definitions, all 8 limit laws, the 5 evaluation methods, asymptotic behavior, continuity types, the IVT, the Squeeze Theorem, and L'Hopital's Rule -- with specific guidance on how each appears in FRQ and MCQ contexts.
1. Why Limits and Continuity Form the Foundation of Calculus
Calculus Concept | How It Depends on Limits |
The Derivative | f'(x) = lim[(f(x+h) - f(x))/h] as h->0 -- the derivative IS a limit by definition. Without limits, there is no derivative. |
The Definite Integral | The definite integral is defined as the limit of Riemann sums as the number of rectangles approaches infinity. Integration IS a limit. |
The Fundamental Theorem of Calculus | Both parts require that functions are continuous -- a limit-based property -- for the theorem to hold. |
The Mean Value Theorem | Requires continuity on [a,b] and differentiability on (a,b) -- both limit-based conditions. |
L'Hopital's Rule | An advanced limit evaluation technique that uses derivatives to resolve indeterminate limit forms. |
Series convergence (BC) | Whether an infinite series converges is determined by the limit of its partial sums or its terms. |
AP FRQ justifications | Most AP Calculus FRQ justifications require citing a theorem -- and most theorems require continuity (a limit-based concept) as a hypothesis. |
The Core Insight: You cannot understand why calculus works without understanding limits. You can memorise derivative rules and integration formulas -- but the AP exam tests whether you understand the concepts behind them. FRQ justification points are almost entirely about citing limit-based theorems (IVT, MVT, EVT, FTC) correctly. Unit 1 is not just introductory material -- it is the conceptual spine of the entire course.
2. Where Limits and Continuity Fit in the AP Calculus Curriculum
AP Calculus Element | Limits and Continuity Details |
Unit number | Unit 1 of AP Calculus AB and AP Calculus BC (both courses share this unit) |
Exam weight | 10-12% of the AP Calculus AB and BC exams |
Approximate MCQ questions | 4-5 questions from this unit in the full exam |
FRQ appearance | Limits appear in FRQ justification sentences in almost every exam year -- even in units beyond Unit 1 |
AP Calculus AB vs BC | Identical -- Unit 1 content is completely shared between AB and BC; no BC-only additions |
College equivalent | Limits and continuity are the opening material of Calculus I at every university; mastering it here means you start college calculus with a genuine head start |
Prerequisite for all other units | Cannot meaningfully understand Units 2-8 (AB) or Units 2-10 (BC) without secure Unit 1 foundation |
3. What Is a Limit? The Intuitive and Formal Definition
The Intuitive Definition
The limit of f(x) as x approaches c is the value that f(x) gets arbitrarily close to as x gets arbitrarily close to c -- WITHOUT x ever actually equaling c.
This is the central conceptual point: limits describe behavior NEAR a point, not AT a point. A function does not need to be defined at x = c, or even continuous at x = c, for its limit at x = c to exist. What matters is what f(x) does as x approaches c from both sides.
Concept 1: The Limit (Informal Definition)
Definition: The limit of f(x) as x approaches c equals L means f(x) can be made arbitrarily close to L by making x sufficiently close to c (but not equal to c).
Formula / Statement: lim[x->c] f(x) = L
Example: lim[x->2] (x^2 - 4)/(x - 2) = lim[x->2] (x+2)(x-2)/(x-2) = lim[x->2] (x+2) = 4. Even though the original function is undefined at x=2, the limit exists and equals 4.
AP Exam Tip: AP exam frequently presents limits of functions that are undefined at the point of approach. Do not assume 'undefined means no limit exists.' Factor, simplify, then evaluate.
The Epsilon-Delta (Formal) Definition
The formal epsilon-delta definition: lim[x->c] f(x) = L if and only if for every epsilon > 0, there exists delta > 0 such that if 0 < |x - c| < delta, then |f(x) - L| < epsilon.
AP Calculus AB and BC do not typically ask students to write epsilon-delta proofs. However, understanding the structure of the definition -- that it formalises 'f(x) gets close to L when x gets close to c' -- helps with conceptual FRQ questions about whether limits exist.
AP Exam Relevance The epsilon-delta definition appears in AP Calculus conceptually -- particularly in questions asking why a limit does or does not exist, and in distinguishing between a limit existing and a function being continuous. You do not need to write epsilon-delta proofs, but you do need to understand what the definition is saying.
4. One-Sided Limits and Two-Sided Limits
LEFT-HAND LIMIT | RIGHT-HAND LIMIT | TWO-SIDED LIMIT |
Notation: lim[x->c-] f(x) Approaches c from the LEFT (x < c) x approaches c through values LESS THAN c | Notation: lim[x->c+] f(x) Approaches c from the RIGHT (x > c) x approaches c through values GREATER THAN c | Notation: lim[x->c] f(x) EXISTS if and only if both one-sided limits exist AND are equal lim[x->c-] = lim[x->c+] = L |
One-Sided Limit Scenario | Conclusion | AP Exam Implication |
Left-hand limit = 4, Right-hand limit = 4 | Two-sided limit EXISTS and equals 4 | The function may or may not be defined at x=c; the limit exists regardless |
Left-hand limit = 4, Right-hand limit = 7 | Two-sided limit DOES NOT EXIST | DNE is a valid answer; the function has a jump discontinuity at x=c |
Left-hand limit = 4, Right-hand limit = undefined | Two-sided limit DOES NOT EXIST | Vertical asymptote on right side -- limit is DNE |
Left-hand limit = +infinity, Right-hand limit = +infinity | Two-sided limit DOES NOT EXIST (infinity is not a real number) | BUT: lim f(x) = infinity is a valid notation indicating unbounded growth |
Both one-sided limits = infinity but from different sides | Limit DNE | Vertical asymptote from both sides with agreement doesn't automatically make the limit exist |
The Two-Sided Limit Test: For any AP exam question asking whether a limit exists -- always check BOTH one-sided limits. The two-sided limit exists ONLY when both one-sided limits exist AND are equal. This is one of the most tested concepts in Unit 1 MCQ and appears in FRQ as a step toward determining continuity.
5. The 8 Core Limit Laws
The limit laws allow algebraic manipulation of limits -- splitting them apart, combining them, and evaluating them component by component. These apply when the individual limits involved exist and are finite.
Sum/Difference Law
Law: lim[x->c] [f(x) +/- g(x)] = lim f(x) +/- lim g(x)
Use: Add or subtract limits of individual functions when both limits exist
Constant Multiple Law
Law: lim[x->c] [k f(x)] = k lim[x->c] f(x)
Use: Factor a constant out of a limit expression
Product Law
Law: lim[x->c] [f(x) g(x)] = lim f(x) lim g(x)
Use: Multiply limits of individual functions when both limits exist
Quotient Law
Law: lim[x->c] [f(x)/g(x)] = lim f(x) / lim g(x) PROVIDED lim g(x) is not 0
Use: Divide limits -- only valid when denominator limit is nonzero
Power Law
Law: lim[x->c] [f(x)]^n = [lim f(x)]^n for positive integer n
Use: Raise the limit to the power -- applies when the limit exists
Root Law
Law: lim[x->c] [f(x)]^(1/n) = [lim f(x)]^(1/n)
Use: Take the nth root of the limit (for even roots, limit must be positive)
Limit of a Constant
Law: lim[x->c] k = k for any constant k
Use: The limit of a constant is simply that constant
Limit of Identity
Law: lim[x->c] x = c
Use: The limit of x as x->c is simply c
⚠️ Limit Laws Require Both Limits to Exist: The Sum, Difference, Product, and Quotient Laws only apply when BOTH lim f(x) and lim g(x) exist and are finite. You cannot split apart a limit that involves DNE terms. On AP exam questions, always verify that the individual limits exist before applying limit laws.
6. Evaluating Limits: The 5-Method Toolkit
Every AP Calculus limit question can be solved with one of five evaluation methods. Recognising which method applies is the primary skill -- and the decision should take under 5 seconds.
Method 1. Direct Substitution -- Try This First ALWAYS
Substitute x = c directly into f(x). If f(c) is defined and not indeterminate (not 0/0, infinity/infinity, etc.) -- the limit equals f(c). This works for all polynomial and most rational functions where the denominator is nonzero at x = c.
Example: lim[x->3] (x^2 + 2x - 1) = 9 + 6 - 1 = 14.
Method 2. Factoring and Cancellation -- For 0/0 Indeterminate Forms
When direct substitution gives 0/0, factor the numerator and/or denominator and cancel the common factor that created the 0/0.
Example: lim[x->2] (x^2-4)/(x-2) = lim[x->2] (x+2)(x-2)/(x-2) = lim[x->2] (x+2) = 4. The cancellation is valid because the limit approaches but never equals x=2, so (x-2) is not zero during the limit process.
Method 3. Rationalising -- For Limits With Square Roots
When direct substitution gives 0/0 and the expression involves a square root, multiply by the conjugate of the radical expression.
Example: lim[x->0] (sqrt(x+4) - 2)/x.
Multiply by (sqrt(x+4)+2)/(sqrt(x+4)+2): numerator becomes (x+4)-4 = x.
Result: lim[x->0] x/(x(sqrt(x+4)+2)) = lim[x->0] 1/(sqrt(x+4)+2) = 1/4.
Method 4. The Squeeze Theorem -- For Oscillating Functions
When f(x) is squeezed between two functions that both converge to the same limit L at x=c, then f(x) also converges to L. Primarily used for limits of the
form sin(x)/x as x->0, or functions multiplied by bounded oscillating functions.
Example: lim[x->0] x^2 sin(1/x) = 0 because -x^2 <= x^2sin(1/x) <= x^2 and both bounds approach 0.
Method 5. L'Hopital's Rule -- For Persistent Indeterminate Forms
When factoring and rationalising do not resolve the 0/0 or infinity/infinity form, differentiate the numerator and denominator SEPARATELY (not using quotient rule) and take the limit of the new ratio.
Example: lim[x->0] sin(x)/x = lim[x->0] cos(x)/1 = 1. L'Hopital applies ONLY to 0/0 or infinity/infinity -- not to other forms.
Limit Form After Direct Substitution | Method to Use | Key Condition |
A finite number (not 0/0, etc.) | DONE -- direct substitution gives the limit | Direct substitution always tried first |
0/0 with polynomial or rational expression | Factor and cancel the common zero | Look for (x-c) factor in both numerator and denominator |
0/0 with square root | Multiply by conjugate to rationalise | Conjugate of (sqrt(a)-b) is (sqrt(a)+b) |
0/0 or inf/inf after attempting factoring | L'Hopital's Rule | Differentiate numerator and denominator separately |
Bounded oscillating function near 0 | Squeeze Theorem | Bound above and below by functions with the same limit |
Infinity/anything | Limits at infinity rules (see Section 8) | Divide by highest power in denominator |
7. Limits Involving Infinity: Horizontal Asymptotes
Limit Form | Meaning | Connection to Graph |
lim[x->infinity] f(x) = L | As x grows without bound to the right, f(x) approaches L | Horizontal asymptote at y = L on the right side of the graph |
lim[x->-infinity] f(x) = L | As x grows without bound to the left, f(x) approaches L | Horizontal asymptote at y = L on the left side of the graph |
lim[x->c] f(x) = +infinity | As x approaches c, f(x) grows without bound | Vertical asymptote at x = c -- function goes up through c |
lim[x->c] f(x) = -infinity | As x approaches c, f(x) decreases without bound | Vertical asymptote at x = c -- function goes down through c |
lim[x->infinity] f(x) = infinity | f(x) grows without bound as x grows | No horizontal asymptote -- function increases indefinitely |
Infinity Is Not a Number When we write lim f(x) = infinity, we are NOT saying the limit equals a number called infinity. We are saying the limit does not exist (DNE) in the usual sense, but the function grows without bound. On AP FRQs, it is mathematically more precise to write 'the limit does not exist because f(x) increases without bound' if asked to justify. Simply writing DNE without explanation may not earn full justification points.
8. Limits at Infinity of Rational Functions -- The Quick Rules
For rational functions f(x) = P(x)/Q(x) where P and Q are polynomials, the limit as x approaches infinity follows three rules based on comparing degrees:
RULE 1: Degree of numerator < Degree of denominator
lim[x->inf] P(x)/Q(x) = 0 (horizontal asymptote at y = 0)
Example: lim[x->inf] (3x^2 + 5)/(x^3 - 2x) = 0. The denominator degree (3) is greater than numerator degree (2) -- the fraction shrinks to 0.
RULE 2: Degree of numerator = Degree of denominator
lim[x->inf] P(x)/Q(x) = (leading coefficient of P) / (leading coefficient of Q)
Example: lim[x->inf] (4x^3 - 7)/(2x^3 + x) = 4/2 = 2. Horizontal asymptote at y = 2.
RULE 3: Degree of numerator > Degree of denominator
lim[x->inf] P(x)/Q(x) = +/- infinity (no horizontal asymptote)
Example: lim[x->inf] (5x^4 + 3x)/(2x^2 - 1) = infinity. The numerator grows faster -- no horizontal asymptote.
✅ The Divide-by-Highest-Power Method Always Works: If you forget the three rules, divide every term in numerator and denominator by the highest power of x in the denominator. Terms with x in the denominator approach 0 as x->infinity. What remains is the limit. This method works for every rational function and also for square roots and other expressions.
9. The Squeeze Theorem
Concept 2: The Squeeze Theorem
Definition: If g(x) <= f(x) <= h(x) for all x near c (but not necessarily at c), and if lim[x->c] g(x) = lim[x->c] h(x) = L, then lim[x->c] f(x) = L.
Formula / Statement: If g(x) <= f(x) <= h(x) near c, and lim g(x) = lim h(x) = L, then lim f(x) = L
Example: lim[x->0] x^2 sin(1/x). Since -1 <= sin(1/x) <= 1, we have -x^2 <= x^2sin(1/x) <= x^2. Both -x^2 and x^2 approach 0 as x->0, so by Squeeze Theorem, lim[x->0] x^2*sin(1/x) = 0.
AP Exam Tip: The Squeeze Theorem appears on AP exam in two main forms: (1) Proving a limit for an oscillating function bounded by two simpler functions. (2) Setting up the two bounding functions and verifying they converge to the same limit. On FRQ: state the theorem, identify the bounds, verify both bounds converge to L, conclude the limit equals L.
Two Special Limits Using Squeeze Theorem | Value | Why It Matters |
lim[x->0] sin(x)/x | 1 | The most important limit in calculus -- used to derive the derivative of sin(x). Must be memorised. |
lim[x->0] (1 - cos(x))/x | 0 | Used to derive the derivative of cos(x). Appears occasionally on AP MCQ. |
lim[x->0] (e^x - 1)/x | 1 | Related to the definition of the derivative of e^x at x=0. Useful for L'Hopital verification. |
lim[x->infinity] (1 + 1/x)^x | e | The definition of the number e itself. Appears in BC series and exponential growth contexts. |
10. Continuity: The Three-Part Definition
A function f is continuous at x = c if and only if ALL THREE of the following conditions are satisfied:
CONDITION 1 | CONDITION 2 | CONDITION 3 |
f(c) is defined The function must have a value at x = c -- not undefined, not an open circle. | lim[x->c] f(x) exists Both one-sided limits must exist AND be equal to each other. | lim[x->c] f(x) = f(c) The limit and the actual function value must agree. |
A function is continuous on an interval if it is continuous at every point in that interval. Polynomials are continuous everywhere. Rational functions are continuous everywhere their denominator is nonzero. Trig functions, exponentials, and logarithms are continuous on their natural domains.
Continuity Is Required by Almost Every AP Theorem: The Mean Value Theorem, Extreme Value Theorem, Intermediate Value Theorem, and Fundamental Theorem of Calculus all require continuity as a hypothesis. On FRQs, when citing any of these theorems, you must first state that the function is continuous on the relevant interval. Missing this step loses the justification point.
11. The Three Types of Discontinuity
REMOVABLE (Hole) | JUMP (Step function) | INFINITE (Vertical asymptote) |
The two-sided limit EXISTS but... Either f(c) is not defined, or f(c) does not equal the limit Can be 'removed' by redefining f(c) Example: f(x) = (x^2-4)/(x-2) has a hole at x=2 | The one-sided limits exist but... The left and right limits are different values Two-sided limit does NOT exist Example: floor function at any integer; piecewise with different one-sided values | At least one one-sided limit is... Plus or minus infinity Vertical asymptote at x = c Example: f(x) = 1/(x-2) has infinite discontinuity at x=2 |
Discontinuity Type | What Fails in the 3-Part Definition | Is the Limit Defined? | Can It Be 'Fixed'? |
Removable (Hole) | Condition 1 (f(c) undefined) or Condition 3 (limit =/= f(c)) | YES -- the two-sided limit exists | Yes -- redefine f(c) = the limit value |
Jump | Condition 2 fails (one-sided limits not equal) | NO -- two-sided limit DNE | No -- cannot fix without changing the function's behavior |
Infinite | Condition 2 fails (one or both sides go to infinity) | NO -- limit is infinite (DNE in real numbers) | No -- the function is unbounded near x=c |
12. The Intermediate Value Theorem (IVT)
Concept 3: The Intermediate Value Theorem (IVT)
Definition: If f is continuous on the closed interval [a,b] and k is any number strictly between f(a) and f(b), then there exists at least one number c in the open interval (a,b) such that f(c) = k.
Formula / Statement: If f continuous on [a,b] and f(a) < k < f(b) [or f(b) < k < f(a)], then there exists c in (a,b) with f(c) = k.
Example: f(x) = x^3 - 4x + 1 on [0,3]. f(0) = 1, f(3) = 16. Since f is a polynomial (continuous), and 0 is between f(0)=1 and f(3)=16? No -- 0 is NOT between 1 and 16 from above... try f(0)=1 and f(-2)=-1. Since f is continuous on [-2,0] and 0 is between f(-2)=-1 and f(0)=1, IVT guarantees a c in (-2,0) with f(c)=0 (a root).
AP Exam Tip: IVT is the most cited theorem in AP Calculus FRQ responses. Standard FRQ pattern: (1) State f is continuous on [a,b]. (2) Compute f(a) and f(b). (3) Note that k is between f(a) and f(b). (4) Cite IVT. (5) Conclude: there exists c in (a,b) with f(c) = k. ALL 5 steps are needed for full credit.
IVT FRQ Template -- Use This Exact Structure
COMPLETE IVT JUSTIFICATION (AP FRQ Template)
Step 1: Since f is a polynomial / Since f is given as continuous on [a,b]...
Step 2: f(a) = [value] and f(b) = [value].
Step 3: Since k = [value] is between f(a) = [value] and f(b) = [value]...
Step 4: ...by the Intermediate Value Theorem...
Step 5: ...there exists at least one value c in (a,b) such that f(c) = k.
⚠️ The Most Common IVT Error: Students forget to verify that k is STRICTLY BETWEEN f(a) and f(b). If k equals f(a) or f(b), IVT is not needed -- the function already achieves k at the endpoint. Always check the strict inequality before citing IVT.
13. L'Hopital's Rule -- When and How to Use It
Concept 4: L'Hopital's Rule
Definition: If lim[x->c] f(x)/g(x) produces the indeterminate form 0/0 or infinity/infinity, and if f and g are differentiable near c (with g'(x) nonzero near c), then the limit equals lim[x->c] f'(x)/g'(x).
Formula / Statement: If lim f(x)/g(x) = 0/0 or inf/inf, then lim f(x)/g(x) = lim f'(x)/g'(x)
Example: lim[x->0] sin(x)/x = lim[x->0] cos(x)/1 = 1. Direct substitution gives 0/0. Differentiate numerator (cos x) and denominator (1) separately. New limit is cos(0)/1 = 1.
AP Exam Tip: L'Hopital's Rule is primarily tested in AP Calculus BC. It occasionally appears in AB. NEVER apply L'Hopital to non-indeterminate forms -- it gives wrong answers when misapplied. Can be applied repeatedly if the result is still 0/0 or inf/inf. Write 'L'Hopital's Rule applied because the form is 0/0' as your justification sentence.
L'Hopital's Rule -- Key Details | Details |
When to apply | Only when direct substitution gives 0/0 or infinity/infinity -- not for 0*infinity, 1^infinity, or other indeterminate forms without first algebraic conversion |
How to apply | Differentiate numerator and denominator SEPARATELY (not using quotient rule). Take the limit of the new ratio. |
Can you apply it again? | Yes -- if the result is still 0/0 or inf/inf, apply L'Hopital again. Can be applied multiple times. |
When does it fail? | When the derivative ratio oscillates (e.g., lim[x->inf] sin(x)/cos(x) after differentiating) -- fall back to other methods |
AP exam frequency | More common on BC than AB. Occasionally tested in AB for sin(x)/x type limits. Always tested with the justification sentence. |
Must-cite format | 'Since the limit produces the indeterminate form 0/0, L'Hopital's Rule applies: lim f/g = lim f'/g' = ...' -- name the rule explicitly in FRQ |
14. AP Exam FRQ: How Limits and Continuity Appear
Limits and continuity appear in AP Calculus FRQs in three distinct ways -- direct questions about limits, continuity verification, and theorem citation within larger problems.
FRQ Appearance Type | What the Question Asks | Scoring Strategy |
Direct limit evaluation | Find lim[x->c] f(x) given a graph, table, or formula | Show the method (factoring, substitution, or L'Hopital), state the result, verify sign for one-sided limits if relevant |
Continuity at a point (piecewise) | Given a piecewise function, find values of constants that make f continuous | Set left-hand limit = right-hand limit = f(c); solve the system of equations from the three-part definition |
IVT application | Show that a function has a zero or achieves a specific value on an interval | Use the complete 5-step IVT template -- all 5 steps earn individual rubric points |
Justifying function behavior using continuity | 'Explain why f must achieve a maximum on [a,b]' or similar | Cite: f is continuous on a closed interval, therefore by the Extreme Value Theorem, f attains its maximum |
Limit definition of derivative | Show that a given limit expression represents f'(c) for a specific f and c | Identify f(x) and c such that the limit fits the definition [f(c+h)-f(c)]/h |
Piecewise Continuity -- The Most Common Direct Unit 1 FRQ
AP Calculus FRQs very frequently present piecewise functions and ask for values of constants that make f continuous everywhere. Here is the complete approach:
Write the three continuity conditions
For each boundary point c of the piecewise: (a) both pieces must meet, (b) both one-sided limits must equal the same value, (c) the function must be defined at c
Set left-side limit equal to right-side limit at each boundary
At each boundary point c, evaluate lim[x->c-] using the left piece and lim[x->c+] using the right piece. Set them equal.
Solve the resulting system of equations for the unknown constants
If there are two boundary points with two unknown constants, you get two equations -- solve the system.
Verify the solution makes f(c) equal to the limit at each boundary
Substitute back to confirm all three continuity conditions are satisfied, not just the limit condition.
15. Limits and Continuity in the Context of Derivatives
Connection | How Limits Underpin Derivatives |
Definition of the derivative | f'(x) = lim[h->0] [f(x+h) - f(x)]/h -- the derivative IS the limit of the difference quotient |
Differentiability implies continuity | If f is differentiable at c, then f is continuous at c. The contrapositive: if f is not continuous at c, then f is not differentiable at c. But continuity does NOT imply differentiability. |
Differentiability does NOT imply continuity implies differentiability | Counter-example: |x| is continuous at x=0 but not differentiable (corner). f(x) must be smooth (no corners, cusps, or vertical tangents) to be differentiable. |
Limit definition in FRQ | AP FRQ Part (a) frequently asks: 'Write an expression for f'(c) using the limit definition.' Answer: f'(c) = lim[h->0] [f(c+h) - f(c)]/h |
Recognising a limit as a derivative | If you see lim[h->0] [f(a+h) - f(a)]/h -- this IS f'(a), not an ordinary limit. Recognise the pattern and evaluate as a derivative. |
16. Common Student Errors on Unit 1 Questions
Error | Why It Happens | Correct Approach |
Assuming limit equals function value | Confusing 'what the function IS at c' with 'what the function APPROACHES near c' | Evaluate the limit independently of the function value -- they may differ or the function may be undefined at c |
Concluding limit DNE when one-sided limits go to infinity | Assuming infinity means no limit exists in any sense | lim = infinity is a valid notation indicating the function is unbounded; on FRQ, write 'the limit does not exist because f(x) increases without bound' |
Applying L'Hopital to non-indeterminate forms | Seeing a fraction and applying L'Hopital automatically | Only apply when direct substitution gives exactly 0/0 or inf/inf -- verify the form before applying |
Missing the continuity hypothesis when citing IVT | Rushing through justification steps | IVT REQUIRES f continuous on [a,b]. State this first. If the function is not clearly continuous, justify continuity before citing IVT. |
Stating f is continuous because the limit exists | Mixing up condition 2 (limit exists) with all three continuity conditions | Continuity requires ALL THREE conditions: f(c) defined, limit exists, AND limit = f(c). The limit existing alone is insufficient. |
Applying the Quotient Limit Law when denominator limit is 0 | Not checking that lim g(x) =/= 0 before applying | Quotient Law only works when the denominator limit is nonzero. When it is 0, use factoring, L'Hopital, or other methods. |
Forgetting that DNE is a valid final answer | Expecting every limit to have a value | Some limits genuinely do not exist. DNE with explanation (one-sided limits unequal, or function unbounded) is a complete answer. |
17. Key Formulas and Theorems Quick Reference
Formula / Theorem | Statement | Where It Appears on AP Exam |
Limit Definition | lim[x->c] f(x) = L means f(x) arbitrarily close to L when x close to c but x not = c | All limit questions; foundation for derivative definition |
Two-Sided Limit Existence | lim[x->c] f(x) exists iff lim[x->c-] = lim[x->c+] | MCQ and FRQ continuity questions |
Three Continuity Conditions | f(c) defined; lim[x->c] f(x) exists; lim[x->c] f(x) = f(c) | Piecewise continuity FRQ; justification questions |
Degree Rule -- Rational Limits at Infinity | num deg < denom deg: L=0; equal deg: L=ratio of leading coefficients; num deg > denom deg: L=infinity | MCQ limits at infinity; asymptote identification |
Squeeze Theorem | g(x) <= f(x) <= h(x), lim g = lim h = L implies lim f = L | Oscillating function limits; sin(x)/x type |
Special Limit: sin(x)/x | lim[x->0] sin(x)/x = 1 | MCQ; derivative of sin via definition |
IVT | f continuous on [a,b], k between f(a) and f(b) implies exists c in (a,b) with f(c) = k | FRQ existence of roots and specific values |
L'Hopital's Rule | lim f/g = 0/0 or inf/inf implies lim f/g = lim f'/g' | BC mainly; AB occasionally; indeterminate forms |
Limit Definition of Derivative | f'(c) = lim[h->0] [f(c+h) - f(c)]/h | FRQ identifying derivatives from limit expressions |
Differentiability Implies Continuity | If f'(c) exists then f is continuous at c | Justification questions in Units 2+ referencing Unit 1 |
Ready to Start Your AP Journey?
EduShaale’s AP Coaching Program is designed for students aiming for top scores (4s & 5s). With expert faculty, small batch sizes, personalized mentorship, and a curriculum aligned to the latest AP format, we help you build deep conceptual clarity and exam confidence.
Subjects Covered: AP Calculus, AP Physics, AP Chemistry, AP Biology,
AP Economics & more
📞 Book a Free Demo Class: +91 90195 25923
🌐 www.edushaale.com/ap-coaching
Free Diagnostic Test: testprep.edushaale.com
18. Frequently Asked Questions (12 FAQs)
Based on AP Calculus AB and BC official course content and common student questions.
What is the difference between a limit and a function value?
A function value f(c) is what the function actually equals AT x = c -- it requires the function to be defined at that exact point. A limit lim[x->c] f(x) describes what the function APPROACHES as x gets close to c, without x ever actually equaling c. A function can have a limit at x = c even if f(c) is undefined (for example, f(x) = (x^2-4)/(x-2) is undefined at x=2 but has a limit of 4). Conversely, a function can be defined at x = c but have a limit that is different from f(c), or have no limit at all. These are independent properties.
When does a limit not exist (DNE)?
A limit does not exist in three situations: (1) The left-hand and right-hand limits are not equal (jump discontinuity). (2) The function grows without bound as x approaches c -- the limit is positive or negative infinity. (3) The function oscillates infinitely as x approaches c without settling on a value (for example, lim[x->0] sin(1/x) does not exist because the function oscillates between -1 and 1 with increasing frequency). On AP exams, always explain WHY the limit does not exist rather than simply writing 'DNE.'
What are the three conditions for continuity at a point?
A function f is continuous at x = c if and only if all three conditions hold: (1) f(c) is defined -- the function has a value at x = c. (2) lim[x->c] f(x) exists -- both one-sided limits exist and are equal. (3) lim[x->c] f(x) = f(c) -- the limit and the function value are the same. All three conditions must hold simultaneously. If any one fails, the function is discontinuous at x = c. This three-part definition appears on AP FRQs in piecewise function questions where you find constants that make all three conditions true simultaneously.
What is the Intermediate Value Theorem and when do I use it on AP exams?
The Intermediate Value Theorem (IVT) states: if f is continuous on the closed interval [a,b] and k is any value strictly between f(a) and f(b), then there must exist at least one c in the open interval (a,b) such that f(c) = k. On AP Calculus FRQs, IVT is used to justify that a function achieves a specific value or has a zero on an interval. The complete FRQ template requires five steps: (1) state f is continuous on [a,b], (2) compute f(a) and f(b), (3) verify k is between them, (4) cite IVT by name, (5) conclude there exists c in (a,b) with f(c) = k. All five steps are needed for full rubric credit.
What is L'Hopital's Rule and when can I use it?
L'Hopital's Rule states: if lim[x->c] f(x)/g(x) produces the indeterminate form 0/0 or infinity/infinity, and if f and g are differentiable near c, then lim f(x)/g(x) = lim f'(x)/g'(x) -- where f' and g' are differentiated separately (not using quotient rule). L'Hopital can only be applied when direct substitution gives exactly 0/0 or infinity/infinity. It is most commonly tested in AP Calculus BC, though it occasionally appears in AB. You must cite L'Hopital's Rule explicitly in FRQ responses and state the indeterminate form that justified its use.
How are limits used in the definition of the derivative?
The derivative of f at x = c is defined as: f'(c) = lim[h->0] [f(c+h) - f(c)]/h. This is the limit of the average rate of change (the difference quotient) as the interval width h approaches zero. This limit definition is fundamental: the derivative IS a limit. AP FRQs frequently ask students to write the limit definition of f'(c) for a specific function and point, or to recognise that a given limit expression represents a derivative. For example, lim[h->0] [sin(pi/4 + h) - sin(pi/4)]/h is the derivative of sin(x) at x = pi/4, which equals cos(pi/4) = sqrt(2)/2.
: What is the Squeeze Theorem and when is it used?
The Squeeze Theorem states: if g(x) <= f(x) <= h(x) for all x near c, and lim[x->c] g(x) = lim[x->c] h(x) = L, then lim[x->c] f(x) = L as well. It is used when direct algebraic methods cannot evaluate a limit -- typically for functions involving oscillating components like sin or cos multiplied by a function approaching zero. The most important application is lim[x->0] sin(x)/x = 1, which is derived using the Squeeze Theorem and is fundamental to finding the derivative of sin(x) from the definition.
What are the three types of discontinuity and how do I identify them?
The three types of discontinuity are: (1) Removable (hole) -- the two-sided limit exists, but f(c) is either undefined or does not equal the limit. Example: f(x) = (x^2-4)/(x-2) has a removable discontinuity at x=2 because the limit is 4 but the function is undefined there. (2) Jump -- the left-hand and right-hand limits both exist but are not equal. Common in piecewise functions and step functions. The two-sided limit does not exist. (3) Infinite -- at least one one-sided limit is positive or negative infinity, creating a vertical asymptote. Example: f(x) = 1/(x-2) has an infinite discontinuity at x=2.
What is the difference between differentiability and continuity?
Continuity means the function has no breaks, holes, or jumps at a point -- all three continuity conditions are met. Differentiability means the function has a well-defined derivative at a point -- the limit of the difference quotient exists. The key relationship: differentiability implies continuity (if f'(c) exists, then f must be continuous at c), but continuity does NOT imply differentiability. The standard counterexample: f(x) = |x| is continuous at x=0 (no hole or jump), but not differentiable at x=0 (has a corner -- the left derivative is -1 and the right derivative is +1, so the limit of the difference quotient does not exist).
How do I evaluate limits at infinity for rational functions?
A: For rational functions P(x)/Q(x) where P and Q are polynomials, compare the degrees: if degree of P < degree of Q, the limit is 0 (the denominator dominates and the fraction shrinks to zero); if degree of P = degree of Q, the limit equals the ratio of the leading coefficients; if degree of P > degree of Q, the limit is positive or negative infinity (the numerator dominates and the fraction grows without bound). The general method that always works: divide every term by the highest power of x appearing in the denominator, then take the limit term by term -- terms with x in the denominator approach 0, leaving only the finite terms.
How do I use limit laws to evaluate limits algebraically?
The limit laws allow you to evaluate limits of combined functions by evaluating limits of simpler pieces: the limit of a sum is the sum of the limits (Sum Law); the limit of a product is the product of the limits (Product Law); the limit of a quotient is the quotient of the limits -- provided the denominator limit is nonzero (Quotient Law); the limit of a constant times a function is the constant times the limit (Constant Multiple Law). These laws require that each individual limit exists and is finite. Apply them after direct substitution fails, factoring, rationalising, or the Squeeze Theorem to break a complex limit into simpler evaluable pieces.
What is the difference between lim[x->c] f(x) = infinity and lim[x->c] f(x) DNE?
When lim[x->c] f(x) = infinity, this is actually a specific type of 'does not exist' (since infinity is not a real number), but it is more informative -- it tells you that the function grows without bound as x approaches c. This is different from a jump discontinuity where the limit DNE because the one-sided limits are two different finite values. On AP exams, both can be stated as 'the limit does not exist,' but adding the explanation of why -- 'because the function increases without bound' (infinite discontinuity) vs 'because the left and right limits are not equal' (jump) -- is what earns justification points on FRQ.
19. EduShaale -- Expert AP Calculus Coaching
EduShaale helps students across India and internationally master AP Calculus AB and BC -- building the conceptual understanding of limits and continuity that earns points not just on Unit 1, but on every FRQ justification question throughout the course.
Limits as Conceptual Foundation: We teach limits before derivative rules -- ensuring students understand WHY the derivative is defined the way it is, not just the mechanical rules. This conceptual grounding is what separates 4s from 5s on AP Calculus.
IVT FRQ Template Drilling: The IVT appears on virtually every AP Calculus exam in some form. We train students to write the complete 5-step justification from memory -- ensuring no rubric points are lost to incomplete or imprecise theorem citation.
CBSE-to-AP Bridge: CBSE Class 11 covers limits extensively (Chapter 13). We identify exactly where CBSE preparation meets AP Calculus requirements and where additional AP-specific preparation is needed (especially formal continuity definitions and IVT application).
FRQ Justification Methodology: Beyond limits, we teach the general AP FRQ writing style: set up the mathematical argument, cite the theorem by name, state the conclusion. This framework applies across all AP Calculus units.
📋 Free Digital SAT Diagnostic — test under real timed conditions at testprep.edushaale.com
📅 Free Consultation — personalised study plan based on your diagnostic timing data
🎓 Live Online Expert Coaching — Bluebook-format mocks, pacing training, content mastery
💬 WhatsApp +91 9019525923 | edushaale.com | info@edushaale.com
EduShaale's approach: Every AP FRQ justification question about limits, continuity, IVT, or MVT is won by students who know the formal theorem statement and the complete citation format. We build that knowledge in Unit 1 so it pays dividends in every subsequent unit.
20. References & Resources
Official College Board Resources
AP Calculus Limits and Continuity Study Guides
EduShaale AP Calculus Resources
(c) 2026 EduShaale | edushaale.com | info@edushaale.com | +91 9019525923
AP and Advanced Placement are registered trademarks of the College Board. All AP Calculus content based on official College Board Course and Exam Description. This guide is for educational purposes only.