Lessons taught; Lessons learnt

Maths, teaching and beyond.

Archive for the ‘Maths’ Category

Flexagons – your flexible friend

without comments

I run a weekly maths club for a group of primary children in the area, and part of this involves creating or altering resources so that they can be picked up and understood by ten year olds. The first resource from the club that I'm contributing to this blog is my template and instructions for creating a trihexaflexagon.

While there are no shortage of flexagon sites, descriptions and videos around (and I particularly like the Murderous Maths one, as I've seen Kjartan perform, and he was very entertaining), there does seem to be a gap in the market for a simple blank template, together with a simple one-page instruction guide to putting them together.

Source: Inkscape SVG and PDF.

Source: Inkscape SVG and PDF.

I'm happy to work on producing similar instructions for the more complicated flexagons -- leave a comment if you'd be interested.

Written by Jon Ingram

March 3rd, 2010 at 9:40 pm

An ‘average’ puzzle

without comments

One of the teachers in my school regularly provides a ‘problem of the day’ to his students. This one, from last week, caught my eye, as containing some ‘hidden’ maths that would make a good lower-secondary investigation:

The average of a set of 64 numbers is 64.
The average of the first 36 numbers is 36.
What is the average of the last 28 numbers?

Solution

The total of all 64 numbers is 64 \times 64 = 4096.
The total of the first 36 numbers is 36 \times 36 = 1296.
The total of the last 28 is therefore 4096 - 1296 = 2800,
which makes their average \frac{2800}{28} = 100.

Comments

In its ‘raw’ form this is just a basic test that someone understands how to calculate means. It’s nice that the final number is an integer, though… and is it a coincidence that 64 + 36 = 100?

Let’s try the same problem with different numbers:

The average of a set of 51 numbers is 51.
The average of the first 17 numbers is 17.
What is the average of the last 34 numbers?

The average of the remainder is \frac{51^2 - 17^2}{51 - 17} = \frac{2312}{34} = 68.

Not only do we get a whole number, but the answer is 68 = 51 + 17.

Can we conjecture that the answer will always be the sum of the two set sizes? Well, it’s happened twice, so it must be true (!). Looking at the general problem:

The average of a set of n numbers is n.
The average of the first k numbers is k.
What is the average of the last n-k numbers?

The average of the remainder is \frac{n^2 - k^2}{n - k}.

Here we might get stuck, unless we remember (or discover, or are taught) at this point the difference of two squares identity: a^2 - b^2 = (a+b)(a-b).

This makes our average \frac{(n+k)(n-k)}{n-k} = n+k, and our conjecture is proven.

Extensions

Does a similarly nice thing happen if we specify extra conditions? For example, we could say that there are 5 numbers with an average of 5, and another 9 numbers with an average of 9.

Can we say anything about the median in these situations?

Written by Jon Ingram

February 28th, 2010 at 7:58 am

Posted in Maths, Puzzles

Tagged with ,

A conic mini-world

without comments

Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)

(Source: conic_family_plot.ggb.)

Questions and suggestions

Press the play button, and the red curve will animate, showing you some of the possible curves you can get by changing a, b, c and d.

Click 'show controls' and you can alter a, b, c and d yourself. You can also click the checkboxes next to a, b, c or d to see a 'family plot':

These family plots will also animate (and look quite pretty when they do!).

  • What are the values of a, b, c and d in the red curve?

    [Answer: at the start, they are all equal to 1.]

  • What types of curves would you get for other values of the constants?

    [Answer: The curves you get from these equations are ellipses and hyperbolas.]

The equation is a special case of the equation ax^2 + bxy + cy^2 + dx + ey + f = 0, which generates all conics.

As well as being a pretty thing to have in my room as a class enters, it could also serve as the basis of investigations into conics (either in the special case shown in the applet, or in general). For example:

  • Can we tell by looking at an equation whether it will be an ellipse or a hyperbola?
  • Can we tell by looking at the equation whether any points will appear at all, or whether the equation has no solutions?
  • Can we classify all the equations which go through one/two/three/more specified points?
  • Can we go backwards, from a diagram we want to the equation?
  • Why do the family plots look like they do?

Written by Jon Ingram

February 27th, 2010 at 7:40 pm

Posted in Maths, Resources

Tagged with , ,

Interactive cylinder

with one comment

Inspired by this excellent post on the 'Point of Inflection' blog, here's an interactive cylinder, which will let students explore the relationship between radius, height, and volume. The post linked gives some great throughts on the benefits of using interactive examples like this in classes.

Sorry, the GeoGebra Applet could not be started. Please make sure that Java 1.4.2 (or later) is installed and active in your browser (Click here to install Java now)

Incidentally, I've just noticed while creating this post that the new version of Geogebra allows you to embed a simple Geogebra applet completely in HTML, without having to upload a separate .ggb file. A wonderful advance, but it does make it impossible to save the applet to your own computer. I would love to link to the .ggb file here, but the new version of Wordpress seems to have implemented some odd 'security guidelines' for uploads that I need to hunt down and disable!

Written by Jon Ingram

February 26th, 2010 at 3:42 pm

Posted in Lessons Taught, Maths, Resources

Tagged with ,

Today’s random fact

without comments

1% of a day plus 1% of an hour is exactly 15 minutes.

Check with Google if you don’t believe me!

Written by Jon Ingram

February 17th, 2010 at 8:18 pm

Posted in Maths, Puzzles

Tagged with