III] Sequences / functions Flashcards
1
Q
What is the symbol of “summation”?
A
Σ
2
Q
nΣi=1 = ?
A
nΣi=1 = a1+a2+….an
3
Q
How to find the number of terms in a summation?
A
number of terms = m-n+1
4
Q
∀c∈ℝ, nΣi=m(c.ai) = ?
A
∀c∈ℝ, nΣi=m(c.ai) = c.(nΣi=mai)
5
Q
∀c∈ℝ, nΣi=m(ai+bi) =
A
∀c∈ℝ, nΣi=m(ai+bi) =nΣi=mai + nΣi=mbi
6
Q
nΣi=1(1) = ?
A
= n
7
Q
nΣi=1i = ?
A
= (n(n+1))/2
8
Q
nΣk=0qk = ?
A
nΣk=0qk = (1-qn+1)/1-q
if q≠1
9
Q
What are the 3 conditions for an induction reasoning?
A
- Prove (a1) or (a0) is True
- Prove that if (an) is True, then (an+1) is True. An=> An+1
- By induction, ∀n, (An) is True
10
Q
What are the 3 elements needed to get a function?
A
- 2 sets (not necessary numbers)
- Ordered pairs: (x,y) ≠ (y,x)
- A relation R, that is simply a subset of XxY
11
Q
What is a function?
A
Rule that associates some x∈X to, at most, 1 y∈Y.
f(x) = y
f=X→Y
x⟼f(x)
Each x produces only one image (y).