1 / | | 2 2 | x*cos (y*x)*sin (y*x) dx | / 0
Integral((x*cos(y*x)^2)*sin(y*x)^2, (x, 0, 1))
/ 4 4 4 4 2 2 3 3 |cos (y) sin (y) 1 cos (y) sin (y) cos (y)*sin (y) cos (y)*sin(y) sin (y)*cos(y) |------- + ------- + ----- - ------- - ------- + --------------- - -------------- + -------------- for And(y > -oo, y < oo, y != 0) < 16 16 2 2 2 8 8*y 8*y | 32*y 32*y 32*y | \ 0 otherwise
=
/ 4 4 4 4 2 2 3 3 |cos (y) sin (y) 1 cos (y) sin (y) cos (y)*sin (y) cos (y)*sin(y) sin (y)*cos(y) |------- + ------- + ----- - ------- - ------- + --------------- - -------------- + -------------- for And(y > -oo, y < oo, y != 0) < 16 16 2 2 2 8 8*y 8*y | 32*y 32*y 32*y | \ 0 otherwise
Piecewise((cos(y)^4/16 + sin(y)^4/16 + 1/(32*y^2) - cos(y)^4/(32*y^2) - sin(y)^4/(32*y^2) + cos(y)^2*sin(y)^2/8 - cos(y)^3*sin(y)/(8*y) + sin(y)^3*cos(y)/(8*y), (y > -oo)∧(y < oo)∧(Ne(y, 0))), (0, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.