Sunday, September 12, 2010

Mal's Post 2

Part a.) What is the sum of the first n integers for n=1, 2, 3, 4, 5, 6, 7, 8, 9, and 10?
*Note, that is to say, for n=6 you will simply calculate 1+2+3+4+5+6
Answer:
1. 1
2. 3
3. 6
4. 10
5. 15
6. 21
7. 28
8. 36
9. 45
10. 55

Part b.) Is there a pattern as n gets larger? What do you intuitively think the pattern might be? If you don't see one immediately, try a few larger values of n (around 15 to 25.)
Answer:
You’re just adding n to the previous total. So each time it’s increasing by 1, 2, 3, 4, 5,…

Part c.) Do you think it's possible to write a formula for the sum of the first n integers for any n (for instance, if I want to know the sum of the first 1,000,000 natural numbers, but don't want to write all of them out, is there a shorter formula that I can simply plug n=1,000,000 into?) If so, what do you think it might be (or if you're not sure, why do you think there is one?) and if not, why don't you think so?
Answer:
Well, I’m not really positive. I feel like there is a formula…because I vaguely remember Tir telling me something….but I don’t know. But, I did find out that n^2-n gives you 6 for 3?

Part d.) If you think there is a formula, can you justify (or prove) that it is correct? If you don't think there is one, can you prove that there isn't? (It's okay if you can't do this part, but just elaborate a bit.)
Once again elaborating. Because there is a pattern, I believe there should be a formula. Isn’t that a given?

No comments:

Post a Comment