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