Recurrence Relation: Solving y''-2xy=0

  • Thread starter Thread starter vipertongn
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on finding the recurrence relation for the differential equation y'' - 2xy = 0. The user attempts to derive the relation by substituting power series and differentiating, ultimately arriving at the expression c_{2}(2)(1) + ∑(c_{n+3}(n+3)(n+2) + 2c_n)x^{n+1} = 0. The approach involves manipulating series and comparing coefficients to establish the recurrence relation. The user expresses uncertainty about the correctness of their method but provides a detailed breakdown of their steps.

PREREQUISITES
  • Understanding of power series representation of functions
  • Familiarity with differential equations, specifically second-order linear equations
  • Knowledge of coefficient comparison in series expansions
  • Experience with mathematical notation and summation indices
NEXT STEPS
  • Study the method of Frobenius for solving differential equations
  • Learn about generating functions and their applications in recurrence relations
  • Explore examples of second-order linear differential equations with variable coefficients
  • Investigate the convergence of power series solutions in differential equations
USEFUL FOR

Students and educators in mathematics, particularly those focused on differential equations and series solutions, as well as researchers looking to deepen their understanding of recurrence relations in mathematical contexts.

vipertongn
Messages
97
Reaction score
0

Homework Statement



Find the recurrence relation for the following differential equation. You
do not need to solve the rest of the way.

y" − 2xy = 0

The Attempt at a Solution



I'm not exactly sure how to do this problem but from the example of the book I tried this:

y"-2xy= \sum cnn(n-1)xn-2- 2x\sum cnxn+1 and replaced k=n-2 and k=n+1 simultaneously and kinda ended up with
(k+1)(k+2)ck+2+2ck-1= 0 k=1,2,3...

Is that correct?
 
Physics news on Phys.org
not that you have to, but i usually keep the starting points of the sum & maybe use different dummy indicies to be clear, until you get the final relation

so assume
y= \sum_{n=0}c_nx^n

differentiating twice gives
y''= \sum_{m=2}c_m m(m-1)x^{m-2}

combining in the DE
y'' - 2xy = 0

= \sum_{m=2} c_m m(m-1) x^{m-2} + 2x( \sum_{n=0} c_n x^n)

= \sum_{m=2} c_m m(m-1) x^{m-2} + \sum_{n=0} 2 c_n x^{n+1}

so now to compare terms make the substitution m -2 = n+1 which gives
m = n+3, n=m-3, when m = 2, n = -1

= \sum_{n=-1} c_{n+3} (n+3)(n+2)x^{n+1} + \sum_{n=0}2c_nx^{n+1}

removing the n=-1 case we can then combine them
c_{2} (2)(1) + \sum_{n=0}(c_{n+3} (n+3)(n+2)+ 2c_n)x^{n+1} = 0

hopefully i didn't make any mistakes
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
6
Views
2K
Replies
8
Views
3K
Replies
33
Views
3K
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K