I've started the chapter in my book where we begin to integrate trig functions, so bear in mind I've only got started and that I do not have a handle on more advanced techniques.
$\eqalign{ & \int {{{\sin }^3}x} dx \cr & = \int {\sin x({{\sin }^2}x} )dx \cr & = \int {\sin x({1 \over 2}} - {1 \over 2}\cos 2x)dx \cr & = \int {{1 \over 2}\sin x(1 - \cos 2x)dx} \cr & = \int {{1 \over 2}\sin x(1 - (2{{\cos }^2}x - 1))dx} \cr & = \int {{1 \over 2}\sin x(2 - 2{{\cos }^2}x)dx} \cr & = \int {\sin x - {{\cos }^2}} x\sin xdx \cr & y = {1 \over 3}{\cos ^3}x - \cos x + C \cr} $
I got the right answer but it seems like an awfully long winded way of doing things, have I made things harder than they should be with this method?
You have unnecessary middle steps, just use $\sin^2x = 1-\cos^2x$ after the second line.
To handle other odd powers:
$$\sin^{2k+1}x=(\sin^{2}x)^k(\sin x)=(1-\cos^2x)^k(\sin x)$$
then use $u=\cos x$.