pure maths bits

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

1/33

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

differentiate ln(x)

1/x

2
New cards

differentiate ln(f(x))

(f’(x))/(f(x))

3
New cards

differentiate y = a^x

ln(a) x a^x

4
New cards

differentiate y= a^(f(x))

f’(x) x ln(a) x a^(f(x))

5
New cards

differentiate y= e^x

e^x

6
New cards

differentiate y= e^(f(x))

f’(x) x e^(f(x))

7
New cards

arithmetic sequence formula

a + (n-1)d

8
New cards

sum of arithmetic sequence

(n/2)(2a + (n-1)d) or (n/2)(a+l)

9
New cards

proof of sum of arithmetic sequence

(1) sn = a + (a+d) + (a+2d) + … + (a+(n-2)d) + (a+(n-1)d)

  • reverse

(2) sn = (a+(n-1)d) + (a+(n-2)d) + … + (a+2d) + (a+d)

(1) + (2) = 2sn = n(2a + (n-1)d)

so, sn = (n/2)(2a + (n-1)d)

10
New cards

geometric series formula

ar^(n-1)

11
New cards

sum of geometric series

(a(1-r^n))/(1-r) = (a(r^n - 1))/(r-1)

12
New cards

proof of sum of geometric series

(1) sn = a + ar + ar² + ar³ + … + ar^(n-1)

(2) rsn = ar + ar² + ar³ + … + ar^n

(1) - (2) = sn - rsn = a-ar^n

  • factorise each side

sn(1-r) = a(1-r^n)

sn= (a(1-r^n))/(1-r)

13
New cards

divergent series meaning

each term gets bigger

14
New cards

convergent series meaning

each term gets bigger

15
New cards

when is a geometric sequence convergent

l r l < 1

16
New cards

sum to infinity for a convergent series

s(infinity) = a/(1-r)

17
New cards

arc length in radians

r(theta)

18
New cards

sector area in radians

(1/2)(theta)(r²)

19
New cards

arc length in degrees

(theta/360) x 2(pi)r

20
New cards

sector area in degrees

(theta/360) x (pi)r²

21
New cards

degrees to radians

x(pi/180)

22
New cards

cosine rule

a²=b² + c² - 2bccos(A)

23
New cards

sine rule

a/sinA = b/sinB = c/sinC

24
New cards

integrate y= a^x dx

(a^x)/ln(a)

25
New cards

integrate y= e^(ax+b)

(1/a)e^(ax+b)

26
New cards

sin cos diff int (clockwise)

sin —> cos —> -sin —> - cos

27
New cards

newton-raphson formula

xn+1 = xn - ((f(xn))/(f’(xn)))

28
New cards

parametric integration formula

integrate —> y(dx/dt)dt

29
New cards

for what values of x is the expansion of (1-9x)1/2 valid

l 9x l < 1 so -1/9 < x < 1/9

30
New cards

how to find range of composite function

  • find (for example) fg(x)

  • domain of g(x) and function g(x) should satisfy domain of f(x)

  • sketch fg(x)

31
New cards

order of graph transformations

1: inside bracket

  • translation

  • stretch/compress

  • reflection

2: outside stretch/compression

3: outside translation

32
New cards

asymptotes of reciprocal graphs

vert asymptote: denominator= 0

horizontal asymptote: do long division ie

(3x+1)/(x-1) —> 3 + 4/(x+1) where y=3 is the horizontal asymptote

33
New cards

transform f(x) to f(lxl)

reflect all graphs that have +ve x value in the y-axis (so they’re on both sides)

34
New cards

for parametrics - what does show that all points on c satisfy “equation” mean

turn parametric equations into a cartesian equation