Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Approximation of an elliptic integral

Post

Approximation of an elliptic integral

+2
−3

I used some nice guesswork to get this formula
$$\int_0^{\frac{\pi}{2}}\sqrt{a^2\sin^2x+b^2\cos^2x}dx=\frac{ab\pi}{\left(a+b\right)\sin\left(\frac{a\pi}{a+b}\right)}$$
The comparision for some values of a and b are
$a=a,b=0, value=a, exact=a$
$a=1,b=5, value=5.236, exact= 5.2525$
$a=b, value=\frac{\pi.a}{2}, exact=\frac{\pi.a}{2} $
You can also check it gives consistent result. Am i right?

https://www.desmos.com/calculator/g0w1nkeotm

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (6 comments)
General comments
Derek Elkins‭ wrote about 3 years ago

Are you right about what? That your expression "approximates" the integral? What criteria are you using to decide that something is an "approximation"? On what domain are you considering?

JRN‭ wrote about 3 years ago

Your formula is incorrect. It uses the "equals" symbol when you yourself state that the equality doesn't hold when a=1, b=5. Perhaps you meant to use an "approximately equal to" symbol?

Skipping 1 deleted comment.

theabbie‭ wrote about 3 years ago

@JoelReyesNoche‭ Putting b=0 makes it an indeterminate form, so, you need to put limits, on which, you get the exact values.

JRN‭ wrote about 3 years ago

Thanks for the response. I've deleted my comment (which contained a mistake).

Adam‭ wrote about 3 years ago

It's equal to $\frac{a|b|\pi}{(|a|+|b|)\sin(a\pi/(|a|+|b|))}$. You can prove it with series expansions for $\sec$ and the elliptic integral.

Skipping 1 deleted comment.

Incnis Mrsi‭ wrote about 3 years ago

Did @Adam‭ intend “|ab|π” for the numerator?