IB maths ALL

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/75

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:32 PM on 4/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

76 Terms

1
New cards

dxdy in polar

rdrd(theta)

2
New cards

What IS the Jacobean

A scale factor of area when changing variables and it is in the databook pg9

3
New cards

How to find equations of field lines

dy/dx equals the j bit over the i bit and then integrate

4
New cards

What IS divergence

Flux out of an area

5
New cards

How to calculate divergence

Dot product of d/dx d/dy etc with vector

6
New cards

What does the curl vector define

The axis of rotation

7
New cards

What generates curl

Local shear and global rotation

8
New cards

What does zero curl mean

Conservative field, path irrelevant

9
New cards

What does zero divergence mean

Closed surfaces have no net flux

10
New cards

Can you divide by a vector

No

11
New cards

What is the other name for the divergence theorem

Gauss theorem

12
New cards

What does gauss theorem do

Tells you literally divergence of a volume equals flux out of its surface

13
New cards

What does stokes theorem do

Lets you find a curl rather than a circulation

14
New cards

Where do you find the diffusion equations

In the materials databook

15
New cards

How do you solve d2X/dx2 + d2Y/dy2 = 0

Separation of variables, both sides equal a const 1/X d2X/dx2 = a² decide if positive or negative by considering if it should be sinosoidal or exponential in time etc

16
New cards

What is an alternative to exponentials in your differential eqn solutions

Ae^-ax + Be^ax OR Ccoshax + Dsinhax

17
New cards

How do you solve a PDE of the form d2f/dx2 + d2f/dt2 = 0

Assume form f=func(x)func(t).

1/X d2X/dx2 = 1/T d2T/dt2 = const

Decide whether the separation constant is positive or negative based on whether you expect it to be sinusoidal in time or distance, solve each side and use boundary conditions

18
New cards

How do you solve a PDE where the separation constant is zero

Solutions for X and T are both linear

19
New cards

How do you solve a PDE of the form d2f/dx2 = 1/a df/dt

1/X d2X/dx2 = 1/aT dT/dt (don’t forget the 1/T) = const. For the first order equation you just get one exponential

20
New cards

How do you solve a PDE of the form d2f/dx2 = 1/c² d2f/dt2

You start with 1/X d2X/dx2 = 1/c²T d2T/dt2 = const

Decide whether const is positive or negative, solve with boundary conditions.

As this is the wave equation, your solution might have an n (because boundary condition periodic)

21
New cards

When do you expect a self-similar solution to a PDE

When the boundary conditions are steady in time and there was no inherent length scale

22
New cards

How do you solve self similar PDEs

Using a characteristic diffusion length scale, L=c root(alpha t).

(T-To)/(delta)T = f(y/ root(alpha t))

There is only one question, just practice it ep4q8)

23
New cards

What is a sample space

A set of all possible outcomes

24
New cards

What is the entropy of a function

The number of states and their relative likelyhood. H= -(sum of all) P(x) x log2P(x) (probability function)

25
New cards

Is expectation linear

Yes

26
New cards

How do you calculate expectation

Sum/integral over all possible x of xp(x)

27
New cards

How else to write E(XY)

E(X)E(Y)

28
New cards

How do you do questions which need you to find the standard deviation

Trial and error

29
New cards

How do you calculate the expectation

Sum of all xP(x)

30
New cards

What is the central second moment more commonly called

The variance

31
New cards

What gives a Bernoulli distribution

Single trial with binary output

32
New cards

What gives a geometric distribution

How many trials until first success

33
New cards

What gives a binomial distribution

How many successes occur in n trials

34
New cards

What gives a poisson distribution

How many events occur in a given interval at rate lambda

35
New cards

How are binomial and Poisson distributions linked

For n going to infinity, B(n, L/n) = Pois(L)

36
New cards

What is a CDF F(x)

Cumulative distribution function. Always increasing, difference between two values = probability of event in that region

37
New cards

What is a PDF f(x)

Probability density function. It is the gradient of the CDF

38
New cards

How are PDF CDF and probability linked

(Integral from a to b)f(x) = F(b) - F(a) = P(a<x<b)

39
New cards

What gives exponential density

What is the time/distance between two successive lambda-rate successes?

40
New cards

What gives beta density

What is the PDF of the trial probability if we observe a-1 successes and b-1 fails?

41
New cards

If S=X+Y what is the expectation and variance of S

E(S) = E(X)+E(Y)

Var(S) = E(XY) - E(X)E(Y)

42
New cards

What is an ML estimator

Choosing a parameter that makes the observed data most probable

Estimating mean- minimising sum of all

(Xi - theta)²

43
New cards

What is an MAP estimator

Choosing the parameter that is most probable after observing the data

44
New cards

How do you do hypothesis testing

Make a null hypothesis (no effect)

Compute how likely data is if null hypothesis true

P value is probability of outcome being what it is or more extreme

Compare to significance level

Halve significance level for two tailed test

45
New cards

What is the column space of a matrix A

For Ax=b it is the set of all possible b

46
New cards

What is the null space of a matrix A

The solution of Ax=0

47
New cards

What is the row space of a matrix A

All x such that Ax ≠ 0

48
New cards

What is the left null space of a matrix A

All b so that Ax=b has no solution

49
New cards

What is the dimension of a vector space

The smallest number of basis vectors that could span it

50
New cards

What are basis vectors

The smallest set of spanning vectors that are linearly independent

51
New cards

What does it mean for vectors to be linearly independent

One can not be written as a multiple of the others

52
New cards

Do the dimensions of a space and the dimensions of a vector in it have to match

No

53
New cards

What is the rank of a matrix

The dimension of the vector space spanned by its columns

54
New cards

What sort of matrices have an equal inverse and transpose

Orthonormal ones

