3.1 + 3.2: Sums of natural numbers, squares and cubes

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Formula to find the sum of a series of constant terms:

ⁿ∑r=1 1 = n

2
New cards

Formula to find the sum of the series that does not start at 1:

ⁿ∑r=k f(r) = ⁿ∑r=1 f(r) - k-1r=1 f(r)

3
New cards

Formula for the sum of the first natural numbers:

ⁿ∑r=1 r = ½n(n + 1)

4
New cards

Formula for the sum of the squares of the first n natural numbers is:

ⁿ∑r=1 r² = 1/6n(n + 1)(2n + 1)

5
New cards

Formula for the sum of the cubes of the first n natural numbers is:

ⁿ∑r=1 r³ = ¼n²(n + 1)²

6
New cards

Rearrange ⁿ∑r=1 k f(r) , with k being a constant:

k ⁿ∑r=1 f(r)

7
New cards

Rearrange ⁿ∑r=1 (f(r) + g(r)) :

ⁿ∑r=1 f(r) + ⁿ∑r=1 g(r)