JEE Challenger
More from Continuity and Differentiability

Number of Discontinuity Points of Composite Function

Let f(x)={x3+8;x<0,x24;x0,f(x) = \begin{cases} x^3 + 8 ; & x < 0, \\ x^2 - 4 ; & x \ge 0, \end{cases} and g(x)={(x8)1/3;x<0,(x+4)1/2;x0.g(x) = \begin{cases} (x - 8)^{1/3} ; & x < 0, \\ (x + 4)^{1/2} ; & x \ge 0. \end{cases}

Then the number of points, where the function gfg \circ f is discontinuous, is ________.

Official Numerical Answer3

Topics & Concepts

Step-by-Step Solution

To find the number of points of discontinuity for the composite function (gf)(x)=g(f(x))(g \circ f)(x) = g(f(x)), we first need to explicitly define g(f(x))g(f(x)) for different intervals of xx.

The given functions are: f(x)={x3+8,x<0x24,x0f(x) = \begin{cases} x^3 + 8, & x < 0 \\ x^2 - 4, & x \ge 0 \end{cases}

g(x)={(x8)1/3,x<0(x+4)1/2,x0g(x) = \begin{cases} (x - 8)^{1/3}, & x < 0 \\ (x + 4)^{1/2}, & x \ge 0 \end{cases}


Step 1: Evaluate g(f(x))g(f(x)) for x<0x < 0

When x<0x < 0, f(x)=x3+8f(x) = x^3 + 8. We split this based on the sign of f(x)f(x):

  1. When f(x)<0f(x) < 0: x3+8<0    x3<8    x<2x^3 + 8 < 0 \implies x^3 < -8 \implies x < -2 Since f(x)<0f(x) < 0, we use the definition of g(y)g(y) for y<0y < 0: g(f(x))=(f(x)8)1/3=(x3+88)1/3=(x3)1/3=xg(f(x)) = (f(x) - 8)^{1/3} = (x^3 + 8 - 8)^{1/3} = (x^3)^{1/3} = x

  2. When f(x)0f(x) \ge 0: x3+80    x2x^3 + 8 \ge 0 \implies x \ge -2 Combined with x<0x < 0, this gives the interval x[2,0)x \in [-2, 0). Since f(x)0f(x) \ge 0, we use the definition of g(y)g(y) for y0y \ge 0: g(f(x))=(f(x)+4)1/2=(x3+8+4)1/2=x3+12g(f(x)) = (f(x) + 4)^{1/2} = (x^3 + 8 + 4)^{1/2} = \sqrt{x^3 + 12}


Step 2: Evaluate g(f(x))g(f(x)) for x0x \ge 0

When x0x \ge 0, f(x)=x24f(x) = x^2 - 4. We split this based on the sign of f(x)f(x):

  1. When f(x)<0f(x) < 0: x24<0    2<x<2x^2 - 4 < 0 \implies -2 < x < 2 Combined with x0x \ge 0, this gives the interval x[0,2)x \in [0, 2). Since f(x)<0f(x) < 0, we use the definition of g(y)g(y) for y<0y < 0: g(f(x))=(f(x)8)1/3=(x248)1/3=(x212)1/3g(f(x)) = (f(x) - 8)^{1/3} = (x^2 - 4 - 8)^{1/3} = (x^2 - 12)^{1/3}

  2. When f(x)0f(x) \ge 0: x240    x2 or x2x^2 - 4 \ge 0 \implies x \ge 2 \text{ or } x \le -2 Combined with x0x \ge 0, this gives the interval x[2,)x \in [2, \infty). Since f(x)0f(x) \ge 0, we use the definition of g(y)g(y) for y0y \ge 0: g(f(x))=(f(x)+4)1/2=(x24+4)1/2=x2=x(since x2)g(f(x)) = (f(x) + 4)^{1/2} = (x^2 - 4 + 4)^{1/2} = \sqrt{x^2} = x \quad (\text{since } x \ge 2)


Step 3: Piecewise Definition of g(f(x))g(f(x))

Combining all the intervals, we get:

g(f(x))={x,x<2x3+12,2x<0(x212)1/3,0x<2x,x2g(f(x)) = \begin{cases} x, & x < -2 \\ \sqrt{x^3 + 12}, & -2 \le x < 0 \\ (x^2 - 12)^{1/3}, & 0 \le x < 2 \\ x, & x \ge 2 \end{cases}

Step 4: Check Continuity at Critical Points

  1. At x=2x = -2: limx2g(f(x))=2\lim_{x \to -2^-} g(f(x)) = -2 limx2+g(f(x))=(2)3+12=4=2\lim_{x \to -2^+} g(f(x)) = \sqrt{(-2)^3 + 12} = \sqrt{4} = 2 Since limx2g(f(x))limx2+g(f(x))\lim_{x \to -2^-} g(f(x)) \neq \lim_{x \to -2^+} g(f(x)), g(f(x))g(f(x)) is discontinuous at x=2x = -2.

  2. At x=0x = 0: limx0g(f(x))=03+12=12=23\lim_{x \to 0^-} g(f(x)) = \sqrt{0^3 + 12} = \sqrt{12} = 2\sqrt{3} limx0+g(f(x))=(0212)1/3=(12)1/3=123\lim_{x \to 0^+} g(f(x)) = (0^2 - 12)^{1/3} = (-12)^{1/3} = -\sqrt[3]{12} Since limx0g(f(x))limx0+g(f(x))\lim_{x \to 0^-} g(f(x)) \neq \lim_{x \to 0^+} g(f(x)), g(f(x))g(f(x)) is discontinuous at x=0x = 0.

  3. At x=2x = 2: limx2g(f(x))=(2212)1/3=(8)1/3=2\lim_{x \to 2^-} g(f(x)) = (2^2 - 12)^{1/3} = (-8)^{1/3} = -2 limx2+g(f(x))=2\lim_{x \to 2^+} g(f(x)) = 2 Since limx2g(f(x))limx2+g(f(x))\lim_{x \to 2^-} g(f(x)) \neq \lim_{x \to 2^+} g(f(x)), g(f(x))g(f(x)) is discontinuous at x=2x = 2.

Within each open interval (,2)(-\infty, -2), (2,0)(-2, 0), (0,2)(0, 2), and (2,)(2, \infty), the functions composing g(f(x))g(f(x)) are continuous.


Conclusion

The points of discontinuity for g(f(x))g(f(x)) are x=2x = -2, x=0x = 0, and x=2x = 2.

Therefore, the number of points where the function g(f(x))g(f(x)) is discontinuous is 3.

Number of Discontinuity Points of Composite Function | Mathematics PYQ Solution - JEE Challenger