Fatskills
Practice. Master. Repeat.
Study Guide: Calculus 1: Limits Continuity Definition 3 Conditions Types of Discontinuity IVT
Source: https://www.fatskills.com/calculus/chapter/calculus-1-calculus-1-limits-continuity-definition-3-conditions-types-of-discontinuity-ivt

Calculus 1: Limits Continuity Definition 3 Conditions Types of Discontinuity IVT

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

What Is This?

Continuity is a property of functions that describes their behavior at a point. A function is continuous at a point if it meets three conditions: it is defined at that point, its limit exists at that point, and the limit equals the function value at that point. This topic appears in exams to test your understanding of function behavior and your ability to apply theorems like the Intermediate Value Theorem (IVT).

Why It Matters

Continuity is tested in various math exams, including calculus and real analysis. It frequently appears in questions worth 5-10 marks. This topic tests your ability to understand and apply the definition of continuity, identify types of discontinuity, and use the IVT to solve problems.

Core Concepts

  • Definition of Continuity: A function ( f(x) ) is continuous at ( x = a ) if:
  • ( f(a) ) is defined.
  • The limit ( \lim_{x \to a} f(x) ) exists.
  • ( \lim_{x \to a} f(x) = f(a) ).
  • Types of Discontinuity:
  • Removable Discontinuity: A hole in the graph where the limit exists but is not equal to the function value.
  • Jump Discontinuity: A sudden jump in the graph where left-hand and right-hand limits exist but are not equal.
  • Infinite Discontinuity: The function approaches infinity as ( x ) approaches a point.
  • Intermediate Value Theorem (IVT): If a function is continuous on a closed interval ([a, b]) and ( N ) is any number between ( f(a) ) and ( f(b) ), then there exists a number ( c ) in ([a, b]) such that ( f(c) = N ).

Prerequisites

  • Understanding of limits and how to compute them.
  • Basic knowledge of function behavior and graphing.
  • Familiarity with closed intervals and their properties.

The Rule-Book (How It Works)


Primary Rule

A function ( f(x) ) is continuous at ( x = a ) if: 1. ( f(a) ) is defined.
2. ( \lim_{x \to a} f(x) ) exists.
3. ( \lim_{x \to a} f(x) = f(a) ).

Sub-rules and Edge Cases

  • Removable Discontinuity: Occurs when ( \lim_{x \to a} f(x) ) exists but ( f(a) ) is not defined or ( \lim_{x \to a} f(x) \neq f(a) ).
  • Jump Discontinuity: Occurs when ( \lim_{x \to a^-} f(x) \neq \lim_{x \to a^+} f(x) ).
  • Infinite Discontinuity: Occurs when ( \lim_{x \to a} f(x) = \pm \infty ).

Visual Pattern

Imagine a pencil drawing a graph without lifting off the paper. If you can draw the graph without lifting the pencil, the function is continuous.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, true/false, short answer, problem-solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Continuity Definition: ( f(x) ) is continuous at ( x = a ) if ( f(a) ) is defined, ( \lim_{x \to a} f(x) ) exists, and ( \lim_{x \to a} f(x) = f(a) ).
  2. Types of Discontinuity: Removable, jump, infinite.
  3. Intermediate Value Theorem (IVT): If ( f ) is continuous on ([a, b]) and ( N ) is between ( f(a) ) and ( f(b) ), then there exists ( c ) in ([a, b]) such that ( f(c) = N ).

Worked Examples (Step-by-Step)


Easy

Question: Determine if the function ( f(x) = \frac{x^2 - 1}{x - 1} ) is continuous at ( x = 1 ).

Step-by-Step: 1. Check if ( f(1) ) is defined: ( f(1) = \frac{1^2 - 1}{1 - 1} ) is undefined.
2. Check if ( \lim_{x \to 1} f(x) ) exists: ( \lim_{x \to 1} \frac{x^2 - 1}{x - 1} = \lim_{x \to 1} (x + 1) = 2 ).
3. Since ( f(1) ) is undefined, the function is not continuous at ( x = 1 ).

Answer: The function is not continuous at ( x = 1 ).

Medium

Question: Identify the type of discontinuity at ( x = 2 ) for the function ( f(x) = \begin{cases} x^2 & \text{if } x < 2 \ 2x + 1 & \text{if } x \geq 2 \end{cases} ).

Step-by-Step: 1. Check ( \lim_{x \to 2^-} f(x) ): ( \lim_{x \to 2^-} x^2 = 4 ).
2. Check ( \lim_{x \to 2^+} f(x) ): ( \lim_{x \to 2^+} (2x + 1) = 5 ).
3. Since ( \lim_{x \to 2^-} f(x) \neq \lim_{x \to 2^+} f(x) ), it is a jump discontinuity.

Answer: Jump discontinuity.

Hard

Question: Use the IVT to show that ( f(x) = x^3 - 3x + 1 ) has a root in the interval ([0, 2]).

Step-by-Step: 1. Check continuity: ( f(x) ) is a polynomial, hence continuous on ([0, 2]).
2. Evaluate ( f(0) ) and ( f(2) ): ( f(0) = 1 ), ( f(2) = 3 ).
3. Since ( f(0) > 0 ) and ( f(2) > 0 ), check intermediate values: ( f(1) = -1 ).
4. By IVT, since ( f(0) > 0 ) and ( f(1) < 0 ), there exists ( c ) in ([0, 1]) such that ( f(c) = 0 ).

Answer: There is a root in ([0, 2]).

