1 / | | -2*a*x | E dx | / 0
Integral(E^((-2*a)*x), (x, 0, 1))
/ // -2*a*x \
| ||-e |
| -2*a*x ||--------- for a != 0|
| E dx = C + |< 2*a |
| || |
/ || x otherwise |
\\ /
/ -2*a | 1 e |--- - ----- for And(a > -oo, a < oo, a != 0) <2*a 2*a | | 1 otherwise \
=
/ -2*a | 1 e |--- - ----- for And(a > -oo, a < oo, a != 0) <2*a 2*a | | 1 otherwise \
Piecewise((1/(2*a) - exp(-2*a)/(2*a), (a > -oo)∧(a < oo)∧(Ne(a, 0))), (1, True))
Use the examples entering the upper and lower limits of integration.