I am trying to evaluate the integral $$\int_{-1}^2 (x-2|x|)\,dx$$
I know that this should give me $x^2 /2 - x^2$ for the antiderivative.
I then evaluate at $2$ which gives me $2 - 4 = -2$
Then evaluate at $-1$ and get $\frac{1}{2} - 1 = -\frac{1}{2}$.
Then I find the difference $-2 - \frac{1}{2} = -2.5$
This is wrong and I do not know why.
You should consider splitting the integral at the point where $|x|$ changes from $-x$ to $+x$, namely at $x=0$. So $$ \int_{-1}^2(x-2|x|)dx = \int_{-1}^0(x-2(-x))dx + \int_0^{2}(x-2x)dx $$ $$ =3\int_{-1}^0 xdx -\int_0^2xdx $$
which are integrals you should be able to evaluate.