integration using Legendre elliptical function

1 vue (au cours des 30 derniers jours)
NILESH PANDEY
NILESH PANDEY le 24 Nov 2016
i am trying to perform integrate f(x)=1/sqrt(1-(k^2)*sin(x)*sin(x)) , where k is a constant 0<k<1 and limit of x is 0 to pi/2. and f(x) is found by substituting w=sin(x) in dw/sqrt((1-w*w)(1-k*k*w*w)) this is a Legendre elliptical integral but i am not getting answer is this is possible to get f(x) in terms of k after integration and what will be expression for this.i have to find f(k) after integration

Réponse acceptée

Torsten
Torsten le 24 Nov 2016
f=@(k)ellipke(k^2/(k^2-1))/sqrt(1-k^2)
Best wishes
Torsten.

Plus de réponses (0)

Catégories

En savoir plus sur Special Functions dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by