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