The formula for integration by parts is given by $$ \int uv'=uv-\int u'v $$ As most of you know. The result is invariant if we use$v=v+c$, instead of $v$ where $c$ is some arbitary constant. $$ \int uv'=u(v+c)-\int u'(v+c) =uv-\int u'v $$ Since $\int{u'c}=uc$ since $c$ is constant. My question is asking for examples where it is more useful to use $v+c$ instead of $v$ when integrating by parts. Concretely examples where $$ \int f(x)\,\mathrm{d}x = (x+c)f(x) - \int(c+x)f'(x)\,\mathrm{d}x $$ Is easier to integrate than $xf'(x)$. One example can be seen here
Evaluating $\int_a^b \arccos\left(x\,/\sqrt{(a+b)x-ab\,}\,\right)\,\mathrm {d}x$ assuming $0<a<b$
Where the integration was simpler/cleaner (perhaps not strictly easier) from choosing $v = x - ab/(a+b)$ instead of plainly $x$.
Are there any other examples of cases where it is simpler to use $v+c$ when integrating by parts? How would one see how to choose a fitting $c$?