Key Concepts and Formulas
- Continuity at a point x=a: A function f(x) is continuous at x=a if limx→af(x)=f(a).
- Differentiability at a point x=a: A function f(x) is differentiable at x=a if the limit of the difference quotient exists: f′(a)=limh→0hf(a+h)−f(a).
- Continuity of the derivative f′(x) at x=a: The derivative f′(x) is continuous at x=a if limx→af′(x)=f′(a).
- Limit of xnsin(1/x) and xncos(1/x) as x→0: For any n>0, limx→0xnsin(1/x)=0 and limx→0xncos(1/x)=0. This is because ∣sin(1/x)∣≤1 and ∣cos(1/x)∣≤1.
Step-by-Step Solution
Step 1: Check the continuity of f(x) at x=0.
To check for continuity at x=0, we need to verify if limx→0f(x)=f(0).
Given f(0)=0.
Now, let's calculate the limit:
limx→0f(x)=limx→0x2sin(x1)
We know that −1≤sin(x1)≤1 for all x=0.
Multiplying by x2 (which is non-negative):
−x2≤x2sin(x1)≤x2
As x→0, we have limx→0(−x2)=0 and limx→0x2=0.
By the Squeeze Theorem,
limx→0x2sin(x1)=0
Since limx→0f(x)=0=f(0), the function f(x) is continuous at x=0.
Step 2: Check the differentiability of f(x) at x=0.
To check for differentiability at x=0, we need to evaluate the limit of the difference quotient:
f′(0)=limh→0hf(0+h)−f(0)
Substituting the function definition:
f′(0)=limh→0hf(h)−0=limh→0hh2sin(h1)
f′(0)=limh→0hsin(h1)
Using the Squeeze Theorem again, since −1≤sin(h1)≤1, we have:
−∣h∣≤hsin(h1)≤∣h∣
As h→0, limh→0(−∣h∣)=0 and limh→0∣h∣=0.
Therefore, by the Squeeze Theorem,
f′(0)=0
Since the limit exists, f(x) is differentiable at x=0, and its derivative at x=0 is 0.
Step 3: Find the derivative f′(x) for x=0.
For x=0, f(x)=x2sin(x1). We use the product rule and the chain rule to find f′(x).
Let u=x2 and v=sin(x1).
Then dxdu=2x.
To find dxdv, let w=x1=x−1. Then dxdw=−x−2=−x21.
So, dxdv=cos(w)⋅dxdw=cos(x1)⋅(−x21)=−x21cos(x1).
Using the product rule, f′(x)=dxduv+udxdv:
f′(x)=(2x)sin(x1)+x2(−x21cos(x1))
f′(x)=2xsin(x1)−cos(x1)for x=0
Step 4: Check the continuity of f′(x) at x=0.
For f′(x) to be continuous at x=0, we need limx→0f′(x)=f′(0).
We found f′(0)=0 in Step 2.
Now, let's evaluate the limit of f′(x) as x→0:
limx→0f′(x)=limx→0(2xsin(x1)−cos(x1))
We can split this into two limits:
limx→02xsin(x1)−limx→0cos(x1)
For the first limit, using the Squeeze Theorem as in Step 1:
limx→02xsin(x1)=0
For the second limit, limx→0cos(x1):
As x approaches 0, x1 approaches ±∞. The cosine function oscillates infinitely between −1 and 1 as its argument goes to infinity. Therefore, the limit limx→0cos(x1) does not exist.
Since one part of the limit does not exist, the entire limit limx→0f′(x) does not exist.
Step 5: Conclude the continuity of f(x) and f′(x) at x=0.
From Step 1, we concluded that f(x) is continuous at x=0.
From Step 2, we concluded that f(x) is differentiable at x=0, and f′(0)=0.
From Step 4, we concluded that limx→0f′(x) does not exist.
For f′(x) to be continuous at x=0, we need limx→0f′(x)=f′(0). Since the limit does not exist, f′(x) is not continuous at x=0.
Common Mistakes & Tips
- Confusing differentiability with the existence of the derivative formula: While the formula f′(x)=2xsin(1/x)−cos(1/x) is valid for x=0, applying it directly to find the limit as x→0 without checking the differentiability at x=0 can lead to errors. Always check differentiability at the specific point using the definition of the derivative.
- Assuming continuity of f′(x) from differentiability of f(x): A function can be differentiable at a point, but its derivative may not be continuous at that point, as demonstrated in this problem. The existence of f′(a) does not guarantee the continuity of f′(x) at x=a.
- Misinterpreting limits involving sin(1/x) or cos(1/x): The limits of sin(1/x) and cos(1/x) as x→0 do not exist. However, when multiplied by a term that goes to zero faster than 1/x (like x or x2), the limit can exist (and is often 0), as shown by the Squeeze Theorem.
Summary
We first established that the function f(x) is continuous at x=0 by verifying that limx→0f(x)=f(0). Next, we found that f(x) is differentiable at x=0 using the definition of the derivative, yielding f′(0)=0. We then derived the expression for f′(x) for x=0. Upon examining the limit of f′(x) as x→0, we found that limx→0f′(x) does not exist due to the cos(1/x) term. Since limx→0f′(x) does not exist, f′(x) is not continuous at x=0. Therefore, f(x) is continuous at x=0, but its derivative f′(x) is not continuous at x=0.
The final answer is \boxed{A}.