6 / | | 1 | ----------- dx | 3/2 | / 2 \ | \x - 3/ | / 2
Integral((x^2 - 3)^(-3/2), (x, 2, 6))
// | 2| \ || -x |x | | ||-------------- for ---- > 1| / || _________ 3 | | || / 2 | | 1 ||3*\/ -3 + x | | ----------- dx = C + |< | | 3/2 || I*x | | / 2 \ ||------------- otherwise | | \x - 3/ || ________ | | || / 2 | / ||3*\/ 3 - x | \\ /
6 / | | / 2 2 | | 1 x x | |- -------------- + -------------- for -- > 1 | | _________ 3/2 3 | | / 2 / 2\ | | 3*\/ -3 + x 3*\-3 + x / | < dx | | 2 | | I I*x | | ------------- + ------------- otherwise | | ________ 3/2 | | / 2 / 2\ | \ 3*\/ 3 - x 3*\3 - x / | / 2
=
6 / | | / 2 2 | | 1 x x | |- -------------- + -------------- for -- > 1 | | _________ 3/2 3 | | / 2 / 2\ | | 3*\/ -3 + x 3*\-3 + x / | < dx | | 2 | | I I*x | | ------------- + ------------- otherwise | | ________ 3/2 | | / 2 / 2\ | \ 3*\/ 3 - x 3*\3 - x / | / 2
Integral(Piecewise((-1/(3*sqrt(-3 + x^2)) + x^2/(3*(-3 + x^2)^(3/2)), x^2/3 > 1), (i/(3*sqrt(3 - x^2)) + i*x^2/(3*(3 - x^2)^(3/2)), True)), (x, 2, 6))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.