0 / | | 2 | 2*x - 5 | ------------- dx | 4 2 | x - 5*x + 6 | / 0
Integral((2*x^2 - 5)/(x^4 - 5*x^2 + 6), (x, 0, 0))
// / ___\ \ // / ___\ \ || ___ |x*\/ 2 | | || ___ |x*\/ 3 | | / ||-\/ 2 *acoth|-------| | ||-\/ 3 *acoth|-------| | | || \ 2 / 2 | || \ 3 / 2 | | 2 ||---------------------- for x > 2| ||---------------------- for x > 3| | 2*x - 5 || 2 | || 3 | | ------------- dx = C + |< | + |< | | 4 2 || / ___\ | || / ___\ | | x - 5*x + 6 || ___ |x*\/ 2 | | || ___ |x*\/ 3 | | | ||-\/ 2 *atanh|-------| | ||-\/ 3 *atanh|-------| | / || \ 2 / 2 | || \ 3 / 2 | ||---------------------- for x < 2| ||---------------------- for x < 3| \\ 2 / \\ 3 /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.