Second order differential equation

Click For Summary

Discussion Overview

The discussion revolves around solving a second order differential equation of the form \(\frac{d^2Q}{dn^2} - A(B-n)\frac{dQ}{dn} + \left(A + \frac{C}{n}\right)Q = 0\). Participants explore various methods for finding solutions, including power series and transformations, while addressing the nature of the equation.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests using an infinite series to solve the equation, noting that Maple provides a solution in terms of HeunB functions computed as a power series around the origin.
  • Another participant argues against the need for power series, stating that the equation is linear with constant coefficients and proposes using the characteristic equation instead.
  • A later reply acknowledges a mistake regarding the nature of the coefficients, suggesting that the equation is not constant coefficient as initially thought.
  • Another participant describes a transformation to eliminate the first derivative, leading to a new equation that they analyze, discussing the behavior of the solution and its relation to Airy functions.
  • They express uncertainty about finding a simpler solution, indicating the complexity of the problem.

Areas of Agreement / Disagreement

Participants express differing views on the appropriate methods for solving the differential equation, with no consensus reached on a single approach. Some advocate for power series, while others emphasize the use of the characteristic equation.

Contextual Notes

There are limitations in the discussion regarding the assumptions made about the coefficients and the nature of the equation, as well as the transformations applied. The discussion does not resolve these complexities.

jen81
Messages
1
Reaction score
0
Hi,

I have a second order differential equation but I do not know how to solve it.

[tex]\frac{d^2Q}{dn^2}[/tex][tex]\left -A(B-n\right)\frac{dQ}{dn}+[/tex] [tex]\left(A + \frac{C}{n}\right)Q = 0[/tex]

Appreciate if anyone could help me on this.

Thank you
 
Physics news on Phys.org


Probably you must solve with an infinite series. Maple gives a solution in terms of HeunB functions which are computed as a power series around the origin.
 


Since that is a linear equation with constant coefficients, I see no reason to resort to power series. The characteristic equation is the quadratic
[tex]r^2- A(B-n)r+ A+ \frac{C}{n}= 0[/tex]

Solve that with the quadratic formula:
[tex]r= \frac{A(B-n)\pm\sqrt{A^2(B-n)^2- 4A- 4\frac{C}{n}}}{2}[/itex][/tex]
 


HallsofIvy said:
Since that is a linear equation with constant coefficients, I see no reason to resort to power series. The characteristic equation is the quadratic
[tex]r^2- A(B-n)r+ A+ \frac{C}{n}= 0[/tex]

Solve that with the quadratic formula:
[tex]r= \frac{A(B-n)\pm\sqrt{A^2(B-n)^2- 4A- 4\frac{C}{n}}}{2}[/itex][/tex]
[tex] <br /> ? The independent variable is n. Bad notation admittedly, but not constant coefficient.[/tex]
 


Ah- I missed that. Thanks.
 


The solution given by maple is not very helpful... I found it useful to make the following standard transformation, to get rid of the first derivative (I have changed the independent variable's name to x):
[tex]Q(x)=exp(-A(x-B)^{2}/4)y(x)[/tex]
By doing that, the resulting equation is
[tex]y''(x)+[C/x+A/2-A^{2}(x-B)^{2}/4]y(x)=0[/tex]
So the full solution consists of a gaussian like envelope multiplying a carrier function with what we can consider a spatial dependent frequency (not so, as it turns negative at some point, and the wave becomes evanescent). Close to x=0, the equation:
[tex]y''(x)+y(x)C/x=0[/tex]
Has
[tex]y=C_{1}\sqrt{2}J_{1}(2\sqrt{Cx})[/tex]
as solution, which goes as
[tex]y\approx x^{1/4}Cos(2\sqrt{Cx}-3\pi/4)[/tex]
as x increases. However, we know that the frequency can't increase indefinitely, because there is a turning point when the coefficient in front of y(x) approaches 0. The solution around that point can be expressed locally in terms of Airy functions (that is, it matches oscillation with pure decay). The full solution then looks like in the attached figure
solution.png

I am sure there is a nicer solution... but I don't find a simple one.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
961