and its second derivative on the closed interval [-2,4].
Using Maple:
> f:=x->sqrt(x^3+1);
> df2:= diff(f(x), x, x);
> plot({f(x),df2(x)},x=-2..4,y=-4..8);