N Body Joke

Here is just a quick joke post. Please don’t cancel me! If a 1-body problem is trivial, the 2-body problem is solvable, and the 3-body problem is impossible, why is the 0-body problem sad? Because it has no body!

September 26, 2025 · 1 min · Markus A.G. Amano

Infinite Resistor Grid

The Infinite Resistor Grid Nerd Snipe I have to admit it. I got nerd sniped. Really, this blog post is about finding the equivalent resistance in question and more! To be transparent, after a good long think and retries I got the answer, so I will try to document/recollect that journey here. First, let’s set up the problem. The Problem Set Up We are given an infinite grid of resistors, each with a resistance of $R$....

September 25, 2025 · 6 min · Markus A.G. Amano

Hanging Wave Chain

Perusing Reddit I found someone asking about a hanging chain. The post in question has a semi-quality video of someone whirling a chain from one end in a circle. The rest of the freely swinging chain forms a particular shape as it rotates around some center axis. In short, this happens because of the centrifugal force from the rotation axis against the binding force of the chain links. I want to take some time to really understand this with physics, of course....

September 11, 2025 · 4 min · Markus A.G. Amano

5cm Per Second

5 Centimeters per Second …they say it’s five centimeters per second. The speed of a falling cherry petal. Five centimeters per second. According to the hit 2007 animated short film, 5 Centimeters per Second 1, this is the speed at which cherry petals fall. Of course, I’m skeptical, and as a physicist I want to model the heck out of this. So, in this article I would like to propose a model for a thin, circular flower petal to be the spherical cow of flower petals....

August 20, 2025 · 16 min · Markus A.G. Amano

Time to Andromeda

Part 2 of this article Traveling in an Expanding Universe Traveling throughout the Milky Way Galaxy, one can assume a flat universe. So we can assume only special relativity to calculate interstellar travel times for all observers 1. This time I want to expand our interstellar travel calculation to the universal scale. On the universal scale, the universe is not flat, however, but is expanding. We can approximate this expanding universe as a so-called flat Friedmann–Lemaître–Robertson–Walker spacetime....

July 20, 2025 · 5 min · Markus A.G. Amano

My Integer Doesn't fit

I was playing on my computer and accidentally tried this expression to see what the computer would output: julia> 9007199254740992.0 + 1.0 == 9007199254740992.0 The REPL output was: julia> 9007199254740992.0 + 1.0 == 9007199254740992.0 true This is obviously incorrect mathematically. However, this arbitrary number is the maximum integer that a 64-bit float can store. In Julia, this number can be found using the maxintfloat function with the Float64 type: julia> maxintfloat(Float64) + 1 == maxintfloat(Float64) true Interestingly enough, adding two “fixes” the comparison:...

July 18, 2025 · 1 min · Markus A.G. Amano

Time to Proxima

Traveling the Stars The speed of light is the ultimate speed limit. This got me thinking about how this fact plays with Einstein’s theory of special relativity. Like if I had a spaceship that was able to provide a constant thrust, how long would it take for me to get to some distant star, say Proxima Centauri. Traveling our Galaxy Let’s set the scene. We have some distance to travel, $L$....

July 13, 2025 · 5 min · Markus A.G. Amano

Plugs of Water 2

Last time we derived the following Lagragian \begin{equation} L = \sum_{i}^{N}\left( \frac 12 m_i \dot x_i^2 - m_i x_i \right) +F x_1 -\sum_{i=2}^{N}\frac{q}{\gamma - 1} \frac{1}{(x_{i+1} - x_i - \ell_{i})^{ \gamma - 1 }} \end{equation} Where all the the parameters and variables are unitless. Let’s a deeper look at this Lagragian. One thing that stands out is the form of the air compression energy. It only depends on the difference of position variables of the form $x_{i} - x_{i-1}$....

February 23, 2025 · 4 min · Markus A.G. Amano

Water Plugs

I think it is interesting to sometimes tackle toy examples. For a recent project on a gig economy site, I was presented with a particular physical system which had some nice properties. So here I would like to share with everyone. The system is quite simple, it’s just a vertical cylinder of alternating plugs of water and of air. In the figure above we have a four water plugs as shown as a cross section of a tube....

February 22, 2025 · 4 min · Markus A.G. Amano

Replacement Rate

There have never been so many people in the world. Just a few decades ago, there was science fiction about future worlds, crowded with people. Now, ironically, it’s the opposite. The fertility rate1 is a commonly used term. It’s often said that a fertility rate of 2.1 is needed to sustain a population. I thought today would be a good opportunity to understand the fertility rate and to understand this replacement rate....

February 7, 2025 · 5 min · Markus A.G. Amano