55
New cards

How do you do LU factorisation

Write out the LH column and top row of a matrix, starting with a 1 on the left top make a multiplication grid that gives these values, fill in rest, write out remainder. Repeat.

L = side columns, U = top rows

L is lower triangular U is upper echelon

56
New cards

How do you solve Ax=b if you know A=LU

Solve Lc=b then Ux=c

If no unique answer, set free variables to zero for particular solution then set them to 1 one at a time for homogeneous solutions and solution has form x0. + ax1 +bx2 etc

57
New cards

What is the dimension of a matrix

How big it is (ie how many rows and columns)

58
New cards

How do you find a least squares solution to Ax=b

Solve A(t)Ax=A(t)b

59
New cards

What is Gram Schmidt

It takes vectors describing a space and gives a set of orthonormal vectors describing the same space

60
New cards

How do you do Gram Schmidt

q1 = normalised a1

q2 = normalised a2 - (a2 dot q1) q1

q3 = normalised a3 - (a3 dot q1) q1 - (a3 dot q2) q2

Etc

a’s are columns of A

q’s are columns of Q

61
New cards

How do you do QR factorisation

Get Q from Gram-Schmidt

The columns of R are the coefficients of the equations for a in terms of q’s

R should be upper echelon

62
New cards

If you know the eigenvectors what is the column space

The eigenvectors with non zero eigenvalues

63
New cards

If you know the eigenvectors what is the null space

Any eigenvector with a zero eigenvalue (this is also the left null space)

64
New cards

How do you diagonalise a matrix

A=QLQ(t)

Where the columns of Q are the eigenvectors and L has the eigenvalues down the diagonal

65
New cards

What is the method for singular value decomposition

A = Q_1 S Q_2(t)

Find AA(t), Q1 is its eigenvectors and S is its eigenvalues

Find A(t)A, Q2 is its eigenvectors (eigenvalues should be the same)

Make sure you use the same columns for eigenvectors corresponding to the same eigenvalues

66
New cards

How do you find the eigenvalues of a triangular matrix

The eigenvalues are the values on the diagonal.

67
New cards

How do you find flux through a surface

Double integral F.dA, turn to a volume integral with Gauss theorem

68
New cards

Are you scared of spherical polar coordinates

No!

69
New cards

How do you do a path integral in a conservative vector field

Find the scalar potential, it is the difference between the scalar potentials at the two end points

70
New cards

How do you show that one matrix is the inverse if another

Show that their multiple is the identity matrix

71
New cards

How do you do Gaussian elimination and what is it for

To solve Ax=b without finding inverse of A by making A upper echelon

Append b to RHS of A

Subtract multiples of row 1 from lower rows to get zeros below 1,1

Repeat for all rows until upper echelon

Peel off b and solve by back substitution

72
New cards

How do you diagonalise a matrix

P^(-1)AP = L P has columns that are A’s eigenvectors and L is the eigenvalues down the diagonal

73
New cards

If you give an answer with letters in what is it important to say

Values for which there is no answer (eg 1/x for x≠0)

74
New cards

If you have found a least squares solution v to Ax=b, what vector p is the projection of b onto A’s column space

p=A v

75
New cards

What is the equation for a projection matrix p=Pb where p is b projected onto A

P = A (A(t)A)^-1 A(t)

76
New cards

What is in your integration toolkit

By parts, substitution, the cases given in the databook, guess and adjust

Explore top notes

note
Ecce Romani ch. 1-12
Updated 1108d ago
0.0(0)
note
social security and ERISA
Updated 1217d ago
0.0(0)
note
DSAT
Updated 928d ago
0.0(0)
note
Arthritis Pain of the Elbow
Updated 1151d ago
0.0(0)
note
006 - Cell Membrane
Updated 855d ago
0.0(0)
note
Earth Science #1
Updated 1334d ago
0.0(0)
note
Economics Semester 2
Updated 1064d ago
0.0(0)
note
Ecce Romani ch. 1-12
Updated 1108d ago
0.0(0)
note
social security and ERISA
Updated 1217d ago
0.0(0)
note
DSAT
Updated 928d ago
0.0(0)
note
Arthritis Pain of the Elbow
Updated 1151d ago
0.0(0)
note
006 - Cell Membrane
Updated 855d ago
0.0(0)
note
Earth Science #1
Updated 1334d ago
0.0(0)
note
Economics Semester 2
Updated 1064d ago
0.0(0)

Explore top flashcards

flashcards
Periodic Table First 20
20
Updated 966d ago
0.0(0)
flashcards
APUSH Unit 5 Test
41
Updated 363d ago
0.0(0)
flashcards
Linked Review
34
Updated 943d ago
0.0(0)
flashcards
Histology practical exam
33
Updated 939d ago
0.0(0)
flashcards
Au restaurant
61
Updated 1271d ago
0.0(0)
flashcards
APUSH Period 9 vocabulary
56
Updated 1078d ago
0.0(0)
flashcards
Great expectations test 1
20
Updated 1126d ago
0.0(0)
flashcards
psych final study guide chap 5
91
Updated 850d ago
0.0(0)
flashcards
Periodic Table First 20
20
Updated 966d ago
0.0(0)
flashcards
APUSH Unit 5 Test
41
Updated 363d ago
0.0(0)
flashcards
Linked Review
34
Updated 943d ago
0.0(0)
flashcards
Histology practical exam
33
Updated 939d ago
0.0(0)
flashcards
Au restaurant
61
Updated 1271d ago
0.0(0)
flashcards
APUSH Period 9 vocabulary
56
Updated 1078d ago
0.0(0)
flashcards
Great expectations test 1
20
Updated 1126d ago
0.0(0)
flashcards
psych final study guide chap 5
91
Updated 850d ago
0.0(0)