Integral de 3/(x^2-4) 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−43dx=3∫x2−41dx
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=1, c=-4, context=1/(x**2 - 4), symbol=x), False), (ArccothRule(a=1, b=1, c=-4, context=1/(x**2 - 4), symbol=x), x**2 > 4), (ArctanhRule(a=1, b=1, c=-4, context=1/(x**2 - 4), symbol=x), x**2 < 4)], context=1/(x**2 - 4), symbol=x)
Por lo tanto, el resultado es: 3⎩⎨⎧−2acoth(2x)−2atanh(2x)forx2>4forx2<4
-
Ahora simplificar:
⎩⎨⎧−23acoth(2x)−23atanh(2x)forx2>4forx2<4
-
Añadimos la constante de integración:
⎩⎨⎧−23acoth(2x)−23atanh(2x)forx2>4forx2<4+constant
Respuesta:
⎩⎨⎧−23acoth(2x)−23atanh(2x)forx2>4forx2<4+constant
Respuesta (Indefinida)
[src]
// /x\ \
||-acoth|-| |
/ || \2/ 2 |
| ||---------- for x > 4|
| 3 || 2 |
| ------ dx = C + 3*|< |
| 2 || /x\ |
| x - 4 ||-atanh|-| |
| || \2/ 2 |
/ ||---------- for x < 4|
\\ 2 /
∫x2−43dx=C+3⎩⎨⎧−2acoth(2x)−2atanh(2x)forx2>4forx2<4
Gráfica
−43log(3)
=
−43log(3)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.