Skip to content

A collection of technical essays I've written over the years, on various topics in Mathematics.

Notifications You must be signed in to change notification settings

wltrup/Mathematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Mathematics

Here you'll find an assortment of technical essays I've written over the years either as part of other research, or as teaching aids, or as pass-time exercises when I had nothing more interesting to occupy myself with. Nothing here is truly original, except perhaps for the presentation. Some of them are still works in progress.

I came across an interesting mathematical puzzle, namely, find the value of the angle 𝜙 in the triangle shown in the figure below. It turns out that it's a surprisingly non-trivial problem to solve. I like a mathematical challenge so... I solved a more general version of the problem, where the angles at the bottom are arbitrary.

triangle

I just read an interesting mathematical puzzle. Suppose there is a goat inside of a circular fence of a given radius. If the goat has a leash attached to a point inside the fence, how long does the leash have to be so that the goat can graze through exactly half the total area inside the fence?

It sounded like a reasonably easy problem to solve and I had nothing better to do, so I solved it.

How can we compute an index for a given combination of the n integers {1,2,3,...,n} taken k at a time? Also, given such an index, how can we recover the particular combination that has that index?

It turns out that there is a relatively easy-to-compute expression for the index of such a combination and there's a pretty efficient procedure to recover it, given its index.

I recently came across a fascinating article, A Math Theory for Why People Hallucinate, describing recent attempts to mathematically model how the brain creates visual hallucinations. That article, in turn, pointed me to the subject of so-called Turing patterns and, in particular, to Turing's paper on morphogenesis as possibly being due to the interplay between diffusion processes and the competition between activating and inhibiting chemicals, The Chemical Basis of Morphogenesis.

The potential applicability of Turing's hypothesis is mind-blowing. From how the patterns on the furs of animals form to how cells differentiate during the various phases of embryonic development and from how patterns form in sand dunes to how spiral arms form in galaxies, any time a process involves two competing entities (an activator and an inhibitor) spreading over space in a diffusive manner, the stage is set for Turing patterns to form.

From a purely mathematical point of view, Turing's paper is a particular application of a certain kind of partial differential equation. Mathematical physics has always been one of my favorite topics so I've decided to explore that same equation in a more systematic fashion than Turing's approach in that paper. I'm sure that nothing I'll be doing will be new but working through problems like this is fun, at least for me.

I went quite far but there's plenty that could be done still so this is work in progress.

(2015) Grid Paths

How many possible paths are there in a grid, if you're allowed only to move to the right or downwards and must avoid certain intersections?

I went as far as obtaining a result for 2 or fewer intersections to be avoided so, technically, this is still work in progress.

Suppose two spheres (of radii R1 and R2, respectively) are currently located at position vectors r1 and r2, moving with velocity vectors v1 and v2, respectively. Will they collide?

Frank eats lunch 4 out of every 5 working days and spends a minimum of 5 pounds, a maximum of 15 pounds, with a most likely value of 8 pounds, per lunch. What is the distribution of possible lunch costs at the end of a work week?

I went quite far with this but there's still some work left to do so, technically, this is still work in progress.

Given a set of real positive numbers, how does one find a corresponding set of weights so that the weighted average of the given numbers equals a given value?

Of course, there are infinitely many solutions to this problem but there is a unique solution that minimizes the sum of the squares of the weights.

Last year I got interested in a particular kind of one-dimensional problem involving multiple point masses oscillating as if they were connected by springs. The problem of finding the normal modes of such a system reduces to diagonalizing a matrix of a special form, known as a Tridiagonal Toeplitz matrix. Not content with just looking up their eigenvalues, I decided to prove the result myself.

Almost a year later, a follow-up to that problem involved a small change to the physical system that propagated itself as a small change in the problem's tridiagonal Toeplitz matrix. As a result, the eigenvalues from the original problem no longer applied and I had to solve a whole new problem: finding the eigenvalues and eigenvectors of a tridiagonal matrix that is almost Toeplitz (with a sensible definition of almost).

To my knowledge, this is an original result.

At one point when I was working for Hailo, I got to write a Kalman filter.

A little essay I wrote when I had trouble sleeping one night. It proves that the only integer numbers whose square roots are rational numbers are the perfect squares. Nothing original here but a fun exercise nonetheless for sleepless nights.

The fairest voting system is one where no one needs to vote! Ok, not quite.

Evarist Galois has long proved that no polynomial equation of degree 5 or above can be solved in closed analytical form. Solving a quadratic equation, on the other hand, is trivial. How about polynomial equations of degrees 3 and 4? Here you will find the complete analytical solution for general polynomial equations of both degrees.

(2004) B-Splines

B-Splines are specialized parametric curves useful in curve-fitting, numerical differentiation of data, and in computer graphics applications. Their parameters are defined recursively so, in this essay, I obtain the explicit parameters for B-splines of degree up to and including 4.

A heavily technical document I wrote for one of my jobs, in preparation for the design and implementation of an automatic multiclass document classifier. Originally written on April 21, 2004.

While collaborating with a colleague on a paper on Data Mining, I found some interesting and surprising results in that old horse of statistics, Linear Regression Analysis.

The mathematical description of an implementation of the Expectation-Maximization algorithm applied to a mixture of Gaussian distributions.

Here I apply to a mixture of Gaussian distributions the method of estimating parameters by minimizing a distance measure. To my knowledge, this is an original result.

Nothing original here but a complete analysis of what the decision boundary between classes in a classification problem looks like.

If you have data in many dimensions, what kind of multi-dimensional surface encompasses, say, 68% of the data?

This essay was written in preparation for a talk I gave in our research group at the UC Irvine’s Data Mining group.

This is a mathematically heavy treatment of how generative Bayesian Hierarchical models can be used to estimate various properties of data obtained from individual observations.

About

A collection of technical essays I've written over the years, on various topics in Mathematics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published