StepWorking
01Given
Given the function f(x)=x2sin(x1) for x=0 and f(0)=0.
02Goal
Determine whether f(x) and f′(x) are continuous and/or differentiable at x=0.
03Approach
Check continuity of f using limx→0f(x), compute f′(0) from the first-principles limit definition, find f′(x) for x=0 via standard derivative rules, and examine whether limx→0f′(x)=f′(0).
04Execute
Test continuity of f at x=0:
limx→0f(x)=limx→0x2sin(x1). Since −1≤sin(x1)≤1, by the Squeeze Theorem, limx→0x2sin(x1)=0=f(0). Thus, f is continuous at x=0.
05Execute
Find f′(0) using the limit definition of the derivative:
f′(0)=limh→0hf(h)−f(0)=limh→0hh2sin(1/h)−0=limh→0hsin(h1)=0.
Therefore, f is differentiable at x=0, and f′(0)=0.
06Execute
Compute f′(x) for x=0 using the product rule:
f′(x)=dxd[x2sin(x1)]=2xsin(x1)+x2cos(x1)⋅(−x21)=2xsin(x1)−cos(x1).
07Execute
Check continuity of f′ at x=0:
limx→0f′(x)=limx→0(2xsin(x1)−cos(x1)).
While limx→02xsin(x1)=0, limx→0cos(x1) does not exist (it oscillates between −1 and 1).
Hence, limx→0f′(x) does not exist, which means f′ is not continuous at x=0.
✓Verify
f is continuous and differentiable at 0, but f′ fails to be continuous at 0. This matches Option D.