100 Years to Solve an Integral (2020)
liorsinai.github.io
100 Years to Solve an Integral (2020)
1–10 of 66 posts
Re: 100 Years to Solve an Integral (2020)
#2Re: 100 Years to Solve an Integral (2020)
#3Re: 100 Years to Solve an Integral (2020)
#4Re: 100 Years to Solve an Integral (2020)
#5Int[csc(x) dx] = 2 Int[csc(2u) du]
= 2 Int[du / (2 cos(u) sin(u))]
= Int[sec^2(u) du / tan(u)]
= log(tan(u)) + C
= log(tan(x/2)) + C
Then Int[sec(x)] = Int[csc(u)] = log(tan(u/2)) + C = log(tan(pi/4 - x/2)) + C.
Of course, this was no use to Mercator, because the logarithm hadn't been invented yet. But you aren't just pulling a magic factor out of nowhere. There is definitely a bit of cleverness in rearranging the fraction — you have to be used to trying to find instances of the power rule when dealing with integrals of fractions.
Re: 100 Years to Solve an Integral (2020)
#6I know the article is about sec(x) but I want to share this tidbit about its cousin, the hyperbolic secant: sech(x) is its own Fourier transform (modulo rescalings). That’s right, exp(-x^2) is not the only one.
Re: 100 Years to Solve an Integral (2020)
#7Re: 100 Years to Solve an Integral (2020)
#8The most elegant proof IMHO is the one that avoids the original problem entirely. Int[csc(x) dx] = 2 Int[csc(2u) du] = 2 Int[du / (2 cos(u) sin(u))] = Int[sec^2(u) du / tan(u)] = log(tan(u)) + C = log(tan(x/2)) + C Then Int[sec(x)] = Int[csc(u)] = log(tan(u/2)) + C = log(tan(pi/4 - x/2)) + C. Of course, this was no use to Mercator, because the logarithm hadn't been invented yet. But you aren't just pulling a magic fa…