PDA

View Full Version : Solutions of D.E - Bessel Function


irony of truth
Nov14-04, 09:30 AM
Hello, I hope someone can show me where I got stuck/wrong.

Verify that the Bessel function of index 0 is a solution to the differential equation xy" + y' + xy = 0.

Note that my "<= 1" DOES NOT mean less than or equal to 1 but an arrow pointing to the left... it is said to be "equation 1".

It is given that the bessel function of index 0 is:

y = (from n= 0 to infinity){(-1)^n x^(2n) / [(n!)^2 2^(2n)] } <=0

getting the 1st derivative (w/ respect to x) is

y' = (from n= 1 to infinity){(-1)^n x^(2n-1) / [(n!)(n-1)! 2^(2n - 1)] } <= 1

Can I say this?

y' = (from n= 0 to infinity){(-1)^(n+1) x^(2n+1) / [(n!)(n+1)! 2^(2n + 1)] } <= 2

going back to <= 1,

y" = (from n= 1 to infinity){(-1)^n (2n -1)x^(2n-2) / [(n!)(n-1)! 2^(2n - 1)] } <= 3 or

y" = (from n= 0 to infinity){(-1)^(n+1) (2n + 1)x^(2n) / [(n!)(n+1)! 2^(2n + 1)] } <= 4


Substituting y", y' and y with <=4, <=2 and <=0 respectively to the given differential equation... but my can't simplify it to 0. There are terms in my series that cause me not to cancel them out to become zero.. where are my mistakes?

arildno
Nov15-04, 07:51 AM
Check out the last posts in the following thread:
http://www.physicsforums.com/showthread.php?t=50256

irony of truth
Nov15-04, 09:38 AM
Thank you very much.. I understood about the solutions...