Is Substitution x=1/t Correct for This 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
3 replies · 2K views
pcvrx560
Messages
7
Reaction score
0
If I had an integral

[tex]\int_{-1}^{1}e^{x}dx[/tex]

Then performing the substitution [itex]x=\frac{1}{t}[/itex] would give me

[tex]\int_{-1}^{1}-e^\frac{1}{t}t^{-2}dt[/tex]

Which can't be right because the number in the integral is always negative. Is this substitution not correct?

Sorry if I am being very thick but I can't figure out why I can't evaluate this simple integral with this change of variables.
 
Last edited:
Physics news on Phys.org
hi pcvrx560! :smile:
pcvrx560 said:
… Is this substitution not correct?

the substitution is fine, but the limits are wrong …

as x goes up from -1 to 1,

t (= 1/x) goes down from -1 to -∞, and then from +∞ down to 1 …

you'ld need to write ##\int_{-1}^{-\infty} + \int_{\infty}^{1}## :wink:

(or ##-\int^{-1}_{-\infty} - \int^{\infty}_{1}##)​
 
Thanks, tiny-tim! That cleared it up for me.

I didn't think about the range I was integrating over, I was just mindlessly plugging numbers into 1/t.