Fungrim home page

Fungrim entry: d0505f

(cos ⁣(z)+isin ⁣(z))n=cos ⁣(nz)+isin ⁣(nz){\left(\cos\!\left(z\right) + i \sin\!\left(z\right)\right)}^{n} = \cos\!\left(n z\right) + i \sin\!\left(n z\right)
Assumptions:zCandnZz \in \mathbb{C} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}
TeX:
{\left(\cos\!\left(z\right) + i \sin\!\left(z\right)\right)}^{n} = \cos\!\left(n z\right) + i \sin\!\left(n z\right)

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
ConstIii Imaginary unit
Sinsin ⁣(z)\sin\!\left(z\right) Sine
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("d0505f"),
    Formula(Equal(Pow(Add(Cos(z), Mul(ConstI, Sin(z))), n), Add(Cos(Mul(n, z)), Mul(ConstI, Sin(Mul(n, z)))))),
    Variables(z, n),
    Assumptions(And(Element(z, CC), Element(n, ZZ))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC