Back to library
K-12
Calculus
Grade 12
45 min

🍎Introduction to Limits and Continuity

This lesson introduces students to the fundamental concepts of limits and continuity in Calculus. Students will learn to evaluate limits graphically and algebraically, identify different types of discontinuities, and apply the definition of continuity to functions.

Lesson plan

Objectives

  • Students will be able to define a limit and interpret its meaning graphically.
  • Students will be able to evaluate limits using algebraic techniques and limit properties.
  • Students will be able to identify and classify different types of discontinuities (removable, jump, infinite).
  • Students will be able to apply the definition of continuity to determine if a function is continuous at a point or on an interval.

Materials

  • Whiteboard or projector
  • Markers or pens
  • Calculus textbooks
  • Graphing calculators
  • Worksheet: 'Limits and Continuity Practice'
  • Quiz: 'Limits and Continuity Check-in'
  • Exit ticket slips

Warm-up

Begin with a graph of a function f(x) that has a hole at x=2 and a vertical asymptote at x=4. Ask students: 'What is the value of f(2)? What value does f(x) approach as x gets closer and closer to 2? What happens to f(x) as x approaches 4?' This will activate prior knowledge about function behavior and introduce the idea of approaching a value without necessarily reaching it.

Direct instruction

  1. **1. Introduction to Limits (5 min):** Explain that a limit describes the behavior of a function as the input approaches a certain value, regardless of the function's actual value at that point. Use the notation: lim x->c f(x) = L.
  2. **2. Graphical Interpretation of Limits (5 min):** Show a graph with a hole. Demonstrate how to find the limit as x approaches the hole and where the function is defined. Emphasize that the limit is about 'approaching' from both sides.
  3. **3. Properties of Limits (5 min):** Introduce basic limit properties: constant rule, sum/difference rule, product rule, quotient rule, power rule. Provide a simple example for each, like lim x->2 (x^2 + 3x).
  4. **4. Algebraic Techniques for Evaluating Limits (5 min):** Discuss direct substitution as the first method. If it results in an indeterminate form (0/0), demonstrate factoring, rationalizing, or simplifying complex fractions with examples like lim x->3 (x^2 - 9)/(x - 3).
  5. **5. One-Sided Limits and Limits at Infinity (5 min):** Explain left-hand (lim x->c-) and right-hand (lim x->c+) limits. Briefly discuss limits at infinity (lim x->inf f(x)), relating them to horizontal asymptotes.
  6. **6. Introduction to Continuity (5 min):** Define continuity at a point: f(c) must be defined, lim x->c f(x) must exist, and lim x->c f(x) = f(c). Show examples of continuous and discontinuous functions.

Guided practice

Work through an example of evaluating a limit and checking for continuity. Example: Consider the function f(x) = (x^2 - 4) / (x - 2) for x != 2, and f(x) = 5 for x = 2. First, evaluate lim x->2 f(x). We find that direct substitution gives 0/0. Factor the numerator: (x - 2)(x + 2) / (x - 2) = x + 2. So, lim x->2 (x + 2) = 4. Next, check for continuity at x = 2. Is f(2) defined? Yes, f(2) = 5. Does lim x->2 f(x) exist? Yes, it's 4. Is lim x->2 f(x) = f(2)? No, 4 != 5. Therefore, the function is discontinuous at x = 2. This is a removable discontinuity.

Independent practice

Students will complete the 'Limits and Continuity Practice' worksheet. They will work individually to evaluate various limits using different algebraic techniques and determine the continuity of given functions at specified points or intervals. Circulate to provide support and check for understanding.

Closure

Review the main concepts of limits and continuity. Ask students to share one new thing they learned or one question they still have. For an exit ticket, prompt: 'Explain in your own words the three conditions for a function to be continuous at a point x=c.' Collect these as students leave.

Assessment

Mastery will be measured through observation during guided and independent practice, completion of the 'Limits and Continuity Practice' worksheet, and performance on the 'Limits and Continuity Check-in' quiz. The exit ticket will also provide a quick check of conceptual understanding.

Differentiation

