Is acos(x) the inverse cosine (arccos x), or is it [itex]a\cos x[/itex]? In the latter case, I don't think there's a particular simplification for the expression -- sine takes angles as arguments, and [itex]a\cos(x)[/itex] is not interpreted as an angle.
If you mean [itex]\sin(\arccos(x))[/itex], then x is an angle. Let [itex]\theta = \arccos(x)[/itex] so that [itex]x = \cos \theta[/itex]. We can draw a right-triangle containing the angle [itex]\theta[/itex] in the following manner: the side adjacent to [itex]\theta[/itex] has length x, and the hypotenuse has length 1. Then the third side (the side opposite [itex]\theta[/itex]) has length [itex]\sqrt{1 - x^2}[/itex]. Note that this is possible, since [itex]-1 \leq x \leq 1[/itex]. Also, [itex]{-\pi \over 2} \leq \theta \leq {\pi \over 2}[/itex] because of the restricted range of arccos, which enabled us to use the right-triangle as a diagram. Now, observing the triangle, [itex]\sin(\arccos x) = \sin \theta = \sqrt{1 - x^2}[/itex].