Fungrim home page

Fungrim entry: d59bd9

sin ⁣(a)+sin ⁣(b)=2sin ⁣(a+b2)cos ⁣(ab2)\sin\!\left(a\right) + \sin\!\left(b\right) = 2 \sin\!\left(\frac{a + b}{2}\right) \cos\!\left(\frac{a - b}{2}\right)
Assumptions:aCandbCa \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C}
TeX:
\sin\!\left(a\right) + \sin\!\left(b\right) = 2 \sin\!\left(\frac{a + b}{2}\right) \cos\!\left(\frac{a - b}{2}\right)

a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin ⁣(z)\sin\!\left(z\right) Sine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("d59bd9"),
    Formula(Equal(Add(Sin(a), Sin(b)), Mul(Mul(2, Sin(Div(Add(a, b), 2))), Cos(Div(Sub(a, b), 2))))),
    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.

2019-06-18 07:49:59.356594 UTC