Why Does Changing Variables in an Integral Preserve Equality?

  • Thread starter Thread starter FlorenceC
  • Start date Start date
  • Tags Tags
    Integral
FlorenceC
Messages
24
Reaction score
0

Homework Statement


prove that the ∫01 f(x) = ∫01f(1-x)

Homework Equations

The Attempt at a Solution


I got all the way to ∫01-f(u) du where u = 1-x but I don;t know how to prove it.
 
Physics news on Phys.org
FlorenceC said:

Homework Statement


prove that the ∫01 f(x) = ∫01f(1-x)

Homework Equations

The Attempt at a Solution


I got all the way to ∫01-f(u) du where u = 1-x but I don;t know how to prove it.
When you substitute the integration variable the limits also change.
 
ehild said:
When you substitute the integration variable the limits also change.
Okay, so -∫1 f(u) du = ∫01f(u) du. but how do i relate this to ∫f(x)?
 
It does not matter how do you name the integration variable. It can be x instead of u. The function is the same, and so are the limits.
 
FlorenceC said:
Okay, so -∫1 f(u) du = ∫01f(u) du. but how do i relate this to ∫f(x)?

Don't you see that ##\int_0^1 f(x) \, dx = \int_0^1 f(u) \, du = \int_0^1 f(\text{anything}) \, d\text{anything}##?
 
FlorenceC said:
Okay, so -∫1 f(u) du = ∫01f(u) du. but how do i relate this to ∫f(x)?
Ray Vickson said:
Don't you see that ##\int_0^1 f(x) \, dx = \int_0^1 f(u) \, du = \int_0^1 f(\text{anything}) \, d\text{anything}##?
To elaborate on what Ray said, I have added variables in the limits of integration to emphasize that in each integral we have a different dummy variable.
$$ \int_{x = 0}^1 f(x) \, dx = \int_{u = 0}^1 f(u) \, du = \int_{\text{anything} = 0}^1 f(\text{anything}) \, d\text{anything}$$

When you use substution to change the variable of integration, you need to either change the limits of integration (which was not done in the above) or undo the substitution.
 
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