Archive for September, 2009

The Fascinating World of Perfect Numbers

September 30, 2009

What do the numbers 6, 28, 496 & 8128 all have in common?  Aside from being even numbers they are also all examples of perfect numbers.

To see what this means take a look at the factors of the number 6 (the factors of a number are those whole numbers which divide into the original number exactly).  The factors of 6 are 1, 2, 3 & 6 (because 6 can be divided by these numbers exactly).

A perfect six!

A perfect six!

Now ignore 6 and add the other factors together and you get 1 + 2 + 3 = 6 which is the number we started with – this is what makes 6 a perfect number.  Likewise the factors of 28 are 1, 2, 4, 7, 14 & 28 and if we add these factors together (ignoring 28) we get 1 + 2 + 4 + 7 + 14 = 28 and so 28 is also a perfect number.  Hence a perfect number is any number which is the sum of all its factors other than itself.

Perfect numbers are pretty rare and you can easily verify for yourself that most numbers are not perfect – for instance the number 8 has factors 1, 2, 4 & 8 and 1 + 2 + 4 = 7.  In fact they are very rare and at the last count only 44 perfect numbers have ever been found – the fifth perfect number (after 6, 28, 496 & 8128) is 33,550,336 and the largest known one has nearly 20 million digits!

Extra special 28!

Extra special 28!

So far no-one has ever found an odd perfect number – it seems pretty likely that there are no odd perfect numbers but this has yet to be proved and so perhaps there is one or more out there to be found; it would be a good way to become famous in the field of mathematics if you could find an odd perfect number!  We also don’t know how many perfect numbers there are.  As I’ve mentioned, only 44 have been found so far but new ones are still being found fairly regularly and it’s quite likely that there are infinitely many out there to be discovered some day but again we can’t say for certain – this would be another guaranteed way to make your name in maths if you could prove that there were infinitely many perfect numbers!

Perfect numbers exhibit several other interesting properties.  For example, if you reciprocate the factors of a perfect number and add the answers together you will always end up with the number 2 (if you reciprocate a number you divide 1 by that number, for example if you reciprocate 3 you get 1/3 which we call the reciprocal of 3; similarly the reciprocal of 7 is 1/7).  For example, we can add together the reciprocals of the factors of 6 and we get 1/1 + 1/2 + 1/3 + 1/6 = 2.

496 - in the perfect club!

496 - in the perfect club!

To be honest, perfect numbers are not particularly important numbers but that’s not really the point – if people find them interesting, and indeed fascinating, as many mathematicians have over the years, then who needs any other reason to take an interest in them?  Personally I’ve always found them to be a source of amusement and fun and I hope other people do too!

Find out more about studying Maths at Bellerbys College by visiting the Bellerbys courses page.

Shoelaces, Computers and Decision Maths

September 2, 2009

If you have a friend with you please ask them to place a small object on the floor, somewhere in the room that you’re in. Now go and pick it up. Easy? I should hope so!

Next close your eyes and, keeping your eyes shut, get your friend to place the same object at a different location within the room. Ask your friend to direct you to where the object is located (please be very careful and make sure there is nothing dangerous in the room such as a fireplace or sharp objects before you do this). Your friend must give you precise instructions – you mustn’t peek or cheat in any way!

Once you’ve located the object repeat this by placing the object on the floor yourself and giving your friend instructions as to how to reach it. I hope you’ll agree that this is not so easy! You have to give (or receive) very precise instructions and this can be very challenging.

Now let’s try something even trickier.

Decision Maths: Shoelace Task

Decision Maths: Shoelace Task

If you have shoelaces on your shoes please undo them, pause for a few seconds and then retie them. Again I hope you find this pretty easy! Please get a friend to join you at the computer (or email a friend instead – preferably one with a sense of humour as otherwise they may find the email a bit odd!) and ask them to also untie their laces and then retie them but, and this is where things get harder, instead of just tying up their laces as they would do normally, you have to write out a set of instructions telling them how to do up their shoelaces. They must only do what you tell them to do and your instructions must be very clear, simple and specific (for instance you can’t just say ‘form a bow with the laces’ – you have to tell them what a bow is and how to form one!).

The idea behind these two examples is to illustrate how difficult it can be to write down instructions explaining how to perform even very simple tasks. For example, telling someone how to tie shoelaces is very difficult – as I hope you will agree. Yet, if that is true, how come pretty much everyone knows how to do it?

The key here is that when you were taught how to tie shoelaces you weren’t told how to do it, you were shown how to do it, and this is very different. Showing someone how to do something is much easier than telling them how to do it, hence a lot of what we have all learnt has come from seeing how things are done first – just think of what happens in school; isn’t it always easier to learn something once your teacher has shown you how to do it?

