Integral de y/sqrt(1-x^2*y^2)-2*x dx
Solución
Solución detallada
-
Integramos término a término:
-
La integral del producto de una función por una constante es la constante por la integral de esta función:
∫(−2x)dx=−2∫xdx
-
Integral xn es n+1xn+1 when n=−1:
∫xdx=2x2
Por lo tanto, el resultado es: −x2
-
La integral del producto de una función por una constante es la constante por la integral de esta función:
∫−x2y2+1ydx=y∫−x2y2+11dx
-
No puedo encontrar los pasos en la búsqueda de esta integral.
Pero la integral
{−yiacosh(xy)yasin(xy)forx2y2>1otherwese
Por lo tanto, el resultado es: y({−yiacosh(xy)yasin(xy)forx2y2>1otherwese)
El resultado es: −x2+y({−yiacosh(xy)yasin(xy)forx2y2>1otherwese)
-
Ahora simplificar:
{−(x2+iacosh(xy))−x2+asin(xy)forx2y2>1otherwese
-
Añadimos la constante de integración:
{−(x2+iacosh(xy))−x2+asin(xy)forx2y2>1otherwese+constant
Respuesta:
{−(x2+iacosh(xy))−x2+asin(xy)forx2y2>1otherwese+constant
Respuesta (Indefinida)
[src]
/ //-I*acosh(x*y) | 2 2| \
| ||-------------- for |x *y | > 1|
| / y \ 2 || y |
| |-------------- - 2*x| dx = C - x + y*|< |
| | ___________ | || asin(x*y) |
| | / 2 2 | || --------- otherwise |
| \\/ 1 - x *y / \\ y /
|
/
∫(−2x+−x2y2+1y)dx=C−x2+y({−yiacosh(xy)yasin(xy)forx2y2>1otherwise)
1
/
|
| / -I*y 2 | 2|
| |--------------- for x *|y | > 1
| | ____________
| | / 2 2
| |\/ -1 + x *y
-1 + | < dx
| | y
| |-------------- otherwise
| | ___________
| | / 2 2
| \\/ 1 - x *y
|
/
0
0∫1⎩⎨⎧−x2y2−1iy−x2y2+1yforx2y2>1otherwisedx−1
=
1
/
|
| / -I*y 2 | 2|
| |--------------- for x *|y | > 1
| | ____________
| | / 2 2
| |\/ -1 + x *y
-1 + | < dx
| | y
| |-------------- otherwise
| | ___________
| | / 2 2
| \\/ 1 - x *y
|
/
0
0∫1⎩⎨⎧−x2y2−1iy−x2y2+1yforx2y2>1otherwisedx−1
-1 + Integral(Piecewise((-i*y/sqrt(-1 + x^2*y^2), x^2*|y^2| > 1), (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.