Okay my problem is:
$$ \int_0^{1/2} \arccos x \, dx $$
According to wolfram, I performed the indefinite integral correctly. Here is my math:
$$ u = \arccos x$$ $$ du = \frac{-1}{\sqrt {1-x^2}} $$ $$ v = x $$ $$dv = dx $$
---> $$ x\arccos x + \int \frac x {\sqrt{1-x^2}} \, dx $$
So at this point I move on from using the part integration technique, and I use U-sub for the remaining integral.
$$ u = -x^2 + 1 $$
$$ \frac {-1} 2 \, du = dx $$
and I end up with the final indefinite integral result of:
$$x\arccos x - \sqrt{-x^2 +1} $$
Now my problem is.. according to wolfram I am write on the money with the integral. But when I plug in my values, my answer is different from wolfram's, and the books.
From $0$ to $1/2$:
$$ \frac 1 2 \arccos \frac 1 2 - \sqrt{-(1/2)^2 + 1} = -0.604$$
$$0\arccos 0 - \sqrt{-(0)^2 + 1 } = -1 $$
$ -0.604 - (-1) = 0.395 $ but the answer is $0.657$ does anyone know why I get the bounds wrong? I'm simply plugging it in but I don't understand how my math is wrong :(