Math graphic
๐Ÿ“ Concept diagram

04-02 - Continuity

Phase: 4 | Subject: 04-02 Prerequisites: 04-01-limits.md Next subject: 04-03-the-derivative.md


Learning Objectives

By the end of this subject, you will be able to:

  1. Define continuity at a point and on an interval
  2. Identify types of discontinuities
  3. Apply the Intermediate Value Theorem
  4. Apply the Extreme Value Theorem

Core Content

Definition of Continuity

A function f(x) is continuous at x = a if: 1. f(a) is defined 2. $lim(xโ†’a)$ f(x) exists 3. $lim(xโ†’a)$ f(x) = f(a)

Intuitive: You can draw the graph at x = a without lifting your pen.

Continuous on an interval: Continuous at every point in the interval.

Types of Discontinuity

1. Removable Discontinuity

Limit exists, but f(a) is undefined or different from the limit. Fix: Redefine f(a) to equal the limit.

2. Jump Discontinuity

Left-hand and right-hand limits exist but are different. Example: Step function, floor function

3. Infinite Discontinuity

Function approaches ยฑโˆž as x approaches a. Example: f(x) = 1/x at x = 0

Continuous Functions

Polynomials: Continuous everywhere Rational functions: Continuous wherever defined (denominator โ‰  0) Exponential functions: Continuous everywhere Logarithms: Continuous on their domain (x > 0) Trigonometric functions: Continuous on their domains Compositions: If f and g are continuous, so are fโˆ˜g, f+g, f-g, fยทg, f/g (where g โ‰  0)

Intermediate Value Theorem (IVT)

โš ๏ธ THIS IS CRITICAL โ€” the IVT is used to prove that equations have solutions without actually solving them. It underpins root-finding algorithms (bisection method) and is essential for proving many calculus theorems.

If f is continuous on [a, b] and k is between f(a) and f(b), then there exists c โˆˆ [a, b] such that f(c) = k.

Applications: - Proving roots exist - Finding where a function equals a specific value

Example: Show xยณ - x - 1 = 0 has a root between 1 and 2. f(1) = -1, f(2) = 5. By IVT, since -1 < 0 < 5, there's a root in (1, 2).

Extreme Value Theorem (EVT)

If f is continuous on [a, b], then f attains both a maximum and a minimum value on [a, b].

Key: Requires a CLOSED interval [a, b].

Example: f(x) = xยฒ on [-1, 2] Continuous on closed interval. Minimum at x = 0: f(0) = 0. Maximum at x = 2: f(2) = 4.



Key Terms

Worked Examples

Example 1: Continuity check

f(x) = (xยฒ - 4)/(x - 2) for x โ‰  2, f(2) = 5

At x = 2: - f(2) = 5 (defined) - $lim(xโ†’2)$ (xยฒ - 4)/(x - 2) = $lim(xโ†’2)$ (x + 2) = 4 - Limit (4) โ‰  f(2) (5)

Removable discontinuity at x = 2. Redefine f(2) = 4 to make continuous.

Example 2: IVT application

Show x = cos(x) has a solution.

f(x) = x - cos(x) f(0) = 0 - 1 = -1 f(ฯ€/2) = ฯ€/2 - 0 โ‰ˆ 1.57

By IVT, there's a root in (0, ฯ€/2).

Example 3: EVT and discontinuity

Does f(x) = 1/x attain a maximum and minimum on (0, 5]?

No. The interval is NOT closed on the left โ€” (0, 5] excludes 0. As x โ†’ 0โบ, f(x) โ†’ +โˆž, so there is no maximum. The minimum occurs at x = 5: f(5) = 1/5 = 0.2. EVT requires [a, b] (closed on both ends).



Quiz

Q1: What does the concept of Continuous Functions primarily refer to in this subject?

A) A computational error related to Continuous Functions B) A visual representation of Continuous Functions C) The definition and application of Continuous Functions D) A historical anecdote about Continuous Functions

Correct: C)

Q2: What is the primary purpose of Definition of Continuity?

A) It is used to definition of continuity in mathematical analysis B) It is used only in advanced research contexts C) It replaces all other methods in this domain D) It is primarily a historical notation system

Correct: A)

Q3: Which statement about Extreme Value Theorem (EVT) is TRUE?

A) Extreme Value Theorem (EVT) is not related to this subject B) Extreme Value Theorem (EVT) is a fundamental concept covered in this subject C) Extreme Value Theorem (EVT) is an advanced topic beyond this subject's scope D) Extreme Value Theorem (EVT) is mentioned only as a historical footnote

Correct: B)

Q4: Based on the worked examples in this subject, what is the correct result?

A) ** No. f(0) is undefined. Infinite discontinuity. B) The inverse of the correct answer C) A different result from a common mistake D) An unrelated numerical value

Correct: A)

Q5: How are Extreme Value Theorem (EVT) and Infinite Discontinuity related?

A) Extreme Value Theorem (EVT) is the inverse of Infinite Discontinuity B) Extreme Value Theorem (EVT) and Infinite Discontinuity are closely related concepts C) Extreme Value Theorem (EVT) and Infinite Discontinuity are completely unrelated topics D) Extreme Value Theorem (EVT) is a special case of Infinite Discontinuity

Correct: B)

Q6: What is a common pitfall when working with Intermediate Value Theorem (IVT)?

A) The main error with Intermediate Value Theorem (IVT) is using it when it is not needed B) Intermediate Value Theorem (IVT) has no common misconceptions C) Intermediate Value Theorem (IVT) is always computed the same way in all contexts D) A common mistake is confusing Intermediate Value Theorem (IVT) with a similar concept

Correct: D)

Q7: When should you apply Types Of Discontinuity?

A) Types Of Discontinuity is not practically useful B) Avoid Types Of Discontinuity unless explicitly instructed C) Use Types Of Discontinuity only in pure mathematics contexts D) Apply Types Of Discontinuity to solve problems in this subject's domain

Correct: D)

Practice Problems

  1. Is f(x) = 1/x continuous at x = 0? Answer: No. f(0) is undefined. Infinite discontinuity.

  2. Is f(x) = xยฒ continuous at x = 3? Answer: Yes. Polynomials are continuous everywhere. f(3) = 9, limit = 9.

  3. Type of discontinuity for f(x) = (xยฒ - 1)/(x - 1) at x = 1? Answer: Removable. Factor: (x-1)(x+1)/(x-1) = x+1 (for x โ‰  1). Limit = 2, but f(1) undefined.

  4. IVT: Does f(x) = xยณ - 2x + 1 have a root in [0, 2]? Answer: f(0) = 1, f(2) = 5. Both positive. Can't conclude a root. Try [-2, 0]: f(-2) = -3, f(0) = 1. Root in [-2, 0].

  5. EVT: Does f(x) = 1/x have a max/min on (0, 1]? Answer: No. Interval is not closed on the left. f(x) โ†’ โˆž as x โ†’ 0โบ.


Summary

Key takeaways:

Pitfalls



Next Steps

Next up: 04-03-the-derivative.md