Fungrim home page

Fungrim entry: 67c0be

atan(z)=2atan ⁣(z1+1+z2)\operatorname{atan}(z) = 2 \operatorname{atan}\!\left(\frac{z}{1 + \sqrt{1 + {z}^{2}}}\right)
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{atan}(z) = 2 \operatorname{atan}\!\left(\frac{z}{1 + \sqrt{1 + {z}^{2}}}\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Atanatan(z)\operatorname{atan}(z) Inverse tangent
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("67c0be"),
    Formula(Equal(Atan(z), Mul(2, Atan(Div(z, Add(1, Sqrt(Add(1, Pow(z, 2))))))))),
    Variables(z),
    Assumptions(Element(z, CC)))

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