I'm solving a DE on Paul's Notes, and I stopped at this integral:
$\int\frac{1}{9e^v-1}dv$
The suggested method is to multiply top and bottom by $e^{-v}$ to put it in a form with which a sub can be easily used. Fair enough.
However, if I didn't know about this trick, what is another method I could have used to solve this that's about as quick?
If $\displaystyle 9e^v-1=u, 9e^vdv=du\implies dv=\frac{du}{9e^v}=\frac{du}{u+1}$
$$\int\frac{dv}{9e^v-1}=\int\frac{du}{u(u+1)}$$
Now, $$\frac1{u(u+1)}=\frac{u+1-u}{u(u+1)}=\cdots$$