Integral de y*sqrt(x^2-y^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:
∫yx2−y2dx=y∫x2−y2dx
-
No puedo encontrar los pasos en la búsqueda de esta integral.
Pero la integral
⎩⎨⎧2yy2x2−1x3−2y2x2−1xy−2y2acosh(yx)2ixy−y2x2+1+2iy2asin(yx)fory2x2>1otherwese
Por lo tanto, el resultado es: y⎩⎨⎧2yy2x2−1x3−2y2x2−1xy−2y2acosh(yx)2ixy−y2x2+1+2iy2asin(yx)fory2x2>1otherwese
-
Ahora simplificar:
⎩⎨⎧2y2(xy2x2−y2−yacosh(yx))2iy2(xy2−x2+y2+yasin(yx))fory2x2>1otherwese
-
Añadimos la constante de integración:
⎩⎨⎧2y2(xy2x2−y2−yacosh(yx))2iy2(xy2−x2+y2+yasin(yx))fory2x2>1otherwese+constant
Respuesta:
⎩⎨⎧2y2(xy2x2−y2−yacosh(yx))2iy2(xy2−x2+y2+yasin(yx))fory2x2>1otherwese+constant
Respuesta (Indefinida)
[src]
// 2 /x\ \
|| y *acosh|-| 3 | 2| |
|| \y/ x x*y |x | |
||- ----------- + ------------------- - ----------------- for |--| > 1|
|| 2 _________ _________ | 2| |
/ || / 2 / 2 |y | |
| || / x / x |
| _________ || 2*y* / -1 + -- 2* / -1 + -- |
| / 2 2 || / 2 / 2 |
| y*\/ x - y dx = C + y*|< \/ y \/ y |
| || |
/ || ________ |
|| / 2 |
|| / x |
|| 2 /x\ I*x*y* / 1 - -- |
|| I*y *asin|-| / 2 |
|| \y/ \/ y |
|| ------------ + -------------------- otherwise |
\\ 2 2 /
∫yx2−y2dx=C+y⎩⎨⎧2yy2x2−1x3−2y2x2−1xy−2y2acosh(yx)2ixy−y2x2+1+2iy2asin(yx)fory2x2>1otherwise
1
/
|
| / / 2 4 2 \ 2
| | | y x x 3*x | x
| |y*|- --------------- + ---------------- - ----------------- + -------------------| for ---- > 1
| | | _________ 3/2 3/2 _________| | 2|
| | | / 2 / 2\ / 2\ / 2 | |y |
| | | / x | x | 3 | x | / x |
| | | / -1 + -- 2*y*|-1 + --| 2*y *|-1 + --| 2*y* / -1 + -- |
| | | / 2 | 2| | 2| / 2 |
| | \ \/ y \ y / \ y / \/ y /
| |
| | / ________ \
| < | / 2 | dx
| | | / x |
| | |I*y* / 1 - -- |
| | | / 2 2 |
| | | \/ y I*y I*x |
| | y*|------------------ + ---------------- - ------------------| otherwise
| | | 2 ________ ________|
| | | / 2 / 2 |
| | | / x / x |
| | | 2* / 1 - -- 2*y* / 1 - -- |
| | | / 2 / 2 |
| \ \ \/ y \/ y /
|
/
0
0∫1⎩⎨⎧y−2y3(y2x2−1)23x4+2yy2x2−13x2+2y(y2x2−1)23x2−y2x2−1yy−2y−y2x2+1ix2+2iy−y2x2+1+2−y2x2+1iyfor∣y2∣x2>1otherwisedx
=
1
/
|
| / / 2 4 2 \ 2
| | | y x x 3*x | x
| |y*|- --------------- + ---------------- - ----------------- + -------------------| for ---- > 1
| | | _________ 3/2 3/2 _________| | 2|
| | | / 2 / 2\ / 2\ / 2 | |y |
| | | / x | x | 3 | x | / x |
| | | / -1 + -- 2*y*|-1 + --| 2*y *|-1 + --| 2*y* / -1 + -- |
| | | / 2 | 2| | 2| / 2 |
| | \ \/ y \ y / \ y / \/ y /
| |
| | / ________ \
| < | / 2 | dx
| | | / x |
| | |I*y* / 1 - -- |
| | | / 2 2 |
| | | \/ y I*y I*x |
| | y*|------------------ + ---------------- - ------------------| otherwise
| | | 2 ________ ________|
| | | / 2 / 2 |
| | | / x / x |
| | | 2* / 1 - -- 2*y* / 1 - -- |
| | | / 2 / 2 |
| \ \ \/ y \/ y /
|
/
0
0∫1⎩⎨⎧y−2y3(y2x2−1)23x4+2yy2x2−13x2+2y(y2x2−1)23x2−y2x2−1yy−2y−y2x2+1ix2+2iy−y2x2+1+2−y2x2+1iyfor∣y2∣x2>1otherwisedx
Integral(Piecewise((y*(-y/sqrt(-1 + x^2/y^2) + x^2/(2*y*(-1 + x^2/y^2)^(3/2)) - x^4/(2*y^3*(-1 + x^2/y^2)^(3/2)) + 3*x^2/(2*y*sqrt(-1 + x^2/y^2))), x^2/|y^2| > 1), (y*(i*y*sqrt(1 - x^2/y^2)/2 + i*y/(2*sqrt(1 - x^2/y^2)) - i*x^2/(2*y*sqrt(1 - x^2/y^2))), True)), (x, 0, 1))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.