$\int_{} \frac{xe^{2x}}{(1+2x)^2}dx$
I am having trouble picking the correct $u/dv$ before integrating by parts. I felt like L.I.A.T.E. did not really help me here...
This is what I tried, but it ended up with integration spiraling into an endless evaluation of an integral...
$$ \begin{align} u &= (1 + 2x)^2 & dv &= xe^{2x}dx \\ du &= 2(1+2x)dx & v &= \frac{1}{2}x^2 \frac{1}{2}e^{2x} \\ &= 2 + 4xdx & &= \frac{1}{4}x^2e^{2x} \end{align} $$
Am I at least correct in choosing the right $u/du$ values? That is all I really want to know, if I am allowed to choose the $u/du$ like how I did