Fungrim home page

Fungrim entry: 5033c7

π=2e0cos(x)x2+1dx\pi = 2 e \int_{0}^{\infty} \frac{\cos(x)}{{x}^{2} + 1} \, dx
TeX:
\pi = 2 e \int_{0}^{\infty} \frac{\cos(x)}{{x}^{2} + 1} \, dx
Definitions:
Fungrim symbol Notation Short description
Piπ\pi The constant pi (3.14...)
ConstEee The constant e (2.718...)
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Coscos(z)\cos(z) Cosine
Powab{a}^{b} Power
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("5033c7"),
    Formula(Equal(Pi, Mul(Mul(2, ConstE), Integral(Div(Cos(x), Add(Pow(x, 2), 1)), For(x, 0, Infinity))))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC