Fungrim home page

Fungrim entry: 037a6e

Im ⁣(sin ⁣(x+iy))=cos(x)sinh(y)\operatorname{Im}\!\left(\sin\!\left(x + i y\right)\right) = \cos(x) \sinh(y)
Assumptions:xR  and  yRx \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
TeX:
\operatorname{Im}\!\left(\sin\!\left(x + i y\right)\right) = \cos(x) \sinh(y)

x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
ImIm(z)\operatorname{Im}(z) Imaginary part
Sinsin(z)\sin(z) Sine
ConstIii Imaginary unit
Coscos(z)\cos(z) Cosine
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("037a6e"),
    Formula(Equal(Im(Sin(Add(x, Mul(ConstI, y)))), Mul(Cos(x), Sinh(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.

2021-03-15 19:12:00.328586 UTC