Difference between revisions of "Chebyshev polynomials of the first kind"
(→Second proof (Induction)) |
m (→Second proof (Induction)) |
||
Line 28: | Line 28: | ||
For all <math>k</math>, we have <cmath>T_{k}(x) = 2T_{k}(x) - T_k(x) = 2T_0(x)T_{k}(x) - T_{k}(x),</cmath> and for all <math>k \geq 1</math>, <cmath>T_{k+1}(x) = 2xT_k(x) - T_{k-1}(x) = 2T_1(x)T_k(x) - T_{k-1}(x),</cmath> proving the lemma for <math>n = 0</math> and <math>n = 1</math> respectively. | For all <math>k</math>, we have <cmath>T_{k}(x) = 2T_{k}(x) - T_k(x) = 2T_0(x)T_{k}(x) - T_{k}(x),</cmath> and for all <math>k \geq 1</math>, <cmath>T_{k+1}(x) = 2xT_k(x) - T_{k-1}(x) = 2T_1(x)T_k(x) - T_{k-1}(x),</cmath> proving the lemma for <math>n = 0</math> and <math>n = 1</math> respectively. | ||
− | Suppose the lemma holds for <math>n - 1</math> and <math>n</math>; that is, <math>T_{k+n}(x) = 2T_{n}(x)T_k(x) - T_{k-n}(x)</math> and <math>T_{k+n-1}(x) = 2T_{n-1}(x)T_k(x) - T_{k-n+1}(x)</math>. Then multiplying the first equation by <math>2x</math> and subtracting the second equation gives <cmath>2xT_{k+n}(x) - T_{k+n-1}(x) = 2(2xT_{n}(x) - T_{n-1}(x))T_k(x) - ( | + | Suppose the lemma holds for <math>n - 1</math> and <math>n</math>; that is, <math>T_{k+n}(x) = 2T_{n}(x)T_k(x) - T_{k-n}(x)</math> and <math>T_{k+n-1}(x) = 2T_{n-1}(x)T_k(x) - T_{k-n+1}(x)</math>. Then multiplying the first equation by <math>2x</math> and subtracting the second equation gives <cmath>2xT_{k+n}(x) - T_{k+n-1}(x) = 2(2xT_{n}(x) - T_{n-1}(x))T_k(x) - (2xT_{k-n}(x) - T_{k-n+1}(x)),</cmath> which simplifies to <cmath>T_{k+n+1}(x) = 2T_{n+1}(x)T_k(x) - T_{k-n-1}(x)</cmath> using the original recursive definition, as long as <math>k-n-1 \geq 0</math>. Thus, the lemma holds for <math>n + 1</math> (as long as <math>n + 1 \leq k</math>), completing the inductive step. |
To prove the claim, we now fix <math>n</math> and induct on <math>m</math>. | To prove the claim, we now fix <math>n</math> and induct on <math>m</math>. |
Revision as of 10:07, 2 March 2022
The Chebyshev polynomials of the first kind are defined recursively by or equivalently by
Contents
Proof of equivalence of the two definitions
In the proof below, will refer to the recursive definition.
For the base case, for the base case,
Now for the inductive step, let , so that . We then assume that and , and we wish to prove that .
From the cosine sum and difference identities we have and The sum of these equations is rearranging, Substituting our assumptions yields as desired.
Composition identity
For nonnegative integers and , the identity holds.
First proof
By the trigonometric definition, .
As before, let . We have for some integer . Multiplying by and distributing gives ; taking the cosine gives .
For now this proof only applies where the trigonometric definition is defined; that is, for . However, is a degree- polynomial, and so is , so the fact that for some distinct is sufficient to guarantee that the two polynomials are equal over all real numbers.
Second proof (Induction)
First we prove a lemma: that for all . To prove this lemma, we fix and induct on .
For all , we have and for all , proving the lemma for and respectively.
Suppose the lemma holds for and ; that is, and . Then multiplying the first equation by and subtracting the second equation gives which simplifies to using the original recursive definition, as long as . Thus, the lemma holds for (as long as ), completing the inductive step.
To prove the claim, we now fix and induct on .
For all , we have and proving the claim for and respectively.
Suppose the claim holds for and ; that is, and . We may also assume , since the smaller cases have already been proven, in order to ensure that . Then by the lemma (with ) and the original recursive definition, completing the inductive step.