1 hour ago · Science · 0 comments

A couple days ago I wrote a post about turning a trick into a technique, finding another use for a clever way to construct simple, accurate approximations. I used as my example approximating the Bessel function J(x) with (1 + cos(x))/2. I learned via a helpful comment on Mathstodon that my approximation was the first-order part of a more general series The first-order approximation has error O(x4), as shown in the earlier post. Adding the second-order term makes the error O(x6), and adding the third-order term makes it O(x8). I’ve written a few times about cosine approximations to the normal probability density. For example, see this post. We could use the same idea as the series above to approximate the normal density with a series of powers of cosine. This gives us and as before, the first, second, and third order truncated series have error O(x4), O(x6), and O(x8). The general theory behind what’s going on here is an extension of Bürmann’s theorem. The original version of the…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.