Showing posts with label staircase. Show all posts
Showing posts with label staircase. Show all posts

Tuesday, June 9, 2015

[Pri20150402PTSMAP] A Staircase with Higher Steps

Question


Introduction
     This pertains to the sum of consecutive numbers with constant skips.  I set this question
to illustrate the heuristic of looking for patterns [H04].  It is similar to this question, except that now the numbers jump or skip by  2  instead of just   1.  The more knowledgeable reader will doubtless recognise this to be an arithmetic progression.  The challenge now is how can a primary school pupil do it without having learnt about any more advanced mathematics or algebra, relying purely on pattern recognition.

Solution
     As in the previous solution, imagine the sum as a series of vertical bars.  The numbers all jump by  2  this time.  Because the jump amount  2  is constant, you see a nice staircase pattern (shown in violet).  Each step of the staircase is of height  2  units.  If we make a copy of it and turn it upside-down (shown in green), the two staircases join together nicely to form a rectangle.  Notice that  101+3 = 99+5 = 97+7 = ... etc and they are all equal to  104.  If we know the number of columns, we can work out our desired sum.  How many columns are there?

     The number of columns is the same as the number of terms in  our sum.  OK, but then how many terms are there?  How to calculate this?  Let us look at a few simple cases first [H10. Simplify the problem].
Let us try to observe the pattern.  Note that the size of each skip is always  2.  If there are  2  terms, it is just  3  and  5,  there is one skip of  2.  From  3  to  7,  there are  3  terms, there are two skips of  2  each.  From  3  to  9,  there are  4  terms,  the difference is  6  and there are  3  skips.  From  3  to  11,  there are  5  terms,  the difference is  8  and there are  4  skips.  If you go from  3  to  13,  the net jump is  10  and there are  5  skips  and  6  terms.  We can tabulate the data into a table [H02] below:-

        skip size = 2
Start
End
Total Skip
# skips
# terms
3
5
5 – 3 = 2
2 ¸ 2 = 1
2
3
7
7 – 3 = 4
4 ¸ 2 = 2
3
3
9
9 – 3 = 6
6 ¸ 2 = 3
4
3
11
11 – 3 = 8
8 ¸ 2 = 4
5
3
13
13 – 3 = 10
10 ¸ 2 = 5
6
Do you notice some things?  [H04]

The total skip is the difference between the starting and ending numbers.

The number of skips is the difference divided by the skip size.

The number of terms is always one more than the number of skips.

Since our last term is  103,  the total skip is  101 – 3 = 98.  The number of skips is  98 ¸ 2 = 49.   So there are  50 terms  i.e.  50  columns.

Hence the size of our rectangle is  50 × 104.  But we only want half of this rectangle (shown in violet).   Hence the sum is  ½ × 50 × 104 = 2 600.

Ans:   3 + 5 + 7 + ... + 99 + 101 = 2 600

Summary
     This article illustrates the heuristic [H04 Look for pattern(s)].  Our first pattern we notice is the staircase pattern.  After making a copy and turning that around, we notice that it forms a rectangle, with columns of size  104  each.  Now we look for a pattern that enables us to find the number of columns, which is the number of terms in our sum.  We note that the number of terms is always the same as the number of skips, which is the same as the difference between the start and the end all divided by the skip size.  This enables us to solve the challenge in a way similar to my previous example.

Reflections
     Do you think this method will work for different starting numbers and different ending numbers?  For different skip sizes?  Why not set up your own similar question and try it yourself and see whether it works?


H02. Use a diagram / model
H04. Look for pattern(s)
H09. Restate the problem in another way
H10. Simplify the problem

Suitable Levels
Primary School Mathematics
GCE ‘O’ Level “Elementary” Mathematics (Number patterns, with algebra)
GCE ‘A’ Levels H2 Mathematics (sequences and series, with algebra)
IB Mathematics (sequences and series, with algebra)
* anyone who loves patterns and relishes a challenge






Monday, March 30, 2015

[Pri20150303VSA] A way to Visualise Arithmetic Progressions

Question 
What is the sum of 25 + 26 + 27 + ......... + 189 ?

Introduction
     This is a problem meant to stretch the minds of Singapore primary (elementary) school pupils.  Adults (e.g. parents, teachers and tutors) trying to help out usually recommend doing this using the “rainbow” method (where a bunch of arcs are drawn joining 25 and 189, 26 and 188, 27 and 187 ... and so on, forming something that looks like rainbow), or the sum of arithmetic progression formula
          ½ ´ number of terms ´ (first term + last term)
which is usually taught at the junior college (pre-university) level.  Although correct, do the learners understand the logic behind them?

A Visual Method
     In my visual representation below, the answer pops out almost immediately and the reasoning is made apparent to the student.

     Imagine a series of vertical bars representing 25, 26, 27 ... up to 189 joined together forming a staircase (shown in orange).  Make a copy of this (shown in blue) and flip it around and join the two shapes together to form a rectangle.  Note that the width of this rectangle represents the number of terms 189 – 25 + 1 = 165, while the uniform height is in fact first term + last term = 189 + 25 = 214.  Taking the “area” of the rectangle and dividing by two, we get  17 655, an answer that would agree with those found using the previously mentioned methods.  The diagram above is a kind of proof without words”.