Fungrim home page

Fungrim entry: 1232f7

reiθ=reiθ/2\sqrt{r {e}^{i \theta}} = \sqrt{r} {e}^{i \theta / 2}
Assumptions:r[0,)  and  θ(π,π]r \in \left[0, \infty\right) \;\mathbin{\operatorname{and}}\; \theta \in \left(-\pi, \pi\right]
TeX:
\sqrt{r {e}^{i \theta}} = \sqrt{r} {e}^{i \theta / 2}

r \in \left[0, \infty\right) \;\mathbin{\operatorname{and}}\; \theta \in \left(-\pi, \pi\right]
Definitions:
Fungrim symbol Notation Short description
Sqrtz\sqrt{z} Principal square root
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
Piπ\pi The constant pi (3.14...)
Source code for this entry:
Entry(ID("1232f7"),
    Formula(Equal(Sqrt(Mul(r, Exp(Mul(ConstI, theta)))), Mul(Sqrt(r), Exp(Div(Mul(ConstI, theta), 2))))),
    Variables(r, theta),
    Assumptions(And(Element(r, ClosedOpenInterval(0, Infinity)), Element(theta, OpenClosedInterval(Neg(Pi), Pi)))))

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