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