Proving T_n(x) as Polynomials: Trig Homework Solution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Dragonfall
Messages
1,023
Reaction score
5
How do I show that

[tex]T_n(x)=\cos(n\arccos(x))[/tex]

are actually polynomials of degree n?

If n=2 then

[tex]T_2(x)=x^2-(1-x^2)[/tex]

but this seems to break down as n increases.
 
Physics news on Phys.org
So if x=cos(y), you want to show cos(ny) is a nth degree polynomial in cos(y). Induction is usually the first thing to try whenever there's an n knocking about.
 
It also definitely fails for n=1, but since you started with 2, maybe we're ignoring that
 
Office_Shredder said:
It also definitely fails for n=1, but since you started with 2, maybe we're ignoring that

How does it fail for n=1? The function f(x)=x is a polynomial.