Jump to content

Course:MATH103/Archive/2010-2011/207/Lectures/Lecture02

From UBC Wiki
Faculty of Science
Department of Mathematics
Course Pages
Course Policies
Math Solvers
Exams
Quizzes
Assignments
Lectures

Lecture 2

Readings For This Lecture

Keshet Course Notes:

  • Chapter 1, pages 1 to 13 (up to subsection 1.6)

Summary

When one wants to sum up a large set of numbers, it helps to have some sort of notation that cleans up something like 1+2+3+4+5+6++200.

This notation would be what is called sigma, or summation notation. For the sum stated above, the notation would be k=1200k

The number below the sigma (k=1) is called the "index of summation" and it represents what term the sum is starting from, in this case, it is the first term.

The superscript, or whatever is above the sigma shows at what point the summation stops.

Suppose that we want to sum up five 1s, or 1+1+1+1+1. To put this into sigma notation we would write k=151. This is because we want the sum of term 1 through 5 of a formula, "1". This sum, of course, would just lead to the number 5.

The general formula for this would be k=1N1=N


This fact can also lead to the very useful fact that, if what you are summing up has a common factor in it, you can bring that factor out of the notation and multiply it to the sum after it is found. e.g. k=1203=3k=1201=3(20)=60


Lets now take a look at how combine similar sums. k=173kk=373k=(3+32++37)(33+34++37)=3+32 which is really just k=123k.


Another way of simplifying sums is to expand. When you have a sum of two terms being added or subtracted (e.g. k=08(12k)) you can split each part into it's own sum.

In this case, that would mean k=081k=082k.



There are a few formulae for actually determining sums from the summation notation.

The first one we will look at is Gauss' formula which will aid us in determining the sum of k=1Nk which can also be written as 1+2++(N1)+N

If we add this series to itself flipped around, we would get

S=1+2++(N1)+N

+

S=N+(N1)++2+1

2S=(N+1)+(N+1)++(N+1)+(N+1)

Which means there are N terms of (N+1) so 2S=N(N+1) which means S=N(N+1)2

This conclusion that was just reached is Gauss' formula: k=1Nk=N(N+1)2

There are also formulae for adding up N terms of k2 and k3


These are:

k=1Nk2=N(N+1)(2N+1)6


and


k=1Nk3=(N(N+1)2)2

Exercises

Reference the appropriate formula from the course formula sheet when required.


1. Write   1+2+4+6+8+10++196    in summation notation.


2. Write   1+12+19+116+125+    in summation notation.


3. Simplify   k=5(12)k+k=24(12)k.


4. Simplify   2y=0100y+y=1100y2+y=01001.


5. Show that the sequences   m=010(m+1)2    and   n=111n2    are equivalent.


6. Compute the sum   n=1060n.


7. Compute the sum   k=250(k22k+1).


8. Find the sum of the first 50 odd integers,   1+3+5+.


9. Compute the following sum:   i=112i(1i)+2i.


10. A triangular pyramid of spheres has one sphere on the top layer, 2+1 = 3 spheres on the second layer, 3+2+1=6 spheres on the third layer, and so on. Write down a formula for the number of spheres needed for a pyramid that is N layers deep. How many spheres are needed for a pyramid that is 100 layers deep?