1 / | | _________ | / 2 2 | y*\/ x - y dx | / 0
Integral(y*sqrt(x^2 - y^2), (x, 0, 1))
La integral del producto de una función por una constante es la constante por la integral de esta función:
No puedo encontrar los pasos en la búsqueda de esta integral.
Pero la integral
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
// 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 /
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
=
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
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.