How do you evaluate the integral inte^(-x) dxexdx?

1 Answer
Aug 20, 2014

The answer is I=-e^(-x)+CI=ex+C.

This integral can be solved by a substitution:

u=-xu=x
du=-dxdu=dx
-du=dxdu=dx

So, now we can substitute:

int e^(-x)dx = int e^u (-du)exdx=eu(du)
=-int e^u du=eudu
=-e^u + C=eu+C

and substitute back:
=-e^(-x) + C=ex+C

For simple looking integrands, you should try a quick check to see if substitution works before trying harder integration methods.