Continuity, Discontinuity, and Intermediate Value Theorem

Understanding Continuity and Discontinuity

  • Continuity at a point: A function ff is continuous at a point aa if limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

  • Continuity on an interval: A function ff is continuous on an interval II if it is continuous at every point aa within that interval.

  • Types of Discontinuity:

    • Jump discontinuity: The function "jumps" from one value to another at a specific point.

    • Infinite discontinuity: Occurs when there is a vertical asymptote, meaning the function's value approaches positive or negative infinity.

    • Oscillation discontinuity: The function oscillates rapidly around a point, not approaching a single value.

Properties of Continuous Functions

  • Lines: Any linear function (y=mx+by = mx + b) is continuous at every point across the entire real line ((,)(-\infty, \infty)).

  • Rational Functions: A rational function (a quotient of two polynomials, e.g., f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}) is continuous everywhere its denominator is not zero.

    • Example: For f(x)=x2+1x21f(x) = \frac{x^2 + 1}{x^2 - 1}, the denominator is x21=(x1)(x+1)x^2 - 1 = (x-1)(x+1). This function is undefined when x=1x = 1 or x=1x = -1. As xx approaches 11 or 1-1, the numerator approaches a non-zero number, while the denominator approaches zero, leading to the quotient approaching infinity. Therefore, there are vertical asymptotes (infinite discontinuities) at x=1x = 1 and x=1x = -1. The function is continuous on the intervals: (,1)(1,1)(1,)(-\infty, -1) \cup (-1, 1) \cup (1, \infty).

  • Combinations of Continuous Functions: If f(x)f(x) and g(x)g(x) are continuous functions, then:

    • Their sum (f(x)+g(x)f(x) + g(x)) is continuous.

    • Their product (f(x)g(x)f(x) \cdot g(x)) is continuous.

    • Their quotient (f(x)g(x)\frac{f(x)}{g(x)}) is continuous wherever g(x)0g(x) \ne 0.

Ensuring Continuity in Piecewise Functions

To make a piecewise function continuous, the segments must meet at their boundaries. This means the limit from the left, the limit from the right, and the function value at the boundary point must all be equal.

  • Example: Consider the piecewise function: f(x)={x21amp;for x2 a2xamp;for xlt;2f(x) = \begin{cases} x^2 - 1 & \text{for } x \ge 2 \ a - 2x & \text{for } x < 2 \end{cases} To find the value of aa that makes f(x)f(x) continuous:

    1. Calculate f(2)f(2): Using the first piece of the function (for x2x \ge 2):
      f(2)=221=41=3f(2) = 2^2 - 1 = 4 - 1 = 3

    2. Calculate the right-hand limit as x2+x \to 2^+: Using the first piece:
      limx2+(x21)=221=3\lim_{x \to 2^+} (x^2 - 1) = 2^2 - 1 = 3

    3. Calculate the left-hand limit as x2x \to 2^-: Using the second piece:
      limx2(a2x)=a2(2)=a4\lim_{x \to 2^-} (a - 2x) = a - 2(2) = a - 4

    4. Set the limits and function value equal for continuity: For continuity, the left-hand limit, right-hand limit, and the function value must all be equal at x=2x=2.
      a4=3    a=7a - 4 = 3 \implies a = 7
      Thus, setting a=7a = 7 makes the function continuous at x=2x=2.

Intermediate Value Theorem (IVT)

  • Statement: If a function ff is continuous on a closed interval [a,b][a, b], and Z is any number between f(a)f(a) and f(b)f(b) (meaning f(a) < Z < f(b) or f(b) < Z < f(a)), then there exists at least one number cc in the open interval (a,b)(a, b) such that f(c)=Zf(c) = Z.

  • Visual Interpretation: If you draw a continuous curve between two points (a,f(a)a, f(a)) and (b,f(b)b, f(b)), the curve must cross every horizontal line y=Zy=Z that lies between f(a)f(a) and f(b)f(b). This means the function takes on all intermediate values between f(a)f(a) and f(b)f(b).

  • Importance of Continuity: The IVT relies fundamentally on the function being continuous. If a function has a discontinuity (e.g., a jump), it might skip over values, and the theorem would not hold.

  • Application - Finding Roots: The IVT can be used to show that an equation has at least one root (a value of xx for which f(x)=0f(x) = 0).

    • Problem: Show that the function f(x)=x5x310x+1f(x) = x^5 - x^3 - 10x + 1 has at least one root.

    • Solution Strategy: We need to find two points, aa and bb, such that f(a)f(a) and f(b)f(b) have opposite signs. Since f(x)f(x) is a polynomial, we know it is continuous on all real numbers ((,)(-\infty, \infty)) and thus on any closed interval [a,b][a, b].

      1. Choose a value for xx, e.g., x=1x = 1:
        f(1)=(1)5(1)310(1)+1=1110+1=9f(1) = (1)^5 - (1)^3 - 10(1) + 1 = 1 - 1 - 10 + 1 = -9
        So, f(1) < 0.

      2. Choose another value for xx, e.g., x=2x = 2:
        f(2)=(2)5(2)310(2)+1=32820+1=5f(2) = (2)^5 - (2)^3 - 10(2) + 1 = 32 - 8 - 20 + 1 = 5
        So, f(2) > 0.

      3. Apply IVT: Since f(1)=9f(1) = -9 (negative) and f(2)=5f(2) = 5 (positive), and f(x)f(x) is continuous on the interval [1,2][1, 2], by the Intermediate Value Theorem, there must exist at least one value cc in the interval (1,2)(1, 2) such that f(c)=0f(c) = 0. This proves that the function has at least one root.

Common Continuous Functions

  • Polynomial functions: Continuous on (,)(-\infty, \infty).

  • Exponential functions: (e.g., axa^x, exe^x) are continuous for all real numbers.

  • Trigonometric functions: (e.g., sin(x)\sin(x), cos(x)\cos(x)) are continuous for all real numbers (though inverse trig functions, tangents, secants, etc. have restricted domains of continuity).