Question:

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

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

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

Solution and Explanation

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

It is evident that the given function f is defined at all the points of the real line.
Let c be a point on the real line. Then, three cases arise. 
(i) c<2 
(ii) c>2 
(iii) c=2

Case (i): c<2
Then f(c) = 2c+3
\(\lim\limits_{x \to c}\) f(x) = \(\lim\limits_{x \to c}\) (2x+3) = 2c+3
\(\lim\limits_{x \to c}\) f(x) = f(c)
Therefore, f is continuous at all points x,such that x<2

Case (ii): c>2
Then f(c) = 2c-3
\(\lim\limits_{x \to c}\) f(x) = \(\lim\limits_{x \to c}\) (2x-3) = 2c-3
\(\lim\limits_{x \to c}\) f(x) = f(c)
Therefore, f is continuous at all points x, such that x>2

Case(iii): c=2
Then,the left hand limit of f at x = 2 is,
\(\lim\limits_{x \to 2^-}\) f(x) = \(\lim\limits_{x \to 2^-}\)(2x+3) = 2x2+3 = 7
The right hand limit of f at x = 2 is,
\(\lim\limits_{x \to 2^+}\) f(x) = \(\lim\limits_{x \to 2^+}\)(2x-3) = 2x2-3 = 1
It is observed that the left and right hand limit of f at x = 2 do not coincide
Therefore, f is not continuous at x = 2 
Hence,x = 2 is the only point of discontinuity of f.

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.