maths

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

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:56 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

homogenous equation

sub in u=y/x then dy/dx = u + xdu/dx then do separable equations

2
New cards

modulus rule complex numbers

|z1 z2 | = |z1| |z2|

3
New cards

modulus and arg of z10

1) find z

2) put into reiarg form then re(cos(arg) + isin(arg))

3) reduce angle if needed

4) then simplify back to normal

4
New cards

all solutions of z6 = -8i

  • convert all the way to polar

  • put n in brackets

  • then do for n = 0,1,2,3,4,5 number of n depends on power STARTS FROM 0

5
New cards

principal logs

ln(w) = ln|w| + iArg(w)

6
New cards

cos(x)

eix + e-ix / 2

7
New cards

sin(x)

eix - e-ix / 2i

8
New cards

linear equation

  1. make standard equation dy/dx + f(x)y = g(x)

  2. make integrating factor I(x) = exp(integral of the part with y but not y)

  3. then multiply standard equation by I(x) to both sides

  4. whole left hand side becomes d/dx (integrating factor * y)

9
New cards

sec(x)

1/cos(x)

10
New cards

bernoulli equatinos

  • want to convert to linear

  • its bernoulli when n ≠ 0 ≠ 1 (power on the y not x)

  • multiply whole equation by (1-n)y-n

  • then substitute u = y1-n

11
New cards

homogeneous equation form

<p></p>
12
New cards

linear equation form

knowt flashcard image
13
New cards

bernoulli equation form

knowt flashcard image
14
New cards

e-ln(x)

1 / eln(x) = 1 / x

15
New cards

exact equation form

knowt flashcard image
16
New cards

exact equation steps

  1. check if they are exact by checking opposite partial derivatives Q/x P/y

  2. integrate P respect to x

  3. differentiate that respect to y

  4. compare to Q thats you g(y)

  5. write f(x,y) = integrated P + g(y)

  6. set to constant A and solve for y

17
New cards

chain rule with parital derivatives

<p></p>
18
New cards

chain rule where f(x(u,v), y(u,v)

knowt flashcard image
19
New cards

directional derivative in direction v

∇ f(p) v / |v| = |∇ f (p)| cos(theta)

20
New cards

equation of plane that goes through point normal to vector n

(x - p) dot n = 0

21
New cards

equation of line through in direction v

x = p + tv

22
New cards

normal line to a surface S through point p where grad f is a normal vector to s

x = p + t ∇f(p)

23
New cards

normal line to a plane

x = p + tv

24
New cards

tangent plane to S at p

(x-p) dot (∇f(p)) = 0

  • so ∇f(p) is a normal vector to the surface

25
New cards

plane equation

(x-p) dot n = 0

26
New cards

critical points

  1. find fx and fy and solve for x and y

  2. those r critical points

  3. find fxx, fyy, fxy

  4. solve for discriminant and compare to formula book

27
New cards

LU decomposition

Lu=b (first)
Ux = u (then use u)

  • for L put opposite sign of what the row transformation is

at the end the original matrix A = LU

28
New cards

when does a matrix have an LU decomposition/can be factorised for LU

small matrix:

  • all three principal minors are not zero (eg. determinants of first element, 4 elements, whole thing)

big matrix:

  • strictly diagonally dominant = the absolute value of diagonal element in each row is greater than absolute value of sum of other elements

  • if not doesnt mean it doesnt have just a way of checking

29
New cards

PTLU decomp

PA = LU

A = PTLU

do LU decomp

PT means transpose so rows become columns

  • P is permutation matrix that rearranges rows - identity matrix and then swap the one to where row 2s one is etc.

30
New cards

jacobis method

  • will converge if matrix of coefficients is strictly diagonally dominant

  • make strictly diagonally dominant by swapping rows

  • for second iteration use only the old values from the iteration before

  • variable on left (k+1) variable on right is k

31
New cards

gauss-seidel

  • uses newest available value (so in same iteration)

  • will converge if positive definite or SDD

  • first equation is LHS (k+1) RHS (k)

  • next few equations are all (k+1)

  • when they give u starting conditions put it straight into first equation fro x

32
New cards

positive definite

  • symmetric so A = AT (transpose)

  • principal minors all positive

33
New cards

transpose of a matrix

rows become columns

34
New cards

SOR method

  • rearrange for variable then add eg. (1-w)x + w(rearranged equation)

  • for y = … y = (1-w)y + w(rearranged eq)

  • same as gauss seidel immiediately use new updates