PreCalc- Sigma K formulas and Summation Formulas

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Arithmetic- nth term

f(n) = f(1) + d(n-1)

2
New cards

Arithmetic- Sum of first n terms

s(n) = n/2 * (f(1)+f(n))

3
New cards

Geometric- nth term

f(n) = f(1)* r^n-1

4
New cards

Infinite Sum formula

s=f(1)/1-r, -1<r<1

5
New cards

Σc formula

Σc= nc

6
New cards

Σk formula

Σk = n(n+1)/2

7
New cards

Σk² formula

Σk² = n(n+1)(2n+1)/6

8
New cards

Σk³ formula

Σk³= (n(n+1)/2)²

9
New cards

First Step of a Mathematical Induction Proof

Base case

10
New cards

Second Step of a Mathematical Induction Proof

Hypothesis- assume true when n=k

11
New cards

Third Step of a Mathematical Induction Proof

Prove true when n=k+1

12
New cards

Fourth Step of a Mathematical Induction Proof

Proof substitute in hypothesis

13
New cards

Last Step of a Mathematical Induction Proof

Therefore statement ∴ + ∀𝗇∈𝖭

14
New cards

Fifth step of aMathematical Induction Proof

BOOOOM or DOOM

15
New cards

Geometric- Sum of first n terms

f(1)*((1-r^n)/1-r)