E / | | ___________ | \/ 1 + I*n*x | ------------- dx | x | / 1
Integral(sqrt(1 + (i*n)*x)/x, (x, 1, E))
/ | | ___________ | \/ 1 + I*n*x / ___________\ ___________ / ___________\ | ------------- dx = C - log\1 + \/ 1 + I*n*x / + 2*\/ 1 + I*n*x + log\-1 + \/ 1 + I*n*x / | x | /
E / | | / -pi*I pi*I | | ------ ---- | | 2 4 | | I*n*e I*e | | ----------------------- - ----------------------------- for x*|n| > 1 | | __________________ ___________ | | / -pi*I / pi*I | | / ------ / ---- | | / 2 / 2 | | \/ -1 + n*x*e ___ 3/2 / e | | \/ n *x * / 1 - ----- | < \/ n*x dx | | | | -pi*I -pi*I | | ------ ------ | | 2 2 | |1 n*e n*e | |- - ---------------------- + --------------------------------------------------- otherwise | |x _________________ / _________________\ _________________ | | / -pi*I | / -pi*I | / -pi*I | | / ------ | / ------ | / ------ | | / 2 | / 2 | / 2 | \ \/ 1 - n*x*e \1 + \/ 1 - n*x*e /*\/ 1 - n*x*e | / 1
=
E / | | / -pi*I pi*I | | ------ ---- | | 2 4 | | I*n*e I*e | | ----------------------- - ----------------------------- for x*|n| > 1 | | __________________ ___________ | | / -pi*I / pi*I | | / ------ / ---- | | / 2 / 2 | | \/ -1 + n*x*e ___ 3/2 / e | | \/ n *x * / 1 - ----- | < \/ n*x dx | | | | -pi*I -pi*I | | ------ ------ | | 2 2 | |1 n*e n*e | |- - ---------------------- + --------------------------------------------------- otherwise | |x _________________ / _________________\ _________________ | | / -pi*I | / -pi*I | / -pi*I | | / ------ | / ------ | / ------ | | / 2 | / 2 | / 2 | \ \/ 1 - n*x*e \1 + \/ 1 - n*x*e /*\/ 1 - n*x*e | / 1
Integral(Piecewise((i*n*exp_polar(-pi*i/2)/sqrt(-1 + n*x*exp_polar(-pi*i/2)) - i*exp_polar(pi*i/4)/(sqrt(n)*x^(3/2)*sqrt(1 - exp_polar(pi*i/2)/(n*x))), x*|n| > 1), (1/x - n*exp_polar(-pi*i/2)/sqrt(1 - n*x*exp_polar(-pi*i/2)) + n*exp_polar(-pi*i/2)/((1 + sqrt(1 - n*x*exp_polar(-pi*i/2)))*sqrt(1 - n*x*exp_polar(-pi*i/2))), True)), (x, 1, E))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.