Fungrim home page

Fungrim entry: b5a25e

solutionsxC[Tn ⁣(x)=1]={cos ⁣(2knπ):k{0,1,n2}}\mathop{\operatorname{solutions}\,}\limits_{x \in \mathbb{C}} \left[T_{n}\!\left(x\right) = 1\right] = \left\{ \cos\!\left(\frac{2 k}{n} \pi\right) : k \in \{0, 1, \ldots \left\lfloor \frac{n}{2} \right\rfloor\} \right\}
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
\mathop{\operatorname{solutions}\,}\limits_{x \in \mathbb{C}} \left[T_{n}\!\left(x\right) = 1\right] = \left\{ \cos\!\left(\frac{2 k}{n} \pi\right) : k \in \{0, 1, \ldots \left\lfloor \frac{n}{2} \right\rfloor\} \right\}

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
ChebyshevTTn ⁣(x)T_{n}\!\left(x\right) Chebyshev polynomial of the first kind
CCC\mathbb{C} Complex numbers
SetBuilder{f ⁣(x):P ⁣(x)}\left\{ f\!\left(x\right) : P\!\left(x\right) \right\} Set comprehension
ConstPiπ\pi The constant pi (3.14...)
ZZBetween{a,a+1,b}\{a, a + 1, \ldots b\} Integers between a and b inclusive
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("b5a25e"),
    Formula(Equal(Solutions(Brackets(Equal(ChebyshevT(n, x), 1)), x, Element(x, CC)), SetBuilder(Cos(Mul(Div(Mul(2, k), n), ConstPi)), k, Element(k, ZZBetween(0, Floor(Div(n, 2))))))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(1))))

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