Why is it that, when using the u-substitution rule, you apply the the function u to the upper and lower limits?

871 Views Asked by At

I was taught that we apply the function u to the upper and lower bounds of the definite integral, then use those as the new upper and lower bounds to evaluate the integral. Indeed, this works and is the only way I can get the right answer on question involving substitution. But why do we have to do this?

Why can't you just find the indefinite integral, then use the 2nd part of the fundamental theorem of calculus (i.e. evaluate the antiderivative at the lower bound and minus that from the value of the antiderivative at the upper bound) to solve the problem from there? Why do you have to change the upper and lower limits as you make the u-substitution?

Firstly, I'm lacking the intuition as to why you actually have to do that. Secondly, I'm confused as to why doing what I described doesn't work, as it seems like it should.

Any help is greatly appreciated.

1

There are 1 best solutions below

0
On

Consider the integral $$I=\int_{x_1}^{x_2}f(g(x))g'(x)dx$$ It may be helpful if we note that we are allowed to write the integral as $$I=\int_{x=x_1}^{x=x_2}f(g(x))g'(x)dx$$ First of all, we can apply the substitution $u=g(x)$, which gives $f(g(x))g'(x)dx=f(u)du$. But the integral still has bounds in terms of $x$. To solve this problem, we note that $$g^{-1}(u)=x$$ Hence we can say that, if $x=x_1$, then $$g^{-1}(u_1)=x_1\\u_1=g(x_1)$$ The same applies for the upper bound: $$u_2=g(x_2)$$ Finally, we can write our integral as $$I=\int_{u=u_1}^{u=u_2}f(u)du$$ Or simply $$I=\int_{g(x_1)}^{g(x_2)}f(u)du$$

To verify this we assume that $F'(x)=f(x)$.

Hence we start on the indefinite integral $$J(x)=\int f(g(x))g'(x)dx$$ Again, we preform $u=g(x)$: $$J(x)=\int f(u)du$$ Which we know: (I am omitting the constant of integration FYI) $$J(x)=F(u)$$ But this is still in terms of $u$. Fortunately, this is an easy fix: $$J(x)=F(g(x))$$ And by the fundamental theorem of calculus, we have that $$I=J(x_2)-J(x_1)$$ Which of course is $$ \begin{align} I=&F(g(x_2))-F(g(x_1))\\ =&F(u_2)-F(u_1)\\ \end{align} $$ Hence we have our conclusion: $$\int_{x_1}^{x_2}f(g(x))g'(x)dx=\int_{g(x_1)}^{g(x_2)}f(u)du$$