The second derivative
[src]
/ x*(-1 + x*atan(x)) \
6*|- ------------------ + atan(x)|*atan(x)
| 2 |
\ 1 + x /
------------------------------------------
2
1 + x
$$\frac{6 \left(- \frac{x \left(x \operatorname{atan}{\left(x \right)} - 1\right)}{x^{2} + 1} + \operatorname{atan}{\left(x \right)}\right) \operatorname{atan}{\left(x \right)}}{x^{2} + 1}$$
The third derivative
[src]
/ / 2 2 \ \
| | 1 2 6*x*atan(x) 4*x *atan (x)| |
6*|x*|------ - atan (x) - ----------- + -------------| - 3*(-1 + x*atan(x))*atan(x)|
| | 2 2 2 | |
\ \1 + x 1 + x 1 + x / /
------------------------------------------------------------------------------------
2
/ 2\
\1 + x /
$$\frac{6 \left(x \left(\frac{4 x^{2} \operatorname{atan}^{2}{\left(x \right)}}{x^{2} + 1} - \frac{6 x \operatorname{atan}{\left(x \right)}}{x^{2} + 1} - \operatorname{atan}^{2}{\left(x \right)} + \frac{1}{x^{2} + 1}\right) - 3 \left(x \operatorname{atan}{\left(x \right)} - 1\right) \operatorname{atan}{\left(x \right)}\right)}{\left(x^{2} + 1\right)^{2}}$$