Basic 3D Vector Operations
- Vector Addition and Subtraction:
- Given vectors a = (2, -1, 3) and b = (-3, 4, 0), find a + b and a - b.
- Find the magnitude and direction of the resultant vector a + b.
- Scalar Multiplication:
- If c = (1, 2, -4) and k = 2, find kc.
- Determine the unit vector in the direction of c.
- Dot Product:
- Find the dot product of a = (3, -2, 1) and b = (1, 4, -2).
- Determine the angle between vectors a and b.
Vector Equations of Lines and Planes
- Vector Equation of a Line:
- Find the vector equation of a line passing through the points A(1, 2, 3) and B(4, -1, 2).
- Determine the parametric equations of the line.
- Vector Equation of a Plane:
- Find the vector equation of a plane passing through the points A(1, 2, 3), B(4, -1, 2), and C(2, 0, 1).
- Find the normal vector to the plane.
- Intersection of Lines and Planes:
- Find the point of intersection of the line r = (1, 2, 3) + t(2, -1, 4) with the plane 2x - y + 3z = 5.
https://effectuall.github.io/Simulations/Mechanics_Vector_Display.html
https://effectuall.github.io/Simulations/Mechanics_Vector_Algebra
These problems extend the concepts of vector algebra to three dimensions, providing a more comprehensive understanding of vectors and their applications. They are suitable for IB Grade 10 students and can be adjusted in difficulty based on the students' understanding.