I was given a math paper to read over that includes, in its introduction, the assertion
"the length of an algebraic curve of degree d in the unit disc is less than 4d". I don't think I'd seen this before, so I've decided to try proving something like it, and got a smaller constant than 4, but not much smaller. (If you've not seen this problem before, can you guess?!)
The proof involves the following ideas:
* The length l(s) of a line segment s is given by
l(s)=12∫π0|pθ(s)|dθ
where pθ is the orthogonal projection onto a line Lθ at angle θ to the ordinate axis (or what you will), and |X| is the length of the set X.
This boils down to the identity ∫π+aa|sin(θ)|dθ=∫π0sinθdθ=2.
* The length of a measurable curve is approximated by the length of a fine polygonal approximation to the curve.
* An algebraic curve γ of degree d (in the plane) meets any line L at most d times, or else L is a component of γ
The practical upshot of these ideas is that you can measure the length of a decent bounded curve γ by
\begin{enumerate}
\item for each $\theta$ and for each $x\in L_\theta$, counting the number $n_\theta(x)$ of points on $\gamma$ that project to $x$ orthogonal to $L_\theta$ --- that is, the number of times the line through $x$ and perpendicular to $L_\theta$ intersects the curve $\gamma$.
\item for each $\theta$, calculating the integral $\int_{L_\theta} n_\theta(x)\,dx $.
\item integrating the results of the last calculation:
l(γ)=12∫π0∫Lθnθ(x)dxdθ
\end{enumerate}
Because of the caveat about L perhaps being a component of γ, we note that the definition of nθ(x) needs a little refinement: strictly speaking, there may be countably many θ and x∈Lθ such that nθ(x) as described should be 2ℵ0, and it's not clear how to define the integral in this case; but these x and θ correspond to a line segment projected to a point, so that it actually contributes 0 to the length estimate described by polygonal approximation. This might be a good example to have in mind when carefully discussing what happens when you try to change the order of limit operations...
I should point out that all the integrals are unordered integrals of positive things --- basically, this is still measure theory. Consequently, we are still within the realm of convex analysis, so we can get estimates on l(γ) by finding estimates for the numbers at any of steps 1,2,3. In the present example, we want an upper bound on l(γ), and we are given an upper bound nθ(x)<d
This lets us write
l(γ)<12∫π0∫pθCddxdθ
where C is the unit disk (or circle ... ). The length of the projection pθC of the unit disk is simply 2, which gives the estimate
l(γ)<πd
Since π<4, we're done!
Of course, with an upper bound, it's useful to have examples to compare it to. The unit circle itself is a curve of degree 2, with length 2π=π2 within the (closed) unit disk; more generally, the curve (acos(nθ)+bcosθ,asin(nθ)+bsinθ) is algebraic of degree 2n, with length within the unit disk as close to 2nπ as you like (choosing a,b carefully). I'm having difficulty thinking of a curve of degree 2n+1 with length in the disk more than 2nπ+2.
That's all!
eof
0 comments:
Post a Comment