Ode 2nd degree with a polynomial as a coefficient

Click For Summary

Homework Help Overview

The discussion revolves around solving second-degree ordinary differential equations (ODEs) with polynomial coefficients, specifically involving complex numbers and Bessel functions. The original poster presents a specific ODE and seeks assistance in finding solutions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore different forms of the ODE, including transformations and substitutions to relate the problem to known solutions involving Airy functions and Bessel functions. Questions about the validity of these transformations and their implications for the original problem are raised.

Discussion Status

Some participants have suggested alternative approaches to the original problem, including changing variables and relating the ODE to known function solutions. There is an ongoing exploration of different methods without a clear consensus on the best approach.

Contextual Notes

Participants are working under the constraints of specific constants and complex coefficients, with some expressing uncertainty about the implications of these factors on the solutions. The discussion includes references to computational tools like MATLAB, indicating the complexity of finding explicit solutions.

bloodlines
Messages
6
Reaction score
0
Hi friends,

I have been trying to solve the ode of second degree below with respect to z:

d2y/dz2=(i/a*z+b)*y

i is the complex i, a and b are constants

i ended up with the summation of bessel functions of first end second kind. Then I checked with MATLAB ode solver it gives no explicit solution. please help me.

Thank you so much!
 
Physics news on Phys.org
Just scrap the i/a thing for now and call it k and consider the equation:

y''-(kz+b)y=0

Now, suppose we know the solution to:

y''-xy=0

in terms of AiryAi and AiryBi functions.

Then consider a change of independent variable:

u=\frac{b+kz}{k^{2/3}}

and convert the DE to a DE in y as a function of u. That is:

\frac{dy}{du}=\frac{dy}{dz}\frac{dz}{du}

then compute the second derivative and make those substitutions and see if you get it in the form:

y''-uy=0

Which the solution is C_1 AiryAi(u)+C_2 AiryBi(u)

or for the original equation:

C_1 AiryAi(\frac{b+kz}{k^{2/3}})+C_2 AiryBi(\frac{b+kz}{k^{2/3}})
 
Thank you so much, I am also trying to solve for

d2y/dz2=i*y/(a*z^3+b*z^2+c*z+d)

could you help me with this one too? I appreciate your help.
 
By the I got a solution like:

y=m*[C1*besselj(1,2*m*sqrt(-i)/a)+C2*bessely(1,2*m*sqrt(-i)/a)]

where m=sqrt(a*z+b)

is this another form of the same solution (Airy transform to bessel)?

if you could help with the 3rd degree polynomial, that would be great!

Thanks a lot!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K