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