For struggling learners, provide a 'Limit Properties Reference Sheet' and focus on graphical interpretations before moving to algebra. Offer simpler problems involving direct substitution. For advanced learners, introduce the formal epsilon-delta definition of a limit, explore more complex piecewise functions, or challenge them with problems involving limits of trigonometric functions or the Squeeze Theorem.

Limits and Continuity Practice

Evaluate each limit and determine the continuity of the given functions. Show all your work clearly.

  1. Evaluate the limit: lim x->5 (x^2 - 3x + 2)
  2. Evaluate the limit: lim x->-2 (x^2 - 4) / (x + 2)
  3. Evaluate the limit: lim x->0 (sqrt(x + 9) - 3) / x
  4. Evaluate the limit: lim x->3 (1/x - 1/3) / (x - 3)
  5. Evaluate the limit: lim x->inf (3x^2 - 5x + 1) / (2x^2 + 7x - 4)
  6. Given the function f(x) = (x + 1) / (x - 3), find lim x->3+ f(x) and lim x->3- f(x).
  7. Determine if the function f(x) = x^2 + 2x - 1 is continuous at x = 1. Justify your answer using the definition of continuity.
  8. Determine if the function g(x) = (x^2 - 1) / (x - 1) is continuous at x = 1. If not, classify the discontinuity.
  9. Consider the piecewise function h(x) = { x + 2 if x < 0, x^2 if x >= 0 }. Is h(x) continuous at x = 0? Justify your answer.
  10. For what value of 'a' is the function f(x) = { 2x + 1 if x < 3, ax - 2 if x >= 3 } continuous at x = 3?

Limits and Continuity Check-in

  1. What does lim x->c f(x) = L mean?
    • The function's value at x=c is L.
    • As x gets closer to c, f(x) gets closer to L.
    • The function is defined at x=c.
    • L is the maximum value of the function.
    Answer: As x gets closer to c, f(x) gets closer to L.
  2. Which of the following is NOT a condition for a function f(x) to be continuous at x=c?
    • f(c) is defined.
    • lim x->c f(x) exists.
    • f(c) = 0.
    • lim x->c f(x) = f(c).
    Answer: f(c) = 0.
  3. Evaluate lim x->4 (x^2 - 16) / (x - 4).
    • 0
    • 4
    • 8
    • Does not exist
    Answer: 8
  4. What type of discontinuity occurs when lim x->c- f(x) != lim x->c+ f(x)?
    • Removable discontinuity
    • Infinite discontinuity
    • Jump discontinuity
    • Oscillating discontinuity
    Answer: Jump discontinuity
  5. If lim x->a f(x) = 7 and lim x->a g(x) = 3, what is lim x->a (f(x) + g(x))?
    • 4
    • 10
    • 21
    • Cannot be determined
    Answer: 10
  6. For the function f(x) = 1 / (x - 5), what is lim x->5+ f(x)?
    • 0
    • infinity
    • -infinity
    • Does not exist
    Answer: infinity
  7. A function is said to have a removable discontinuity at x=c if:
    • The function has a vertical asymptote at x=c.
    • The left and right limits at c are different.
    • The limit exists at c, but f(c) is undefined or not equal to the limit.
    • The function oscillates rapidly near x=c.
    Answer: The limit exists at c, but f(c) is undefined or not equal to the limit.
  8. Which algebraic technique is often used to evaluate limits that result in an indeterminate form (0/0) involving square roots?
    • Factoring
    • Direct substitution
    • Rationalizing the numerator/denominator
    • Dividing by the highest power of x
    Answer: Rationalizing the numerator/denominator

Limits and Continuity Homework: Exploring Functions

