Fungrim home page

Fungrim entry: abaf91

sin ⁣(x+iy)=sin2 ⁣(x)+sinh2 ⁣(y)\left|\sin\!\left(x + i y\right)\right| = \sqrt{\sin^{2}\!\left(x\right) + \sinh^{2}\!\left(y\right)}
Assumptions:xRandyRx \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
TeX:
\left|\sin\!\left(x + i y\right)\right| = \sqrt{\sin^{2}\!\left(x\right) + \sinh^{2}\!\left(y\right)}

x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Sinsin ⁣(z)\sin\!\left(z\right) Sine
ConstIii Imaginary unit
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("abaf91"),
    Formula(Equal(Abs(Sin(Add(x, Mul(ConstI, y)))), Sqrt(Add(Pow(Sin(x), 2), Pow(Sinh(y), 2))))),
    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