Integral de cqrt(x^2-a^2) dx
Solución
Respuesta (Indefinida)
[src]
// 2 /x\ \
|| a *acosh|-| 3 | 2| |
|| \a/ x a*x |x | |
||- ----------- + ------------------- - ----------------- for |--| > 1|
|| 2 _________ _________ | 2| |
/ || / 2 / 2 |a | |
| || / x / x |
| _________ || 2*a* / -1 + -- 2* / -1 + -- |
| / 2 2 || / 2 / 2 |
| \/ x - a dx = C + |< \/ a \/ a |
| || |
/ || ________ |
|| / 2 |
|| / x |
|| 2 /x\ I*a*x* / 1 - -- |
|| I*a *asin|-| / 2 |
|| \a/ \/ a |
|| ------------ + -------------------- otherwise |
\\ 2 2 /
∫−a2+x2dx=C+⎩⎨⎧−2a2acosh(ax)−2−1+a2x2ax+2a−1+a2x2x32ia2asin(ax)+2iax1−a2x2fora2x2>1otherwise
1
/
|
| / 2 4 2 2
| | a x x 3*x x
| |- --------------- + ---------------- - ----------------- + ------------------- for ---- > 1
| | _________ 3/2 3/2 _________ | 2|
| | / 2 / 2\ / 2\ / 2 |a |
| | / x | x | 3 | x | / x
| | / -1 + -- 2*a*|-1 + --| 2*a *|-1 + --| 2*a* / -1 + --
| | / 2 | 2| | 2| / 2
| | \/ a \ a / \ a / \/ a
| |
| | ________
| < / 2 dx
| | / x
| | I*a* / 1 - --
| | / 2 2
| | \/ a I*a I*x
| | ------------------ + ---------------- - ------------------ otherwise
| | 2 ________ ________
| | / 2 / 2
| | / x / x
| | 2* / 1 - -- 2*a* / 1 - --
| | / 2 / 2
| \ \/ a \/ a
|
/
0
0∫1⎩⎨⎧−−1+a2x2a+2a−1+a2x23x2+2a(−1+a2x2)23x2−2a3(−1+a2x2)23x42ia1−a2x2+21−a2x2ia−2a1−a2x2ix2for∣a2∣x2>1otherwisedx
=
1
/
|
| / 2 4 2 2
| | a x x 3*x x
| |- --------------- + ---------------- - ----------------- + ------------------- for ---- > 1
| | _________ 3/2 3/2 _________ | 2|
| | / 2 / 2\ / 2\ / 2 |a |
| | / x | x | 3 | x | / x
| | / -1 + -- 2*a*|-1 + --| 2*a *|-1 + --| 2*a* / -1 + --
| | / 2 | 2| | 2| / 2
| | \/ a \ a / \ a / \/ a
| |
| | ________
| < / 2 dx
| | / x
| | I*a* / 1 - --
| | / 2 2
| | \/ a I*a I*x
| | ------------------ + ---------------- - ------------------ otherwise
| | 2 ________ ________
| | / 2 / 2
| | / x / x
| | 2* / 1 - -- 2*a* / 1 - --
| | / 2 / 2
| \ \/ a \/ a
|
/
0
0∫1⎩⎨⎧−−1+a2x2a+2a−1+a2x23x2+2a(−1+a2x2)23x2−2a3(−1+a2x2)23x42ia1−a2x2+21−a2x2ia−2a1−a2x2ix2for∣a2∣x2>1otherwisedx
Integral(Piecewise((-a/sqrt(-1 + x^2/a^2) + x^2/(2*a*(-1 + x^2/a^2)^(3/2)) - x^4/(2*a^3*(-1 + x^2/a^2)^(3/2)) + 3*x^2/(2*a*sqrt(-1 + x^2/a^2)), x^2/|a^2| > 1), (i*a*sqrt(1 - x^2/a^2)/2 + i*a/(2*sqrt(1 - x^2/a^2)) - i*x^2/(2*a*sqrt(1 - x^2/a^2)), True)), (x, 0, 1))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.