Converting 2nd order ODE to Bessel Function

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 · 6K views
rjg6
Messages
2
Reaction score
0

Homework Statement


I am attempting to solve the 2nd order ODE as follows using the generalized solution to the Bessel's equation


Homework Equations


original ODE:
x[tex]d^{2}y/dx^{2}[/tex]-3[tex]dy/dx[/tex]+xy=0

The Attempt at a Solution


My first thought is to bring out an x^-1 outside of the function so that I end up with:
[tex]x^{-1}([/tex][tex]x^{2}[/tex][tex]d^{2}y/dx^{2}[/tex]-3x[tex]dy/dx[/tex]+[tex]x^{2}[/tex]y)=0
I would then solve the resulting Bessel equation found inside the parentheses, and multiply the resulting solution by x^-1. Is this at all a legal operation? Thank you.
 
Physics news on Phys.org
Now if the opposite were true and I was trying to drop the power of x's by 1:

example: (x^3)[tex]d^{2}y[/tex]/[tex]dx^{2}[/tex]+(x^2)dy/dx+(x^3)y=0

Could I then instead divide by x to come up with:
(x^2)[tex]d^{2}y[/tex]/[tex]dx^{2}[/tex]+(x)dy/dx+(x^2)y=0

with the understanding that the solution to the resulting Bessel function would exclude any results for when x-> 0?
 
Well, because x2 still multiplying the second derivative that would be a problem any way, but you are right if you divided by something that completely got rid of a function multiplying the highest derivative, then you would have to add that condition.
 
Hey I need some help in converting the second order differential equation into..
I was able to convert the original equation into the following form x^2*y''+2x*y'+x^2*y=0
I am not able to move forward from here..
Please could you suggest some method