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

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
Apply deMoivre to z=exp(i*n*arccos(x))=exp(i*arccos(x))^n. You want the real part. How do get the real part of z using complex conjugate?
 
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.
 
Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top