Fungrim home page

Fungrim entry: f5fa23

Un ⁣(x)=2nk=1n(xcos ⁣(kn+1π))U_{n}\!\left(x\right) = {2}^{n} \prod_{k=1}^{n} \left(x - \cos\!\left(\frac{k}{n + 1} \pi\right)\right)
Assumptions:nZ0  and  xCn \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
TeX:
U_{n}\!\left(x\right) = {2}^{n} \prod_{k=1}^{n} \left(x - \cos\!\left(\frac{k}{n + 1} \pi\right)\right)

n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ChebyshevUUn ⁣(x)U_{n}\!\left(x\right) Chebyshev polynomial of the second kind
Powab{a}^{b} Power
Productnf(n)\prod_{n} f(n) Product
Coscos(z)\cos(z) Cosine
Piπ\pi The constant pi (3.14...)
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("f5fa23"),
    Formula(Equal(ChebyshevU(n, x), Mul(Pow(2, n), Product(Parentheses(Sub(x, Cos(Mul(Div(k, Add(n, 1)), Pi)))), For(k, 1, n))))),
    Variables(n, x),
    Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(x, 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