Looking for free online integration calculator.

AI Thread Summary
The discussion centers around the difficulty of solving the integral ∫_0^{π} (cos(a cos(θ))/sin(θ)) dθ, which is identified as a sine integral likely requiring numerical analysis. Users express skepticism about the existence of a closed-form solution in terms of known special functions, emphasizing the need for specific parameter ranges to assess convergence. Attempts to use Wolfram Mathematica and WolframAlpha yielded no successful results, with WolframAlpha indicating that the integral does not converge. Suggestions include exploring series expansions for integration, but this approach relies on certain assumptions about the parameter 'a'. Overall, the conversation highlights the challenges of evaluating this integral and the limitations of available online integration tools.
yungman
Messages
5,741
Reaction score
294
I have been looking for an integration calculator. I need to solve

\int_0^{\pi} \frac{\cos (a \cos \theta)}{\sin \theta} d\theta

This is a sine integral that likely involve numerical analysis. I tried Wolfram free Mathematica and it did not find a solution. Please advice.
 
Physics news on Phys.org
I suspect it has no closed form expression in terms of known special functions and you need to specify the range of the parameter, in order to study its convergence.
 
If you do not have any additional information about 'a' I suspect you are going to have little success.

If you know enough about the problem that you can justify integrating a series expansion then perhaps

In[1]:= Integrate[Series[Cos[a t]/Sin[t], {t, Pi/2, 6}], {t, 0, Pi}]

Out[1]= (Pi*(322560 - (-1 + a)*(1 + a)*Pi^2*(13440 - 168*(-5 + a^2)*Pi^2 + (61 - 14*a^2 + a^4)*Pi^4))*
Cos[(a*Pi)/2])/322560

But that is making several assumptions.
 
Thanks for the reply, "a" is just a constant, can be just a real number.
 
dextercioby said:
I suspect it has no closed form expression in terms of known special functions and you need to specify the range of the parameter, in order to study its convergence.

I already simplify the formula already. "a" is just a constant number, 0 ≤ ##\theta## ≤ ##\pi##.
 
i typed,
" free online integration calculator ",
into google and received a list of them.
the first to come up was,

wolfram mathematic
 
krash661 said:
i typed,
" free online integration calculator ",
into google and received a list of them.
the first to come up was,

wolfram mathematic

I tried that already, it can't calculate this function. But thanks.
 

Similar threads

Replies
1
Views
2K
Replies
13
Views
2K
Replies
7
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
8
Views
2K
Back
Top