Key Concepts and Formulas
- Definition of Differentiability: A function f(x) is differentiable at a point x=c if the limit of the difference quotient exists:
f′(c)=limh→0hf(c+h)−f(c)
This requires the left-hand derivative (LHD) and the right-hand derivative (RHD) to be equal:
LHD=limh→0−hf(c+h)−f(c)=limh→0+hf(c+h)−f(c)=RHD
- Limit of sin(1/x) as x→0: The limit of sin(1/x) as x→0 does not exist because the function oscillates infinitely often between -1 and 1 as x approaches 0. However, the limit of xsin(1/x) as x→0 is 0, due to the Squeeze Theorem, since −∣x∣≤xsin(1/x)≤∣x∣.
- Derivative of a product: If f(x)=g(x)h(x), then f′(x)=g′(x)h(x)+g(x)h′(x).
Step-by-Step Solution
Step 1: Analyze differentiability at x=1.
To check for differentiability at x=1, we need to evaluate the right-hand derivative (RHD) and the left-hand derivative (LHD) at x=1.
-
Calculate the Right-Hand Derivative (RHD) at x=1:
The RHD is given by:
Rf′(1)=limh→0+hf(1+h)−f(1)
Substitute the definition of f(x): For x=1, f(x)=(x−1)sin(x−11), and f(1)=0.
Rf′(1)=limh→0+h((1+h)−1)sin((1+h)−11)−0
Rf′(1)=limh→0+hhsin(h1)
Rf′(1)=limh→0+sin(h1)
As h→0+, h1→∞. The function sin(y) oscillates between -1 and 1 as y→∞. Therefore, the limit limh→0+sin(h1) does not exist.
-
Calculate the Left-Hand Derivative (LHD) at x=1:
The LHD is given by:
Lf′(1)=limh→0−hf(1+h)−f(1)
Substitute the definition of f(x): For x=1, f(x)=(x−1)sin(x−11), and f(1)=0.
Lf′(1)=limh→0−h((1+h)−1)sin((1+h)−11)−0
Lf′(1)=limh→0−hhsin(h1)
Lf′(1)=limh→0−sin(h1)
As h→0−, h1→−∞. The function sin(y) oscillates between -1 and 1 as y→−∞. Therefore, the limit limh→0−sin(h1) does not exist.
Since both the RHD and LHD at x=1 do not exist, the function f(x) is not differentiable at x=1.
Step 2: Analyze differentiability at x=0.
To check for differentiability at x=0, we need to evaluate the limit of the difference quotient at x=0. Since x=0 is not the point where the function definition changes (x=1), we can use the general form of the derivative for x=1.
-
Calculate the derivative for x=1:
For x=1, f(x)=(x−1)sin(x−11). We use the product rule:
f′(x)=dxd(x−1)⋅sin(x−11)+(x−1)⋅dxd(sin(x−11))
f′(x)=1⋅sin(x−11)+(x−1)⋅cos(x−11)⋅dxd(x−11)
f′(x)=sin(x−11)+(x−1)⋅cos(x−11)⋅(−(x−1)21)
f′(x)=sin(x−11)−x−11cos(x−11)
-
Evaluate the derivative at x=0:
We need to find f′(0) using the definition of the derivative, or by taking the limit of f′(x) as x→0 if the derivative is continuous at x=0. Let's use the definition of the derivative at x=0:
f′(0)=limh→0hf(0+h)−f(0)
Since 0=1, f(0)=(0−1)sin(0−11)=(−1)sin(−1)=sin(1).
f′(0)=limh→0hf(h)−f(0)
For h=1 (which is true as h→0), f(h)=(h−1)sin(h−11).
f′(0)=limh→0h(h−1)sin(h−11)−sin(1)
This limit is hard to evaluate directly. Let's try to evaluate the limit of f′(x) as x→0.
f′(x)=sin(x−11)−x−11cos(x−11)
As x→0:
sin(x−11)→sin(0−11)=sin(−1)=−sin(1).
x−11→0−11=−1.
cos(x−11)→cos(0−11)=cos(−1)=cos(1).
So, limx→0f′(x)=−sin(1)−(−1)cos(1)=−sin(1)+cos(1).
Now we need to confirm if f′(0) is indeed equal to this limit. We can use the definition of the derivative at x=0:
f′(0)=limh→0hf(h)−f(0)
For h=1, f(h)=(h−1)sin(h−11).
And f(0)=(0−1)sin(0−11)=(−1)sin(−1)=sin(1).
f′(0)=limh→0h(h−1)sin(h−11)−sin(1)
Let's try to evaluate the limit of the derivative expression we found:
f′(x)=sin(x−11)−x−11cos(x−11)
As x→0, this expression approaches sin(−1)−(−1)cos(−1)=−sin(1)+cos(1).
Since the derivative f′(x) exists for x=1 and limx→0f′(x) exists and is finite, and also f(x) is continuous at x=0, it implies that f(x) is differentiable at x=0 and f′(0)=limx→0f′(x)=cos(1)−sin(1).
Therefore, f is differentiable at x=0.
Step 3: Conclude the differentiability.
From Step 1, we found that f is not differentiable at x=1.
From Step 2, we found that f is differentiable at x=0.
Combining these results, f is differentiable at x=0 but not at x=1.
Common Mistakes & Tips
- Confusing the limit of sin(1/x) with sin(x): The limit of sin(1/x) as x→0 does not exist, but the limit of xsin(1/x) as x→0 is 0. This distinction is crucial when evaluating derivatives involving such terms.
- Assuming continuity implies differentiability: A function must be continuous at a point to be differentiable at that point. However, continuity does not guarantee differentiability (e.g., ∣x∣ at x=0). Always check the definition of the derivative.
- Incorrect application of derivative rules at boundary points: When checking differentiability at a point where the function definition changes (like x=1 in this case), always use the limit definition of the derivative (RHD and LHD). Do not directly substitute into the derived formula for f′(x) if that formula is only valid for x=1.
Summary
We analyzed the differentiability of the function f(x) at x=1 by calculating the right-hand and left-hand derivatives. We found that both limits do not exist, concluding that f(x) is not differentiable at x=1. Next, we analyzed the differentiability at x=0. We first found the expression for the derivative f′(x) for x=1 using the product rule. Then, we evaluated the limit of f′(x) as x→0, which yielded a finite value. This, combined with the continuity of f(x) at x=0, implies that f(x) is differentiable at x=0 and f′(0)=cos(1)−sin(1). Therefore, the function is differentiable at x=0 but not at x=1.
The final answer is \boxed{A}.