Question:

Find all points of discontinuity of f, where f is defined by 

\[f(n) =   \begin{cases}     x^3-3,       & \quad \text{if } x {\leq 2}\\     x^2+1,  & \quad \text{if } x \text{>2}   \end{cases}\]

Updated On: Aug 29, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

\(f(n) =   \begin{cases}     x^3-3,       & \quad \text{if } x {\leq 2}\\     x^2+1,  & \quad \text{if } x \text{>2}   \end{cases}\)
The given function f is defined at all the points of the real line.
Let c be a point on the real line.        

Case (i):
If c<2, then f(c) = c3-3 and \(\lim\limits_{x \to c}\) f(x) = \(\lim\limits_{x \to c}\) f(x3-3) = c3-3
\(\lim\limits_{x \to c}\) f(x) = f(c)
Therefore, f is continuous at all points x, such that x<2

Case (ii):
If c = 2, then f(c) = f(2) = 23-3 = 5
\(\lim\limits_{x \to 2^-}\)f(x) =\(\lim\limits_{x \to 2^-}\)(x3-3) = 23-3 = 5
\(\lim\limits_{x \to 2^+}\)f(x) = \(\lim\limits_{x \to 2^+}\)(x2+1)=22+1= 5
\(\lim\limits_{x \to 2}\) f(x) = f(2)
Therefore, f is continuous at x = 2

 Case(iii):
Ifc>2, then f(c) = c2+1
\(\lim\limits_{x \to c}\) f(x) = \(\lim\limits_{x \to c}\) (x2+1)=c2+1
\(\lim\limits_{x \to c}\) f(x) = f(c)
Therefore, f is continuous at all points x,such that x>2 
Thus, the given function f is continuous at every point on the real line. 

Hence, f has no point of discontinuity.

Was this answer helpful?
0
0

Concepts Used:

Continuity

A function is said to be continuous at a point x = a,  if

limx→a

f(x) Exists, and

limx→a

f(x) = f(a)

It implies that if the left hand limit (L.H.L), right hand limit (R.H.L) and the value of the function at x=a exists and these parameters are equal to each other, then the function f is said to be continuous at x=a.

If the function is undefined or does not exist, then we say that the function is discontinuous.

Conditions for continuity of a function: For any function to be continuous, it must meet the following conditions:

  • The function f(x) specified at x = a, is continuous only if f(a) belongs to real number.
  • The limit of the function as x approaches a, exists.
  • The limit of the function as x approaches a, must be equal to the function value at x = a.