Study Guide

Defining continuity at a point

AP Calculus ABΒ· AP Calculus AB CED β€” Limits and ContinuityΒ· 14 min read

1. Definition of Continuity at an Interior Pointβ˜…β˜…β˜†β˜†β˜†β± 4 min

Informally, a function is continuous at a point if you can draw the graph of the function through without lifting your pencil off the paper. Continuity is a foundational property that underpins nearly all advanced results in calculus, from the Intermediate Value Theorem to derivatives and the Fundamental Theorem of Calculus.

πŸ“˜ Definition

Continuity at an interior point $x=a$

is continuous at

Three independent conditions must all hold: 1. is defined ( is in the domain of ), 2. exists (the two one-sided limits are equal and finite), 3. . All three conditions are captured by the single equality:

Example:

Verified for any point inside the function's domain

lim⁑xβ†’af(x)=f(a)\lim_{x \to a} f(x) = f(a)

Each condition serves a distinct purpose: the first confirms we have a function value to compare, the second confirms the graph approaches the same value from both sides, and the third confirms the point actually lies on the approaching curve.

πŸ“ Worked Example

Let . Does satisfy all three conditions for continuity at ?

  1. 1

    Check if is defined: per the piecewise definition, , so condition 1 holds.

  2. 2

    Evaluate the two-sided limit by factoring the numerator:

  3. 3
    (xβˆ’2)(x+2)xβˆ’2=x+2for xβ‰ 2\frac{(x-2)(x+2)}{x-2} = x+2 \quad \text{for } x \neq 2
  4. 4

    So . Left and right limits are equal, so the limit exists, condition 2 holds.

  5. 5

    Compare the limit to the function value: , so condition 3 fails. Conclusion: is not continuous at .

Exam tip:

On AP FRQs, always explicitly check all three conditions when justifying continuity. Skipping any condition will cost you a point, even if your final conclusion is correct.

2. One-Sided Continuity for Domain Endpointsβ˜…β˜…β˜†β˜†β˜†β± 3 min

For functions defined on closed intervals , a two-sided limit cannot exist at the endpoints, since the function is not defined outside the interval. For this reason, we use one-sided continuity to define continuity at endpoints.

πŸ“˜ Definition

One-sided continuity

A function is right-continuous at if , used for left endpoints of domains. A function is left-continuous at if , used for right endpoints of closed domains.

A function is continuous on the full closed interval if it is continuous at all interior points, right-continuous at the left endpoint, and left-continuous at the right endpoint.

πŸ“ Worked Example

Let , which has domain . Is continuous at the left endpoint ? Justify your answer.

  1. 1

    Confirm is defined: , so the function value exists.

  2. 2

    Since is the left endpoint of the domain, only the right-hand limit needs to be checked (no values of are in the domain).

  3. 3

    Evaluate the right-hand limit:

  4. 4
    lim⁑xβ†’βˆ’3+9βˆ’x2=lim⁑xβ†’βˆ’3+(9βˆ’x2)=9βˆ’9=0\lim_{x \to -3^+} \sqrt{9 - x^2} = \sqrt{ \lim_{x \to -3^+} (9 - x^2) } = \sqrt{9 - 9} = 0
  5. 5

    Compare: , so satisfies the definition of continuity at an endpoint. Conclusion: is continuous at .

Exam tip:

Never check for a two-sided limit at a domain endpoint. AP exam graders will penalize you for referencing a non-existent limit outside the function's domain.

3. Checking Continuity at Piecewise Function Boundariesβ˜…β˜…β˜…β˜†β˜†β± 4 min

The most common AP exam question on this topic asks you to check continuity at the boundary point where the definition of a piecewise function changes. Each individual piece of a piecewise function is almost always continuous (polynomials, rationals, trig functions are continuous on their domains), so the only possible discontinuity is at the boundary between pieces.

  1. Find from the piece that includes .

  2. Calculate the left-hand limit using the piece defined for .

  3. Calculate the right-hand limit using the piece defined for .

  4. Confirm both one-sided limits are equal (so the two-sided limit exists), then confirm the limit equals .

πŸ“ Worked Example

Let . Determine if is continuous at , the boundary between the two pieces. Justify your answer.

  1. 1

    Check : from the second piece (), , so is defined.

  2. 2

    Evaluate the left-hand limit (use the first piece for ):

  3. 3
    lim⁑xβ†’1βˆ’(2x+1)=2(1)+1=3\lim_{x \to 1^-} (2x + 1) = 2(1) + 1 = 3
  4. 4

    Evaluate the right-hand limit (use the second piece for ):

  5. 5
    lim⁑xβ†’1+(x2+2)=12+2=3\lim_{x \to 1^+} (x^2 + 2) = 1^2 + 2 = 3
  6. 6

    Since left and right limits are equal, , which equals . All three conditions hold. Conclusion: is continuous at .

Exam tip:

Always match the direction of the limit to the inequality of the piece. Swapping left and right pieces is the most common mistake on these problems.

4. AP-Style Worked Practice Problemsβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“ Worked Example

