1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Sum of the first n natural numbers
n(n+1)/2
Sum of a Finite Geometric Series
a(1-r^n)/1-r
Sum of infinite geometric series (convergent i.e mod(r )<1)
a/1-r
Binomial Expansion
a^n + nC1 a^(n-1)b + nC2 a^(n-2)b² +… + nCr a^(n-r)b^r + b^n
Choose Formula (nCr)
n!/[r!(n-r)!]
New Straight Line Equation
y-y1 = m(x-x1)
Arc Length =
rTheta
Area of A segment
1/2r²Theta OR 1/2 rs (s is arc length)
Trapezium Rule
1/2h(y0+yn + 2{y1+y2+…})
Where h=b-a/n