Skip to content

Commit 28d3dfe

Browse files
committed
polar forms of planar systems
1 parent e312821 commit 28d3dfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/applied-math/dynamical-systems/limit-cycles.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Limit Cycles
44
---
55
## Polar Coordinate Methods
66

7+
Given a system $\dot{x} = f(x,y), \dot{y} = g(x,y),$ it's sometimes useful, especially for the analysis of limit cycles, to convert to polar coordinates. This can be done the manual way from the start, which leads to needing to solve a system of equations for $\dot{r}$ and $\dot{\theta},$ or we can use these handy formulas, which are equivalent:
8+
9+
$$ \dot{r} = \frac{x \dot{x} + y \dot{y}}{r}, \quad \dot{\theta} = \frac{x \dot{y} - y \dot{x}}{r^2}. $$
10+
711
## Conservative and Hamiltonian Systems
812

913
<!-- TODO: Hamiltonian systems, energy conservation, potential functions, energy level sets, closed orbits -->

0 commit comments

Comments
 (0)