1. Vector Foundations & Operations
Vectors are represented in 2D and 3D using column notation or unit vector notation (, , ).
Position Vectors (7.4)
The vector joining point A to point B is given by:
Magnitude & Unit Vectors (7.2)
The magnitude of a vector is its length. A unit vector in the direction of has a magnitude of 1.
2. Distance Between Two Points (7.5)
To find the distance between two points and :
3. Vector Equations of Lines (7.6)
A line passing through point with direction vector is given by:
Or through two points and :
You must be able to determine if two lines are parallel, intersecting, or skew (neither parallel nor intersecting in 3D).
4. The Scalar Product (7.7)
The scalar (dot) product is used to find the angle between two vectors.
To find the angle :
Question: Find the acute angle θ between the lines and defined by:
Solution:
Step 1: Identify Direction Vectors
We only care about the vectors attached to the scalars and .
Step 2: Calculate Scalar Product and Magnitudes
Step 3: Find θ
Result:
The Logic: To prove lines are skew, you must show they are not parallel and that they do not intersect.
Part A: Check Parallelism
Check if the direction vectors are multiples of each other. If , they are not parallel.
Part B: Check Intersection
Set the components of equal to :
- Solve for and using the and equations.
- Substitute these values into the equation.
- If the equation is not consistent (e.g., ), the lines do not intersect.
Conclusion: Not parallel + No intersection = Skew Lines.