Differential equations and geometric series

Click For Summary
SUMMARY

The discussion focuses on solving the differential equation y'' - xy' - y = 0 using power series. The recurrence relation established is an+2 = an / (n+2), leading to two solutions: y1 for even indices and y2 for odd indices. The even solution is expressed as y1 = ∑(x^(2n)/(2n*n!)), while the odd solution y2 is given as y2 = ∑(2n*n!*x^(2n+1)/(2n+1)!). The challenge lies in deriving y2 in summation notation, with participants exploring algorithms to achieve this representation.

PREREQUISITES
  • Understanding of differential equations, specifically second-order linear equations.
  • Familiarity with power series and their convergence properties.
  • Knowledge of recurrence relations and their applications in series solutions.
  • Basic combinatorial mathematics, including factorials and series notation.
NEXT STEPS
  • Study the derivation of power series solutions for differential equations.
  • Learn about generating functions and their role in solving recurrence relations.
  • Explore advanced techniques in series manipulation, particularly for odd and even indexed terms.
  • Investigate the application of algorithms in deriving closed-form expressions from series.
USEFUL FOR

Students and educators in mathematics, particularly those focusing on differential equations and series solutions, as well as researchers interested in advanced mathematical techniques for solving complex equations.

Pouyan
Messages
103
Reaction score
8

Homework Statement


I Have a differential equation y'' -xy'-y=0 and I must solve it by means of a power series and find the general term. I actually solved the most of it but I have problem to decide it in term of a ∑ notation!

Homework Equations


y'' -xy'-y=0

The Attempt at a Solution


I know the recurrence relation is an+2= an / (n+2)
´for the first solution y1 I choose even numbers for n and for the second solution y2 I choose odd numbers
Even numbers:
n=0 → a2= a0 / (0+2) , n=2 → a4= a0 / (2*2*2)
n=4 → a6= a0 / (6*2*2*2)

Odd numbers:
n=1 → a3= a1 / (3) , n=3 → a5= a1 / (5*3)
n=5 → a7= a1 / (7*5*3)For even numbers I see that it's not so hard to find : y1 = ∑(x2n/2n*n!)
But I have problem with y2, I tried many times to find a solution but I faild! I see just in the answer
y2 is : ∑(2n*n!*x2n+1/(2n+1)!)

As I said I can solve this diff equation but I can't find the general solution for y2 in term of a ∑, What kind of algorithm must I use to get ∑(2n*n!*x2n+1/(2n+1)!) ?!
Is ∑(2n*n!*x2n+1/(2n+1)!) the only solution for y2 or can we find a similar series which reaches the same result?
 
Physics news on Phys.org
Pouyan said:

Homework Statement


I Have a differential equation y'' -xy'-y=0 and I must solve it by means of a power series and find the general term. I actually solved the most of it but I have problem to decide it in term of a ∑ notation!

Homework Equations


y'' -xy'-y=0

The Attempt at a Solution


I know the recurrence relation is an+2= an / (n+2)
´for the first solution y1 I choose even numbers for n and for the second solution y2 I choose odd numbers
Even numbers:
n=0 → a2= a0 / (0+2) , n=2 → a4= a0 / (2*2*2)
n=4 → a6= a0 / (6*2*2*2)

Odd numbers:
n=1 → a3= a1 / (3) , n=3 → a5= a1 / (5*3)
n=5 → a7= a1 / (7*5*3)For even numbers I see that it's not so hard to find : y1 = ∑(x2n/2n*n!)
But I have problem with y2, I tried many times to find a solution but I faild! I see just in the answer
y2 is : ∑(2n*n!*x2n+1/(2n+1)!)

As I said I can solve this diff equation but I can't find the general solution for y2 in term of a ∑, What kind of algorithm must I use to get ∑(2n*n!*x2n+1/(2n+1)!) ?!
Is ∑(2n*n!*x2n+1/(2n+1)!) the only solution for y2 or can we find a similar series which reaches the same result?

Look at an example in your denominator: ##3~5~7~9~11~13~15## multiplied together. Now let's insert some evens:
##2~3~4~5~6~7~8~9~10~11~24~13~14~15~16## to make the denominator a factorial. Each term we have inserted has a factor of ##2##:
##(2*1)(2*2)(2*3)(2*4)(2*5)(2*6)(2*7)(2*8)##. Do you see that you have added a factorial and a power of ##2##? So we need to put cancelling terms in the numerator. That's the idea. You just need to make sure the indexes are right.
 
  • Like
Likes   Reactions: Pouyan

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
2K
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K