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

  • Context: MATLAB 
  • Thread starter Thread starter bloodlines
  • Start date Start date
  • Tags Tags
    Ode
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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
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.