Fungrim home page

Fungrim entry: 2392f5

sin2 ⁣(a)sin2 ⁣(b)=sin ⁣(a+b)sin ⁣(ab)\sin^{2}\!\left(a\right) - \sin^{2}\!\left(b\right) = \sin\!\left(a + b\right) \sin\!\left(a - b\right)
Assumptions:aC  and  bCa \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
TeX:
\sin^{2}\!\left(a\right) - \sin^{2}\!\left(b\right) = \sin\!\left(a + b\right) \sin\!\left(a - b\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
Sinsin(z)\sin(z) Sine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("2392f5"),
    Formula(Equal(Sub(Pow(Sin(a), 2), Pow(Sin(b), 2)), Mul(Sin(Add(a, b)), Sin(Sub(a, b))))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))

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