Differential Equations, Frobenius' Method

Click For Summary
SUMMARY

The discussion focuses on finding the indicial roots of the differential equation xy'' - y' + x³y = 0 using Frobenius' method. The solution involves expressing y, y', and y'' as power series and aligning the terms to derive the indicial equation. The final grouping of terms leads to the identification of the indicial roots, which are crucial for solving the differential equation. The established solution to the differential equation is y = c₁cos(x²) + c₂sin(x²).

PREREQUISITES
  • Understanding of differential equations and their classifications.
  • Familiarity with Frobenius' method for solving differential equations.
  • Knowledge of power series expansions and their manipulations.
  • Ability to perform algebraic manipulations with series and coefficients.
NEXT STEPS
  • Study the derivation of the indicial equation in detail.
  • Learn about the convergence criteria for power series solutions.
  • Explore examples of differential equations solved using Frobenius' method.
  • Investigate the implications of the indicial roots on the general solution of differential equations.
USEFUL FOR

Students and professionals in mathematics, particularly those studying differential equations, as well as educators looking for examples of Frobenius' method in action.

jakobsandberg
Messages
4
Reaction score
0

Homework Statement



Find the indicial roots of the following Differential Equation: xy'' - y' + x3y = 0

Homework Equations



y = Ʃ[n=0 to infinity]cnxn+r
y' = Ʃ[n=0 to infinity](n+r)cnxn+r-1
y'' = Ʃ[n=0 to infinity](r+r)(n+r-1)cnxn+r-2

The Attempt at a Solution



Plugging these values into the differential equation, I got

xr{Ʃ[n=0 to infinity](n+r)(n+r-1)cnxn-1 - Ʃ[n=0 to infinity](n+r)cnxn-1 + Ʃ[n=0 to infinity]4cnxn+3} = 0

The three sums must produce the x to the same exponent, so I tried pulling out the first 4 terms of the first two sums, so the three sums would each output x3 as their first term [the first two sums starting from n=4]. However, this left me with the following equation:

r(r-1)c0x-1 - rc0x-1 + r(r+1)c1 - (r+1)c1 + (r+1)(r+2)c2x - (r+2)c2x - (r+2)(r+3)c3x2 - (r+3)c3x2 + [remaining sums] = 0.

How do I solve for r with this equation? I don't know how to find the roots.

[the solution to the DE is y=c1cos(x2) + c2sin(x2)
 
Last edited:
Physics news on Phys.org
So you have
x^3y = \sum_{n=0}^{\infty} c_n x^{n+r+3}
y' = \sum_{n=0}^{\infty} c_n (n+r)x^{n+r-1}
xy'' = \sum_{n=0}^{\infty} c_n (n+r)(n+r-1)x^{n+r-1}

so let's shift the equations, so they have the same form for powers of x, as follows:

lets leave the 2nd & 3rd leave unchanged, but replace the 1st so the terms match, first replace n with m
x^3y = \sum_{m=0}^{\infty} c_m x^{m+r+3}
then let m=n-4, which when m=0 gives n=4, subtituting in gives
x^3y =\sum_{n=4}^{\infty} c_{n-4} x^{n+r-1}


Putting this all together we get
\sum_{n=4}^{\infty} c_{n-4} x^{n+r-1}- \sum_{n=0}^{\infty} c_n (n+r)x^{n+r-1}+ \sum_{n=0}^{\infty} c_n (n+r)(n+r-1)x^{n+r-1}=0

Now let's group terms
\sum_{n=0}^{3} c_n(- (n+r)+ (n+r)(n+r-1))x^{n+r-1}+ <br /> \sum_{n=4}^{\infty} (c_{n-4} - c_n (n+r)+ c_n (n+r)(n+r-1))x^{n+r-1}=0

Now the indicial equation is given by the lowest power of x, this occurs when n=0
 
Last edited:

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
13
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K