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