Aliquot sequence: An unsolved problem

Aliquot sequence: An unsolved problem At school students get used to the idea that we know all the answers in mathematics - but the aliquot sequence is a simple example of an unsolved problem in mathematics.  The code above (if run for long enough on a super-computer!) might be enough to disprove a conjecture about... Continue Reading →

Creating a Neural Network: AI Machine Learning

Creating a Neural Network: AI Machine Learning A neural network is a type of machine learning algorithm modeled after the structure and function of the human brain. It is composed of a large number of interconnected "neurons," which are organized into layers. These layers are responsible for processing and transforming the input data and passing... Continue Reading →

Finding the average distance in a polygon

Finding the average distance in a polygon Over the previous couple of posts I've looked at the average distance in squares, rectangles and equilateral triangles.  The logical extension to this is to consider a regular polygon with sides 1.   Above is pictured a regular pentagon with sides 1 enclosed in a 2 by 2 square. ... Continue Reading →

Maths Games and Markov Chains

Maths Games and Markov Chains This post carries on from the previous one on Markov chains - be sure to read that first if this is a new topic.  The image above is of the Russian mathematician Andrey Markov [public domain picture from here] who was the first mathematician to work in this field (in... Continue Reading →

Elliptical Curve Cryptography

Elliptical Curve Cryptography Elliptical curves are a very important new area of mathematics which have been greatly explored over the past few decades.  They have shown tremendous potential as a tool for solving complicated number problems and also for use in cryptography. Andrew Wiles, who solved one of the most famous maths problems of the... Continue Reading →

Prime Spirals – Patterns in Primes

Prime Spirals - Patterns in Primes One of the fundamental goals of pure mathematicians is gaining a deeper understanding of the distribution of prime numbers - hence why the Riemann Hypothesis is one of the great unsolved problems in number theory and has a $1 million prize for anyone who can solve it.  Prime numbers... Continue Reading →

Coding Hailstone Numbers

Hailstone Numbers Hailstone numbers are created by the following rules: if n is even: divide by 2 if n is odd: times by 3 and add 1 We can then generate a sequence from any starting number.  For example, starting with 10: 10, 5, 16, 8, 4, 2, 1, 4, 2, 1... we can see... Continue Reading →

Have you got a Super Brain?

Have you got a Super Brain? Adapting and exploring maths challenge problems is an excellent way of finding ideas for IB maths explorations and extended essays.  This problem is taken from the book: The first 25 years of the Superbrain challenges.  I'm going to see how many different ways I can solve it. The problem... Continue Reading →

Sphere packing problem: Pyramid design

Sphere packing problem: Pyramid design Sphere packing problems are a maths problems which have been considered over many centuries - they concern the optimal way of packing spheres so that the wasted space is minimised.  You can achieve an average packing density of around 74% when you stack many spheres together, but today I want to... Continue Reading →

Square Triangular Numbers

Square Triangular Numbers Square triangular numbers are numbers which are both square numbers and also triangular numbers - i.e they can be arranged in a square or a triangle.  The picture above (source: wikipedia) shows that 36 is both a square number and also a triangular number.  The question is how many other square triangular... Continue Reading →

Hollow Cubes and Hypercubes investigation

Hollow Cubes investigation Hollow cubes like the picture above [reference] are an extension of the hollow squares investigation done previously.  This time we can imagine a 3 dimensional stack of soldiers, and so try to work out which numbers of soldiers can be arranged into hollow cubes. Therefore what we need to find is what... Continue Reading →

Powered by WordPress.com.

Up ↑