Key Concepts and Formulas
- Definition of Differentiability: A function h(x) is differentiable at a point x=a if the limit limk→0kh(a+k)−h(a) exists. This limit is the derivative h′(a).
- Continuity of a Derivative: A derivative h′(x) is continuous at x=a if limx→ah′(x)=h′(a).
- Differentiability of Composite Functions: If f is differentiable at x=a and g is differentiable at f(a), then the composite function g∘f is differentiable at x=a, and (g∘f)′(a)=g′(f(a))⋅f′(a).
- Absolute Value Function: ∣x∣ is not differentiable at x=0.
- Piecewise Functions and Differentiability: For a piecewise function to be differentiable at the point where the definition changes, the left-hand derivative and the right-hand derivative must be equal.
Step-by-Step Solution
Step 1: Define the composite function g∘f(x).
We are given f(x)=x∣x∣ and g(x)=sinx.
The composite function (g∘f)(x) is defined as g(f(x)).
Substituting f(x) into g(x):
(g∘f)(x)=g(x∣x∣)=sin(x∣x∣).
Step 2: Express the composite function as a piecewise function.
The absolute value function ∣x∣ is defined as:
∣x∣={x−xif x≥0if x<0
Using this definition, we can write x∣x∣ as:
x∣x∣={x⋅x=x2x⋅(−x)=−x2if x≥0if x<0
Now, we can express (g∘f)(x)=sin(x∣x∣) as a piecewise function:
(g∘f)(x)={sin(−x2)sin(x2)if x<0if x≥0
Since sin(−u)=−sin(u), we have:
(g∘f)(x)={−sin(x2)sin(x2)if x<0if x≥0
Step 3: Check for differentiability of g∘f(x) at x=0.
To check for differentiability at x=0, we need to find the left-hand derivative and the right-hand derivative at x=0.
The derivative of (g∘f)(x) is found by differentiating each piece:
For x<0, dxd(−sin(x2))=−cos(x2)⋅(2x)=−2xcos(x2).
For x>0, dxd(sin(x2))=cos(x2)⋅(2x)=2xcos(x2).
Now, let's evaluate the limits of these derivatives as x approaches 0 from the left and right.
Left-hand derivative at x=0:
L(g∘f)′(0)=limx→0−(−2xcos(x2))
As x→0−, −2x→0 and cos(x2)→cos(0)=1.
So, L(g∘f)′(0)=0⋅1=0.
Right-hand derivative at x=0:
R(g∘f)′(0)=limx→0+(2xcos(x2))
As x→0+, 2x→0 and cos(x2)→cos(0)=1.
So, R(g∘f)′(0)=0⋅1=0.
Since L(g∘f)′(0)=R(g∘f)′(0)=0, the function (g∘f)(x) is differentiable at x=0, and its derivative at x=0 is 0.
This means Statement-1 is true regarding differentiability at x=0.
Step 4: Check for continuity of the derivative of g∘f(x) at x=0.
The derivative of (g∘f)(x) can be written as:
(g∘f)′(x)={−2xcos(x2)2xcos(x2)if x<0if x≥0
For the derivative to be continuous at x=0, the limit of the derivative as x approaches 0 must equal the value of the derivative at x=0. We found (g∘f)′(0)=0.
Let's check the limit of (g∘f)′(x) as x→0:
limx→0(g∘f)′(x)=limx→0{−2xcos(x2)2xcos(x2)if x<0if x≥0
Left-hand limit: limx→0−(−2xcos(x2))=0.
Right-hand limit: limx→0+(2xcos(x2))=0.
Since the left-hand limit and the right-hand limit are equal to 0, and (g∘f)′(0)=0, the derivative (g∘f)′(x) is continuous at x=0.
Therefore, Statement-1 is true.
Step 5: Check for twice differentiability of g∘f(x) at x=0.
To check for twice differentiability, we need to find the second derivative (g∘f)′′(x) and see if it is defined at x=0. We differentiate (g∘f)′(x):
For x<0, (g∘f)′′(x)=dxd(−2xcos(x2)).
Using the product rule and chain rule:
dxd(−2xcos(x2))=(−2)cos(x2)+(−2x)(−sin(x2)⋅2x)
=−2cos(x2)+4x2sin(x2).
For x>0, (g∘f)′′(x)=dxd(2xcos(x2)).
Using the product rule and chain rule:
dxd(2xcos(x2))=(2)cos(x2)+(2x)(−sin(x2)⋅2x)
=2cos(x2)−4x2sin(x2).
Now, we need to check if the left-hand second derivative and the right-hand second derivative at x=0 are equal.
Left-hand second derivative at x=0:
L(g∘f)′′(0)=limx→0−(−2cos(x2)+4x2sin(x2))
As x→0−, cos(x2)→cos(0)=1, and 4x2sin(x2)→4(0)sin(0)=0.
So, L(g∘f)′′(0)=−2(1)+0=−2.
Right-hand second derivative at x=0:
R(g∘f)′′(0)=limx→0+(2cos(x2)−4x2sin(x2))
As x→0+, cos(x2)→cos(0)=1, and 4x2sin(x2)→4(0)sin(0)=0.
So, R(g∘f)′′(0)=2(1)−0=2.
Since L(g∘f)′′(0)=−2 and R(g∘f)′′(0)=2, the left-hand second derivative is not equal to the right-hand second derivative at x=0.
Therefore, (g∘f)(x) is not twice differentiable at x=0.
This means Statement-2 is false.
Step 6: Evaluate the relationship between Statement-1 and Statement-2.
Statement-1: g∘f is differentiable at x=0 and its derivative is continuous at x=0. We found this to be true.
Statement-2: g∘f is twice differentiable at x=0. We found this to be false.
Since Statement-1 is true and Statement-2 is false, Statement-2 cannot be a correct explanation for Statement-1.
Common Mistakes & Tips
- Differentiability of ∣x∣: Remember that ∣x∣ is not differentiable at x=0. This is why we need to use piecewise definitions and check left/right derivatives for composite functions involving ∣x∣.
- Chain Rule Application: Be careful when applying the chain rule, especially when differentiating terms like sin(x2) or cos(x2). The derivative of x2 is 2x.
- Continuity of Derivative: To check if the derivative is continuous, you must evaluate the limit of the derivative function as x approaches the point and compare it to the derivative's value at that point.
Summary
We analyzed the composite function (g∘f)(x)=sin(x∣x∣) by expressing it as a piecewise function. We then proceeded to check the differentiability of this function at x=0 by calculating the left-hand and right-hand derivatives. We found that the function is differentiable at x=0 and its derivative is also continuous at x=0, confirming Statement-1. Subsequently, we calculated the second derivative and found that the left-hand and right-hand second derivatives at x=0 are not equal, indicating that the function is not twice differentiable at x=0, thus disproving Statement-2. Since Statement-1 is true and Statement-2 is false, Statement-2 cannot be a correct explanation for Statement-1.
The final answer is \boxed{A}.