Wait, why waste time with substitution on this? I could understand even if the function was something like, x^3 * sqrt(x^4 + 1), but for something like this, it really does seem like a bad idea to encourage someone to do it.
I mean, what's the difference between integrating 1 / (2 * x) and 1 / (2 * u)? S k * f(x) dx is just k * S f(x) dx, so you're just integrating 1 / x or 1 / u.