Integral de ln(x)/(1-x^2) dx
Solución
Respuesta (Indefinida)
[src]
// / \
|| | |
|| | acoth(x) |
|| - | -------- dx for x < -1|
|| | x |
|| | |
|| / |
|| |
|| -1 -1 |
|| / / / |
/ || | | | |
| // 2 \ || | acoth(x) | atanh(x) | atanh(x) |
| log(x) ||-acoth(x) for x > 1| || - | -------- dx - | -------- dx + | -------- dx for x < 1 |
| ------ dx = C - |< |*log(x) + |< | x | x | x |
| 2 || 2 | || | | | |
| 1 - x \\-atanh(x) for x < 1/ || / / / |
| || |
/ || |
|| -1 1 1 -1 |
|| / / / / / |
|| | | | | | |
|| | acoth(x) | acoth(x) | atanh(x) | acoth(x) | atanh(x) |
||- | -------- dx - | -------- dx - | -------- dx + | -------- dx + | -------- dx otherwise |
|| | x | x | x | x | x |
|| | | | | | |
|| / / / / / |
\\ /
∫1−x2log(x)dx=C−({−acoth(x)−atanh(x)forx2>1forx2<1)log(x)+⎩⎨⎧−∫xacoth(x)dx−∫−1xacoth(x)dx−∫xatanh(x)dx+∫−1xatanh(x)dx−∫xacoth(x)dx−∫−1xacoth(x)dx+∫1xacoth(x)dx+∫−1xatanh(x)dx−∫1xatanh(x)dxforx<−1forx<1otherwise
1
/
|
| log(x)
- | ------- dx
| 2
| -1 + x
|
/
1/2
−21∫1x2−1log(x)dx
=
1
/
|
| log(x)
- | ------- dx
| 2
| -1 + x
|
/
1/2
−21∫1x2−1log(x)dx
-Integral(log(x)/(-1 + x^2), (x, 1/2, 1))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.