Hiche
- 82
- 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?