Let . For what value of is continuous at ? A) B) C) D)

  1. 1

    For continuity at , we require . Using the standard trigonometric limit , we get:

  2. 2
    lim⁑xβ†’0sin⁑(2x)x=2\lim_{x \to 0} \frac{\sin(2x)}{x} = 2
  3. 3

    For all three conditions to hold, must equal 2: is defined, the limit exists, and . The correct answer is C.

πŸ“ Worked Example

Let . (a) Find all values of and such that is continuous at if . (b) Suppose instead that , what value of makes continuous at ? (c) Is continuous at for any values of and ? Justify your answer.

  1. 1

    Part (a): First, calculate from the second piece:

  2. 2
    f(2)=b(2)2βˆ’3(2)=4bβˆ’6f(2) = b(2)^2 - 3(2) = 4b - 6
  3. 3

    Next, calculate the left limit as :

  4. 4
    lim⁑xβ†’2βˆ’(x3+ax+4)=8+2a+4=12+2a\lim_{x \to 2^-} (x^3 + ax + 4) = 8 + 2a + 4 = 12 + 2a
  5. 5

    Set the limit equal to for continuity: . Substitute : , so .

  6. 6

    Part (b): For , the left limit becomes . Set equal to : .

  7. 7

    Part (c): is an interior point of the interval , where is a polynomial. All polynomials are continuous at all real numbers, so . Therefore, is continuous at for all values of and .

πŸ“ Worked Example

A coffee shop models the price of a large coffee over a 10-day period with the function , where is the price in dollars on day , for . Is the price function continuous at , the day the shop starts a gradual price increase? Justify your answer, and explain what continuity means in this context.

  1. 1

    Check : using the second piece, , so is defined.

  2. 2

    Evaluate the left-hand limit:

  3. 3
    lim⁑dβ†’4βˆ’P(d)=4.50\lim_{d \to 4^-} P(d) = 4.50
  4. 4

    Evaluate the right-hand limit:

  5. 5
    lim⁑dβ†’4+(4.50+0.25(dβˆ’4))=4.50+0=4.50\lim_{d \to 4^+} \left(4.50 + 0.25(d-4)\right) = 4.50 + 0 = 4.50
  6. 6

    Compare: , so all three conditions are satisfied. Conclusion: The price function is continuous at . In context, this means there is no abrupt jump in the price of coffee on day 4; the price increases gradually starting from the original $4.50 price after day 4, rather than jumping immediately to a higher price.

5. Common Pitfalls

Wrong move:

For for , , concluding is discontinuous at because the original expression is undefined at .

Why:

Students confuse the unsimplified algebraic expression with the given function's definition, forgetting the function explicitly defines .

Correct move:

Always use the given function definition to check if is defined, not the unsimplified expression.

Wrong move:

Checking only that exists, then concluding continuity at .

Why:

Students forget that could be undefined, or could be a different value than the limit.

Correct move:

Always explicitly check all three conditions in order when justifying continuity on an FRQ.

Wrong move:

Claiming a function is discontinuous at an endpoint because the two-sided limit doesn't exist.

Why:

Students confuse two-sided continuity for interior points with the definition of continuity at endpoints.

Correct move:

For any endpoint of the function's domain, only check the one-sided limit that exists (right for left endpoint, left for right endpoint) and compare it to the function value.

Wrong move:

For a piecewise function with boundary , calculating the left limit using the right piece and vice versa.

Why:

Students rush and misread the inequality signs defining the pieces.

Correct move:

Underline the inequality for each piece before evaluating one-sided limits, and match the direction of the limit to the inequality.

Wrong move:

Concluding is continuous at interior point because , without checking the right-hand limit.

Why:

Students mix up one-sided continuity for endpoints with the requirements for interior points.

Correct move:

For any interior point, always confirm that both one-sided limits exist, are equal, and equal .

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

Continuity at interior point

Requires 3 conditions: defined, exists, equality holds

Right-continuous at

Used for left endpoints of domains, only requires the right-hand limit

Left-continuous at

Used for right endpoints of domains, only requires the left-hand limit

Continuity at endpoint

One-sided limit equals function value

No two-sided limit required, since the function is undefined outside the interval

Piecewise boundary check

Left limit from left piece, right limit from right piece

Match the limit direction to the inequality defining the piece

Polynomial continuity

All polynomials are continuous at all real points

Any interior point in a polynomial piece is automatically continuous

Rational function continuity

Continuous at all points where denominator

Discontinuous at points where the denominator equals zero

Radical function continuity

Continuous at all points in domain

Check one-sided continuity at endpoints of the domain

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Check continuity of piecewise function

  • 2022 Β· FRQ

    Find constant for continuity

What's Next

Defining continuity at a point is the foundational prerequisite for almost all of the rest of calculus. Next, you will extend this definition to continuity over an interval, which is required to apply the Intermediate Value Theorem (IVT), one of the most frequently tested theorems on the AP Calculus AB exam. You will also use this definition to classify different types of discontinuities and solve for constants that make piecewise functions continuous, a common problem on both MCQ and FRQ sections.