Questions tagged [winding-number]

For questions about winding numbers. The winding number of a continuous curve counts how many times it "loops" around a given point.

Consider a curve in the plane parameterized in polar coordinates by $r = r(t)$ and $\theta = \theta(t)$, with $0 \le t \le 1$. Assuming that $r$ and $\theta$ are continuous, and the curve does not pass through the origin, we can define the winding number to be

$$\text{winding number} = \frac{\theta(1) - \theta(0)}{2\pi}$$

This counts the change in angle as a point moves along the curve containing the origin: Adding $1$ every counterclockwise loop, and subtracting $1$ for every counterclockwise loop.

Alternatively, in the complex plane, the winding number of a curve $\gamma$ not passing through a point $a$ can be defined as

$$\text{winding number} = \oint_{\gamma} \frac{dz}{z - a}$$

This can be generalized in geometry and algebraic topology, and the winding number of a map can also be called its degree.

198 questions
1
vote
2 answers

Generalizations of winding numbers

This question came up because I needed a predicate that returns true if a point in $\mathbb{R}^2$ is interior to a simple closed contour and false otherwise. My initial choice was to use winding numbers. But I was wondering if there were…
1
vote
0 answers

About the winding number

Quick question: is there an extension of the winding number in arbitrary dimensions? for instance , for a parametric submanifold, can we associate some quantity as the number of time it is orbiting a singularity of the manifold it is embedded in ?
0
votes
1 answer

$W(\gamma +v , p+ v) = W(\gamma, p)$ why is this true?

I don't understand why this statement in lecture is true : let $\gamma : [a,b] \rightarrow \mathbb{R}^2 \setminus \left \{ p\right \} $ a continuous path, and v any vector in the plane. Moreover, let $\gamma$ +v be the path defined by $(\gamma +…