Week V
Week V
Hakan Dogan
Power series
• Legendre’s equations
• Bessel’s equations
Power series:
∞
∑ am (x − x0 )m = a0 + a1 (x − x0 ) + a2 (x − x0 )2 + ... (1)
m=0
Power series
∞
1
= ∑ x m = 1 + x + x 2 + ... (3)
1 − x m=0
xm
∞
x2 x3
ex = ∑ = 1 + x + + + ... (4)
m=0 m! 2! 3!
(−1)m x 2m
∞
x2 x4
cosx = ∑ (2m)! = 1 − + + ... (5)
m=0 2! 4!
∞
(−1)m x 2m+1 x3 x5
sinx = ∑ = x − + + ... (6)
m=0 (2m + 1)! 3! 5!
Example:
y′ −y = 0 (7)
We know that solution in the form:
y = ce x (8)
∞
y′ = ∑ mam x m−1 = a1 + 2a2 x + 3a3 x 2 + ... (10)
m=1
∞
y ′′ = ∑ m(m − 1)am x m = 2a2 + 6a32 + 12a43 + ... (11)
m=2
Method in general
Standard form:
y ′′ + P(x)y ′ + Q(x)y = 0 (12)
• Express P(x) and Q(x) in power series if they are not polynomial
• Collect same powers of x and equate the sum of the coefficients of
each power of x to zero.
• Determine unknown coefficients (a0 , a1 , ...)
Convergence
R: Radius of convergence
The series converges for all x
|x − x0 | < R → converges
|x − x0 | > R → diverges
Legendre’s Equation
n(n + 1) 2 + n(n + 1)
a2 = a0 , a3 = a1 (18)
2 6
Legendre’s Equation
(n − s)(n + s + 1)
as+2 = − as (19)
(s + 2)(s + 1)
Recurrence relation.
(n − 2)(n + 3) (n − 3)(n + 4)
a4 = − a2 , a5 = − a3 (20)
4×3 5×4
Solution: ∞
y (x) = ∑ am x m → y (x) = a0 y1 (x) + a1 y2 (x) (21)
m=0
Legendre’s Polynomial
Frobenius Method
Standard form:
y ′′ + P(x)y ′ + Q(x)y = 0 (24)
P(x) and Q(x) are analytic at x = 0.
Even if the coefficients are not analytic, they can still be solved by the
series.
b(x) ′ c(x)
y ′′ +
y + 2 y =0 (25)
x x
b(x) and c(x) have to be analytic at x = 0.
Solution: ∞
y = xr ∑ am x m = x r (a0 + a1 x + a2 x 2 + ...) (26)
m=0
r is chosen so that a0 ̸= 0.
Frobenius Method
b(x) ′ c(x)
y ′′ + y + 2 y =0 (27)
x x
Frobenius Method
Solution: ∞
y = xr ∑ am x m = x r (a0 + a1 x + a2 x 2 + ...) (29)
m=0
∞
y′ = ∑ (m + r )am x (m+r −1) = x r −1 (ra0 + (r + 1)a1 x + ...) (30)
m=0
∞
y ′′ = ∑ (m +r )(m +r −1)am x (m+r −2) = x r −2 (r (r −1)a0 +(r +1)ra1 x +...)
m=0
(31)
Frobenius Method
x r → [r (r − 1) + b0 r + c0 ]a0 = 0
Bessel’s Equation
x 2 y ′′ + xy ′ + (x 2 − ν 2 )y = 0 (32)
where ν ≥ 0 (real number). The solution:
∞
y (x) = ∑ am x m+r (a0 ̸= 0) (33)
m=0
(r + ν)(r − ν) = 0 (34)
Bessel’s Equation
(−1)m ao
a2m = m = 1, 2, ... (36)
22m m!(n + 1)(n + 2)...(n + m)
Bessel’s Equation
Bessel’s Equation
Bessel’s Equation
Bessel’s Equation
1
Yν (x) = [Jν (x) cos νπ − J−ν(x) ] (42)
sin νπ
or for integer value:
2 x x n ∞ (−1)m−1 (h + h
m m+n
Yn (x) =
π
Jn (x) ln + γ +
2 ∑ 22m+n m!(m + n)! x 2m
π m=0
x −n n−1 (n − m − 1)! 2m
− ∑ 22m−n m! x
π m=0