#Definite Integral substitution rule

9 messages · Page 1 of 1 (latest)

white spade
#

May someone please help with the last line as i'm unconvinced with their methods. If we set u=-x why do we then replace -u with -x?

topaz salmonBOT
lyric verge
# white spade May someone please help with the last line as i'm unconvinced with their methods...

We decompose our integral in two integrals
$$\int_{-a}^a f(x) dx = \int_{-a}^0 f(x) dx + \int_{0}^a f(x) dx$$

we do the change the change u = -x
in the first integral
so you change u to -x and dx to -du
and lower bound -a to a
and upper bound 0 to 0

$$\int_{-a}^0 f(x) dx = \int_a^0 f(-u) (-du)$$

And if you exchange the bounds you have a - in front of the integral

so you have
$$\int_{-a}^a f(x) dx = - \int_{0}^a f(-u) (-du) + \int_{0}^a f(x) dx$$


You can immediately cancels the two minus signs

$$\int_{-a}^a f(x) dx = \int_{0}^a f(-u) du + \int_{0}^a f(x) dx$$

And when you have any integral, the integration variable can have any name you want. The integration variable is called a dummy variable
That is to say that
$$ \int g(u) du = \int g(x) dx = \int g(s) ds$$

So you just $x$ name instead of $u$

$$\int_{-a}^a f(x) dx = \int_{0}^a f(-x) dx + \int_{0}^a f(x) dx$$

proud flintBOT
#

un_decorateur

white spade
#

but the end feels like we've changed it for our own convenience, is it really mathematical?

#

also @lyric verge how do you always respond to my posts?

lyric verge
# white spade also <@484275769011470336> how do you always respond to my posts?

i didn't even notice i respond you again 🙂
i don't look at who i respond

the last argument i have the wikipedia page for you : https://en.wikipedia.org/wiki/Free_variables_and_bound_variables

In mathematics, and in other disciplines involving formal languages, including mathematical logic and computer science, a variable may be said to be either free or bound. Some older books use the terms real variable and apparent variable for free variable and bound variable, respectively. A free variable is a notation (symbol) that specifies pla...

white spade
white spade
#

.solved