Partial integration and then substitution (How do boundaries change)?

304 Views Asked by At

In order to make the question simpler, I won't give a specific example, but rather a general one:

Suppose I have a DEFINITE integral with boundaries $a$ and $b$ and I use partial integration to get this casual form:

$$\int_a^b udv = u v - \int vdu.$$

As I have boundaries $a$ and $b$, in the end, I have to compute them for the left side( $u*v$ )as well as for the right side ($\int vdu$).

But what if I use substitution when computing $\int vdu$? That should make the boundaries change, according to what is being substituted. Do the boundaries change then for the left side as well or do no changes happen at all? After comparing my solution to a specific task with the solution of an online integral calculator, it seems that no boundaries should change at all. Is that really how it works and why?

2

There are 2 best solutions below

1
On BEST ANSWER

Formally you have $$ \int_{x=a}^{x=b} u(x) dv(x) = u(b)v(b) - u(a)v(a) - \int_{x=a}^{x=b} v(x) du(x) $$ and if the RHS integral needs to be evaluated by substitution, you can do it in the usual way, changing the boundaries on it.

1
On

The boundaries for $[uv]|_a^b$ do not change at all.

$\int v\,du$ is in the end just a number. You can calculate it however you please.

If you use substitution in $y=f(x)$ to change the calculation of that integral, you indeed have to use $f(a)$ and $f(b)$ as the limits in the new (presumedly easier) integral.