If you just want to know the result then using the scientific calculator is fine. If however you would like to know how the result is arrived at, that's different.
Here's a route through to the result, (and sorry, I don't know the best way of entering this maths stuff, maybe Melody could point me in the right direction ?)
int (cos -1x) 2 dx = int (cos -1x) 2.1.dx ,
(and integrating by parts,)
= x.(cos -1x) 2 + int x.2cos -1x /sqrt(1 - x 2) dx
(Note that the negative sign from the parts formula is multiplied by a negative sign from the derivative of cos -1x .)
For this new integral, use the substitution u = cos -1x.
From that, du = -1/sqrt(1 - x 2) dx,
in which case the (new) integral becomes int (-1).2u.cos(u) du.
Integrating that by parts gets you (-2){u sin(u) - int sin(u) du} = (-2){u sin(u) + cos(u)},
(where again you have two negative signs giving you a positive sign.)
Now notice that if u = cos -1x, then cos(u) = x, so sin(u) = sqrt(1 - x 2).
So, substituting for u and putting this with the first term from the original integration by parts, we arrive at
x.(cos -1x) 2 - 2sqrt(1 - x 2)cos -1x - 2x, (plus a constant of integration, or substitute in your limits).