0 / | | a*x | e *sin(b*x) dx | / 0
Integral(exp(a*x)*sin(b*x), (x, 0, 0))
// /cos(b*x) x*sin(b*x) \
|| |-------- + ---------- for b != 0 |
|| | 2 b |
|| | b |
|| < for a = 0|
|| | 2 |
|| | x |
|| | -- otherwise |
|| \ 2 |
|| |
||/ x for And(a = 0, b = 0) |
/ // x for a = 0\ ||| |
| || | ||| -I*b*x -I*b*x -I*b*x |
| a*x || a*x | |||x*cos(b*x)*e e *sin(b*x) I*x*e *sin(b*x) |
| e *sin(b*x) dx = C + |
Use the examples entering the upper and lower limits of integration.