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