Question:a=21−1, b=132. (a) Calculate a⋅b. (b) Calculate a×b. (c) Find the angle between a and b. (d) Verify that a×b is perpendicular to both a and b.
Question: A plane passes through points A(1,0,2), B(3,1,−1)And C(0,2,1). (a) Find the normal vector to the plane. (b) Find the Cartesian equation of the plane. (c) Find the distance from the origin to the plane. (d) Determine whether the point D(1,1,1) lies on the plane.
Question:\mathbf{a} = \begin{pmatrix} 3 \\ 0 \\ -1 \end{pmatrix}$$\mathbf{b} = \begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix}$$\mathbf{c} = \begin{pmatrix} 0 \\ -1 \\ 4 \end{pmatrix}. (a) Calculate the scalar triple product a⋅(b×c). (b) What does the sign tell you? (c) Calculate the volume of the parallelepiped formed by \mathbf{a}$$\mathbf{b}$$\mathbf{c}. (d) Calculate the area of the parallelogram formed by a and b.
Question: (a) Find the vector equation of the line through P(1,2,−1) with direction d=2−13. (b) Find the point of intersection of the line r=101+t21−1 with the plane 2x−y+z=5. (c) Find the shortest distance from the point Q(3,1,−2) to the plane x+y+2z=4. (d) Find the angle between the planes x+2y+2z=5 and 2x−y+2z=1.
Solution:
(a) r=12−1+t2−13I.e., x = 1+2t$$y = 2-t$$z = -1+3t.
(b) Substituting into the plane: 2(1+2t)−(0+t)+(1−t)=5. 2+4t−t+1−t=5. 2t = 2$$t = 1. Point: 310.
Question: Points A$$B$$C have position vectors \mathbf{a} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}$$\mathbf{b} = \begin{pmatrix} 2 \\ 3 \\ 1 \end{pmatrix}$$\mathbf{c} = \begin{pmatrix} 0 \\ 1 \\ 4 \end{pmatrix}. (a) Calculate the area of triangle ABC. (b) Find the Cartesian equation of the plane through A$$B$$C. (c) Find the acute angle between ABand AC. (d) Find the volume of the tetrahedron OABC where O is the origin.
Question: A force F=3t2−1 N acts on a particle of mass 2 kg. At t=0The particle is at 010 m with velocity 102 m/s. (a) Find the acceleration. (b) Find the velocity as a function of time. (c) Find the position as a function of time. (d) Calculate the kinetic energy at t=2.
Confusing the scalar (dot) and vector (cross) products: The dot product a⋅b gives a scalar. The cross product a×b gives a vector perpendicular to both. Students often compute the cross product when asked for the dot product or vice versa. The dot product checks parallelism (a⋅b=∣a∣∣b∣cosθ); the cross product checks perpendicularity.
Forgetting to use unit direction vectors for lines: The equation of a line through point a in direction d is r=a+td where d should be a direction vector (not necessarily a unit vector). However, when finding the perpendicular distance from a point to a line, you need the component of AP perpendicular to d, which requires the unit vector d^=d/∣d∣.
Mixing up the angle between two vectors with the angle between a vector and a plane: The angle between two vectors uses cosθ=∣a∣∣b∣a⋅b. The angle between a vector and a plane uses sinθ=∣a∣∣n∣a⋅n where n is the normal to the plane. Using cosine for the plane angle gives the complement of the correct answer.