Today is my 32nd birthday, and since 32 is 2^5, or 0b100000 in binary, I've got binary trees on my mind! A binary tree is a way to order data, and assign labels to groups. The typical structure is that you have a collection of connected nodes. Each node branches to two nodes below it, usually representing things less than, and greater than the head node. In the case of my life, we can consider things before and after I was 16, then things before and after I was 8, and so on, splitting in half each time. For example, here are all the places I've lived:
Saturday, April 24, 2021
Birthday Bifurcation
Sunday, April 18, 2021
Stochastic & Fantastic
As I've mentioned before, I keep a list of potential topics that I choose from now and then, and this week I thought I'd look back at an article that caught my interest 2 years ago. Scientific American had a story about a beetle that looked for recently-burned forests using a process called stochastic resonance. The beetles use this process to sense heat from great distances, when normally those heat signals would fall below the background levels. Paradoxically, they do this by adding more noise to the signal. I was curious if I could model this type of effect, to get a better feel for how it works.
In its simplest form, we have 3 parameters for this system: The signal strength, the amount of noise added to that, and the threshold for detection. The principle is that even if the signal is smaller than the noise, we still have signal + noise > noise. That means if we can pick our threshold so that noise < threshold < noise + signal, we'll be able to pick up the signal.
Following an example used in the Wikipedia article above, I decided to use a black & white image as the target signal. I settled on one of the more iconic photos of a certain physicist. Below, you'll find the 3 controls I described. Try turning down the overall signal, then adjust the noise and threshold to pick out different features.
Sunday, April 11, 2021
Deluxe Model
This past week, my friend Kevin Labe let me know his group was going to be making an announcement of some exciting results from their experiment, called "Muon g-2". The experiment relates to the predictions made by the Standard Model about how charged particles behave in a magnetic field. Before we get to the results of the experiment, let's talk a bit about what is expected.
Subatomic particles have a property called spin, which is related to their angular momentum. Since we're talking about a scale where quantum mechanics applies, it's not completely analogous, but you can imagine a gyroscope:
Wikipedia |
Measuring a particle's magnetic moment is exactly how an MRI scanner works, though in that case we measure the moment to identify the particle, while here we are specifically measuring muons. The magnetic moment is theoretically given by
Wikipedia |