Question about 2nd order linear ODEs series solutions

Click For Summary
SUMMARY

This discussion focuses on the series solutions of the second-order linear ordinary differential equation (ODE) given by y'' + p(z)y' + q(z)y = 0, specifically analyzing the conditions under which the solution y(z) is analytic. It is established that y(z) is analytic where both p(z) and q(z) are analytic; however, if either function has singularities, y(z) may not be analytic at those points. The series solution around z = 0 for the equation y''(z) + y(z) = 0 is derived, leading to the conclusion that the general solution is y(z) = c1*cos(z) + c2*sin(z), where c1 and c2 are constants determined by initial conditions.

PREREQUISITES
  • Understanding of second-order linear ordinary differential equations (ODEs)
  • Familiarity with power series and their convergence
  • Knowledge of analytic functions and singular points in complex analysis
  • Experience with recurrence relations in mathematical sequences
NEXT STEPS
  • Study the properties of analytic functions and their singularities in complex analysis
  • Learn about the Frobenius method for solving linear ODEs with singular points
  • Explore the derivation and applications of Bessel's equations and their solutions
  • Investigate initial value problems and their role in determining constants in differential equations
USEFUL FOR

Mathematicians, physicists, and engineering students who are studying differential equations, particularly those interested in series solutions and the behavior of solutions near singular points.

Tosh5457
Messages
130
Reaction score
28
I got some questions about this topic...

y'' + p(z)y' + q(z)y=0
where y (and its derivatives) is a function of z, z ∈ ℂ.

1) My books says this: In points where both p(z) and q(z) are analytic, y(z) is also analytic. But in points where p(z) or q(z) (or both) aren't analytic, y(z) may not be analytic.

Since y(z) is a differentiable complex function in an open set (it must be for the ODE to make sense, right?), it's holomorphic in that set, and so it's analytic. So I don't understand why y(z) may not be analytic when p or q aren't analytic. Why does y(z) being analytic or not even depends on the behavior of these functions?

2) This is a question about an example.
The problem is:
Find the series solutions, about z = 0, of
y''(z) + y(z) = 0

y can be written as a power series (it's analytic), so:
y(z)=\sum_{n=0}^{\infty}a_{n}z^{n}

Substituting the series in the EDO, we obtain the two-term recurrence relation:

a_{n+2}=-\frac{a_{n}}{(n+2)(n+1)}, n \geq 0

So,

y(z)=1+z-\frac{z^{2}}{2!}+\frac{z^{3}}{3!}-...

Which is equal to:

y(z) = cos(z) + sin(z)

The solution to the EDO is:

y(z) = c_{1}cos(z) + c_{2}sin(z)

Why isn't the solution this though?:
y(z) = cos(z) + sin(z)

We stated that y(z) was a power series, and the power series turned out to be cos(z) + sin(z), so why do we take the linear combination of these 2 functions as the solution? Was the initial assumption that y(z) equals a power series wrong?

Thanks :smile:
 
Physics news on Phys.org
To your first question: suppose p(z) = 1/z and q(z) = -1/z^2. These aren't analytic at z = 0 even though they are analytic everywhere else. Multiplying the ODE by z^2 then gives z^2y'' + zy' - y = 0, which has solution y(z) = Az + B/z for arbitrary constants A and B. We see that at z = 0, 1/z is not analytic. On the other hand, z is analytic at z = 0.

Points at which p(z) or q(z) have (essential) singularities are called singular points of the ODE, and typically at least one of the two linearly independent solutions will have a(n essential) singularity at such a point. Another example is Bessel's equation: p(z) = 1/z, q(z) = 1 - a^2/z^2 where a is a constant; the J solutions are bounded at z = 0, but the Y solutions have a singularity.

Tosh5457 said:
2) This is a question about an example.
The problem is:
Find the series solutions, about z = 0, of
y''(z) + y(z) = 0

You already know (I hope) that the solution of that is ##y(0)\cos(z) + y'(0)\sin(z)##, so if you don't end up with that then you've made an error in your calculations.

