Year 1 - Core Pure Flashcards
2.3 What does mod(z1z2) equal?
mod(z1z2) = mod(z1) mod(z2)
2.3 What does arg(z1z2) equal?
arg(z1z2) = arg(z1) + arg(z2)
2.3 What does mod(z1/z2) equal?
mod(z1/z2) = mod(z1)/mod(z2)
2.3 What does arg(z1/z2) equal?
arg(z1/z2) = arg(z1) - arg (z2)
3.1 What is the formula of the first n integers?
Σ(r=1 -> n) r = ((1/2)n)(n+1)
3.1 What is the formula for the sum of the first n squares?
Σ (r=1 -> n) r^2 = ((1/6)n)(n+1)(2n+1)
3.1 What is the formula for the sum of the first n cubes?
((1/4)n^2)(n+1)^2
3.1 Σ(r=1 -> n) (ar + b) = ?
aΣ(r=1 -> n)r + bΣ(r=1 -> n)1
4.1 What do the sum of 2 roots of a quadratic equal?
α + β = -b/a
4.1 What do the product of 2 roots of a quadratic equal?
αβ = c/a
4.2 What do the sum of 3 roots of a cubic equal?
α + β + γ = -b/a
4.2 What do the sum of all 3 of the pairs of products of a cubic equal?
αβ + αγ + βγ = c/a
4.2 What do the product of all 3 roots of a cubic equal?
αβγ = -d/a
4.3 What do the sum of 4 roots of a quartic equal?
α + β + γ + δ = -b/a
4.3 What do the sum of all 5 pairs of a quartic equal?
αβ + αγ + αδ + βγ + βδ + γδ = c/a