This homework assignment will reinforce your understanding of limits and continuity. You will practice evaluating limits using various techniques and analyzing functions for continuity. Understanding these concepts is crucial for all future topics in Calculus, as they form the foundation for derivatives and integrals. Please show all your work and clearly state your reasoning for each problem.

  • Read sections 2.1 and 2.2 in your textbook, focusing on the formal definition of a limit and the definition of continuity.
  • Evaluate the following limit: lim x->-3 (x^2 + 5x + 6) / (x + 3).
  • Evaluate the following limit: lim x->0 ( (2 + x)^3 - 8 ) / x.
  • Determine if the function f(x) = { x^2 - 3 if x <= 2, x + 1 if x > 2 } is continuous at x = 2. Provide a full justification.
  • Find the value(s) of 'k' that make the function g(x) = { kx + 5 if x < 1, x^2 - 3k if x >= 1 } continuous at x = 1.
  • Sketch a graph of a function that has a jump discontinuity at x = 1 and an infinite discontinuity at x = -2.
  • Explain in your own words why a function with a vertical asymptote at x=c is considered discontinuous at x=c.
  • Research and briefly describe the 'Intermediate Value Theorem' and its relevance to continuous functions (2-3 sentences).

Vocabulary

Limit · noun
The value that a function approaches as the input (x) approaches a certain value.
"The limit of the function as x approaches 2 was 4, even though the function itself was undefined at x=2."
Continuity · noun
A property of a function where its graph can be drawn without lifting the pen; it has no breaks, holes, or jumps.
"For a function to have continuity at a point, its limit must exist and equal the function's value at that point."
Discontinuity · noun
A point at which a function is not continuous, meaning there is a break, hole, or jump in its graph.
"The function had a discontinuity at x=3 due to a vertical asymptote."
Removable Discontinuity · noun
A type of discontinuity where the limit exists, but the function value at that point is undefined or different from the limit, often represented by a hole in the graph.
"Factoring the numerator and denominator often reveals a removable discontinuity."
Jump Discontinuity · noun
A type of discontinuity where the left-hand and right-hand limits at a point both exist but are not equal, causing a 'jump' in the graph.
"Piecewise functions frequently exhibit jump discontinuities where the definition changes."
Infinite Discontinuity · noun
A type of discontinuity where the function approaches positive or negative infinity as the input approaches a certain value, often indicated by a vertical asymptote.
"The function 1/x has an infinite discontinuity at x=0."
One-Sided Limit · noun
The limit of a function as the input approaches a value from only the left side (x<c) or only the right side (x>c).
"To determine a jump discontinuity, we must check the one-sided limits."
Limit at Infinity · noun
The behavior of a function as the input (x) increases or decreases without bound (approaches positive or negative infinity).
"The limit at infinity for rational functions is related to horizontal asymptotes."
Indeterminate Form · noun
An expression like 0/0 or infinity/infinity that results from direct substitution into a limit, meaning more work is needed to find the actual limit.
"When direct substitution gives an indeterminate form, algebraic manipulation is required."
Asymptote · noun
A line that a curve approaches as it heads towards infinity.
"The graph of the function had a vertical asymptote at x=0 and a horizontal asymptote at y=1."

Activities

  • Limit Sort Challenge · 10 minutes

    Divide students into small groups. Provide each group with cards containing different limit expressions and cards with various algebraic techniques (e.g., 'Factoring', 'Rationalizing', 'Direct Substitution'). Students must match each limit expression with the most appropriate technique to evaluate it. The first group to correctly sort all cards wins. This reinforces choosing the right strategy.

  • Graphing Discontinuities · 10 minutes

    In pairs, students receive different descriptions of functions with specific types of discontinuities (e.g., 'a function with a removable discontinuity at x=3', 'a function with a jump discontinuity at x=0'). Their task is to sketch a possible graph for each description and write a corresponding piecewise function or rational function that matches their graph. This helps visualize abstract concepts.

  • Find the Continuity Error · 10 minutes

    Present students with a worked-out problem that claims a function is continuous at a point, but contains a subtle error in its justification. Students work individually or in pairs to identify the error, explain why it's wrong, and then correctly determine the continuity of the function. This promotes critical thinking and deep understanding of the definition.

  • Limit Property Relay · 10 minutes

    Divide the class into two teams. Write a limit problem on the board that requires multiple limit properties to solve. The first person from each team comes up, applies one property, and passes the marker to the next teammate. The team that correctly solves the limit step-by-step using appropriate properties first wins. This reinforces sequential application of rules.