Bessel's equation - 2

logistic_guy

Senior Member
Joined
Apr 17, 2024
Messages
1,118
Solve.

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

when you are given that y1=sinxx\displaystyle y_1 = \frac{\sin x}{\sqrt{x}} is a solution for x>0\displaystyle x > 0.
 
Solve.

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

when you are given that y1=sinxx\displaystyle y_1 = \frac{\sin x}{\sqrt{x}} is a solution for x>0\displaystyle x > 0.
My intuition tells me that the other solution is y2=cosxx\displaystyle y_2 = \frac{\cos x}{\sqrt{x}}. If you followed the last thread of Bessel's equation, you would notice that my intuition is correct. But I am an expert, you probably not. So, how to find the second solution when you know nothing? The good news is that there is a systematic method that helps you find a second solution when you know one solution!

First we need to write the differential equation in this form:

y+P(x)y+Q(x)y=0\displaystyle y'' + P(x)y' + Q(x)y = 0

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

This tells us that P(x)=1x\displaystyle P(x) = \frac{1}{x} and that's all we need!

If we know one solution say y1\displaystyle y_1, then a second solution is:

y2=y11y12eP(x) dx dx\displaystyle y_2 = y_1\int\frac{1}{y_1^2}e^{-\int P(x) \ dx} \ dx

Now we start by solving:

P(x) dx=1x dx=lnx\displaystyle \int P(x) \ dx = \int \frac{1}{x} \ dx = \ln x

This gives us:

elnx=1x\displaystyle e^{-\ln x} = \frac{1}{x}, then we have:

y2=y11y121x dx=sinxxxsin2x1x dx=sinxxcsc2x dx\displaystyle y_2 = y_1\int\frac{1}{y_1^2}\frac{1}{x} \ dx = \frac{\sin x}{\sqrt{x}}\int \frac{x}{\sin^2 x}\frac{1}{x} \ dx = \frac{\sin x}{\sqrt{x}}\int \csc^2 x \ dx

=sinxxcotx=sinxxcosxsinx=cosxx\displaystyle = -\frac{\sin x}{\sqrt{x}}\cot x = -\frac{\sin x}{\sqrt{x}}\frac{\cos x}{\sin x} = -\frac{\cos x}{\sqrt{x}}

While solving the integrals in this method, you may ignore the constants of integration.

Our solutions are:

y1=sinxx\displaystyle y_1 = \frac{\sin x}{\sqrt{x}}

y2=cosxx\displaystyle y_2 = -\frac{\cos x}{\sqrt{x}}

They can be combined together as the general solution to the original differential equation as:

y(x)=c1sinxx+c2cosxx\displaystyle y(x) = c_1\frac{\sin x}{\sqrt{x}} + c_2\frac{\cos x}{\sqrt{x}}

Note: We have ignored the constants of integration because the arbitrary constants c1\displaystyle c_1 and c2\displaystyle c_2 will take care of everything! If you looked closer, you would also notice c2\displaystyle c_2 took care of the negative sign of the second solution.

💪😎😎
 
Last edited:
Top