Fungrim home page

Fungrim entry: 729b70

Re ⁣(sin ⁣(x+iy))=sin ⁣(x)cosh ⁣(y)\operatorname{Re}\!\left(\sin\!\left(x + i y\right)\right) = \sin\!\left(x\right) \cosh\!\left(y\right)
Assumptions:xRandyRx \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
TeX:
\operatorname{Re}\!\left(\sin\!\left(x + i y\right)\right) = \sin\!\left(x\right) \cosh\!\left(y\right)

x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
ReRe ⁣(z)\operatorname{Re}\!\left(z\right) Real part
Sinsin ⁣(z)\sin\!\left(z\right) Sine
ConstIii Imaginary unit
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("729b70"),
    Formula(Equal(Re(Sin(Add(x, Mul(ConstI, y)))), Mul(Sin(x), Cosh(y)))),
    Variables(x, y),
    Assumptions(And(Element(x, RR), Element(y, RR))))

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