Weaving a Spider Web

Weaving a Spider Web I often see some beautiful spider webs near my house, similar to the one pictured above (picture from here).  They clearly have some sort of mathematical structure, so I decided to have a quick go at creating my own. Looking at the picture above there are 2 main parts, an inner... 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 →

Anscombe’s Quartet – the importance of graphs!

Anscombe's Quartet - the importance of graphs! Anscombe's Quartet was devised by the statistician Francis Anscombe to illustrate how important it was to not just rely on statistical measures when analyzing data.  To do this he created 4 data sets which would produce nearly identical statistical measures.  The scatter graphs above generated by the Python... 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 →

The Barnsley Fern: Mathematical Art

The Barnsley Fern: Mathematical Art This pattern of a fern pictured above was generated by a simple iterative program designed by mathematician Michael Barnsely.  I downloaded the Python code from the excellent Tutorialspoint and then modified it slightly to run on repl.it.  What we are seeing is the result of 40,000 individual points - each plotted... Continue Reading →

Galileo’s Inclined Planes

Galileo's Inclined Planes This post is based on the maths and ideas of Hahn's Calculus in Context - which is probably the best mathematics book I've read in 20 years of studying and teaching mathematics.  Highly recommended for both students and teachers! Hahn talks us though the mathematics, experiments and thought process of Galileo as... Continue Reading →

Finding focus with Archimedes

Finding focus with Archimedes This post is based on the maths and ideas of Hahn's Calculus in Context - which is probably the best mathematics book I've read in 20 years of studying and teaching mathematics.  Highly recommended for both students and teachers! Hard as it is to imagine now, for most of the history... 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 →

Complex Numbers as Matrices: Euler’s Identity

Complex Numbers as Matrices - Euler's Identity Euler's Identity below is regarded as one of the most beautiful equations in mathematics as it combines five of the most important constants in mathematics: I'm going to explore whether we can still see this relationship hold when we represent complex numbers as matrices. Complex Numbers as Matrices... 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 →

Martingale II and Currency Trading

Martingale II and Currency Trading We can use computer coding to explore game strategies and also to help understand the underlying probability distribution functions.   Let's start with a simple game where we toss a coin 4 times, stake 1 counter each toss and always call heads.  This would give us a binomial distribution with... Continue Reading →

Time dependent gravity and cosmology!

Time dependent gravity and cosmology! In our universe we have a gravitational constant - i.e gravity is not dependent on time.  If gravity changed with respect to time then the gravitational force exerted by the Sun on Earth would lessen (or increase) over time with all other factors remaining the same. Interestingly time-dependent gravity was... Continue Reading →

Projectiles IV: Time dependent gravity!

Projectiles IV: Time dependent gravity! This carries on our exploration of projectile motion - this time we will explore what happens if gravity is not fixed, but is instead a function of time.  (This idea was suggested by and worked through by fellow IB teachers Daniel Hwang and Ferenc Beleznay).   In our universe we... Continue Reading →

Projectile Motion III: Varying gravity

Projectile Motion III: Varying gravity We can also do some interesting things with projectile motion if we vary the gravitational pull when we look at projectile motion.  The following graphs are all plotted in parametric form. Here t is the parameter, v is the initial velocity which we will keep constant, theta is the angle... Continue Reading →

Projectile Motion Investigation II

Projectile Motion Investigation II Another example for investigating projectile motion has been provided by fellow IB teacher Ferenc Beleznay.  Here we fix the velocity and then vary the angle, then to plot the maximum points of the parabolas.  He has created a Geogebra app to show this (shown above).  The locus of these maximum points... Continue Reading →

Envelope of projectile motion

Envelope of projectile motion For any given launch angle and for a fixed initial velocity we will get projectile motion. In the graph above I have changed the launch angle to generate different quadratics.  The black dotted line is then called the envelope of all these lines, and is the boundary line formed when I... Continue Reading →

The Mordell Equation

The Mordell Equation [Fermat's proof] Let's have a look at a special case of the Mordell Equation, which looks at the difference between an integer cube and an integer square.  In this case we want to find all the integers x,y such that the difference between the cube and the square gives 2.  These sorts... 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 →

Rational Approximations to Irrational Numbers – A 78 Year old Conjecture Proved

https://www.youtube.com/watch?v=ZOiF7ZlboXA Rational Approximations to Irrational Numbers This year two mathematicians (James Maynard and Dimitris Koukoulopoulos) managed to prove a long-standing Number Theory problem called the Duffin Schaeffer Conjecture.  The problem is concerned with the ability to obtain rational approximations to irrational numbers.  For example, a rational approximation to pi is 22/7.  This gives 3.142857 and... 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 →

Ramanujan’s Taxi Cab and the Sum of 2 Cubes

Ramanujan's Taxi Cabs and the Sum of 2 Cubes The Indian mathematician Ramanujan (picture cite: Wikipedia) is renowned as one of great self-taught mathematical prodigies.  His correspondence with the renowned mathematician G. H Hardy led him to being invited to study in England, though whilst there he fell sick.  Visiting him in hospital, Hardy remarked that... Continue Reading →

Waging war with maths: Hollow squares

Waging war with maths: Hollow squares The picture above [US National Archives, Wikipedia] shows an example of the hollow square infantry formation which was used in wars over several hundred years.  The idea was to have an outer square of men, with an inner empty square.  This then allowed the men in the formation to... Continue Reading →

Soap Bubbles, Wormholes and Catenoids

Soap Bubbles and Catenoids Soap bubbles form such that they create a shape with the minimum surface area for the given constraints.  For a fixed volume the minimum surface area is a sphere, which is why soap bubbles will form spheres where possible.  We can also investigate what happens when a soap film is formed... Continue Reading →

IB Analysis and Approaches SL and HL Resources

Teacher resources I have collected together below a lot of (hopefully!) useful resources to support IB teachers teaching IB Maths Analysis SL and HL and also Applications SL and HL. This is a small portion of the content on  my new site: intermathematics.com which has been designed specifically for teachers of mathematics at international schools. ... Continue Reading →

Powered by WordPress.com.

Up ↑