Converting 2nd order ODE to Bessel Function

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:
xd^{2}y/dx^{2}-3dy/dx+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:
x^{-1}(x^{2}d^{2}y/dx^{2}-3xdy/dx+x^{2}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
There is no need for the x-1 outside. Just multiply both sides of the original equation by x.
 
Now if the opposite were true and I was trying to drop the power of x's by 1:

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

Could I then instead divide by x to come up with:
(x^2)d^{2}y/dx^{2}+(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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top