Bessel's equation

logistic_guy

Full Member
Joined
Apr 17, 2024
Messages
963
Solve.

x2y+xy+(x214)y=0\displaystyle x^2y'' + xy' + \left(x^2 - \frac{1}{4}\right)y = 0
 
Solve.

x2y+xy+(x214)y=0\displaystyle x^2y'' + xy' + \left(x^2 - \frac{1}{4}\right)y = 0

Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem
 
Solve.

x2y+xy+(x214)y=0\displaystyle x^2y'' + xy' + \left(x^2 - \frac{1}{4}\right)y = 0
The art of solving differential equations lies mostly in intuition. The title of this thread has already given us the most important part to solve a DE. The recognition of the type of the differential equation is the most difficult part, especially when the equation is too complicated. But when you are told that it is Bessel's equation, it is like you were given half the answer!

The general form of Bessel's equation is:

x2y+xy+(x2n2)y=0\displaystyle x^2y'' + xy' + \left(x^2 - n^2\right)y = 0

where n\displaystyle n is the order of Bessel's equation.

The most two famous general solutions to this equation are:

y(x)=c1Jn(x)+c2Jn(x)\displaystyle y(x) = c_1J_n(x) + c_2J_{-n}(x)

y(x)=c1Jn(x)+c2Yn(x)\displaystyle y(x) = c_1J_n(x) + c_2Y_n(x)

Which one to choose depends on n\displaystyle n! If n\displaystyle n is integer, we write the second solution. If n\displaystyle n is not integer, it is the first solution.

We will try to write the original differential equation in the form of the general equation.

x2y+xy+(x2[12]2)y=0\displaystyle x^2y'' + xy' + \left(x^2 - \left[\frac{1}{2}\right]^2\right)y = 0

If we compare this with what we know, we find that n=12\displaystyle n = \frac{1}{2}. Not integer. Then the solution is:

y(x)=c1J1/2(x)+c2J1/2(x)\displaystyle y(x) = c_1J_{1/2}(x) + c_2J_{-1/2}(x)

But what the heck does J\displaystyle J mean? Many don't know, so we will try to write the solution with something everyone understand. It happens that:

J1/2(x)=2πxsinx\displaystyle J_{1/2}(x) = \sqrt{\frac{2}{\pi x}}\sin x

And

J1/2(x)=2πxcosx\displaystyle J_{-1/2}(x) = \sqrt{\frac{2}{\pi x}}\cos x

But why? The answer to this question will be given in another Episode. For now just mimic the solutions.

The solution to the original differential equation is then:

y(x)=c12πxsinx+c22πxcosx\displaystyle y(x) = c_1\sqrt{\frac{2}{\pi x}}\sin x + c_2\sqrt{\frac{2}{\pi x}}\cos x

Or

y(x)=C1sinxx+C2cosxx\displaystyle y(x) = C_1\frac{\sin x}{\sqrt{x}} + C_2\frac{\cos x}{\sqrt{x}}
 
Last edited:
Top