Hey, can anyone please check my working? (ie. why is it wrong?)
Using cosine double angle formula, cos(2x) = 1 - 2sin^2(x)
 [1-2sin^{2}x] dx )
 - 2sin^{3}(\frac{x}{2})dx )

Your flaw here is integrating with respect to sin x in the last line. What you've essentially done is let u = sin x and retain the dx in the integral, then mistakenly integrating u - 2u^3 dx with respect to u, even though it says dx.
I think you mean 1- 2sin^2 (x/2) in the second line
But really, you should have sin(x/2) (2cos^2(x/2)-1) instead on the second line to be able to substitute u = cos x/2. Note how we have a factor of sin(x/2) outside, which is a multiple of the derivative of cos x/2?
Hi! Is there a way to integrate (logex)2 by hand?
Thank you 
Differentiate x (ln x)^2 to get (ln x)^2 + 2 ln x
Now differentiate x ln x to get ln x + 1
Can you see that if we then differentiate x (ln x)^2 - 2 x ln x, we would be left with (ln x)^2 - 2?
See if you can do the rest
More methodically, you would use something called integration by parts, in which you reverse the product rule.
d(uv)/dx = u dv/dx + v du/dx
so uv = integral of u dv/dx dx + integral of v du/dx dx
or integral of u dv/dx dx = uv - integral of v du/dx dx
Note how instead of integrating the product of u and the derivative of v, we integrate the product of v and the derivative of u. So, when using this formula, we want to let u be something that simplifies upon differentiation and dv/dx be something not too complicated when integrated.
For integral of (ln x)^2, therefore, let u = (ln x)^2, dv/dx = 1, du/dx = 2 ln x / x, v = x
Formula gives integral of (ln x)^2 = x (ln x)^2 - int(2 ln x dx)
You can integrate ln x using u = ln x, dv/dx = 1