$$\int x\,dx^2$$
I'm having trouble comprehending this question. I can perform substitution, but when I do I come out wrong. Here's how I've happened to handle this:
$\int x\,dx^2$
$u=x^2$
$du=2x\,dx$
$dx=\frac {du}{2x}$
$\frac12 \int x\frac{du}{2x}$
$\frac 12\int\frac12\,du$
$\frac u4$
$\frac {x^2}{4}$
It says that it's wrong. Me showing my work was just a desperate attempt at solving it. I'd really like a guide through the problem please.
Also, apparently the answer is $\frac {2x^3}{3}$