Tosh5457 said:
y can be written as a power series (it's analytic), so:
y(z)=\sum_{n=0}^{\infty}a_{n}z^{n}

Substituting the series in the EDO, we obtain the two-term recurrence relation:

a_{n+2}=-\frac{a_{n}}{(n+2)(n+1)}, n \geq 0

So far so good.

Tosh5457 said:
So,

y(z)=1+z-\frac{z^{2}}{2!}+\frac{z^{3}}{3!}-...

Here's your error: Why should a0 = a1 = 1? a0 and a1 are determined by the initial conditions, but you haven't been given any. So you leave a0 and a1 as arbitrary constants.

You're asked for series solutions, so now you need to solve this recurrence relation to find ##a_n## in terms of ##a_0## and ##a_1##.

You should satisfy yourself (ideally by a formal proof by induction) that if n = 2m (##m \geq 0##) then

a_{2m} = a_0 {{(-1)^m} \over (2m)!}

and if n = 2m+1 (##m \geq 0##) then

a_{2m+1} = a_1 {{(-1)^m} \over (2m+1)!}

so that

y(z) = <br /> \sum_{n=0}^{\infty} a_n z^n =<br /> a_0\sum_{m=0}^{\infty} {{(-1)^m z^{2m}} \over (2m)!}<br /> + a_1\sum_{m=0}^{\infty} {{(-1)^m z^{2m+1}} \over (2m+1)!}

which gives us the series solutions you were asked to find. You should recognize this as the power series about ##z = 0## of ##y(z) = a_0 \cos(z) + a_1 \sin(z)##.
 
Last edited:
pasmith said:
To your first question: suppose p(z) = 1/z and q(z) = -1/z^2. These aren't analytic at z = 0 even though they are analytic everywhere else. Multiplying the ODE by z^2 then gives z^2y'' + zy' - y = 0, which has solution y(z) = Az + B/z for arbitrary constants A and B. We see that at z = 0, 1/z is not analytic. On the other hand, z is analytic at z = 0.

Points at which p(z) or q(z) have (essential) singularities are called singular points of the ODE, and typically at least one of the two linearly independent solutions will have a(n essential) singularity at such a point. Another example is Bessel's equation: p(z) = 1/z, q(z) = 1 - a^2/z^2 where a is a constant; the J solutions are bounded at z = 0, but the Y solutions have a singularity.



You already know (I hope) that the solution of that is ##y(0)\cos(z) + y'(0)\sin(z)##, so if you don't end up with that then you've made an error in your calculations.



So far so good.



Here's your error: Why should a0 = a1 = 1? a0 and a1 are determined by the initial conditions, but you haven't been given any. So you leave a0 and a1 as arbitrary constants.

You're asked for series solutions, so now you need to solve this recurrence relation to find ##a_n## in terms of ##a_0## and ##a_1##.

You should satisfy yourself (ideally by a formal proof by induction) that if n = 2m (##m \geq 0##) then

a_{2m} = a_0 {{(-1)^m} \over (2m)!}

and if n = 2m+1 (##m \geq 0##) then

a_{2m+1} = a_1 {{(-1)^m} \over (2m+1)!}

so that

y(z) = <br /> \sum_{n=0}^{\infty} a_n z^n =<br /> a_0\sum_{m=0}^{\infty} {{(-1)^m z^{2m}} \over (2m)!}<br /> + a_1\sum_{m=0}^{\infty} {{(-1)^m z^{2m+1}} \over (2m+1)!}

which gives us the series solutions you were asked to find. You should recognize this as the power series about ##z = 0## of ##y(z) = a_0 \cos(z) + a_1 \sin(z)##.

"excellent job and your analysis point on, pasmith. You are correct on all notes,

a_0 and a_1 are arbitary, unless given specifications. "

yus310
 
pasmith said:
To your first question: suppose p(z) = 1/z and q(z) = -1/z^2. These aren't analytic at z = 0 even though they are analytic everywhere else. Multiplying the ODE by z^2 then gives z^2y'' + zy' - y = 0, which has solution y(z) = Az + B/z for arbitrary constants A and B. We see that at z = 0, 1/z is not analytic. On the other hand, z is analytic at z = 0.

Points at which p(z) or q(z) have (essential) singularities are called singular points of the ODE, and typically at least one of the two linearly independent solutions will have a(n essential) singularity at such a point. Another example is Bessel's equation: p(z) = 1/z, q(z) = 1 - a^2/z^2 where a is a constant; the J solutions are bounded at z = 0, but the Y solutions have a singularity.



You already know (I hope) that the solution of that is ##y(0)\cos(z) + y'(0)\sin(z)##, so if you don't end up with that then you've made an error in your calculations.



So far so good.



Here's your error: Why should a0 = a1 = 1? a0 and a1 are determined by the initial conditions, but you haven't been given any. So you leave a0 and a1 as arbitrary constants.

You're asked for series solutions, so now you need to solve this recurrence relation to find ##a_n## in terms of ##a_0## and ##a_1##.

You should satisfy yourself (ideally by a formal proof by induction) that if n = 2m (##m \geq 0##) then

a_{2m} = a_0 {{(-1)^m} \over (2m)!}

and if n = 2m+1 (##m \geq 0##) then

a_{2m+1} = a_1 {{(-1)^m} \over (2m+1)!}

so that

y(z) = <br /> \sum_{n=0}^{\infty} a_n z^n =<br /> a_0\sum_{m=0}^{\infty} {{(-1)^m z^{2m}} \over (2m)!}<br /> + a_1\sum_{m=0}^{\infty} {{(-1)^m z^{2m+1}} \over (2m+1)!}

which gives us the series solutions you were asked to find. You should recognize this as the power series about ##z = 0## of ##y(z) = a_0 \cos(z) + a_1 \sin(z)##.

On the 2nd part, I didn't do the exercise, that was the resolution from the book. Thanks for the reply, I understand now :smile:
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
0
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
249
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K