Today, in daily challenges section, I saw that the subject of one discussion and related problem was Logarithmic spiral, a famous curve which often appear in nature and mathematical properties of which fascinated Jacob Bernouli so much that he named it Spira mirabilis - Latin for "miraculous spiral". I was, myself, for the first time introduced to this curve when I was reading Hamilton's Lectures on quaternions not while ago.
Nautilus shell follows spira mirabilis. Photo credit: www.somanautiko.com
My wish is to supplement what was said and please a curious reader who was maybe left wondering how does the formula of Logarithmic spiral follow from properties used to describe it. The derivation below requires a little knowledge of analytic geometry and differential calculus.
We start off by defining the curve: radial line and tangent line at each point form an angle ϕ of a constant magnitude. There are a few ways to convert this statement into mathematical equation, here's one of them:
∣r(θ)∣∣∣∣r˙(θ)∣∣∣r(θ)⋅r˙(θ)=cosϕ=const.
This equation says that we want dot product of radius vector and derivative of radius vector with respect to polar angle divided by their magnitudes to be a constant value, namely a cosine of the angle they form. Here, term derivative of radius vector with respect to polar angle corresponds to the ratio of displacement vector and infinitesimal change in polar angle. In order to make the notation somewhat cleaner, from now on, I will write r instead of ∣r(θ)∣ to denote the magnitude of the vector r(θ). Consequently, r˙ would denote derivative of the magnitude of the radius vector with respect to θ.
As dθ gets arbitrarily small, dr(θ) becomes parallel to the tangent of a curve at that point
For the start we have:
r(θ)r˙(θ)=(rcosθ,rsinθ)=(r˙cosθ−rsinθ,r˙sinθ+rcosθ),
and corresponding magnitudes are:
∣r(θ)∣∣∣∣r˙(θ)∣∣∣=r=r˙2+r2
after some simplification.
Now, our equation transforms to:
rr˙2+r2(rcosθ,rsinθ)⋅(r˙cosθ−rsinθ,r˙sinθ+rcosθ)r˙2+r2r˙cos2ϕr˙2cos2ϕ1−cos2ϕr˙2∣r˙tanϕ∣=cosϕ=cosϕ=r˙2+r2=r2=r
To proceed from here, we will have to bring in an argument from geometry. When the angle ϕ is obtuse, we expect an increase in magnitude of radius vector - positive r˙, but negative tanϕ. When ϕ is non-obtuse, we expect no change or decrease in magnitude of radius vector - non-positive r˙, but non-negative tanϕ. Hence, ∣r˙tanθ∣=−r˙tanθ.
Thus, our differential equation becomes:
r˙=−tanϕ1r
solution of which is:
r=∣r(θ)∣=∣r(0)∣e−θcotϕ
which is indeed both beautiful and simple (is it just me, or these two words are synonyms in math?) formula. Playing around value of ϕ, we see how our formula breaks down to the equation of circle when we set ϕ=π/2, just as we expect to be.
Parametric equation of the logarithmic spiral is accordingly:
r(θ)=(r0e−θcotϕcosθ,r0e−θcotϕsinθ)
Here's another fascinating property of the logarithmic spiral. Consider the length of the curve from the origin up to some point determined by value of θ. Is it finite or infinite? If finite, can we determine the closed-form expression for it? Let's find out. At origin, it must be r(θ)=0. However, there's no specific angle where, according to the formula, this happens, but r gets very close to zero as θ→−∞. In fact, we can make it arbitrarily small by making θ really big. Hence, length can be calculated through improper integral:
s(θ)s(θ)=∫−∞θ∣∣∣r˙(ψ)∣∣∣dψ=∫−∞θr˙2+r2dψ=∫−∞θcosϕr˙dψ=cosϕ1(r(θ)−ψ→−∞limr(ψ))=cosϕr(θ)
where ψ is just a dummy variable. Simple as that! Of course, our formula is invalid in the case of circle or when ϕ=π/2.
A particularly peculiar curve occurs when the ratio of the radial components of two points displaced by polar angle of 90∘ (this ratio is generally called growth factor) equals golden ration - φ. In that case we have:
r(θ)r(θ+π/2)⟹cotϕ=e−2πcotϕ=φ=−π2lnφ
and equation then becomes:
r(θ)r(θ)=r0eπ2θlnφ=r0φπ2θ
Characteristic angle is ϕ(φ)=180∘−cot−1(−π2lnφ)≈107.03239113∘.
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
An interesting read......Thanks!!
Really great read!