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