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