Well, because Mathematica is a programming language and has a defined syntax. The function is called `ArcCos` and not _Acos_ :
Integrate[(ArcCos[Sin[x]])^2/2, {x, 0, 2 Pi}]
(* Pi^3/3 *)
Well, because Mathematica is a programming language and has a defined syntax. The function is called `ArcCos` and not _Acos_ :
Integrate[(ArcCos[Sin[x]])^2/2, {x, 0, 2 Pi}]
(* Pi^3/3 *)