//-sin(x) + x*cos(x) \
||------------------ for x != 0|
x || 2 | x
E - |< x | + 2 *log(2)
|| |
|| 0 otherwise |
\\ /
$$2^{x} \log{\left(2 \right)} + e^{x} - \begin{cases} \frac{x \cos{\left(x \right)} - \sin{\left(x \right)}}{x^{2}} & \text{for}\: x \neq 0 \\0 & \text{otherwise} \end{cases}$$
// /2*(-sin(x) + x*cos(x)) \ \
||-|---------------------- + sin(x)| |
|| | 2 | |
|| \ x / | x 2 x
- |<----------------------------------- for x != 0| + 2 *log (2) + e
|| x |
|| |
|| 0 otherwise |
\\ /
$$2^{x} \log{\left(2 \right)}^{2} - \begin{cases} - \frac{\sin{\left(x \right)} + \frac{2 \left(x \cos{\left(x \right)} - \sin{\left(x \right)}\right)}{x^{2}}}{x} & \text{for}\: x \neq 0 \\0 & \text{otherwise} \end{cases} + e^{x}$$
// 3*sin(x) 6*(-sin(x) + x*cos(x)) \
||-cos(x) + -------- + ---------------------- |
|| x 3 |
|| x | x 3 x
- |<------------------------------------------- for x != 0| + 2 *log (2) + e
|| x |
|| |
|| 0 otherwise |
\\ /
$$2^{x} \log{\left(2 \right)}^{3} - \begin{cases} \frac{- \cos{\left(x \right)} + \frac{3 \sin{\left(x \right)}}{x} + \frac{6 \left(x \cos{\left(x \right)} - \sin{\left(x \right)}\right)}{x^{3}}}{x} & \text{for}\: x \neq 0 \\0 & \text{otherwise} \end{cases} + e^{x}$$