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