Y1, C3 - Series Flashcards
What is the sum of 5 from r = 1 to n
5n
What is the sum of the first n natural numbers
0.5n (n + 1)
How to solve the sum of r from r = 21 to 50
Subtract the (sum of r from r = 1 to 20) from (the sum of r from r = 1 to 50)
How to factorise ac + ad + bc + bd
= (a + b)(c + d)
Factorise (2n + 4)(n - 1) - (n - 3)(n - 1)
= (n - 1)[2n + 4 - (n - 3)]
= (n - 1)(n + 7)
What does the number above sigma mean in sigma notation
The ending number
What does x in r = x mean in sigma notation
The starting number
Can you have non-integers above or below the sigma notation (starting or ending number)
NO
Express 25 + 15 + 5 - 5 in sigma notation
r = 1, ending at 4, expression being summed = (35 - 10r)
What is the sum of r from r = 5 to 2N - 1
= sum of r from r = 1 to 2N - 1 - (sum of r from r = 1 to 4)
Formula: 0.5n(n+1)
= 2N^2 - N - 4 - (6)
= 2N^2 - N - 10
How can the sum of (3r + 4) from r = 1 to 13 be broken up
= 3 * (sum of r from r = 1 to 13) + (sum of 4 from r = 1 to 13)
= 325
What is the sum of squares
= 1/6 * n * (n+1)(2n+1)
What is the sum of cubes
= 1/4 * n^2 * (n+1)^2
What is n in sigma notation
The ending number
What is r in sigma notation
The expression being summed