Core Pure Flashcards

1
Q

What is |z1z2| equivalent to?

A

|z1||z2|
(Same logic for division)

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

What is arg(z1z2) equivalent to?

A

arg(z1) + arg(z2)
(Same logic for division)

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

What can the determinant of a matrix tell you?

A

The determinant of a matrix is the scale factor for the area or volume of shapes before and after the transformation.

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

What 2x2 matrix rotates a point anticlockwise by θº about the origin?

A

[cosθ -sinθ]
[sinθ cosθ]

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

What 3x3 matrix rotates a point θº anticlockwise around the positive x axis?

A

[1 0 0]
[0 c -s]
[0 s c]

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

What 3x3 matrix rotates a point θº anticlockwise around the positive y axis?

A

[c 0 s]
[0 1 0]
[-s 0 c]

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

What 3x3 matrix rotates a point θº anticlockwise around the positive z axis?

A

[c -s 0]
[s c 0]
[0 0 1]

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

How can you convert from vector line equation to cartesian line equation?

A

r = (x1, y1, z1) + λ(a, b, c)
(x - x1)/a = (y - y1)/b = (z - z1)/c

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

How can you simplify arctan(a) + arctan (b)?

A

arctan(a) + arctan (b) = arctan( (a + b) / (1- ab) )

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

What is simple harmonic motion?

A

When the acceleration of a particle is always towards a fixed point, on a line of motion, where the acceleration is proportional to the displacement of the particle.

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

What is the equation for simple harmonic motion?

A

ẍ = -ω²x
- ω is the angular velocity of the particle.
- ω is the coefficient of t in the sin and cos function of the solved equation
- The minus sign meaning the acceleration is towards the origin.

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

What are the different types of simple harmonic motion?

A

ẍ + kẋ + ω²x = f(t)

f(t) = 0:
- Light dampening (k² < 4ω²): a force is reducing the amplitude of the oscillations
- Heavy dampening (k² > 4ω²): a force is resisting the motion so much that no oscillations are experienced
- Critical dampening (k² = 4ω²): the minimum resistive force that results in heavy dampening

f(t) ≠ 0
- Forced harmonic motion: other than the other two forces, the particle experiences another external force

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