This is the problem:
$$ \int \frac{x}{\sqrt{1-4x^2}}\; \mathrm dx$$
My class is just being introduced to u-substitution and we had to use it to evaluate the following integral. My current understanding is that when you have an integral in the form:
$\int f(g(x))\cdot g'(x)\; \mathrm dx$, you can replace $u$ with $g(x)$ and evaluate $\int f(u) \ \; \mathrm d u$.
I plugged this into Wolfram Alpha and it said replace $u$ with $1-4x^2$ and $du$ with $-8x\ dx$
My question(s): How can I know just by looking that this integral:
$1.$ Needs to use u-substitution
$2.$ Know what to subsitute for $u$ and $du$
Sidenote: I don't need the solution past the substitution, I can evaluate it from there.