2 / | | / ________ ________\ | | / 2 / 2 | | \\/ x + 1 - \/ 3 - x / dx | / -2
Integral(sqrt(x^2 + 1) - sqrt(3 - x^2), (x, -2, 2))
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:
TrigSubstitutionRule(theta=_theta, func=sqrt(3)*sin(_theta), rewritten=3*cos(_theta)**2, substep=ConstantTimesRule(constant=3, other=cos(_theta)**2, substep=RewriteRule(rewritten=cos(2*_theta)/2 + 1/2, substep=AddRule(substeps=[ConstantTimesRule(constant=1/2, other=cos(2*_theta), substep=URule(u_var=_u, u_func=2*_theta, constant=1/2, substep=ConstantTimesRule(constant=1/2, other=cos(_u), substep=TrigRule(func='cos', arg=_u, context=cos(_u), symbol=_u), context=cos(_u), symbol=_u), context=cos(2*_theta), symbol=_theta), context=cos(2*_theta)/2, symbol=_theta), ConstantRule(constant=1/2, context=1/2, symbol=_theta)], context=cos(2*_theta)/2 + 1/2, symbol=_theta), context=cos(_theta)**2, symbol=_theta), context=3*cos(_theta)**2, symbol=_theta), restriction=(x < sqrt(3)) & (x > -sqrt(3)), context=sqrt(3 - x**2), symbol=x)
Por lo tanto, el resultado es:
No puedo encontrar los pasos en la búsqueda de esta integral.
Pero la integral
El resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ | // / ___\ \ ________ | / ________ ________\ || |x*\/ 3 | ________ | / 2 | | / 2 / 2 | asinh(x) ||3*asin|-------| / 2 | x*\/ 1 + x | \\/ x + 1 - \/ 3 - x / dx = C + -------- - |< \ 3 / x*\/ 3 - x / ___ ___\| + ------------- | 2 ||--------------- + ------------- for And\x > -\/ 3 , x < \/ 3 /| 2 / || 2 2 | \\ /
/ ___\ |2*\/ 3 | ___ - 3*asin|-------| - 2*I + 2*\/ 5 + asinh(2) \ 3 /
=
/ ___\ |2*\/ 3 | ___ - 3*asin|-------| - 2*I + 2*\/ 5 + asinh(2) \ 3 /
-3*asin(2*sqrt(3)/3) - 2*i + 2*sqrt(5) + asinh(2)
(1.20391073745362 - 0.352715100959253j)
(1.20391073745362 - 0.352715100959253j)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.