Complex Variables: Need help with Chebyshek poly and de Moivre Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
CTID17
Messages
5
Reaction score
0

Homework Statement


The nth order Chebyshev polynomial is defined by
Tn(x)= cos( n arccos(x) ) , n is a positive integer; -1<= x <= 1.
Using the de Moivre theorem, show that Tn(x) has the polynomial representation
Tn(x)= 1/2 [(x+sqrt(x2-1))n+(x-sqrt(x2-1))n]

The Attempt at a Solution


I really have no idea where to begin. Only thing i can come up is to try to simplify cos (n arccos(x)) , but i get stuck.
 
Physics news on Phys.org
Re(z) = (z+conjugate z)/2
z = [cos(arccos(x)) + isin(arccos(x))]^n
conjugate z = [cos(arccos(x)) - isin(arccos(x))]^n

now, do i simplify z into
z= [x+ isqrt(1-x^2)]^n
and
conjugate z = [x- isqrt(1-x^2)]^n
?
if i keep them in polar form, i get
(z+conjugate z )/2 = 1/2 [2 cos(n arccos(x))]

That's as far as i can go. I just can't see what to do.
 
CTID17 said:
Re(z) = (z+conjugate z)/2
z = [cos(arccos(x)) + isin(arccos(x))]^n
conjugate z = [cos(arccos(x)) - isin(arccos(x))]^n

now, do i simplify z into
z= [x+ isqrt(1-x^2)]^n
and
conjugate z = [x- isqrt(1-x^2)]^n
?
if i keep them in polar form, i get
(z+conjugate z )/2 = 1/2 [2 cos(n arccos(x))]

That's as far as i can go. I just can't see what to do.

You are basically done, aren't you? The question is writing sqrt(x^2-1) instead of i*sqrt(1-x^2). But x^2-1 is negative.