Mister Exam

Derivative of y=x*|x|+3

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

The graph:

from to

Piecewise:

The solution

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