Integral de 2/(x^2-3) dx
Solución
Solución detallada
-
La integral del producto de una función por una constante es la constante por la integral de esta función:
∫x2−32dx=2∫x2−31dx
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=1, c=-3, context=1/(x**2 - 3), symbol=x), False), (ArccothRule(a=1, b=1, c=-3, context=1/(x**2 - 3), symbol=x), x**2 > 3), (ArctanhRule(a=1, b=1, c=-3, context=1/(x**2 - 3), symbol=x), x**2 < 3)], context=1/(x**2 - 3), symbol=x)
Por lo tanto, el resultado es: 2⎩⎨⎧−33acoth(33x)−33atanh(33x)forx2>3forx2<3
-
Ahora simplificar:
⎩⎨⎧−323acoth(33x)−323atanh(33x)forx2>3forx2<3
-
Añadimos la constante de integración:
⎩⎨⎧−323acoth(33x)−323atanh(33x)forx2>3forx2<3+constant
Respuesta:
⎩⎨⎧−323acoth(33x)−323atanh(33x)forx2>3forx2<3+constant
Respuesta (Indefinida)
[src]
// / ___\ \
|| ___ |x*\/ 3 | |
||-\/ 3 *acoth|-------| |
/ || \ 3 / 2 |
| ||---------------------- for x > 3|
| 2 || 3 |
| ------ dx = C + 2*|< |
| 2 || / ___\ |
| x - 3 || ___ |x*\/ 3 | |
| ||-\/ 3 *atanh|-------| |
/ || \ 3 / 2 |
||---------------------- for x < 3|
\\ 3 /
∫x2−32dx=C+2⎩⎨⎧−33acoth(33x)−33atanh(33x)forx2>3forx2<3
Gráfica
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\
\/ 3 *\pi*I + log\\/ 3 // \/ 3 *log\1 + \/ 3 / \/ 3 *\pi*I + log\-1 + \/ 3 // \/ 3 *log\\/ 3 /
- ------------------------- - -------------------- + ------------------------------ + ----------------
3 3 3 3
−33log(1+3)+33log(3)−33(log(3)+iπ)+33(log(−1+3)+iπ)
=
___ / / ___\\ ___ / ___\ ___ / / ___\\ ___ / ___\
\/ 3 *\pi*I + log\\/ 3 // \/ 3 *log\1 + \/ 3 / \/ 3 *\pi*I + log\-1 + \/ 3 // \/ 3 *log\\/ 3 /
- ------------------------- - -------------------- + ------------------------------ + ----------------
3 3 3 3
−33log(1+3)+33log(3)−33(log(3)+iπ)+33(log(−1+3)+iπ)
-sqrt(3)*(pi*i + log(sqrt(3)))/3 - sqrt(3)*log(1 + sqrt(3))/3 + sqrt(3)*(pi*i + log(-1 + sqrt(3)))/3 + sqrt(3)*log(sqrt(3))/3
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.