Integral de x^2/(x^2-2) dx
Solución
Solución detallada
-
Vuelva a escribir el integrando:
x2−2x2=1+x2−22
-
Integramos término a término:
-
La integral de las constantes tienen esta constante multiplicada por la variable de integración:
∫1dx=x
-
La integral del producto de una función por una constante es la constante por la integral de esta función:
∫x2−22dx=2∫x2−21dx
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=1, c=-2, context=1/(x**2 - 2), symbol=x), False), (ArccothRule(a=1, b=1, c=-2, context=1/(x**2 - 2), symbol=x), x**2 > 2), (ArctanhRule(a=1, b=1, c=-2, context=1/(x**2 - 2), symbol=x), x**2 < 2)], context=1/(x**2 - 2), symbol=x)
Por lo tanto, el resultado es: 2⎩⎨⎧−22acoth(22x)−22atanh(22x)forx2>2forx2<2
El resultado es: x+2⎩⎨⎧−22acoth(22x)−22atanh(22x)forx2>2forx2<2
-
Ahora simplificar:
⎩⎨⎧x−2acoth(22x)x−2atanh(22x)forx2>2forx2<2
-
Añadimos la constante de integración:
⎩⎨⎧x−2acoth(22x)x−2atanh(22x)forx2>2forx2<2+constant
Respuesta:
⎩⎨⎧x−2acoth(22x)x−2atanh(22x)forx2>2forx2<2+constant
Respuesta (Indefinida)
[src]
// / ___\ \
|| ___ |x*\/ 2 | |
/ ||-\/ 2 *acoth|-------| |
| || \ 2 / 2 |
| 2 ||---------------------- for x > 2|
| x || 2 |
| ------ dx = C + x + 2*|< |
| 2 || / ___\ |
| x - 2 || ___ |x*\/ 2 | |
| ||-\/ 2 *atanh|-------| |
/ || \ 2 / 2 |
||---------------------- for x < 2|
\\ 2 /
∫x2−2x2dx=C+x+2⎩⎨⎧−22acoth(22x)−22atanh(22x)forx2>2forx2<2
Gráfica
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.