Common Exam Traps & Mistakes

  1. Mistake: Assuming a function is continuous because it looks continuous.
  2. Wrong Answer: ( f(x) = \frac{1}{x} ) is continuous at ( x = 0 ).
  3. Correct Approach: Check the definition; ( f(0) ) is undefined.

  4. Mistake: Confusing removable and jump discontinuities.

  5. Wrong Answer: ( f(x) = \begin{cases} x & \text{if } x < 1 \ x + 1 & \text{if } x \geq 1 \end{cases} ) has a removable discontinuity at ( x = 1 ).
  6. Correct Approach: Check left and right limits; it's a jump discontinuity.

  7. Mistake: Forgetting to check all three conditions for continuity.

  8. Wrong Answer: ( f(x) = \frac{x^2 - 4}{x - 2} ) is continuous at ( x = 2 ).
  9. Correct Approach: ( f(2) ) is undefined; it's a removable discontinuity.

  10. Mistake: Misapplying the IVT.

  11. Wrong Answer: ( f(x) = x^2 ) has a root in ([-1, 1]).
  12. Correct Approach: Check ( f(-1) ) and ( f(1) ); both are positive, so IVT does not apply.

Shortcut Strategies & Exam Hacks

  • Memory Aid: "DEF-LIM-EQ" for continuity: Defined, Limit exists, Limit equals function value.
  • Elimination Strategy: If a function is not defined at a point, it cannot be continuous there.
  • Pattern Recognition: Polynomials and exponential functions are continuous everywhere.
  • Formula Shortcut: For rational functions, check the denominator for zeros to find discontinuities.

Question-Type Taxonomy

  1. True/False:
  2. Example: ( f(x) = \frac{1}{x} ) is continuous at ( x = 0 ).
  3. Favored Exams: Quick quizzes, multiple choice.

  4. Multiple Choice:

  5. Example: What type of discontinuity does ( f(x) = \frac{1}{x} ) have at ( x = 0 )?
  6. Favored Exams: Standardized tests.

  7. Short Answer:

  8. Example: Explain why ( f(x) = \frac{x^2 - 1}{x - 1} ) is not continuous at ( x = 1 ).
  9. Favored Exams: Written exams.

  10. Problem-Solving:

  11. Example: Use the IVT to show that ( f(x) = x^3 - x^2 + 2 ) has a root in ([-1, 1]).
  12. Favored Exams: Advanced calculus exams.

Practice Set (MCQs)

  1. Question: Is the function ( f(x) = \frac{x^2 - 4}{x - 2} ) continuous at ( x = 2 )?
  2. Options:
    • A) Yes
    • B) No
    • C) Only if ( x \neq 2 )
    • D) Only if ( x = 2 )
  3. Correct Answer: B) No
  4. Explanation: ( f(2) ) is undefined, so it is not continuous at ( x = 2 ).
  5. Why the Distractors Are Tempting: A) Looks continuous; C) and D) confuse the condition.

  6. Question: What type of discontinuity does ( f(x) = \begin{cases} x & \text{if } x < 1 \ x + 1 & \text{if } x \geq 1 \end{cases} ) have at ( x = 1 )?

  7. Options:
    • A) Removable
    • B) Jump
    • C) Infinite
    • D) None
  8. Correct Answer: B) Jump
  9. Explanation: Left and right limits are different.
  10. Why the Distractors Are Tempting: A) and C) confuse the type; D) ignores the discontinuity.

  11. Question: Use the IVT to determine if ( f(x) = x^2 - 2x + 1 ) has a root in ([0, 2]).

  12. Options:
    • A) Yes
    • B) No
    • C) Only if ( x = 1 )
    • D) Only if ( x \neq 1 )
  13. Correct Answer: A) Yes
  14. Explanation: ( f(0) = 1 ), ( f(1) = 0 ), so by IVT, there is a root.
  15. Why the Distractors Are Tempting: B) Misses the IVT application; C) and D) confuse the condition.

  16. Question: Is the function ( f(x) = \frac{1}{x} ) continuous at ( x = 0 )?

  17. Options:
    • A) Yes
    • B) No
    • C) Only if ( x \neq 0 )
    • D) Only if ( x = 0 )
  18. Correct Answer: B) No
  19. Explanation: ( f(0) ) is undefined.
  20. Why the Distractors Are Tempting: A) Looks continuous; C) and D) confuse the condition.

  21. Question: What type of discontinuity does ( f(x) = \frac{1}{x} ) have at ( x = 0 )?

  22. Options:
    • A) Removable
    • B) Jump
    • C) Infinite
    • D) None
  23. Correct Answer: C) Infinite
  24. Explanation: ( \lim_{x \to 0} \frac{1}{x} = \pm \infty ).
  25. Why the Distractors Are Tempting: A) and B) confuse the type; D) ignores the discontinuity.

30-Second Cheat Sheet

  • Continuity Definition: ( f(a) ) defined, ( \lim_{x \to a} f(x) ) exists, ( \lim_{x \to a} f(x) = f(a) ).
  • Removable Discontinuity: Limit exists, ( f(a) ) undefined or limit ≠ ( f(a) ).
  • Jump Discontinuity: Left and right limits differ.
  • Infinite Discontinuity: Limit is ( \pm \infty ).
  • IVT: Continuous function on ([a, b]), ( N ) between ( f(a) ) and ( f(b) ), ( c ) in ([a, b]) such that ( f(c) = N ).

Learning Path

  1. Beginner Foundation: Understand limits and basic function behavior.
  2. Core Rules: Learn the definition of continuity and types of discontinuity.
  3. Practice: Solve problems involving continuity and discontinuity.
  4. Timed Drills: Practice identifying continuity and applying IVT under time constraints.
  5. Mock Tests: Take full-length practice exams to simulate test conditions.

Related Topics

  1. Limits: Understanding limits is crucial for continuity.
  2. Derivatives: Continuity is a prerequisite for differentiability.
  3. Integrals: Continuity affects the behavior of functions under integration.


ADVERTISEMENT