It is a well-known fact that the best way to tackle an integral such as $$\int \ln x \ \mathrm{d}x\qquad \mathrm{or}\qquad \int \arctan x \ \mathrm{d}x$$ is to use integration by parts, defining $u(x) = \ln x$ in the first case, $u(x) = \arctan x$ in the second, and $v^\prime(x) = 1$ in both cases.
It occurred to me that I have very rarely seen other integrals where setting $v^\prime(x) = 1$ is key to obtaining a solution via integration by parts, so I'd be very interested to see some more examples where this is the case. The more exotic the better!
This trick is helpful for integrating any inverse trigonometric function (that includes the inverse of hyperbolic trig functions). For example, $$ \int (\sin^{-1} x)dx=\int (\sin^{-1}x)\cdot (1) dx=(\sin^{-1}x)\cdot x-\int \frac{x}{\sqrt{1-x^2}} dx =(\sin^{-1} x) \cdot x + (1-x^2)^{\frac{1}{2}}+C. $$
As another example, for $x\geq 1,$ $$ \int (\sec^{-1} x) dx = \int\ (\sec^{-1} x) \cdot (1) dx = (\sec^{-1} x) \cdot x - \int \frac{x}{x\sqrt{x^2-1}} dx =(\sec^{-1} x) \cdot x-\int \frac{1}{\sqrt{x^2-1}} dx = (\sec^{-1} x) \cdot x-\ln(x+\sqrt{x^2-1})+C. $$
In fact the $\ln$ function is related to the inverse hyperbolic trig functions. For example, if $\cosh x=y$ then $$ x=\ln(y\pm \sqrt{y^2-1}), $$ which shows that $$ \cosh^{-1}(y)=\ln(y+\sqrt{y^2-1}) $$ suggesting that this method is useful for $\log$ functions for essentially the same reason it is useful for inverse trigonometric functions.