But what happens if I want to teach a computer something; how can I possibly ‘show’ a computer what I need it to do? I can’t. I have to tell the computer what to do and this means that I need to be able to write down very precise instructions telling the computer how to solve whatever task I want it to do. This leads us to the branch of mathematics known as DECISION MATHS, which you may learn about if you study A Level Maths.

Decision Maths involves looking at problems (many of which do not look like traditional maths problems) and trying to find out whether or not these problems can be solved by just following a set of instructions (and finding an appropriate set of instructions to use). Once a suitable set of instructions has been found – these instructions are known as an ALGORITHM – a computer can be programmed to follow this algorithm and hence we can get the computer to solve this type of problem for us. Algorithms are used to solve a wide range of problems, from the very complicated (such as finding the cheapest way to link lots of cities by a high-speed railway system) to the more mundane (such as rewriting a set of numbers into ascending or descending order). Now, writing a set of numbers in ascending order is an incredibly simple thing for you and I to do but for even this basic task it is much harder to write down a set of instructions (an algorithm) so that a computer is capable of doing it.

To illustrate this, I would like you and your friend to both write down your age, the year, the number of brothers and sisters you have, the number of countries you’ve visited and your favourite number. Then I would like you to rewrite your list in ascending order (ascending order means that you start with the lowest number, then the second lowest number, etc). For me this gives the numbers 30, 2009, 3, 34 and 1; and I can easily rewrite these numbers in ascending order as 1, 3, 30, 34 and 2009.

Now see if you can give your friend clear instructions explaining how to rewrite their list of numbers into ascending order (again, your instructions must be very clear and simple – you cannot just say ‘write down the smallest number first then the second smallest number, etc’ as you need to tell them how to find the smallest number, the second smallest number, etc!). Try to see if you and your friend can come up with an algorithm that will always correctly order a set of numbers (you can follow the link – http://en.wikipedia.org/wiki/Bubble_sort – to see some examples of sorting algorithms) and in a future blog I’ll thoroughly describe one common example – the BUBBLE SORT ALGORITHM (this particular algorithm is covered at A Level in the module D1).

Decision Maths helps us to solve a wide variety of problems such as working out the best way to design a rail or road network, telling a robot how to move, calculating how much oil can be piped from an oil-producer (such as Russia) to an oil-importer (such as the UK), determining the quickest way to construct a new building, and many other important tasks.

The key to the success of Decision Maths is that by designing algorithms to solve such problems for us, we can get computers to do all the hard work and find the answers more efficiently and more accurately than we could do ourselves!

By Bellerbys Maths Tutor, Dr John McDarby

Find out more about the courses you can studyat Bellerbys College.

Bellerbys visits Nigeria

September 2, 2009

As part of a new twinning scheme between Bellerbys College and international schools in Africa I have just returned from spending a week teaching mathematics at Danbo International College in Kaduna, Nigeria. This was my first ever visit to Africa and a truly special experience that I will never forget!

Students of Danbo College

Students of Danbo College

I must admit that before I went out there I was pretty nervous about going to a new school and teaching in a completely different environment – although I’m used to teaching international students, including ones from Nigeria, I was still a bit scared of teaching a whole class of 15-year old high school students especially whilst I was being observed by their teachers! 

In the end it turned out to be one of the best weeks of teaching I’ve ever had – the students at Danbo College were really enthusiastic and eager to learn and every class I had with them was really fun! They had a real hunger to learn mathematics, were happy to get involved and seemed to really enjoy maths! The teachers at Danbo College were also brilliant and made me feel completely welcome and at home. I even had the honour of being taken on a tour of Kaduna by the Vice-Principal and the Head of Mathematics who, amongst other things, took me to the local market to get some souvenirs for my nieces and nephews!

Principal John Ogungbenro of Danbo College

Principal John Ogungbenro

As well as teaching students I also spent a lot of time with the maths teachers of Danbo College, sharing ideas about teaching and learning about maths education in Nigeria – this is something which particularly interested me as I often wonder what it’s like to study maths in my students’ home countries. I’d like to think that this experience will at the very least give me a better insight into the educational background of my Nigerian students, and ideally that this will help me to become a better teacher to my students.

It has also made me realised that, as a teacher, it’s a good thing to occasionally be asked to teach in a very different environment as it has made me think about the way I teach and challenged me to approach my lessons in a very different manner. So even though it felt rather daunting, it was definitely worth it!

As well as shopping in the market in Kaduna (which I strongly recommend visiting if you ever happen to be there as it was fantastic and unlike anything I’d ever seen before!) and the wonderful enthusiasm of the students I met, I have many other fond memories of my time teaching maths in Nigeria. The staff and students of Danbo College were incredibly friendly and I will never forget my time with them and I hope to return many more times in the future!

Students of Danbo College

Students of Danbo

by Bellerbys Maths Tutor, Dr John McDarby


Follow

Get every new post delivered to your Inbox.