Let the functions f : R → R and g : R → R be defined as : f(x) = \left\{ {\matrix{ {x + 2,} & {x < 0} \cr {{x^2},} & {x \ge 0} \cr } } \right. and g(x) = \left\{ {\matrix{ {{x^3},} & {x < 1} \cr {3x - 2,} & {x \ge 1} \cr } } \right. Then, the number of points in R where (fog) (x) is NOT differentiable is equal to :
Options
Solution
Key Concepts and Formulas
Composition of Functions (fog)(x):(f∘g)(x)=f(g(x)). To find the composite function, substitute the inner function g(x) into the outer function f(x).
Differentiability of Piecewise Functions: A piecewise function is differentiable at a point where the definition changes if:
It is continuous at that point.
The left-hand derivative (LHD) equals the right-hand derivative (RHD) at that point.
Continuity Check at a Point 'a': A function h(x) is continuous at x=a if limx→a−h(x)=limx→a+h(x)=h(a).
Differentiability Check at a Point 'a': A function h(x) is differentiable at x=a if the limit limx→ax−ah(x)−h(a) exists. This is checked by comparing the LHD and RHD.
LHD: limh→0−hh(a+h)−h(a) or limh→0+−hh(a−h)−h(a)
RHD: limh→0+hh(a+h)−h(a)
Step-by-Step Solution
Step 1: Define the composite function (fog)(x).
We are given f(x)={x+2,x2,x<0x≥0 and g(x)={x3,3x−2,x<1x≥1.
To find (f∘g)(x)=f(g(x)), we need to consider the conditions on g(x) and then apply them to f.
Case 1: g(x)<0.
This occurs when x3<0, which implies x<0.
In this case, f(g(x))=g(x)+2=x3+2. So, (f∘g)(x)=x3+2 for x<0.
Case 2: g(x)≥0.
This requires us to consider the two sub-cases for g(x).
Sub-case 2a: x<1 and g(x)≥0.
Here g(x)=x3. So, x3≥0, which implies x≥0.
Combining with x<1, this sub-case is for 0≤x<1.
In this range, f(g(x))=f(x3)=(x3)2=x6. So, (f∘g)(x)=x6 for 0≤x<1.
Sub-case 2b: x≥1 and g(x)≥0.
Here g(x)=3x−2. So, 3x−2≥0, which implies x≥2/3.
Combining with x≥1, this sub-case is for x≥1.
In this range, f(g(x))=f(3x−2)=(3x−2)2. So, (f∘g)(x)=(3x−2)2 for x≥1.
Combining all cases, the composite function (f∘g)(x) is:
(f∘g)(x)=⎩⎨⎧x3+2,x6,(3x−2)2,x<00≤x<1x≥1
Note: At x=0, g(0)=03=0, so f(g(0))=f(0)=02=0. The first case gives 03+2=2. The second case gives 06=0. So, we need to be careful with the intervals. Let's re-evaluate the intervals.
Let h(x)=(f∘g)(x).
If x<0, then g(x)=x3<0. Thus f(g(x))=g(x)+2=x3+2.
If 0≤x<1, then g(x)=x3. Since 0≤x<1, we have 0≤x3<1. So g(x)≥0. Thus f(g(x))=(g(x))2=(x3)2=x6.
If x≥1, then g(x)=3x−2. Since x≥1, 3x≥3, so 3x−2≥1. Thus g(x)≥0. Thus f(g(x))=(g(x))2=(3x−2)2.
The composite function is:
h(x)=(f∘g)(x)=⎩⎨⎧x3+2,x6,(3x−2)2,x<00≤x<1x≥1
The points where differentiability might be an issue are x=0 and x=1, where the definition of the function changes.
Step 2: Check for continuity and differentiability at x = 0.
Since limx→0−h(x)=limx→0+h(x), the function h(x) is discontinuous at x=0.
A function that is discontinuous at a point cannot be differentiable at that point.
Therefore, h(x) is not differentiable at x=0.
Step 3: Check for continuity and differentiability at x = 1.
Since limx→1−h(x)=limx→1+h(x)=h(1)=1, the function h(x) is continuous at x=1.
Differentiability at x = 1:
We need to calculate the Left-Hand Derivative (LHD) and the Right-Hand Derivative (RHD) at x=1.
RHD at x = 1:
We use the definition h′(1+)=limh→0+hh(1+h)−h(1).
For x≥1, h(x)=(3x−2)2. So h(1)=(3(1)−2)2=1.
h(1+h)=(3(1+h)−2)2=(3+3h−2)2=(1+3h)2.
RHD =limh→0+h(1+3h)2−1=limh→0+h1+6h+9h2−1
RHD =limh→0+h6h+9h2=limh→0+(6+9h)=6.
LHD at x = 1:
We use the definition h′(1−)=limh→0+−hh(1−h)−h(1).
For 0≤x<1, h(x)=x6. So h(1)=1.
h(1−h)=(1−h)6.
LHD =limh→0+−h(1−h)6−1.
We can use the binomial expansion of (1−h)6=1−6h+(26)h2−….
LHD =limh→0+−h(1−6h+O(h2))−1=limh→0+−h−6h+O(h2)
LHD =limh→0+(6+O(h))=6.
Alternatively, for LHD, we can differentiate the function x6 and evaluate at x=1.
The derivative of x6 is 6x5. At x=1, the derivative is 6(1)5=6.
This corresponds to the LHD.
Since LHD = RHD = 6, the function h(x) is differentiable at x=1.
Step 4: Determine the total number of points of non-differentiability.
From Step 2, we found that h(x) is not differentiable at x=0 due to discontinuity.
From Step 3, we found that h(x) is differentiable at x=1.
The function h(x) is composed of polynomials (x3+2, x6, (3x−2)2) in the open intervals (−∞,0), (0,1), and (1,∞). Polynomials are differentiable everywhere. Therefore, the only points where non-differentiability can occur are the points where the definition changes, i.e., x=0 and x=1.
We have identified only one point of non-differentiability, which is x=0.
Common Mistakes & Tips
Incorrectly defining the composite function intervals: Carefully check the conditions on g(x) and how they map to the conditions of f(x). Ensure that the domain intervals for the composite function are correctly derived.
Assuming differentiability after continuity: Even if a function is continuous at a point, it may not be differentiable there. Always check the LHD and RHD.
Errors in calculating limits for LHD/RHD: Pay close attention to the signs and algebraic manipulations, especially when dealing with powers or binomial expansions in the limit calculation.
Summary
We first constructed the composite function (f∘g)(x) by substituting g(x) into f(x) and determining the correct intervals for each piece. We then analyzed the differentiability of this piecewise function at the points where its definition changes, namely x=0 and x=1. At x=0, we found that the function is discontinuous, which implies it is not differentiable. At x=1, we verified that the function is continuous and that its left-hand and right-hand derivatives are equal, meaning it is differentiable at x=1. Therefore, there is only one point where (f∘g)(x) is not differentiable.