oo / | | sin(a*x) | -------- dx | x | / 0
Integral(sin(a*x)/x, (x, 0, oo))
SiRule(a=a, b=0, context=sin(a*x)/x, symbol=x)
Add the constant of integration:
The answer is:
/ | | sin(a*x) | -------- dx = C + Si(a*x) | x | /
/ pi | -- for 2*|arg(a)| = 0 | 2 | | oo | / < | | | sin(a*x) | | -------- dx otherwise | | x | | |/ \0
=
/ pi | -- for 2*|arg(a)| = 0 | 2 | | oo | / < | | | sin(a*x) | | -------- dx otherwise | | x | | |/ \0
Piecewise((pi/2, 2*Abs(arg(a)) = 0), (Integral(sin(a*x)/x, (x, 0, oo)), True))
Use the examples entering the upper and lower limits of integration.