Fungrim home page

Fungrim entry: f6d0c6

sin2 ⁣(a)cos2 ⁣(b)=cos ⁣(a+b)cos ⁣(ab)\sin^{2}\!\left(a\right) - \cos^{2}\!\left(b\right) = -\cos\!\left(a + b\right) \cos\!\left(a - b\right)
Assumptions:aC  and  bCa \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
TeX:
\sin^{2}\!\left(a\right) - \cos^{2}\!\left(b\right) = -\cos\!\left(a + b\right) \cos\!\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
Coscos(z)\cos(z) Cosine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("f6d0c6"),
    Formula(Equal(Sub(Pow(Sin(a), 2), Pow(Cos(b), 2)), Mul(Neg(Cos(Add(a, b))), Cos(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