This should be simple, but the solution eludes me.
When I input:
Integrate[log(x),x], the output is (logx^2)/2, which is log x. When I Input:
Integrate[x*log(x),x], the output is (logx^3)/3, which is also log x.
However, when I input:
Intergrate[Integrate[1/x,x]],x], I get the proper answer.
I am using Mathematica 9.0. When I play with the syntax, I just get the Input back.
I am at a loss to understand what is occuring. Any help would be appreciated.