1 / | | __________ | / 2 | \/ 4*x - 1 | ------------- dx | x | / 0
Integral(sqrt(4*x^2 - 1)/x, (x, 0, 1))
TrigSubstitutionRule(theta=_theta, func=sec(_theta)/2, rewritten=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), restriction=(x > -1/2) & (x < 1/2), context=sqrt(4*x**2 - 1)/x, symbol=x)
Añadimos la constante de integración:
Respuesta:
/ | | __________ | / 2 // ___________ \ | \/ 4*x - 1 || / 2 / 1 \ | | ------------- dx = C + |<\/ -1 + 4*x - acos|---| for And(x > -1/2, x < 1/2)| | x || \2*x/ | | \\ / /
___ pi \/ 3 + oo*I - -- 3
=
___ pi \/ 3 + oo*I - -- 3
sqrt(3) + oo*i - pi/3
(0.683725353622476 + 43.0893131290674j)
(0.683725353622476 + 43.0893131290674j)
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.