Berkeley3 Waves
Berkeley3 Waves
Reading Problems
d2 y dy
(1 − x2 ) −x + n2 y = 0 n = 0, 1, 2, 3, . . .
dx2 dx
d2 y
+ n2 y = 0
dt2
y = A cos nt + B sin nt
or as
or equivalently
where Tn (x) and Un (x) are defined as Chebyshev polynomials of the first and second kind
of degree n, respectively.
1
If we let x = cosh t we obtain
d2 y
− n2 y = 0
dt2
y = A cosh nt + B sinh nt
or as
or equivalently
y = ATn (x) + BUn (x) |x| > 1
1 h p n p n i
Tn (x) = x+i 1 − x2 + x − i 1 − x2
2
The sum of the last two relationships give the same result for Tn (x).
2
Chebyshev Polynomials of the First Kind of Degree n
The Chebyshev polynomials Tn (x) can be obtained by means of Rodrigue’s formula
(−2)n n! p dn
Tn (x) = 1 − x2 (1 − x2 )n−1/2 n = 0, 1, 2, 3, . . .
(2n)! dxn
The first twelve Chebyshev polynomials are listed in Table 1 and then as powers of x in
terms of Tn (x) in Table 2.
3
Table 1: Chebyshev Polynomials of the First Kind
T0 (x) = 1
T1 (x) = x
T2 (x) = 2x2 − 1
T3 (x) = 4x3 − 3x
4
Table 2: Powers of x as functions of Tn (x)
1 = T0
x = T1
1
x2 = (T0 + T2 )
2
1
x3 = (3T1 + T3 )
4
1
x4 = (3T0 + 4T2 + T4 )
8
1
x5 = (10T1 + 5T3 + T5 )
16
1
x6 = (10T0 + 15T2 + 6T4 + T6 )
32
1
x7 = (35T1 + 21T3 + 7T5 + T7 )
64
1
x8 = (35T0 + 56T2 + 28T4 + 8T6 + T8 )
128
1
x9 = (126T1 + 84T3 + 36T5 + 9T7 + T9 )
256
1
x10 = (126T0 + 210T2 + 120T4 + 45T6 + 10T8 + T10 )
512
1
x11 = (462T1 + 330T3 + 165T5 + 55T7 + 11T9 + T11 )
1024
5
Generating Function for Tn (x)
The Chebyshev polynomials of the first kind can be developed by means of the generating
function
∞
1 − tx X
= Tn (x)tn
1 − 2tx + t2 n=0
Tn (−1) = (−1)n
6
Orthogonality Property of Tn (x)
We can determine the orthogonality properties for the Chebyshev polynomials of the first
kind from our knowledge of the orthogonality of the cosine functions, namely,
0 (m 6= n)
Z π
cos(mθ) cos(n θ) dθ = π/2 (m = n 6= 0)
0
π (m = n = 0)
Then substituting
Tn (x) = cos(nθ)
cos θ = x
0 (m 6= n)
Z 1
Tm (x) Tn (x) dx
√ = π/2 (m = n 6= 0)
−1 1 − x2
π (m = n = 0)
We observe that the Chebyshev polynomials form an orthogonal set on the interval −1 ≤
x ≤ 1 with the weighting function (1 − x2 )−1/2
7
where the coefficients An are given by
1
1 f (x) dx
Z
A0 = √ n=0
π −1 1 − x2
and
1
2 f (x) Tn (x) dx
Z
An = √ n = 1, 2, 3, . . .
π −1 1 − x2
The following definite integrals are often useful in the series expansion of f (x):
1
dx x3 dx
1
Z Z
√ = π √ = 0
−1 1 − x2 −1 1 − x2
1
x dx x4 dx
1
3π
Z Z
√ = 0 √ =
−1 1 − x2 −1 1 − x2 8
1
x2 dx π x5 dx
1
Z Z
√ = √ = 0
−1 1 − x2 2 −1 1 − x2
π 2π π
θi = 0, , , . . . (N − 1) , π
N N N
where
xi = arccos θi
We have
8
0 (m 6= n)
N −1
1 X 1
Tm (−1)Tn (−1)+ Tm (xi )Tn (xi )+ Tm (1)Tn (1) = N/2 (m = n 6= 0)
2 i=2
2
N (m = n = 0)
The Tm (x) are also orthogonal over the following N points ti equally spaced,
π 3π 5π (2N − 1)π
θi = , , , ...,
2N 2N 2N 2N
and
ti = arccos θi
0 (m 6= n)
N
X
Tm (ti )Tn (ti ) = N/2 (m = n 6= 0)
i=1
N (m = n = 0)
The set of points ti are clearly the midpoints in θ of the first case. The unequal spacing of
the points in xi (N ti ) compensates for the weight factor
W (x) = (1 − x2 )−1/2
9
Additional Identities of Chebyshev Polynomials
The Chebyshev polynomials are both orthogonal polynomials and the trigonometric cos nx
functions in disguise, therefore they satisfy a large number of useful relationships.
The differentiation and integration properties are very important in analytical and numerical
work. We begin with
and
and
or
0 0
Tn+1 (x) Tn−1 (x) 2 cos nθ sin θ
− = = 2Tn (x) n≥2
(n + 1) (n − 1) sin θ
10
Therefore
T10 (x) = T0
T00 (x) = 0
We have the formulas for the differentiation of Chebyshev polynomials, therefore these for-
mulas can be used to develop integration for the Chebyshev polynomials:
1 Tn+1 (x) Tn−1 (x)
Z
Tn (x)dx = − +C n≥2
2 (n + 1) (n − 1)
1
Z
T1 (x)dx = T2 (x) + C
4
Z
T0 (x)dx = T1 (x) + C
T0∗ = 1
T1∗ = 2x − 1
T2∗ = 8x2 − 8x + 1
11
and the following powers of x as functions of Tn∗ (x);
1 = T0∗
1
x = (T0∗ + T1∗ )
2
1
x2 = (3T0∗ + 4T1∗ + T2∗ )
8
1
x3 = (10T0∗ + 15T1∗ + 6T2∗ + T3∗ )
32
1
x4 = (35T0∗ + 56T1∗ + 28T2∗ + 8T3∗ + T4∗ )
128
∗
Tn+1 (x) = (4x − 2)Tn∗ (x) − Tn−1
∗
(x) T0∗ (x) = 1
or
1 1 1
xTn∗ (x) = ∗
Tn+1 (x) + Tn∗ (x) + ∗
Tn−1 (x)
4 2 4
where
1
xTn (x) = [Tn+1 (x) + Tn−1 (x)] n = 1, 2, 3 . . .
2
xT0 (x) = T1 (x)
12
To illustrate the method, consider x4
4 2
x2 x
x = x (xT1 ) = [T2 + T0 ] = [T1 + T3 + 2T1 ]
2 4
1 1
= [3xT1 + xT3 ] = [3T0 + 3T2 + T4 + T2 ]
4 8
1 1 3
= T4 + T2 + T0
8 2 8
∞
X
f (x) = an xn + EN (x) |x| ≤ 1
n=0
where |En (x)| does not exceed an allowed limit, it is possible to reduce the degree of the
polynomial by a process called economization of power series. The procedure is to convert
the polynomial to a linear combination of Chebyshev polynomials:
N
X N
X
n
an x = bn Tn (x) n = 0, 1, 2, . . .
n=0 n=0
It may be possible to drop some of the last terms without permitting the error to exceed
the prescribed limit. Since |Tn (x)| ≤ 1, the number of terms which can be omitted is
determined by the magnitude of the coefficient b.
The Chebyshev polynomials are useful in numerical work for the interval −1 ≤ x ≤ 1
because
13
3. The maxima and minima are spread reasonably uniformly over the interval
−1 ≤ x ≤ 1
5. They are easy to compute and to convert to and from a power series form.
The following table gives the Chebyshev polynomial approximation of several power series.
14
Table 3: Power Series and its Chebyshev Approximation
1. f (x) = a0
f (x) = a0 T0
2. f (x) = a0 + a1 x
f (x) = a0 T0 + a1 T1
3. f (x) = a0 + a1 x + a2 x2
a2 a2
f (x) = a0 + T0 + a1 T1 + T2
2 2
4. f (x) = a0 + a1 x + a2 x2 + a3 x3
a2 3a3 a2 a3
f (x) = a0 + T0 + a1 + T1 + T2 + T3
2 4 2 4
5. f (x) = a0 + a1 x + a2 x2 + a3 x3 + a4 x4
a2 a3 3a3 a2 a4 a3
f (x) = a0 + + T0 + a1 + T1 + + T2 + T3
2 8 4 2 2 8
a4
+ T4
8
6. f (x) = a0 + a1 x + a2 x2 + a3 x3 + a4 x4 + a5 x5
a2 3a4 3a3 5a5 a2 a4
f (x) = a0 + + T0 + a1 + + T1 + + T2
2 8 4 8 2 2
a3 5a5 a4 a5
+ + T3 + T4 + T5
4 16 8 16
15
Table 4: Formulas for Economization of Power Series
x = T1
1
x2 = (1 + T2 )
2
1
x3 = (3x + T3 )
4
1
x4 = (8x2 − 1 + T4 )
8
1
x5 = (20x3 − 5x + T5 )
16
1
x6 = (48x4 − 18x2 + 1 + T6 )
32
1
x7 = (112x5 − 56x3 + 7x + T7 )
64
1
x8 = (256x6 − 160x4 + 32x2 − 1 + T8 )
128
1
x9 = (576x7 − 432x5 + 120x3 − 9x + T9 )
256
1
x10 = (1280x8 − 1120x6 + 400x4 − 50x2 + 1 + T10 )
512
1
x11 = (2816x9 − 2816x7 + 1232x5 − 220x3 + 11x + T11 )
1024
For easy reference the formulas for economization of power series in terms of Chebyshev are
given in Table 4.
16
Assigned Problems
1. Obtain the first three Chebyshev polynomials T0 (x), T1 (x) and T2 (x) by means of
the Rodrigue’s formula.
3. By means of the recurrence formula obtain Chebyshev polynomials T2 (x) and T3 (x)
given T0 (x) and T1 (x).
1 h p n p n i
Tn (x) = x + i 1 − x2 + x − i 1 − x2
2
√
where i = −1.
3
X
2
x = An Tn (x)
n=0
17
Trigonometry Problems
Amir Hossein Parvardi
February 16, 2011
1. Prove that:
√
2π 6π 8π 13 − 1
cos + cos + cos =
13 13 13 4
r
√
q
4+ 4+ 4−x=x
3. Prove that v
u s r
t1 1 1 1 1 1
u
+ + + cos 8θ = cos θ
2 2 2 2 2 2
4. Prove that
π
3π 5π 7π 3
sin4 + sin4 + sin4 + sin4 =
8 8 8 8 2
5. Prove that
6. Prove that
3
64 · sin 10◦ · sin 20◦ · sin 30◦ · sin 40◦ · sin 50◦ · sin 60◦ · sin 70◦ · sin 80◦ · sin 90◦ =
4
1
7. Find x if
sin x = tan 12◦ · tan 48◦ · tan 54◦ · tan 72◦ ·
π
• cos 5x + cos 3x + sin 5x + sin 3x = 2 · cos 4 − 4x
2π 4π 6π π 3π 5π
• sin 7 + sin 7 − sin 7 = 4 sin 7 · sin 7 · sin 7
π 3π 5π 7π 9π 11π 1
• cos 13 + cos 13 + cos 13 + cos 13 + cos 13 + cos 13 = 2
π 3π (2k−1)π 1
• ∀k ∈ N : cos 2k+1 + cos 2k+1 + · · · + cos 2k+1 = 2
π
2π
3π
1 π
• sin 7 + sin 7 + sin 7 = · cot 4
4
13. Calculate
2π
14. Prove that cot2 π
7 + cot2 7 + cot2 3π
7 = 5.
√
15. Show that tan π7 tan 2π
7 tan 3π
7 = 7.
2
16. cos 2π 4π
and cos 6π
7 , cos 7 7 are the roots of an equation of the form
ax3 + bx2 + cx + d = 0 where a, b, c, d are integers. Determine a, b, c and d.
*17. Find the value of the sum
r r r
3 2π 3 4π 3 6π
cos + cos + cos .
7 7 7
19. Express the sum of the following series in terms of sin x and cos x.
n
X
2 k
(2k + 1) sin x + π
2
k=0
1 1 1 1
+ + ···+ = .
sin 45◦ · sin 46 ◦ sin 47 · sin 48
◦ ◦ sin 133 · sin 134
◦ ◦ sin N ◦
S = tan 1◦ · tan 2◦ + tan 2◦ · tan 3◦ + tan 3◦ · tan 4◦ + · · · + tan 2004◦ · tan 2005◦.
1
24. Let f (x) = sin πx . Prove that f (3) + f (2) = f (1).
7
3
Prove that
cos (x + y) + cos (y + z) + cos (x + z) = p.
π
26. Solve for θ, 0 ≤ θ ≤ 2:
sin5 θ + cos5 θ = 1.
28. Prove that among any four distinct numbers from the interval (0, π2 ) there
are two, say x, y, such that:
30. a) Calculate
1 4π 5π
6π − 4 cos 13 − 4 cos 13 =?
cos 13
b) Prove that
π 4π 3π 3π
tan + 4 sin = tan + 4 sin
13 13 13 13
c) Prove that
2π 6π 5π 2π
tan + 4 sin = tan + 4 sin
13 13 13 13
31. Prove that if α, β are angles of a triangle and cos2 α + cos2 β (1 + tan α · tan β) =
2, then α + β = 90◦ .
32. Let a, b, c, d ∈ [− π2 , π2 ] be real numbers such that sin a+sin b+sin c+sin d = 1
and cos 2a + cos 2b + cos 2c + cos 2d ≥ 10 π
3 . Prove that a, b, c, d ∈ [0, 6 ]
33. Find all integers m, n for which we have sinm x + cosn x = 1, for all x.
34. Prove that tan 55◦ · tan 65◦ · tan 75◦ = tan 85◦ .
4 cos 12◦ +4 ◦
√ cos 36 +1
35. Prove that 3
= tan 78◦ .
4
36. Prove that
v v
u u s
u r
√
u
4π 6π 10π
u q
t
4 + 4 + 4 − 4 + 4 + 4 − · · · = 2 cos + cos + cos .
t
19 19 19
The signs: + + − + + − + + − + + − · · ·
37. For reals x, y Prove that cos x + cos y + sin x sin y ≤ 2.
38. Solve the equation in real numbers
r
√
q
7+2 7 − 2 7 − 2x = x.
Pn
41. Find Sn = k=1 sin2 kθ for n > 1
42. Prove the following without using induction:
cos n+1 n
2 x · sin 2 x
cos x + cos 2x + · · · + cos nx = x .
sin 2
43. Evaluate:
1 1 1
sin θ + · sin 2θ + 2 · sin 3θ + 3 · sin 4θ + · · ·
2 2 2
44. Compute
n−1
X
2 kπ
csc .
n
k=1
5
h i
π
2π
(n−1)π
• cot θ + cot θ + n + cot θ + n + · · · + cot θ + n = n cot nθ.
46. Calculate
∞
X a
22n sin4 .
n=1
2n
n−1 √
X 2πk 2 n nπ nπ
• sin = (1 + cos − sin )
n 2 2 2
k=0
n
X (2k − 1)π
50. Prove that, (−1)k−1 cot = n for even n.
4n
k=1
n
X (2k − 1)π
51. Prove that cot2 = n(2n − 1).
2n
k=1
n
n(2n − 1)(4n2 + 10n − 9)
X kπ
52. Prove that cot4 = .
2n + 1 45
k=1
53. Let x be a real number with 0 < x < π. Prove that, for all natural numbers
n, the sum sin x + sin33x + sin55x + · · · + sin(2n−1)x
2n−1 is positive.