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