Dido’s Problem (Exercises due Wednesday 10/14)
(Adapted from Fourier Series, Bhatia)
The epic poem Aeneid by Vergil includes this legend:
Fleeing from persecution by her brother, the Phoenician princess Dido set off westward along
the Mediterranean shore in search of a haven. A certain spot on the coast of what is now the
bay of Tunis caught her fancy. Dido negotiated the sale of land with the local leader, Yarb.
She asked for very little–as much as could be “encircled with a bull’s hide.” Dido managed
to persuade Yarb, and a deal was struck. Dido then cut a bull’s hide into narrow strips, tied
them together, and enclosed a large tract of land. On this land she built a fortress and, near
it, the city of Carthage. There she was fated to experience unrequited love and a martyr’s
death.
–From Stories about Maxima and Minima, Tikhomirov
Dido’s problem, also called the isoperimetric problem, is to find the simple closed curve
that encloses the greatest area, given a fixed value for the perimeter (the length of the tiedtogether strips of bull’s hide). A classical method of solving this and similar problems falls
under the heading of calculus of variations. We shall instead make use of Fourier techniques
to solve this problem.
Let’s represent our simple closed curve C in parametric form: (x(t), y(t)) for t ∈ [−π, π], and
assume that the component functions x(t) and y(t) are continuous and piecewise smooth,
satisfy x(−π) = x(π) and y(−π) = y(π) (so C is closed), and the point (x(t), y(t)) 6=
(x(s), y(s)) if −π ≤ s < t < π (so C is simple – doesn’t self-intersect). We also wish to fix
the arc length of C to equal L:
Z πp
(x0 (t))2 + (y 0 (t))2 dt = L.
−π
Exercise 1 With no loss of generality, we may choose the speed of the parametrization
(we are only interested in the shape of the trajectory, and not what time each point is hit).
Let’spassume a constant speed. What must that speed v be? (Recall that speed is given by
v = (x0 (t))2 + (y 0 (t))2 .)
Exercise 2 Integrate both sides of (x0 (t))2 + (y 0 (t))2 = v 2 over the interval [−π, π]] (using
the v found in Exercise 1) and apply Parseval’s Identity (also called Plancherel’s Formula):
Z π
X
1
|f (θ)|2 dθ =
|fˆ(n)|2 ,
2π −π
n∈Z
Rπ
1
where fˆ(n) = 2π
f (θ)e−inθ dθ is the Fourier coefficient. Apply the formula for the Fourier
−π
coefficient of the derivative f 0 . Adjust the series to sum from n = 1 to ∞ by using the fact
that if f is a real-valued function then fˆ(−n) is the complex conjugate of fˆ(n) (from the
definition and fact that e−iθ = eiθ ). Exercise 3 Green’s Theorem says that the area enclosed by the curve C is A =
Use Parseval’s Formula:
Z π
X
1
f (θ)g(θ)dθ =
fˆ(n)ĝ(n)
2π −π
n∈Z
Rπ
−π
x(t)y 0 (t)dt.
and steps similar to Exercise 2 to rewrite this expression as a series from n = 1 to ∞ involving
x̂(n) and ŷ(n).
Exercise 4 Combine the results of Exercises 2 and 3 to find a series that equals L2 − 4πA
(don’t expect anything beautiful–it’s a little messy). Substitute x̂(n) = αn + iβn and ŷ(n) =
γn + iδn into the nth term of this series and simplify. After some factoring, you should find
that this expression is the sum of three nonnegative terms (n2 − 1)(αn2 + βn2 ) + (. . . )2 + (. . . )2 ,
and so must be nonnegative. This implies that the series must be nonnegative.
Exercise 5 Conclude that L2 ≥ 4πA. Under what conditions does equality hold? What
is the parametrization (x(t), y(t)) in this case? What shape does this yield (hint: calculate
(x(t) − x̂(0))2 + (y(t) − ŷ(0))2 ). You have now proven that this shape encloses the largest
possible area (L2 /4π) bounded by perimeter L.