Using substitution to combine integrals

sara_87
Messages
748
Reaction score
0

Homework Statement



I want to combine the 2 integrals:

\int_{a}^{b}(x-3)f(x)dx+\int_{-b}^{-a}(x-3)f(x)dx<br />

Homework Equations



given:
f(x) is an even function


The Attempt at a Solution



swap the limits in the second integral:

\int_{a}^{b}(x-3)f(x)dx-\int_{-a}^{-b}(x-3)f(x)dx

use a substitution for the second integral:
let u=-x

since f(x) is even, we have f(-u)=f(u)
so:

\int_{a}^{b}(x-3)f(x)dx-\int_{a}^{b}(-u-3)f(u)(-du)

\int_{a}^{b}(x-3)f(x)dx+\int_{a}^{b}(-u-3)f(u)(du)


now I'm stuck. can i say this:
let u=x (sounds wrong since u=-x)
so:
\int_{a}^{b}(x-3)f(x)dx+\int_{a}^{b}(-x-3)f(x)(dx)

which then can be easily combined with the first integral (now that the limits of integration are the same.

Any help will be very much appreciated. thank you
 
Last edited:
Physics news on Phys.org
is the latex code shown ?
I typed it in but for some reason it is not shown on my computer. here it is anyway:

Homework Statement



I want to combine the 2 integrals:

\int_{a}^{b}(x-3)f(x)dx+\int_{-b}^{-a}(x-3)f(x)dx

Homework Equations



given:
f(x) is an even function


The Attempt at a Solution



swap the limits in the second integral:

\int_{a}^{b}(x-3)f(x)dx-\int_{-a}^{-b}(x-3)f(x)dx

use a substitution for the second integral:
let u=-x

since f(x) is even, we have f(-u)=f(u)
so:

\int_{a}^{b}(x-3)f(x)dx-\int_{a}^{b}(-u-3)f(u)(-du)

\int_{a}^{b}(x-3)f(x)dx+\int_{a}^{b}(-u-3)f(u)(du)

now I'm stuck. can i say this:
let u=x (sounds wrong since u=-x)
so:
\int_{a}^{b}(x-3)f(x)dx+\int_{a}^{b}(-x-3)f(x)(dx)

which then can be easily combined with the first integral (now that the limits of integration are the same.

Any help will be very much appreciated. thank you
 
You already solved it! You just need to realize that u is a dummy variable, as much so as x in the first integral. You can therefore replace the u by whatever you like, an x for example..:wink:
 
You almost did it.
But you should know that definite integrals are independent of the variables.

that is : \int_a^b f(u) du = \int_a^b f(x) dx

So?
 
I see :)
so, i can write this as
\int_{a}^{b}(-6)f(x)dx
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top