Re: question



Note also that

In[18]:=
Integrate[1/Sin[x]^m, {x, 0, Pi/2}, Assumptions -> m < 1]
% /. m -> 1/2

Out[18]=
(Sqrt[Pi]*Gamma[1/2 - m/2])/(2*Gamma[1 - m/2])

Out[19]=
(Sqrt[Pi]*Gamma[1/4])/(2*Gamma[3/4])


Ο/Η dimitris έγραψε:
Hello.

In Mathematica 5.2 I got

In[73]:=
Integrate[1/Sqrt[Sin[u]], {u, 0, Pi/2}]

Out[73]=
2*EllipticF[Pi/4, 2]

The result ic correct as a numerical integration indicates.

In[74]:=
{Chop[N[%]], NIntegrate[1/Sqrt[Sin[u]], {u, 0, Pi/2}]}

Out[74]=
{2.6220575244897986, 2.622057554312378}

It can be proved that the definite integral under discussion is
given by Gamma[1/4]^2/(2*Sqrt[2*Pi]).

In[75]:=
N[Gamma[1/4]]^2/(2*Sqrt[2*Pi])

Out[75]=
2.6220575542921196

Can somebody point me out a way (by hand or a CAS) to show that the
Gamma[1/4]^2/(2*Sqrt[2*Pi]) is equal to 2*EllipticF[Pi/4, 2] or/and a
series
of steps from taking from the latter to the former and vice versa?

Thanks
Dimitris

.



Relevant Pages

  • Re: Optimizing/minimizing functions that use absolute value.
    ... Mathcad refuses. ... with both differentiation and integration of absreal itself: ... Mathematica and Derive, and neither is able to do this symbolically. ... I could be wrong; the numerical integration ...
    (sci.math.num-analysis)
  • question
    ... In Mathematica 5.2 I got ... The result ic correct as a numerical integration indicates. ... Can somebody point me out a way (by hand or a CAS) to show that the ... of steps from taking from the latter to the former and vice versa? ...
    (sci.math.symbolic)
  • Re: question
    ... Daniel Lichtblau wrote: ... In Mathematica 5.2 I got ... The result ic correct as a numerical integration indicates. ... how is it that you were using the nicer ...
    (sci.math.symbolic)
  • Re: question
    ... dimitris wrote: ... In Mathematica 5.2 I got ... The result ic correct as a numerical integration indicates. ... of steps from taking from the latter to the former and vice versa? ...
    (sci.math.symbolic)
  • Re: question
    ... I really appreciate your response. ... In Mathematica 5.2 I got ... The result ic correct as a numerical integration indicates. ... of steps from taking from the latter to the former and vice versa? ...
    (sci.math.symbolic)