There is still active discussion on X about the approximation exp(−x²) ≈ (1 + cos(sin(x) + x))/2 and some are saying this can just be explained by Taylor series: the series for the two sides differ for the first time at the x6 term, so that’s why you get a good approximation. As I wrote yesterday, that’s only part of it. If it were just about Taylor series you could use exp(−x²) ≈ 1 − x² + x4/2 which also has error O(x6). But this approximation is only good for fairly small x, say in [−0.5, 0.5], whereas the approximation at the top of the post is good over [−4, 4]. When x = 4, the error in the cosine approximation is 0.002579 but the error in the Taylor approximation is 113, five orders of magnitude larger. If the accuracy of the cosine approximation were due to Taylor series, then we’d expect the function exp(−x²) − (1 + cos(sin(x) + x))/2 to be small not just over the interval [−4, 4] but over a disk of radius 4 in the complex plane. But it’s not. When x = 4i the function is on the…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.