Determining stability about a critical point using eigenfunctions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
ProdofChem
Messages
1
Reaction score
0
I admit I am a bit out of practice when it comes to DiffEq. I think I am either forgetting a simple step or getting my methods mixed up.

Homework Statement


The problem concerns a pendulum defined by

d2θ/dt2 + (c/mL)(dθ/dt) + (g/L)sinθ = 0
where m=1, L=1, c=0.5, and of course g=9.8

After converting the DE to a first order system:

set x = θ and y = x' so that
dx/dt = y
dy/dt = -9.8sinx - 0.5y

And identifying critical points:

(n∏,0) where n is an integer

I am asked to linearize the nonlinear system and determine stability about the critical points. If i can get some help with the first point, I should be able to figure out the others.

Homework Equations



dx/dt = y
dy/dt = -9.8sinx - 0.5y

The Attempt at a Solution



I have been rummaging through my notes on eigenfunctions and am more or less at a loss how an eigenvalue determines stability. I think I want to take the partial derivatives of the system and evaluate at the point (0,0)...

fx(dy/dt) = -9.8cosx
fy(dy/dt) = -0.5
fx(dx/dt) = 0
fy(dx/dt) = 1

evaluated @ (0,0):
fx(dy/dt) = -9.8
fy(dy/dt) = -0.5
fx(dx/dt) = 0
fy(dx/dt) = 1

But I'm not sure why I care or how to proceed to determine the stability about that point.

Clarification: I would like some tips on how to linearize my function and how to get it into the form with which I can determine its eigenvalues ( A-lambda)v=0
 
Last edited:
on Phys.org