1 / | | 1 | ------------ dx | ___ 2 | \/ 3 - 5*x | / 0
Integral(1/(sqrt(3) - 5*x^2), (x, 0, 1))
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=-5, c=sqrt(3), context=1/(-5*x**2 + sqrt(3)), symbol=x), False), (ArccothRule(a=1, b=-5, c=sqrt(3), context=1/(-5*x**2 + sqrt(3)), symbol=x), x**2 > sqrt(3)/5), (ArctanhRule(a=1, b=-5, c=sqrt(3), context=1/(-5*x**2 + sqrt(3)), symbol=x), x**2 < sqrt(3)/5)], context=1/(-5*x**2 + sqrt(3)), symbol=x)
Añadimos la constante de integración:
Respuesta:
// / 3/4 ___\ \ || 3/4 ___ |x*3 *\/ 5 | | ||3 *\/ 5 *acoth|------------| ___| / || \ 3 / 2 \/ 3 | | ||------------------------------ for x > -----| | 1 || 15 5 | | ------------ dx = C + |< | | ___ 2 || / 3/4 ___\ | | \/ 3 - 5*x || 3/4 ___ |x*3 *\/ 5 | | | ||3 *\/ 5 *atanh|------------| ___| / || \ 3 / 2 \/ 3 | ||------------------------------ for x < -----| \\ 15 5 /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.