Determining stability about a critical point using eigenfunctions

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:
Physics news on Phys.org
Expand sin x as a first-order Taylor polynomial. That's the linear approximation of sin x.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top