Lesson 3: Continuity & Intermediate Value Theorem

1. What is Continuity?

A function is continuous at a point if:

  1. \(f(a)\) is defined
  2. \(\lim_{x→a} f(x)\) exists
  3. \(\lim_{x→a} f(x) = f(a)\)

Intuition: no jumps, breaks, or holes in the graph at that point.

Polynomials, \(\sin(x)\), \(e^{x}\), rational functions (where denominator ≠ 0) are continuous.

Exercise 1

Which functions are continuous at \(x=0\)? (Select all that apply)

2. Intermediate Value Theorem (IVT)

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

Intuition: continuous function takes every value between its min and max on an interval.

Used to prove existence of roots.

Exercise 2

\(f(x) = x^{3} - x\) is continuous on \([-1,2]\). \(f(-1) = -2,\, f(2) = 6\). Does it have a root in \([-1,2]\)?

Summary – Lesson 3

Next: the derivative – slope of tangent line.

← Previous Lesson (2) Next Lesson (4) →