Constants of integration in integration by parts

$\begingroup$

After finishing a first calculus course, I know how to integrate by parts, for example, $\int x \ln x dx$, letting $u = \ln x$, $dv = x dx$: $$\int x \ln x dx = \frac{x^2}{2} \ln x - \int \frac{x^2}{2x} dx.$$

However, what I could not figure out is why we assume from $dv = x dx$ that $v = \frac{x^2}{2}$, when it could be $v = \frac{x^2}{2} + C$ for any constant $C$. The second integral would be quite different, and not only by a constant, so I would like to understand why we "forget" this constant of integration.

Thanks.

$\endgroup$ 0

8 Answers

$\begingroup$

Take your example, $$\int x\ln x\,dx.$$ Note $x\gt 0$ must be assumed (so the integrand makes sense).

If we let $u = \ln x$ and $dv= x\,dx$, then we can take $v$ to be any function with $dv = x\,dx$. So the "generic" $v$ will be, as you note, $v = \frac{1}{2}x^2 + C$. What happens then if we use this "generic" $v$? \begin{align*} \int x\ln x\,dx &= \ln x\left(\frac{1}{2}x^2 + C\right) - \int \left(\frac{1}{2}x^2+C\right)\frac{1}{x}\,dx\\ &= \frac{1}{2}x^2\ln x + C\ln x - \int\left(\frac{1}{2}x + \frac{C}{x}\right)\,dx\\ &= \frac{1}{2}x^2\ln x + C\ln x - \frac{1}{4}x^2 - C\ln x + D\\ &= \frac{1}{2}x^2\ln x - \frac{1}{4}x^2 + D, \end{align*} so in the end, we get the same result no matter what value of $C$ we take for $v$.

This says that we can take any value of $C$ and still get the same answer. Since we can take any value of $C$, why not take the simplest one, the one that does not require us to carry around an extra term that is going to cancel out anyway? Say..., $C=0$?

This works in general. If you replace $v$ with $v+C$ in the integration by parts formula, you have \begin{align*} \int u\,dv &= u(v+C) - \int(v+C)\,du = uv + Cu - \int v\,du - \int C\,du\\ &= uv+Cu - \int v\,du - Cu = uv-\int v\,du. \end{align*} So the answer is the same regardless of the value of $C$, and so we take $C=0$ because that makes our life simpler.

$\endgroup$ 1 $\begingroup$

The second integral would change, but also the first term... Have you actually checked to see what happens if you change the constant?

$\endgroup$ $\begingroup$

Your observation that $dv=xdx$ does not imlpy $v=x^2/2$ is correct.

Your confusion resolves when you say it this way: we set $v=x^2/2$ and this implies $dv=xdx$.

$\endgroup$ $\begingroup$

Your observation is correct

$$\int x \ln x dx = \frac{x^2}{2} \ln x - \int \frac{x^2}{2x} dx.$$

You could always write $$v = \frac{x^2}{2} + C$$ but that won't matter much because the final result would also involve a constant (Say $K$ which would be equal to $C+k$ )

$\endgroup$ 3 $\begingroup$

HINT $\rm\ \ C'=0\ \ \Rightarrow\ \ (UV)'-U'\:V\ =\ UV'\: =\ U(V+C)'\: =\ (U(V+C))'-U'\:(V+C) $

$\endgroup$ $\begingroup$

We didn't "forget". We simply choose C in a way that the resulting $ \int u\,dv$ would be the simplest form. Usually $C = 0$ but not always. If, for example, we have this integral:

$$ \int \ln(x+2) \,dx $$

Then you would choose $ v = x + 2 $ because $ du = \frac{dx}{x+2} $

Second example:

$$ \int x\ln(x+2) \,dx $$

Then $$ v = \frac{x^2-4}{2} = \frac{(x-2)(x+2)}{2} $$ and $$ u\,dv = \frac{x-2}{2} dx $$

$\endgroup$ $\begingroup$

We "forget" it, and add it in the last step. The whole point in the constant of integration is to remind us that there could have been a constant term added on at the end originally, but in the process of differentiation we got rid of it because it did not affect the slope.

$\endgroup$ $\begingroup$

Let $AD$ denote the anti derivative operator. Then\begin{align*} &AD \left(u\frac{dv}{dx}+v\frac{du}{dx}\right)=uv\\[5pt] \Rightarrow\qquad &AD \left(u\frac{dv}{dx}\right)+AD\left( v\frac{du}{dx}\right)=uv\\[5pt] \Rightarrow\qquad &AD \left(u\frac{dv}{dx}\right)=uv-AD\left( v\frac{du}{dx}\right).\tag{i} \end{align*}Taking $u=f(x)$ and $v=AD (g(x))$ in (i), we get$$AD \big(f(x)g(x)\big)=f(x)AD(g(x))-AD \left[f'(x)AD( g(x))\right].$$Therefore, by definition of the indefinite integral,\begin{align*} \int \big(f(x)g(x)\big)\,dx&=AD \big(f(x)g(x)\big)+C\\ &=f(x)AD(g(x))-AD \left[f'(x)AD( g(x))\right]+C. \end{align*}If we write the above formula as\begin{align*} \int \big(f(x)g(x)\big)\,dx= f(x)\int g(x)\,dx-\int\left[f'(x)\int g(x)\,dx\right]\,dx\tag{ii} \end{align*}with the understanding that we shall take only one arbitrary constant of integration on the right hand side at the final stage, then this justifies that we can take the arbitrary constant only once.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like