Find the number of discontinuities in the function , where , where is the set of all real numbers.
Notation: denotes the sign function .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The sign or signum function takes on three values as follows:
sgn ( x ) = ⎩ ⎪ ⎨ ⎪ ⎧ − 1 0 1 for x < 0 for x = 0 for x > 0
Therefore,
f ( x ) = ( x + 1 ) sgn ( x 2 − 1 ) = ( x + 1 ) × ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ 1 0 − 1 0 1 for x < − 1 for x = − 1 for − 1 < x < 1 for x = 1 for x > 1 = ⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ x + 1 0 − ( x + 1 ) 0 x + 1 for x < − 1 for x = − 1 for − 1 < x < 1 for x = 1 for x > 1
Now, let us check the continuity of f ( x ) at x = − 1 and x = 1 .
⎩ ⎨ ⎧ x → − 1 − lim f ( x ) = x → − 1 − lim ( x + 1 ) = 0 x → − 1 + lim f ( x ) = x → − 1 + lim − ( x + 1 ) = 0 ⟹ x → − 1 − lim f ( x ) = x → − 1 + lim f ( x ) ⟹ f ( x ) is continous at x = − 1 .
⎩ ⎨ ⎧ x → 1 − lim f ( x ) = x → 1 − lim − ( x + 1 ) = − 2 x → 1 + lim f ( x ) = x → − 1 + lim ( x + 1 ) = 2 ⟹ x → 1 − lim f ( x ) = x → 1 + lim f ( x ) ⟹ f ( x ) is discontinous at x = 1 .
Therefore, there is only 1 discontinuity in f ( x ) .