Formulas you need to memorise Flashcards
(13 cards)
Binomial expansion
nC0 x a^n x b^0 + nC1 x a^n-1 x b^1 + nC2….
How to find the area under a curve
Integrate
Input the limits and take the smallest away from the largest
What’s the trapezium rule
1/2 x height ( 1st value + 2(all the middle values added) + last value)
Height = The interval between the x-values
What are the log laws (4)
Power -> nlogcA = logcA^n (number at start becomes power of end number in the term)
Division rule -> logcA - logcB = logc(A/B)
Multiplication rule -> logcA + logcB = logc(AxB)
Equal rule -> logcA = n = A=c^n
What’s the equation for a circle
(x - x1)^2 + (y - y1)^2 = r^2
What/s the area of a sector in radians and degrees
Rad: x/2pi x pi x r^2
Degrees: x/360 x pi x r^2
Perimeter of sector
2r + x/360 x pi x diameter
What trig identities do you need to remember for this paper
cos^2x + sin^2x = 1
sinx/cosx = tanx
What’s the formula to find a term in a geometric sequence
ar^n-1
How to find the common ratio if given 3 terms
3/2 = r
2/1 = r Either one would work
What’s the equation for the volume and SA for a cylinder
V: pi x r^2 x height
SA: 2 x pi x r^2 + 2 x pi x r x height
How to find if a turning point is minimum or maximum
Second differential and input the x value you have
Positive - minimum
Negative - maximum
What’s the proof for the summation of geometric sequences
Sn = a + ar + ar^2 rSn = ar + ar^2 + ar^3
rSn - Sn = a - ar^n
Sn (1 - r) = a (1 - r^n)
Sn = a (1 - r^n) / (1 - r)