I am trying to evaluate $$\int \arctan4t \, dt$$
I make $u = \arctan4t$, $du = \frac{4}{1-4t}\,dt$
and $dv = dt$ and $v = t$
I then make it the form of $uv = \int v \, du$
$t\arctan4t - \int \frac{4t}{1-16t^2} \, dt$
Now to get the integral of $\int \frac{4t}{1-16t^2} \, dt$ I just pull out the 4 and use the identity I have memorized.
But I just now realised that this is not possible since I have a $16t^2$ so I have no idea how to advance from here.
Since $\frac{\mathrm{d}}{\mathrm{d}t}\arctan(4t)=\frac{4}{1+16t^2}$, integration by parts yields $$ \int\color{red}{\arctan(4t)}\,\color{green}{\mathrm{d}t}=\color{green}{t}\color{red}{\arctan(4t)}-\int\color{green}{t}\color{red}{\frac{4}{1+16t^2}\mathrm{d}t} $$ Then let $u=1+16t^2$, so that $\frac{\mathrm{d}}{\mathrm{d}t}u=32t$, and we get $$ \begin{align} \int\arctan(4t)\,\mathrm{d}t &=t\arctan(4t)-\int t\frac{4}{1+16t^2}\mathrm{d}t\\ &=t\arctan(4t)-\frac18\int\frac{\mathrm{d}u}{u}\\ &=t\arctan(4t)-\frac18\log(u)+C\\ &=t\arctan(4t)-\frac18\log(1+16t^2)+C \end{align} $$