Analysis of 1D ODE

$$ \dot x=f(x) $$

where $f$ is a smooth function of $x$ with no explicit time dependence ie autonomous system

Example 1

$$ \dot x=\sin x $$

$$ t=\ln\left | \frac{\csc x_0+\cot x_0}{\csc x+ \cot x} \right | $$

🗒️ Note: This is hard to read so we will try a different approach

We plot the $\dot x$ against $x$

image.png

Here we easily see the following properties:


If we go back to our analytical solution and plot it we see that we get the behaviour we expect:

🗒️ Note: Using the method above is useful to notice general behaviour however it cannot give us a quantitative analysis of a system

image.png

Edge case

💃 Example: if we have $\dot x=x^2$ we get the following diagram

image.png

Linear stability analysis

Goal: lets try and find an analytical way (ie not graphical) to find if an FP is stable or not