Vectors and Matrices Flashcards
Define scalar and give some examples
A scalar has only magnitude
e.g. Time, speed, voltage, temperature, charge etc
Define a vector and give some examples
A vector has both magnitude and direction
e.g. Force, displacement, velocity, acceleration, angular velocity, angular moment, electric field, temperature gradient, magnetic field
Define a matrix
A collection of vectors
AB
a = ?
-a = ?
a = AB
-a = BA
The magnitude of a vector is the…?
…length of the vector
You multiply the vector by a ____ to change the magnitude
You multiply the vector by a scalar to change the magnitude
Two vectors are equivalent when…?
…both magnitude and direction are the same
Define commutative
Same thing but different way round
A(3,1,2) and B(2,3,4)
What would you do to calculate vector AB?
You would do B - A so
2-3 = -1
3-1 = 2
4-2 = 2
A(3,1,2) and B(2,3,4)
What would you do to calculate the unit vector along AB?
Magnitude of vector AB = √(-12+22+22) = 1/3(-i+j+2k)
It’s in the formula book, but what is the equation for scalar product?
a.b = |a|.|b|.cos(ø)
In the scalar product, when ø=0 a.b=?
And when ø = 90˚ a.b=?
ø=0 a.b = |a|.|b|
ø = 90˚ a.b = 0
A force moves a mass of 3m in the directino of 2i+5j+3K, find the displacement D
3 x unit vector =
3 x x2i+5j+3k / (|2i+5j+3k|) =
3/√38 x (2i+5j+3k)
What is the right hand rule?
A rule which determines the orientation of the cross product

What is the equation for angular momentum?
d x mv = angular momentum
Two equations for working out the area of a triangle?
Half base x height
1/2(|a|.|b|.sinø)
If we could define a matrix multiplcation…(eqn)
A.x = B
If A.x = B then
x = ?
A.x = B
x = A-1.B
How do you add matrices?
You literally just add them!
What type of matrix is this?
00
00
00
A 3x2 zero matrix
00
00
00
In matrix power, A4 = ?
A4 = A(A(A.A))
(AT)T = ?
(A+B)T = ?
(C.A)T = ?
(A.B)T =
(AT)T = A
(A+B)T = AT+BT
(C.A)T = C.AT
(A.B)T = BT.AT
Define a row vector
A matrix of dimension 1xn
e.g. A = (a11,a12,a,13…a1n)
Define a column vector
A matrix of dimension mx1
e.g. A =
a11,
a21,
a31,
…am1