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