Change of variables in an integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
2sin54
Messages
109
Reaction score
1
This is not really a homework or anything, just found myself hitting a wall when doodling around.
If I have an integral like

##\int_{-1}^{0} x(x^2-1) dx##

and I introduce a new variable:
##u = x^2##
How do I calculate the limits of the new integral? In this case the upper limit is obviously 0, but what about the lower limit?
 
on Phys.org
For the lower limit you plug in -1 in that u=x^2 and so you have u=1... same thing for the upper limit. Of course you don't necessarily have to change the variable for this integral...
 
When x= -1, u= (-1)2= 1, of course. If it bothers you that the lower limit of integration is larger than the upper limit just use the fact that [itex]\int_a^b f(x)dx= -\int_b^a f(x)dx[/itex].
 
Argh, that was a brain fart.. But what about a case where
##\int_{-1}^{0} x dx##
and I make a change of variables like:
##u^2 = x##
Does the lower limit become a complex number?
 
Yes, and, in fact, you would have to consider the case of u= i and u= -i separately. Further you would have to consider that in the complex numbers there are an infinite number of paths between i and 0 or between -i and 0! Not every substitution is a good idea.