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