Mister Exam

Other calculators

Derivative of x^2+|x|

Function f() - derivative -N order at the point
v

The graph:

from to

Piecewise:

The solution

You have entered [src]
 2      
x  + |x|
$$x^{2} + \left|{x}\right|$$
x^2 + |x|
The first derivative [src]
2*x + sign(x)
$$2 x + \operatorname{sign}{\left(x \right)}$$
The second derivative [src]
2*(1 + DiracDelta(x))
$$2 \left(\delta\left(x\right) + 1\right)$$
The third derivative [src]
2*DiracDelta(x, 1)
$$2 \delta^{\left( 1 \right)}\left( x \right)$$