Need help! How to solve elliptic function ?
\[\int\limits_{0}^{\pi/4}\frac{ d \phi }{ \sqrt{1-0.25 \sin ^{2} \phi} }\]
@oldrin.bataku can you help me ?
elliptic integral of the first kind
\[F(k,\phi) = \int\limits_{0}^{\phi} \frac{d\theta}{\sqrt{1 - k^2 \sin^2 \theta}}\]\[0<k<1\]
\[\int\limits_{0}^{\frac{\pi}{4}} \frac{d\phi}{\sqrt{1 - 0.25\sin^2 \phi}}=F(\frac{1}{2},\frac{\pi}{4})\]
that's the answer in terms of incomplete elliptic integral of first kind
then..., how about in terms of value ??
\[F(\frac{ 1 }{ 2 } , \frac{ \pi }{ 4 } ) = ?\]
I am afraid there's no exact value for elliptic integrals
ok..., then how about \[\int\limits_{-1/2}^{3/4} \sqrt{\frac{ 9-4x^{2} }{ 1-x^{2} }} dx\] the answer in answer key is 3.96. can you help me ?
this is an elliptic integral too, but you don't need to find the exact value
you just need to approximate it
ok.., how to do it ??
is this problem from numerical analysis/numerical methods?
hmm.., i dont know., but how to approximate it without using 'programming' ??
well if you see here, the indefinite integral of the function is not elementary http://www.wolframalpha.com/input/?i=integrate+sqrt%28%289+-+4x%5E2%29%2F%281+-+x%5E2%29%29
a graphing calculator will approximate the area under curve for you by hand you have to use a summation: \[\int\limits_{a}^{b}f(x) dx \approx \sum_{i=0}^{n} f(x_i) *dx\] where dx is step size..smaller dx the more accurate the approximation
or maybe the trapezoidal rule\[\int\limits_{a}^{b} f(x) \: dx = \frac{b - a}{n}\left(f(x_0)+2f(x_1)+2f(x_2)+...+2f(x_{n-1})+f(x_n)\right)\]
@whpalmer4 can you help on this person?
Join our real-time social learning platform and learn together with your friends!