Solving a Second Order Homogeneous Differential Equation

AI Thread Summary
A second order homogeneous differential equation was solved using series, leading to a recursion relation for the coefficients. The even coefficients resulted in a manageable sum, while the odd coefficients posed a challenge. The odd coefficients were eventually expressed using a double factorial function, which simplifies the calculations. The discussion highlights the complexity of working with double factorials and the learning curve associated with them. Mastery of these concepts can significantly aid in solving similar differential equations.
Kb1jij
Messages
19
Reaction score
0
I just finished a final in my differential equations class. One of the problems had me solve a second order homogeneous differential equation using series. I boiled it down to this recursion relation:

a_{n+2}=\frac{(n+3)a_{n}}{2(n+2)(n+1)}

I found that the even coefficients work out nicely to the following sum:

y=a_{0}+\Sigma^{\infty}_{n=2}\frac{(n+1)a_{0}}{4*6^{n-2}}x^{n}

I couldn't get a nice result for the odd coefficients and still can't find one. It's kind of bothering me now. Is it even possible? I can boil it down to this series:

\frac{1}{3},\frac{1}{20},\frac{1}{210},\frac{1}{3024},\frac{1}{55440},...
 
Mathematics news on Phys.org
Wow, never mind that recursion relation is wrong. Silly me.

If anyone feels like it they are still welcome to find an expression for that sequence
 
Putting this recursion relation in closed form requires the use of the double factorial function (or equivalently, a half integer gamma function). Here is my solution for the odd coefficients:

<br /> a_{n,odd} = a_1 \frac{2^{-\frac{n}{2}-\frac{3}{2}} \left(-1+(-1)^n\right) (n+1) }{n (n-2)!}

You can see the definition of the double factorial here:

http://mathworld.wolfram.com/DoubleFactorial.html

It is just like a regular factorial, instead of steps of one it decrements in steps of 2.

The first time I solved a series problem with a double factorial it took me 4 hours of really difficult thinking. After a bit of practice you can get used to how the 2^n factors combine with the odd integer double factorial, but it's a mind bender at first.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Replies
1
Views
1K
Replies
4
Views
3K
Replies
3
Views
1K
Replies
1
Views
1K
Replies
11
Views
2K
Replies
2
Views
2K
Back
Top