10.2 Linear Growth or . . .

How did my baby get to be 14 feet tall?


Topics

Predicting Baby's length
Graphing Baby's predicted growth
Young Gauss astounds Herr Büttner
Another way to look at Gauss's formula
Arithmetic sequences
Defining arithmetic sequences
Finding An for an arithmetic sequence
Summing terms of an arithmetic sequence


Predicting Baby's length

Baby's predicted growth table
end of growth period (month) length
1 20 + (1)(.25) = ··
2 20 + (2)(.25) = ··
3 20 + (3)(.25) = ··
. . . . . .
20 20 + (20)(.25) = ··

This is an example of linear growth:

growth by the same amount over equal time periods

A general formula for linear growth
   
if an organism, population 
or anything subject to growth 

starts out at initial size P0
and grows by a fixed amount d
during every 
equal-length growth period

then its size Pn
at the end of the of the nth growth period 
will be given by:

Pn = P0 + nd
 

Of course, if we carry this to extremes, then when your baby is 50 yrs. old, she will be

20 + (600)(.25) inches = 170" = 14 feet tall!


Graphing Baby's predicted growth

You may want to draw a graph to predict Baby’s growth so you can compare it with real growth. Let’s use the formula to make a graph:

Let's make a table of points to place on our graph:
 

end growth period
n  =
 length of baby:   Pn = P0 + nd
4 ·· + ·· x ·· = ··
8 ·· + ·· x ·· = ··
12 ·· + ·· x ·· = ··
16 ·· + ·· x ·· = ··

Now we'll plot the points and draw the graph:

Note that the graph is a straight line;  thus the name linear growth!


Young Gauss astounds Herr Büttner
 
A Small Play

Cast of Characters

Karl:  brilliant and feisty 10-year-old
Herr Büttner:  irascible math teacher
The other students in the class

Act 1

(Class is noisy and driving Herr Büttner crazy)

Herr Büttner (agitatedly): Everyone, listen up!  Sum the first 100 whole numbers! 

Herr Büttner (aside): (That will keep those little JD's busy for a while doing 100 sums!)

(After only a minute, Karl lays his slate – with the number 5050 on it – on the teacher’s table)

Karl: Ligget se
End of Act 1
End of Play

Was Karl correct? And how did he do it so quickly?

Think about the numbers:
 

1 2 3 . . . 48 49 50 51 52 . . . 98 99 100

Now think about pairing them:

1 with 100
2 with 99
3 with 98
.
.
.
48 with 53
49 with 52
50 with 51


Each pair adds up to ··.    How many pairs?  ··  So the total is 50 x 101 = ··.
Karl did it with 1 multiplication, not 100 additions!
His formula for the sum Sn of the first n whole numbers:

Sn =

Of course, Karl grew up to be probably the greatest mathematician that ever lived:


Karl Friedrich Gauss  (1777 - 1855)

Looks more like Herr Büttner might look, doesn't it!  For more information about Gauss, click here.

Gauss was from Brunswick, in what is now Germany.

 

Another way to look at Gauss's formula

What would the average size of the numbers 1, 2, 3, . . ., 100 be?
Well, just the average of the smallest and largest = (1 + 100)/2!

How many numbers are there?  ··

So we'll take the (number of numbers) times (the average size) : (100)(1 + 100)/2 = ·· again!

General formula doing it this way:

Sn =

(same as Gauss’s, right?)
Arithmetic sequences Example: A = 3, 7, 11, 15, …

Unlike the the Fibonacci sequence, the arithmetic sequences will start with a 0th (zeroth) term (for technical reasons).

So we have:

A0 =   ··       A1 =     ··          A2 =    ··

Important note:


What is the defining characteristic of this kind of sequence?
··

Common difference d  for A?   d =  ··


Defining arithmetic sequences

There are two ways to define an arithmetic sequence: a recusive definition, and an explicit definition

Example:  for the arithmetic sequence A = 3, 7, 11, 15, …

(1) Recursive definition: A0 =  3,    An = An-1 +  4
(2) Explicit definition: An = 3 + n(4)

Note that the explicit definition will always give us the An term directly:

A19·· + (··)(··) = ··  (remember, this is the 20thterm!)


Finding An for an arithmetic sequence

From the previous section, we easily obtain a general formula for An.

General formula for An

An = A0 + nd

Note that the formula for the size of an organism after n growth periods was

Pn = P0 + nd

Same formula!!  Only one formula to learn!!

The arithmetic sequence is just a discrete version of the continuous linear growth model!


Summing terms of an arithmetic sequence

Suppose we want to know 3 + 7 + 11 + . . . (sum for 10 terms)
First, we are going to need to know what the 10th term (A9) actually is:
Using our formula:  A9 = 3 + 9(4) = 39

Now we can use Gauss's trick:

We can capture this trick in a formula:

Sum of the first n terms of an arithmetic sequence

A0 + A1 + . . . + An-1 = (A0 + An-1)(n/2)