this is my first time to use this site. Please let me know if the equations are unreadable, latex isn't my first language.
We've been covering Legendre, Bessel, and Confluent Hypergeometric Functions as special functions frequently observed in solving differential and integral equations. This chapter is difficult to understand.
I seem to be hitting a wall and/or overthinking the following:
Suppose a linear second order differential equation has the following solution:
$$ x^{\alpha }J_{\pm m}(\beta x^{\gamma }) $$
What differential equation might this be? Using this, give the general solution of: $$ y''+x^{2}y=0 $$
Any help is appreciated.
If you have a DEQ of the form:
$$y'' + \frac{1-2a}{x}y' + \left[(bcx^{c-1})^2 + \frac{a^2 - p^2c^2}{x^2}\right]y = 0.$$
It has the solution:
$$y = x^aZ_p(bx^c).$$
where $Z$ stands for $J$ or $N$ or any linear combination of them and $a,b,c,p$ are constants. All you do is match up the and solve for the constants from your given DEQ and then you have the solution $y$.
You should be able to find this in the NIST DLMF or Math World.
When you write the solution, you should verify it as you've likely learned in class.
Also, just to be complete, this DEQ can use the Parabolic Cylinder Function as a solution.