Integral de dx/(3-4*x^2) dx
Solución
Solución detallada
PieceweseRule(subfunctions=[(ArctanRule(a=1, b=-4, c=3, context=1/(3 - 4*x**2), symbol=x), False), (ArccothRule(a=1, b=-4, c=3, context=1/(3 - 4*x**2), symbol=x), x**2 > 3/4), (ArctanhRule(a=1, b=-4, c=3, context=1/(3 - 4*x**2), symbol=x), x**2 < 3/4)], context=1/(3 - 4*x**2), symbol=x)
-
Añadimos la constante de integración:
⎩⎨⎧63acoth(323x)63atanh(323x)forx2>43forx2<43+constant
Respuesta:
⎩⎨⎧63acoth(323x)63atanh(323x)forx2>43forx2<43+constant
Respuesta (Indefinida)
[src]
// / ___\ \
|| ___ |2*x*\/ 3 | |
||\/ 3 *acoth|---------| |
/ || \ 3 / 2 |
| ||---------------------- for x > 3/4|
| 1 || 6 |
| -------- dx = C + |< |
| 2 || / ___\ |
| 3 - 4*x || ___ |2*x*\/ 3 | |
| ||\/ 3 *atanh|---------| |
/ || \ 3 / 2 |
||---------------------- for x < 3/4|
\\ 6 /
∫3−4x21dx=C+⎩⎨⎧63acoth(323x)63atanh(323x)forx2>43forx2<43
Gráfica
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.