MATLAB Solving a Complex Second-Degree Ode with Bessel Functions | MATLAB Help

  • Thread starter Thread starter bloodlines
  • Start date Start date
  • Tags Tags
    Ode
AI Thread Summary
The discussion revolves around solving a second-degree ordinary differential equation (ODE) involving complex numbers and Bessel functions. The user initially presents the equation but faces ambiguity regarding its formulation, which leads to confusion among responders. After clarification, the user seeks solutions for both a simpler second-degree equation and a more complex third-degree polynomial ODE. Suggestions include using Wolfram Alpha for potential solutions, although some participants express uncertainty about the methods to solve these equations. The conversation highlights the challenges of solving complex ODEs and the need for precise mathematical formulation.
bloodlines
Messages
6
Reaction score
0
Hi friends,

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

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
First, your problem is not well written. 1/a*z+b could be interpreted as (1/a)z+ b, or as [1/(az)]+ b, or as 1/(az+ b).
 
sorry about that

it is:

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

i is complex i not a symbol

i am also looking for a solution for this wrt z:

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

thank you!
 
thank you so much. i hope i can find a solution to the equation with 3rd degree polynomial.
 

Similar threads

Back
Top