The teacher hasn't uploaded a solution for this question yet.
The given function is $f(x) = x^2|x|$. We need to check its differentiability at $x=0$.
We can rewrite the function as follows: $f(x) = \begin{cases} x^3, & \text{if } x \geq 0 \\ -x^3, & \text{if } x < 0 \end{cases}$
The left-hand derivative at $x=0$ is given by: $LHD = \lim_{h \to 0^-} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0^-} \frac{f(h) - f(0)}{h}$ Since $h < 0$, we use $f(x) = -x^3$. Also, $f(0) = 0$. $LHD = \lim_{h \to 0^-} \frac{-h^3 - 0}{h} = \lim_{h \to 0^-} -h^2 = 0$
The right-hand derivative at $x=0$ is given by: $RHD = \lim_{h \to 0^+} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0^+} \frac{f(h) - f(0)}{h}$ Since $h > 0$, we use $f(x) = x^3$. Also, $f(0) = 0$. $RHD = \lim_{h \to 0^+} \frac{h^3 - 0}{h} = \lim_{h \to 0^+} h^2 = 0$
Since $LHD = 0$ and $RHD = 0$, we have $LHD = RHD$ at $x=0$. Therefore, the function is differentiable at $x=0$.
Final Answer: Differentiable at x=0
AI generated content. Review strictly for academic accuracy.