1 / | | 1 | ------------- dy | __________ | / 2 | \/ 3 + 2*y | / 0
Integral(1/(sqrt(3 + 2*y^2)), (y, 0, 1))
TrigSubstitutionRule(theta=_theta, func=sqrt(6)*tan(_theta)/2, rewritten=sqrt(2)*sec(_theta)/2, substep=ConstantTimesRule(constant=sqrt(2)/2, other=sec(_theta), substep=RewriteRule(rewritten=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), substep=AlternativeRule(alternatives=[URule(u_var=_u, u_func=tan(_theta) + sec(_theta), constant=1, substep=ReciprocalRule(func=_u, context=1/_u, symbol=_u), context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta)], context=(tan(_theta)*sec(_theta) + sec(_theta)**2)/(tan(_theta) + sec(_theta)), symbol=_theta), context=sec(_theta), symbol=_theta), context=sqrt(2)*sec(_theta)/2, symbol=_theta), restriction=True, context=1/(sqrt(2*y**2 + 3)), symbol=y)
Ahora simplificar:
Añadimos la constante de integración:
Respuesta:
/ __________ \ | / 2 ___| / ___ | / 2*y y*\/ 6 | | \/ 2 *log| / 1 + ---- + -------| | 1 \\/ 3 3 / | ------------- dy = C + ------------------------------------ | __________ 2 | / 2 | \/ 3 + 2*y | /
/ ___\ ___ |\/ 6 | \/ 2 *asinh|-----| \ 3 / ------------------ 2
=
/ ___\ ___ |\/ 6 | \/ 2 *asinh|-----| \ 3 / ------------------ 2
sqrt(2)*asinh(sqrt(6)/3)/2
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.