Fungrim home page

Fungrim entry: efebb8

atan(x)(π2)2x1+π2x\operatorname{atan}(x) \le {\left(\frac{\pi}{2}\right)}^{2} \frac{x}{1 + \frac{\pi}{2} x}
Assumptions:x[0,)x \in \left[0, \infty\right)
TeX:
\operatorname{atan}(x) \le {\left(\frac{\pi}{2}\right)}^{2} \frac{x}{1 + \frac{\pi}{2} x}

x \in \left[0, \infty\right)
Definitions:
Fungrim symbol Notation Short description
Atanatan(z)\operatorname{atan}(z) Inverse tangent
Powab{a}^{b} Power
Piπ\pi The constant pi (3.14...)
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("efebb8"),
    Formula(LessEqual(Atan(x), Mul(Pow(Div(Pi, 2), 2), Div(x, Add(1, Mul(Div(Pi, 2), x)))))),
    Variables(x),
    Assumptions(Element(x, ClosedOpenInterval(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