Fungrim home page

Fungrim entry: 0cbe75

Tn ⁣(x)=12((x+x21)n+(xx21)n)T_{n}\!\left(x\right) = \frac{1}{2} \left({\left(x + \sqrt{{x}^{2} - 1}\right)}^{n} + {\left(x - \sqrt{{x}^{2} - 1}\right)}^{n}\right)
Assumptions:nZandxCn \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, x \in \mathbb{C}
TeX:
T_{n}\!\left(x\right) = \frac{1}{2} \left({\left(x + \sqrt{{x}^{2} - 1}\right)}^{n} + {\left(x - \sqrt{{x}^{2} - 1}\right)}^{n}\right)

n \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, x \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ChebyshevTTn ⁣(x)T_{n}\!\left(x\right) Chebyshev polynomial of the first kind
Powab{a}^{b} Power
Sqrtz\sqrt{z} Principal square root
ZZZ\mathbb{Z} Integers
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("0cbe75"),
    Formula(Equal(ChebyshevT(n, x), Mul(Div(1, 2), Add(Pow(Add(x, Sqrt(Sub(Pow(x, 2), 1))), n), Pow(Sub(x, Sqrt(Sub(Pow(x, 2), 1))), n))))),
    Variables(n, x),
    Assumptions(And(Element(n, ZZ), 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.

2019-06-18 07:49:59.356594 UTC