1 / | | x*y | y*E *cos(2*x) dx | / 0
Integral((y*E^(x*y))*cos(2*x), (x, 0, 1))
// / -2*I*x -2*I*x -2*I*x \ \ || |e *sin(2*x) x*cos(2*x)*e I*x*e *sin(2*x)| | ||-2*I*|---------------- + ------------------ + --------------------| for y = -2*I| || \ 4 2 2 / | / || | | || / 2*I*x 2*I*x 2*I*x \ | | x*y || |e *sin(2*x) x*cos(2*x)*e I*x*e *sin(2*x)| | | y*E *cos(2*x) dx = C + |< 2*I*|--------------- + ----------------- - -------------------| for y = 2*I | | || \ 4 2 2 / | / || | || / x*y x*y\ | || |2*e *sin(2*x) y*cos(2*x)*e | | || y*|--------------- + ---------------| otherwise | || | 2 2 | | \\ \ 4 + y 4 + y / /
/ y y\ 2 |2*e *sin(2) y*cos(2)*e | y y*|----------- + -----------| - ------ | 2 2 | 2 \ 4 + y 4 + y / 4 + y
=
/ y y\ 2 |2*e *sin(2) y*cos(2)*e | y y*|----------- + -----------| - ------ | 2 2 | 2 \ 4 + y 4 + y / 4 + y
y*(2*exp(y)*sin(2)/(4 + y^2) + y*cos(2)*exp(y)/(4 + y^2)) - y^2/(4 + y^2)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.