Vectors Flashcards
Modules of xi+yj+zk:
- - -
_______________
| x^2 + y^2 + z^2
The distance between (x1, y1, z1) and (x2, y2, z2):
______________________________
|(x1-x2)^2 + (y1-y2)^2 + (z1-z1)^2
The distance from the origin to the point (x1, y1, z1):
_______________
| x^2 + y^2 + z^2
Column matrix xi + yj + zk =
- - -
(X)
(Y)
(Z)
Scalar product a.b =
- -
= |a| |b| cosA
Where a and b are the lengths of vector a ans vector b
In coordinate form:
= a1b1 + a2b2 + a3b3
The non-zero vectors a and b are perpendicular if: - -
a. b = 0
- -
If a and b are parallel:
- -
a. b = |a| |b|
- - - -
a. a = |a|(^2)
- - -
Rearranged to find the angle cosAOB:
cosAOB = a.b
——-
|a| |b|
Equation of a straight line passing through point A with position vector a and parallel to vector b is:
r = a + tb
- - -
In a diagram, tb is line 1. Essentially, this equation is vector a and something times vector b where vector b is parallel to line 1. To find b, we can also do -r+a.
Equation of a straight line passing through points C and D with position vector c and parallel to vector CD is:
r = c + t(d - c)
- - - -
Acute angle between straight lines is given by:
a.b |
| —— |
| |a| |b| |
How to determine whether two straight lines intersect:
- Equate x components
- Equate y components
- Solve simultaneously to find t and s
- If the lines intersect, z components must also be equal so sub in t and s and see if they come out with the same answer
Example modulus/magnitude:
It is basically pythagoras
If a = (6)
– (8)
|a| = |(6)^2+(8)^2 = 10
Relationship between column vector and position:
(x) = xi+yz+zk
(y)
(z)
If a vector has a column matrix (a b) then |vector| = |a^2 + b^2…
If the angle between it and the positive x axis, measured anti-clockwise, is A then
TanA = b / a