Year 1 - Core Pure Flashcards

1
Q

2.3 What does mod(z1z2) equal?

A

mod(z1z2) = mod(z1) mod(z2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2.3 What does arg(z1z2) equal?

A

arg(z1z2) = arg(z1) + arg(z2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

2.3 What does mod(z1/z2) equal?

A

mod(z1/z2) = mod(z1)/mod(z2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

2.3 What does arg(z1/z2) equal?

A

arg(z1/z2) = arg(z1) - arg (z2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

3.1 What is the formula of the sum of the first n integers?

A

Σ(r=1 -> n) r = ((1/2)n)(n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3.2 What is the formula for the sum of the first n squares?

A

Σ (r=1 -> n) r^2 = ((1/6)n)(n+1)(2n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

3.2 What is the formula for the sum of the first n cubes?

A

((1/4)n^2)(n+1)^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

3.1 Σ(r=1 -> n) (ar + b) = ?

A

aΣ(r=1 -> n)r + bΣ(r=1 -> n)1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

4.1 What do the sum of 2 roots of a quadratic equal?

A

α + β = -b/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

4.1 What do the product of 2 roots of a quadratic equal?

A

αβ = c/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

4.2 What do the sum of 3 roots of a cubic equal?

A

α + β + γ = -b/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

4.2 What do the sum of all 3 of the pairs of products of a cubic equal?

A

αβ + αγ + βγ = c/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

4.2 What do the product of all 3 roots of a cubic equal?

A

αβγ = -d/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

4.3 What do the sum of 4 roots of a quartic equal?

A

α + β + γ + δ = -b/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

4.3 What do the sum of all 6 pairs of a quartic equal?

A

αβ + αγ + αδ + βγ + βδ + γδ = c/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

4.3 What do the sum of all 4 triples of a quartic equal?

A

αβγ + αβδ + αγδ + βγδ = -d/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

4.3 What does the product of all 4 roots of a quartic equal?

A

αβγδ = e/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

4.4 Give the rules for the sums of the reciprocals of the roots of a polynomial (quadratic, cubic, quartic)

A

Quadratic: (1/α) + (1/β) = (α + β)/αβ

Cubic: (1/α) + (1/β) + (1/γ) = (α + β + γ)/αβγ

Quartic: (1/α) + (1/β) + (1/γ) + (1/δ) = (α + β + γ + δ)/αβγδ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

4.4 Give the rules for the products of powers of the roots of a polynomial (quadratic, cubic, quartic)

A

Quadratic: (α^n)(β^n) = (αβ)^n

Cubic: (α^n)(β^n)(γ^n) = (αβγ)^n

Quartic: (α^n)(β^n)(γ^n)(δ^n) = (αβγδ)^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

4.4 Give the rules of the sums of squares of the roots of a polynomial (quadratic, cubic, quartic)

A

Quadratic: α^2 + β^2 = (α + β)^2 - 2αβ

Cubic: α^2 + β^2 + γ^2 = (α + β + γ)^2 - 2(αβ + αγ + βγ)

Quartic: α^2 + β^2 + γ^2 + δ^2 = (α + β + γ + δ)^2 -2(αβ + αγ + αδ + βγ + βδ + γδ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

4.4 Give the rules of the sums of cubes of the roots of a polynomial (quadratic, cubic)

A

Quadratic: α^3 + β^3 = (α + β)^3 - 3αβ(α + β)

Cubic: α^3 + β^3 + γ^3 = (α + β + γ)^3 - 3(α + β + γ)(αβ + αγ + βγ) + 3αβγ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

4.5 e.g. The cubic x^3 - 2x^2 + 3x - 4 = 0 has roots α, β, & γ, find the equation with roots 2α, 2β, and 2γ

A

Let w = 2x
x = w/2

Substitute x = w/2 into the cubic, simplify until coefficients are integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

7.1 What can any linear transformation be represented by?

A

A matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

7.1 What matrix can the linear transformation T:(x over y)->(ax + by over cx + dy)?

A

T=(TL(a), TR(b), BL(c), BR(d))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

7.2 What is an invariant line?

A

A line that doesn’t move under a transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

7.2 What matrix represents the linear transformation of a reflection in the y-axis? Which points will be the invariant points? Which lines will be the invariant lines?

A

(TL(-1), BL(0), TR(0), BR(1))

Invariant points are all the points along the y-axis

Invariant lines include x=0, and y=k (for any value of k)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

7.2 What matrix represents the linear transformation of a reflection in the x-axis? Which points will be the invariant points? Which lines will be the invariant lines?

A

(TL(1), BL(0), TR(0), BR(-1))

Invariant points are all the points along the x-axis

Invariant lines include y=0, and x=k (for any value of k)

28
Q

7.2 What matrix represents the linear transformation of a reflection in the line y=x? Which points will be the invariant points? Which lines will be the invariant lines?

A

(TL(0), BL(1), TR(1), BR(0))

Points on the line y=x are invariant points

Invariant lines include y=x and y=-x+k (for any value of k)

29
Q

7.2 What matrix represents the linear transformation of a reflection in the line y=-x? Which points will be the invariant points? Which lines will be the invariant lines?

A

(TL(0), BL(-1), TR(-1), BR(0))

Points on the line y=-x are invariant points

Invariant lines include y=-x and y=x+k (for any value of k)

30
Q

7.2 What matrix represents the linear transformation of a rotation through angle θ clockwise about the origin? Which points will be the invariant points? Which lines will be the invariant lines?

A

(TL(cosθ), BL(sinθ), TR(-sinθ), BR(cosθ))

Only invariant point is the origin

For θ≠180°, there are no invariant lines. For θ=180°, any line passing through the origin is invariant.

31
Q

7.3 What matrix represents a stretch/enlargement?

A

(TL(a), BL(0), TR(0), BR(b)) is a stretch with scale factor a in the x-direction and scale factor b in the y-direction

In the case where a=b, it is an enlargement with scale factor a

32
Q

7.3 What are the invariant lines for the linear transformation of a stretch/enlargement in both directions?

A

x-axis and y-axis are invariant lines

Origin is an invariant point

33
Q

7.3 For a stretch parallel to the x-axis only, what are the invariant points and invariant lines?

A
  • Points on the y-axis are invariant points
  • Any line parallel to the x-axis is an invariant line
34
Q

7.3 For a stretch parallel to the y-axis only, what are the invariant points and invariant lines?

A
  • Points on the x-axis are invariant points
  • Any line parallel to the y-axis is an invariant line
35
Q

7.3 For a linear transformation represented by 𝐌, what does det(𝐌) represent? What is this sometimes called?

A

det(𝐌) represents the scale factor for the change in area, sometimes called the area scale factor

36
Q

7.4 When considering two linear transformations represented by matrices P and Q, what does the matrix PQ represent?

A

The transformation Q, with matrix Q, followed by the transformation P, with matrix P

37
Q

7.5 What matrix represents a 3D transformation of a reflection in the plane x=0?

A

(TL(-1), TM(0), TR(0), ML(0), MM(1), MR(0), BL(0), BM(0), BR(1))

38
Q

7.5 What matrix represents a 3D transformation of a reflection in the plane y=0?

A

(TL(1), TM(0), TR(0), ML(0), MM(-1), MR(0), BL(0), BM(0), BR(1))

39
Q

7.5 What matrix represents a 3D transformation of a reflection in the plane z=0?

A

(TL(1), TM(0), TR(0), ML(0), MM(1), MR(0), BL(0), BM(0), BR(-1))

40
Q

7.5 What matrix represents a 3D transformation of a rotation of angle θ about the x-axis?

A

(TL(1), TM(0), TR(0), ML(0), MM(cosθ), MR(-sinθ), BL(0), BM(sinθ), BR(cosθ))

41
Q

7.5 What matrix represents a 3D transformation of a rotation of angle θ about the y-axis?

A

(TL(cosθ), TM(0), TR(sinθ), ML(0), MM(1), MR(0), BL(-sinθ), BM(0), BR(cosθ))

42
Q

7.5 What matrix represents a 3D transformation of a rotation of angle θ about the z-axis?

A

(TL(cosθ), TM(-sinθ), TR(0), ML(sinθ), MM(cosθ), MR(0), BL(0), BM(0), BR(1))

43
Q

7.6 What linear transformation is represented by the matrix A^(-1)?

A

The reversal of the transformation described by matrix A

44
Q

7.6 What linear transformations are self-inverse?

A

Reflections

45
Q

8.1 Describe the process for proof by induction

A
  1. Basis - Prove the general statement is true for n=1
  2. Assumption - Assume the general statement is true for n=k
  3. Inductive - Show the general statement is then true for n=k+1
  4. Conclusion - General statement is then true for all positive integers n
46
Q

8.1 What are the sentences to remember for proof by induction?

A
  • When n=1
  • therefore true for n=1 as RHS=LHS
  • Assume true for n=k
  • When n=k+1
  • Hence true for n=k+1
  • Since true for n=1, if true for n=k, then true for n=k+1, therefore true for all n
47
Q

8.2 How do you use proof by induction to prove divisibility results?

A
  1. Show n=1 is true
  2. Assume n=k is true: show f(k)
  3. Show n=k+1 is true: show f(k+1)
  4. Manipulate f(k+1) to = f(k) + a(x) where d is the multiple you are trying to show
48
Q

8.3 How do you use proof by induction with matrices?

A
  1. Show n=1 is true
  2. Assume n=k is true: show M^k
  3. Show n=k+1 is true: multiply M^k by M
49
Q

9.1 What is the vector equation of a straight line passing through the point A with position vector 𝐚, and parallel to the vector 𝐛?

A

𝐫 = 𝐚 + λ𝐛

50
Q

9.1 What is the cartesian form of a vector equation?

A

If 𝐚 = (𝐚1 𝐚2 𝐚3) and 𝐚 = (𝐛1 𝐛2 𝐛3), it can be written as (x-𝐚1)/𝐛1 = (y-𝐚2)/𝐛2 = (z-𝐚3)/𝐛3

51
Q

9.2 What is the vector equation of a plane in 3D?

A

𝐫 = 𝐚 + λ𝐛 + μ𝐜

where 𝐫 is the position vector of a general point on the plane, 𝐚 is the position vector of a point on the plane, 𝐛 and 𝐜 are non-parallel non-zero vectors in the plane, and λ and μ are scalars

52
Q

9.2 What is the cartesian form for the equation of a plane in 3D?

A

ax + by + cz = d

where a, b, c, and d are constants, and (a over b over c) is the normal vector to the plane

53
Q

9.3 What is the formula for the angle between two vectors?

A

θ = cos^(-1) ((𝐚.𝐛)/mod(𝐚)mod(𝐛))

54
Q

9.3 What indicates that two vectors are perpendicular in terms of scalar products?

A

𝐚.𝐛 = 0

55
Q

9.3 What indicates that two vectors are parallel in terms of scalar products?

A

𝐚.𝐛 = mod(𝐚)mod(𝐛)

56
Q

9.3 What is 𝐚.𝐛?

A

𝐚.𝐛 = (𝐚1 over 𝐚2 over 𝐚3).(𝐛1 over 𝐛2 over 𝐛3) = 𝐚1𝐛1 + 𝐚2𝐛2 + 𝐚3𝐛3

57
Q

9.4 What is the scalar product form of the equation of a plane?

A

𝐫.𝐧 = 𝐤

where 𝐤 = 𝐚.𝐧 for any point in the plane with position vector 𝐚

58
Q

9.4 How do you find the angle between two planes?

A

Work out the angle between the normals of the planes, subtract this from 180 to find the angles between the planes

59
Q

9.5 How do you determine whether two lines meet?

A
  • Write the equations in vector notations and set them equal to each other
  • Write three linear equations involving λ and μ
  • Try to solve the first two equations simultaneously
  • If there are no solutions, the lines do not meet
  • Do these solutions satisfy the third equation?
  • If yes, the lines intersect
  • If no, the lines do not intersect
60
Q

9.5 What does it mean if two straight lines are skew?

A

They are not parallel and do not intersect

61
Q

9.6 How do you find the shortest distance between two non-intersecting lines?

A

Find the line segment AB such that A lies on l1 and B lies on l2 and AB is perpendicular to both lines

62
Q

9.6 How do you find the shortest distance between a point P and a plane Π?

A

Find the length of the line segment that goes through point P and is parallel to the normal vector of the plane Π

63
Q

9.6 How do you find the shortest distance between a line l and a point P?

A

Find the length of the line segment that is perpendicular to l and goes through P

64
Q

9.6 What is the equation involving the length of the perpendicular from the origin to a plane Π and the equation of a plane written as 𝐫.𝐧 = 𝐚.𝐧?

A

𝐫.𝐧̂ = k

where 𝐧̂ is a unit vector perpendicular to Π and k is the length of the perpendicular from the plane Π to the origin

65
Q

9.6 What is the equation for the perpendicular distance from the point with coordinates (α, β, γ) to the plane with equation ax + by + cz = d?

A

mod(aα + bβ + cγ - d)/sqrt((a^2) + (b^2) + (c^2))