Assumptions:
TeX:
T_{2 n + 1}\!\left(\sin(x)\right) = {\left(-1\right)}^{n} \sin\!\left(\left(2 n + 1\right) x\right)
n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ChebyshevT | Chebyshev polynomial of the first kind | |
| Sin | Sine | |
| Pow | Power | |
| ZZ | Integers | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("9789ee"),
Formula(Equal(ChebyshevT(Add(Mul(2, n), 1), Sin(x)), Mul(Pow(-1, n), Sin(Mul(Add(Mul(2, n), 1), x))))),
Variables(n, x),
Assumptions(And(Element(n, ZZ), Element(x, CC))))