Thread Closed

Frobenius Method for ODE

 
Share Thread Thread Tools
Sep23-09, 08:58 AM   #1
 

Frobenius Method for ODE


1. The problem statement, all variables and given/known data

Use the Frobenius method, for an expansion about x=0, to find ONE solution of

xy''+y'+(1/4)y=0

2. Relevant equations



3. The attempt at a solution

starting with an assumption of y1=[tex]\sum[/tex]anxn+r
and plugging it into the ODE, i found

y=[tex]\frac{-1}{4}[/tex][tex]\sum[/tex]a0xn/(n!)2

i think this can be equated to:
y=(-1/4)a0e2x/x, but when i plug it into the ODE it doesn't equal 0, and thus isn't a solution of the ODE, can anyone see where i've gone wrong?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Sep24-09, 04:09 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi zass! Welcome to PF!
Quote by zass View Post
… i think this can be equated to:
y=(-1/4)a0e2x/x, but when i plug it into the ODE it doesn't equal 0, and thus isn't a solution of the ODE, can anyone see where i've gone wrong?
Difficult to say without seeing your full calculations, but did you take into account that the equations for n = 0 and 1 are usually different from the equations for general n?
Sep25-09, 06:26 AM   #3
 
I think i accounted for it
Here's my working out, maybe u can see if i've made a mistake:
Using the initial assumption i've found u' and u'', then subbed them into the ode:
[tex]\sum[/tex][tex]^{inf}_{n=0}[/tex](n+r)(n+r-1)anxn+r-2 + [tex]\sum[/tex][tex]^{inf}_{n=0}[/tex](n+r)anxn+r-2 + (1/4)[tex]\sum[/tex][tex]^{inf}_{n=0}[/tex]anxn+r-1 = 0

Simplifying and collecting terms and sum:
=[tex]\sum[/tex][tex]^{inf}_{n=1}[/tex]((n+r)(n+r-1)an + (n+r)an + (1/4)an-1)xn+r-2 + (0+r)(0+r-1)a0x0+r-2 + (0+r)a0x0+r-2 = 0

Equating coefficients i found
r2 = 0

And thus the series now becomes
n(n-1)an + nan + (1/4)an-1 = 0

Which gives the recurrence formula:
an = [tex]\frac{-an-1}{4n2}[/tex] , n=1,2,3,....inf

then taking the first few terms i found
an = a0/(n!)2
and then just subbed back into the initial assumption made. I can't see anything wrong with what i've done
Sep25-09, 11:24 AM   #4
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor

Frobenius Method for ODE


Hi zass!

(have a sigma: ∑ and an infinity: ∞ and if you're using tex, ∞ is \infty, and sub and sup are _{} and ^{} )

You've left out (-1/4)n
does that make it ok?
Sep26-09, 02:31 AM   #5
 
ah of course!! for some reason i thought that'd just be a constant.
finally got a solution that fits
Thread Closed
Thread Tools


Similar Threads for: Frobenius Method for ODE
Thread Forum Replies
frobenius method? Differential Equations 5
Frobenius Method Differential Equations 3
Frobenius Method again! Differential Equations 2
Frobenius Method Differential Equations 4
frobenius method Calculus & Beyond Homework 2