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