Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

What do eigenfunctions and eigenvalues mean physically?

+0
−0

Lets say we have a mass connected to a spring.Assuming not any friction the ODE which describes the system is

$m\frac{d^{2}x}{dt^{2}} = -kx$

We can set 2 Dirichlet boundary conditions $x(0)=0$ and $x(c)=0$ where $c$ will depend on $k,m$

If we solve the boundary condition problem we end up with a set of eigenvalues and eigenfunctions. Do the eigenfunctions and eigenvalues have a physical meaning?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

What eigenvalues/eigenfunctions are you referring to? (3 comments)

1 answer

+1
−0

$x(t)=a\cdot \sin(t\sqrt{k/m})$ is the only solution that satisfies $x(0)=0$. If you then impose $x(c)=0$, you only get solutions for certain values of $k$. These values are the eigenvalues of the differential operator $-m d^2/d^2 t$ acting on the vector space of functions satisfying the boundary conditions. I'm not sure what you're looking for in terms of physical meaning. This just means that you can only get solutions subject to your given conditions for certain values of $k$. If you set up a harmonic oscillator, no matter what you do, you cannot satisfy your boundary conditions unless the spring constant has one of these special values.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »