1 / | | __________ | / 2 | / 2*x | / 1 - ---- dx | \/ 5 | / 0
Integral(sqrt(1 - 2*x^2/5), (x, 0, 1))
Vuelva a escribir el integrando:
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(10)*sin(_theta)/2, rewritten=5*sqrt(2)*cos(_theta)**2/2, substep=ConstantTimesRule(constant=5*sqrt(2)/2, 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=5*sqrt(2)*cos(_theta)**2/2, symbol=_theta), restriction=(x > -sqrt(10)/2) & (x < sqrt(10)/2), context=sqrt(5 - 2*x**2), symbol=x)
Por lo tanto, el resultado es:
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
// / / ____\ \ \ || | |x*\/ 10 | __________| | || |asin|--------| ___ / 2 | | ___ || ___ | \ 5 / x*\/ 2 *\/ 5 - 2*x | | / \/ 5 *|<5*\/ 2 *|-------------- + ---------------------| / ____ ____\| | || \ 2 10 / | -\/ 10 \/ 10 || | __________ ||------------------------------------------------ for And|x > --------, x < ------|| | / 2 || 2 \ 2 2 /| | / 2*x \\ / | / 1 - ---- dx = C + -------------------------------------------------------------------------------------------- | \/ 5 5 | /
/ ____\ ____ |\/ 10 | ____ \/ 10 *asin|------| \/ 15 \ 5 / ------ + ------------------- 10 4
=
/ ____\ ____ |\/ 10 | ____ \/ 10 *asin|------| \/ 15 \ 5 / ------ + ------------------- 10 4
sqrt(15)/10 + sqrt(10)*asin(sqrt(10)/5)/4
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.