New Reply

my issue with using eigenfunction expansion for ODEs

 
Share Thread Thread Tools
Jul13-12, 03:03 PM   #1
 

my issue with using eigenfunction expansion for ODEs


I have previously taken PDE's and ODE's. I understand obtaining the equation y''+lambda*y=0 (lambda then giving the eigenvalues). But I've encountered now the use of eigenfunction expansion for an ODE; and what I don't understand, is that in solving it they're making some assumption that y''+y=0 (the homogeneous problem) is actually y''+lambda*y=0, hence where the 'eigenfunctions for the homogeneous problem' are coming from.
Or are they NOT making this assumption? I am confused. Please help
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jul13-12, 06:22 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
hi ericm1234!

any polynomial differential equation can be factored into linear factors

eg, y'' + Ay' + By = 0 can written as (D2 + AD + B)y = 0, which can then be factored into (D - λ1)(D - λ2)y = 0, the two independent solutions of which are (D - λ1)y = 0 and (D - λ2)y = 0
Jul13-12, 06:26 PM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by ericm1234 View Post
I have previously taken PDE's and ODE's. I understand obtaining the equation y''+lambda*y=0 (lambda then giving the eigenvalues). But I've encountered now the use of eigenfunction expansion for an ODE; and what I don't understand, is that in solving it they're making some assumption that y''+y=0 (the homogeneous problem) is actually y''+lambda*y=0, hence where the 'eigenfunctions for the homogeneous problem' are coming from.
Or are they NOT making this assumption? I am confused. Please help
What, exactly is your problem? Certainly "y''+ y= 0" is of the form "y''+ lambda y= 0" with lambda= 1.
Jul13-12, 06:37 PM   #4
 

my issue with using eigenfunction expansion for ODEs


Tiny Tim:
I mean..I sort of see that. Not sure how it relates though to my problem..
HallsofIvy: My problem is understanding where the "eigenfunctions of the corresponding homogeneous problem" are coming from. I agree that you could say lambda=1 and attain y''+y=0. In this problem, the eigenfunctions of the corresponding homogeneous problem are cos(nx) ( the boundary conditions were y(0)=y(pie)=0 ).
It SEEMS TO ME that this is really ONLY implied by the equation y''+lambda y=0 , certainly not by lambda being allowed to be =1. I say this because, it is in utilizing the B.C.'s that we attain sin(lambda x)= 0, in turn Sqrt(lambda) pie=n pie, etc.
I guess I am missing something obvious in understanding the 'difference' between my memorization of the process from my PDE class and your assigning of lambda=1 simply.
Jul13-12, 08:01 PM   #5

Math 2012
 
Recognitions:
Science Advisor Science Advisor
We aren't too good at guessing games here.

If you tell us what problem you are trying to solve and the way you are solving it, step by step, somebody can probably help. Without that information, you know what you remembered (or mis-remembered) from your PDE class, but we dont!
Jul13-12, 10:15 PM   #6
 
y''+y=ax+cosx, y(0)=y(pie)=0 using eigenfunction expansion.
As I said, my issue is not solving this problem; it's understanding why eigenfunction expansion is a valid method, when in doing the eigenfunction expansion, you need "eigenfunctions of the homogeneous problem". Ok, so y''+y=0 is the homogeneous problem.
But the "eigenfunctions of the homogeneous problem", being cos(nx), come from the problem y''+lambda y=0, then using the B.C.'s, finding the appropriate values for lambda.
So, my question is essentially, how does y''+y=0 imply "homogeneous eigenfunctions" being cos(nx)?
Jul14-12, 02:09 AM   #7
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
y'' + λ2y = 0

(D2 + λ2)y = 0

(D + iλ)(D - iλ)y = 0

so the independent solutions are (D + iλ)y = 0 and (D - iλ)y = 0

ie dy/y = iλ and dy/y = -iλ

ie y = eiλt and y = e-iλt

so the general solution is y = Aiλt + Be-iλt

which we can also write as y = Acosλt + Bsinλt (different A and B, of course)
Jul14-12, 06:46 AM   #8
 
Yes Tim I see that..but in y''+y=0, there is no lambda.
Jul14-12, 06:52 AM   #9
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
λ = 1
Jul14-12, 07:51 AM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by ericm1234 View Post
Yes Tim I see that..but in y''+y=0, there is no lambda.
Yes, there is. [itex]\lambda= 1[/itex] as I pointed out and you agreed. By tiny-tim's "eigenvalue" analysis, the general solution is [itex]y= Ae^{ix}+ Be^{-ix}[/itex] or, equivalently, [itex]y(x)= C cos(x)+ B sin(x)[/itex].

I still don't understand what your difficulty is.
Jul14-12, 07:56 AM   #11

Math 2012
 
Recognitions:
Science Advisor Science Advisor
I think you (and possibly Tiny Tim as well) are getting confused by the terminology here.

The way I see it, you have TWO eigenfunctions, ##e^{ix}## and ##e^{-ix}##, or ##\cos x## and ##\sin x## if you prefer.

So the general solution is a linear combination of the two eigenfunctions, ##A \cos x + B \sin x##, and the boundary conditions fix the values of A and B.

The ##\lambda## comes in if you start from one step further back (which is hardly necessary for this problem). Assume the equation ##y'' + y = 0## has a solution of general form ##y = Ae^{\lambda x}##.
Substituting in the differential equation, you get ##A(\lambda^2 + 1) = 0##.
So either ##A = 0## (which is not a very interesting solution) or ##\lambda^2 + 1 = 0##. That is why ##\lambda = \pm i## are called "eigenvalues". Eigenvalue is just the German word for "specail value" - i.e. the values when you get "interesting" solutions. Another translation is "characteristic values", and ##\lambda^2 + 1 = 0## is sometimes called the "characteristic equation".
Jul14-12, 12:12 PM   #12
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by AlephZero View Post
… possibly Tiny Tim as well) are getting confused by the terminology here.
i don't think i used any terminology (certainly not "eigenfunction") …
i just let the equations speak for themselves
Jul14-12, 04:51 PM   #13
 
Thanks guys
New Reply
Thread Tools


Similar Threads for: my issue with using eigenfunction expansion for ODEs
Thread Forum Replies
Solve BVP using Eigenfunction Expansion Calculus & Beyond Homework 1
Method of eigenfunction expansion Differential Equations 0
Solving Dirichlet BVP by Eigenfunction Expansion Differential Equations 0
Eigenfunction expansion in Legendre polynomials Calculus & Beyond Homework 2
Eigenfunction expansion method in PDE solutions Differential Equations 15