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