ib math exam

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

1

x+c

2
New cards

ax^n, n≠-1

ax^n+1 / n+1 +c

3
New cards

x^-1

ln abs(x) + c

4
New cards

(ax+b)^-1

ln abs(ax+b) / a +c

5
New cards

ae^kx

ae^kx / k +c

6
New cards

sin(kx), k≠0

-cos(kx) / k +c

7
New cards

cos(2x)

2cos2x-1

1-2sin2x

cos2x-sin2x

8
New cards

sin(2x)

2sinxcosx

9
New cards

tan(2x)

2tanx/1-tan2x

10
New cards

sine deriv

cos

11
New cards

cos deriv

-sin

12
New cards

tan deriv

sec2

13
New cards

csc deriv

-cotcsc

14
New cards

cot deriv

-csc2

15
New cards

sec deriv

tansec

16
New cards

b^g(x)

b^g(x)*ln(b)*g’(x)

17
New cards

ln(g(x))

1/g(x) * g’(x)

18
New cards

logb(g(x))

1/ln(b) * 1/g(x) *g’(x)

19
New cards

e^u deriv

e^u*u’

20
New cards

ln(x) deriv

1/x

21
New cards

logb(x) deriv

1/ln(b) * 1/x

22
New cards

sphere

v: 4/3 pi r cubed

sa: 4 pi r squared

23
New cards

cylinder

v: pi r squared h

sa: 2 pi r h + 2 pi r squared

24
New cards

cone

v: 1/3 pi r squared h

sa: pi r s + pi r squared

25
New cards
26
New cards

median

centroid

27
New cards

perpendicular bisector

circumcenter

28
New cards

altitude

orthocenter

29
New cards

sampling techniques

simple

stratified

systematic

cluster

convenience *

quota *

30
New cards

lower inner fence

q1 - 1.5IQR

31
New cards

upper inner fence

q3+1.5IQR

32
New cards

C

1 + 3.3 ceiling log(n)

33
New cards

w

ceil largest-smallest/number of classes

34
New cards

growth rate

N = No(R)^t/d

35
New cards

FD

(deltax)^n x a x n!

36
New cards

less than, at least (x<r) or (x>=r)

binomcdf(n, p, r-1)

37
New cards

between two numbers binomcdf

(n, p, b) - (n, p, a-1)