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