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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top