Bessel Differential Equation Problem

Hiche
Messages
82
Reaction score
0

Homework Statement



Use the substitution x = e^t to solve the following differential equation in terms
of Bessel functions:

\frac{d^{2}y}{dt^2} + (e^{2t} - \frac{1}{4})y = 0

Homework Equations


The Attempt at a Solution

So, using the Chain Rule, \frac{d^{2}y}{dt^2} = e^{2t}\frac{d^{2}y}{dx^2} = x^2\frac{d^{2}y}{dx^2}, so our differential equation becomes:x^2\frac{d^{2}y}{dx^2} + (x^{2} - \frac{1}{4})y = 0.
The general solution is y = c_1J_{1/2}(x) + c_2J_{-1/2}(x). After that we need to replace x with e^t. Is this correct?

The second question asks to express our answer in terms of the elementary functions. What is exactly meant by this?
 
Physics news on Phys.org
Actually, using the chain rule would give (y(x))'=y'(x)*x'(t)
a second application (y(x))''=(y'(x)*x'(t))=y''(x)*(x'(t))^2)+y'(x)*x''(t)
 
elementary functions means answer it in terms of regular functions, hint sine and cosine (if this were a linear homogeneous equation, what would it look like.)
 
In general, the Bessel functions cannot be written in terms of elementary functions- which is why Bessel functions have whole books devoted to them! However, the Bessel functions of order 1/2 can be:
J_{1/2}(x)= \sqrt{\frac{2}{\pi x}}sin(x)
J_{-1/2}(x)= \sqrt{\frac{2}{\pi x}}cos(x)
 
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