Let $f:\mathbb{R} \mapsto \mathbb{R}$, $f(x) = |x|^{|x|}$
We also assume that $f(0) = 1$
is $f$ differentiable at $x_0 = 0$ ?
I tried the following :
$$f'(0) = \lim_{h\to 0} \frac{f(h) - f(0)}{h} = \frac{f(h) - 1}{h}$$
I also tried taking the $\lim_{h\to 0^{+}}$ and $\lim_{h\to 0^{-}}$ but I end up dividing by zero.
EDIT:
So following some of the tips in the answers, I did the following :
$$f(x)=|x|^{|x|}$$
$$f'(x) = |x|^{|x|} \cdot (\frac{ln(|x|) \cdot x}{|x|} + 1)$$
Would someone please confirm if what I did is correct or not.
You can prove $\frac{d}{dh}h^h=h^h\ln(eh)$ by logarithmic differentiation, so by L'Hôpital's rule$$\lim_{h\to0^+}\frac{h^h-1}{h}=\lim_{h\to0^+}\underbrace{h^h}_{\to1}\underbrace{\ln(eh)}_{\to-\infty}=-\infty.$$Since the derivative of an even function is odd, the $h\to0^-$ limit is $+\infty$, so there is no $h\to0$ limit.