1 / | | 2 | x | -------------- dx | 2 | __________ | / 2 | \/ x + 256 | / 0
Integral(x^2/(sqrt(x^2 + 256))^2, (x, 0, 1))
TrigSubstitutionRule(theta=_theta, func=16*tan(_theta), rewritten=16*tan(_theta)**2, substep=ConstantTimesRule(constant=16, other=tan(_theta)**2, substep=RewriteRule(rewritten=sec(_theta)**2 - 1, substep=AddRule(substeps=[TrigRule(func='sec**2', arg=_theta, context=sec(_theta)**2, symbol=_theta), ConstantRule(constant=-1, context=-1, symbol=_theta)], context=sec(_theta)**2 - 1, symbol=_theta), context=tan(_theta)**2, symbol=_theta), context=16*tan(_theta)**2, symbol=_theta), restriction=True, context=x**2/(sqrt(x**2 + 256))**2, symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | 2 | x /x \ | -------------- dx = C + x - 16*atan|--| | 2 \16/ | __________ | / 2 | \/ x + 256 | /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.