1. Definition of Continuity at a Point

A function f(x)f(x) is said to be continuous at a point x=ax=a in its domain if the following three conditions are satisfied:

  1. f(a)f(a) is defined: The function has a finite value at x=ax=a.
  2. limxaf(x)\lim_{x \to a} f(x) exists: The limit of the function as xx approaches aa exists. This implies that the Left-Hand Limit (LHL) and Right-Hand Limit (RHL) are equal. limxaf(x)=limxa+f(x)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x)
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a): The limit of the function at the point is equal to the value of the function at that point.

Geometrically, a function is continuous at a point if its graph has no breaks, jumps, or holes at that point. You can draw the graph through the point without lifting your pen.

2. Continuity in an Interval

  • Open Interval: A function is continuous in an open interval (a,b)(a, b) if it is continuous at every point in the interval.
  • Closed Interval: A function f(x)f(x) is continuous in a closed interval [a,b][a, b] if:
    1. It is continuous in the open interval (a,b)(a, b).
    2. It is continuous from the right at aa, i.e., limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a).
    3. It is continuous from the left at bb, i.e., limxbf(x)=f(b)\lim_{x \to b^-} f(x) = f(b).

3. Types of Discontinuities

If a function is not continuous at a point x=ax=a, it is said to be discontinuous at that point. There are several types:

  1. Removable Discontinuity: The limit limxaf(x)\lim_{x \to a} f(x) exists but is not equal to f(a)f(a), or f(a)f(a) is not defined.

    • Missing Point: f(a)f(a) is not defined.
    • Isolated Point: limxaf(x)f(a)\lim_{x \to a} f(x) \neq f(a). This type of discontinuity can be 'removed' by redefining the function at the single point x=ax=a.
  2. Non-Removable Discontinuity (or Discontinuity of the First Kind): The limit limxaf(x)\lim_{x \to a} f(x) does not exist because the LHL and RHL exist and are finite, but they are not equal (extLHLextRHLext{LHL} \neq ext{RHL}). This is also called a Jump Discontinuity.

  3. Discontinuity of the Second Kind: Either the LHL or the RHL (or both) do not exist or are infinite. This is also called an Infinite Discontinuity.

4. Algebra of Continuous Functions

If ff and gg are two functions that are continuous at x=ax=a, then:

  • f+gf+g, fgf-g, and fgf \cdot g are continuous at x=ax=a.
  • cfc \cdot f is continuous at x=ax=a for any constant cc.
  • f/gf/g is continuous at x=ax=a, provided g(a)0g(a) \neq 0.

5. Intermediate Value Theorem (IVT)

If a function f(x)f(x) is continuous on a closed interval [a,b][a, b] and kk is any number between f(a)f(a) and f(b)f(b) (where f(a)f(b)f(a) \neq f(b)), then there must exist at least one number cc in (a,b)(a, b) such that f(c)=kf(c) = k.

In simpler terms, a continuous function takes on all values between any two of its values.

[Image illustrating the Intermediate Value Theorem]

Solved Examples

Example 1: Checking for Continuity

Question: Discuss the continuity of the function f(x)={x+2,x1x2,x>1f(x) = \begin{cases} x+2, & x \leq 1 \\ x-2, & x > 1 \end{cases} at x=1x=1.

Solution:

  1. Value of the function: f(1)=1+2=3f(1) = 1+2 = 3. The function is defined at x=1x=1.
  2. Left-Hand Limit (LHL): limx1f(x)=limx1(x+2)=1+2=3\lim_{x \to 1^-} f(x) = \lim_{x \to 1^-} (x+2) = 1+2 = 3
  3. Right-Hand Limit (RHL): limx1+f(x)=limx1+(x2)=12=1\lim_{x \to 1^+} f(x) = \lim_{x \to 1^+} (x-2) = 1-2 = -1
  4. Conclusion: Since LHL \neq RHL (313 \neq -1), the limit limx1f(x)\lim_{x \to 1} f(x) does not exist. Therefore, the function is discontinuous at x=1x=1. This is a jump discontinuity.

Example 2: Finding a Constant for Continuity

Question: Find the value of kk so that the function f(x)={kx2,x23,x>2f(x) = \begin{cases} kx^2, & x \leq 2 \\ 3, & x > 2 \end{cases} is continuous at x=2x=2.

Solution: For the function to be continuous at x=2x=2, we must have LHL = RHL = f(2)f(2).

  1. LHL: limx2f(x)=limx2(kx2)=k(22)=4k\lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} (kx^2) = k(2^2) = 4k
  2. RHL: limx2+f(x)=limx2+(3)=3\lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (3) = 3
  3. Value of the function: f(2)=k(22)=4kf(2) = k(2^2) = 4k.
  4. Equating: For continuity, LHL = RHL. 4k=3    k=344k = 3 \implies k = \frac{3}{4}

Example 3: Removable Discontinuity

Question: Show that the function f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} for x2x \neq 2 has a removable discontinuity at x=2x=2.

Solution:

  1. Value of the function: f(2)f(2) is not defined.
  2. Limit at x=2: limx2x24x2=limx2(x2)(x+2)x2=limx2(x+2)=4\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x-2)(x+2)}{x - 2} = \lim_{x \to 2} (x+2) = 4
  3. Conclusion: The limit exists (LHL = RHL = 4), but the function is not defined at x=2x=2. This is a removable discontinuity. We can remove it by defining a new function g(x)g(x) as: g(x)={x24x2,x24,x=2g(x) = \begin{cases} \frac{x^2 - 4}{x - 2}, & x \neq 2 \\ 4, & x = 2 \end{cases} This new function g(x)g(x) is continuous at x=2x=2.

Example 4: Continuity of Greatest Integer Function

Question: Discuss the continuity of f(x)=[x]f(x) = [x] (the greatest integer function) at x=3x=3.

Solution:

  1. Value of the function: f(3)=[3]=3f(3) = [3] = 3.
  2. LHL: As xx approaches 3 from the left, xx is slightly less than 3 (e.g., 2.999). limx3f(x)=limx3[x]=2\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} [x] = 2
  3. RHL: As xx approaches 3 from the right, xx is slightly greater than 3 (e.g., 3.001). limx3+f(x)=limx3+[x]=3\lim_{x \to 3^+} f(x) = \lim_{x \to 3^+} [x] = 3
  4. Conclusion: Since LHL \neq RHL, the limit does not exist. The function f(x)=[x]f(x)=[x] is discontinuous at every integer point. It exhibits a jump discontinuity at all integers.