Vectors in 3D — Diagnostic Tests
Unit Tests
UT-1: Scalar and Vector Products
Question: a = ( 2 1 − 1 ) \mathbf{a} = \begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} a = 2 1 − 1 , b = ( 1 3 2 ) \mathbf{b} = \begin{pmatrix} 1 \\ 3 \\ 2 \end{pmatrix} b = 1 3 2 . (a) Calculate a ⋅ b \mathbf{a} \cdot \mathbf{b} a ⋅ b . (b) Calculate a × b \mathbf{a} \times \mathbf{b} a × b . (c) Find the angle between a \mathbf{a} a and b \mathbf{b} b . (d) Verify that a × b \mathbf{a} \times \mathbf{b} a × b is perpendicular to both a \mathbf{a} a and b \mathbf{b} b .
Solution:
(a) a ⋅ b = 2 ( 1 ) + 1 ( 3 ) + ( − 1 ) ( 2 ) = 2 + 3 − 2 = 3 \mathbf{a} \cdot \mathbf{b} = 2(1) + 1(3) + (-1)(2) = 2 + 3 - 2 = 3 a ⋅ b = 2 ( 1 ) + 1 ( 3 ) + ( − 1 ) ( 2 ) = 2 + 3 − 2 = 3 .
(b) a × b = ( 1 ( 2 ) − ( − 1 ) ( 3 ) ( − 1 ) ( 1 ) − 2 ( 2 ) 2 ( 3 ) − 1 ( 1 ) ) = ( 5 − 5 5 ) \mathbf{a} \times \mathbf{b} = \begin{pmatrix} 1(2) - (-1)(3) \\ (-1)(1) - 2(2) \\ 2(3) - 1(1) \end{pmatrix} = \begin{pmatrix} 5 \\ -5 \\ 5 \end{pmatrix} a × b = 1 ( 2 ) − ( − 1 ) ( 3 ) ( − 1 ) ( 1 ) − 2 ( 2 ) 2 ( 3 ) − 1 ( 1 ) = 5 − 5 5 .
(c) ∣ a ∣ = 4 + 1 + 1 = 6 |\mathbf{a}| = \sqrt{4+1+1} = \sqrt{6} ∣ a ∣ = 4 + 1 + 1 = 6 . ∣ b ∣ = 1 + 9 + 4 = 14 |\mathbf{b}| = \sqrt{1+9+4} = \sqrt{14} ∣ b ∣ = 1 + 9 + 4 = 14 .
cos θ = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 6 14 ◆ R B ◆ = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 84 ◆ R B ◆ = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 2 21 ◆ R B ◆ = ◆ L B ◆ 21 ◆ R B ◆◆ L B ◆ 14 ◆ R B ◆ \cos\theta = \frac◆LB◆3◆RB◆◆LB◆\sqrt{6}\sqrt{14}◆RB◆ = \frac◆LB◆3◆RB◆◆LB◆\sqrt{84}◆RB◆ = \frac◆LB◆3◆RB◆◆LB◆2\sqrt{21}◆RB◆ = \frac◆LB◆\sqrt{21}◆RB◆◆LB◆14◆RB◆ cos θ = L ◆ B ◆3◆ R B ◆◆ L B ◆ 6 14 ◆ R B ◆ = L ◆ B ◆3◆ R B ◆◆ L B ◆ 84 ◆ R B ◆ = L ◆ B ◆3◆ R B ◆◆ L B ◆2 21 ◆ R B ◆ = L ◆ B ◆ 21 ◆ R B ◆◆ L B ◆14◆ R B ◆ .
θ = arccos ( ◆ L B ◆ 21 ◆ R B ◆◆ L B ◆ 14 ◆ R B ◆ ) ≈ 49.1 ∘ \theta = \arccos\left(\frac◆LB◆\sqrt{21}◆RB◆◆LB◆14◆RB◆\right) \approx 49.1^\circ θ = arccos ( L ◆ B ◆ 21 ◆ R B ◆◆ L B ◆14◆ R B ◆ ) ≈ 49. 1 ∘ .
(d) a ⋅ ( a × b ) = 2 ( 5 ) + 1 ( − 5 ) + ( − 1 ) ( 5 ) = 10 − 5 − 5 = 0 ✓ \mathbf{a} \cdot (\mathbf{a} \times \mathbf{b}) = 2(5) + 1(-5) + (-1)(5) = 10 - 5 - 5 = 0 \checkmark a ⋅ ( a × b ) = 2 ( 5 ) + 1 ( − 5 ) + ( − 1 ) ( 5 ) = 10 − 5 − 5 = 0 ✓ .
b ⋅ ( a × b ) = 1 ( 5 ) + 3 ( − 5 ) + 2 ( 5 ) = 5 − 15 + 10 = 0 ✓ \mathbf{b} \cdot (\mathbf{a} \times \mathbf{b}) = 1(5) + 3(-5) + 2(5) = 5 - 15 + 10 = 0 \checkmark b ⋅ ( a × b ) = 1 ( 5 ) + 3 ( − 5 ) + 2 ( 5 ) = 5 − 15 + 10 = 0 ✓ .
UT-2: Equation of a Plane
Question: A plane passes through points A ( 1 , 0 , 2 ) A(1, 0, 2) A ( 1 , 0 , 2 ) , B ( 3 , 1 , − 1 ) B(3, 1, -1) B ( 3 , 1 , − 1 ) , and C ( 0 , 2 , 1 ) C(0, 2, 1) 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 ) D(1, 1, 1) D ( 1 , 1 , 1 ) lies on the plane.
Solution:
(a) A B → = ( 2 1 − 3 ) \overrightarrow{AB} = \begin{pmatrix} 2 \\ 1 \\ -3 \end{pmatrix} A B = 2 1 − 3 , A C → = ( − 1 2 − 1 ) \overrightarrow{AC} = \begin{pmatrix} -1 \\ 2 \\ -1 \end{pmatrix} A C = − 1 2 − 1 .
n = A B → × A C → = ( 1 ( − 1 ) − ( − 3 ) ( 2 ) ( − 3 ) ( − 1 ) − 2 ( − 1 ) 2 ( 2 ) − 1 ( − 1 ) ) = ( 5 5 5 ) \mathbf{n} = \overrightarrow{AB} \times \overrightarrow{AC} = \begin{pmatrix} 1(-1) - (-3)(2) \\ (-3)(-1) - 2(-1) \\ 2(2) - 1(-1) \end{pmatrix} = \begin{pmatrix} 5 \\ 5 \\ 5 \end{pmatrix} n = A B × A C = 1 ( − 1 ) − ( − 3 ) ( 2 ) ( − 3 ) ( − 1 ) − 2 ( − 1 ) 2 ( 2 ) − 1 ( − 1 ) = 5 5 5 .
(b) Using A ( 1 , 0 , 2 ) A(1,0,2) A ( 1 , 0 , 2 ) : 5 ( x − 1 ) + 5 ( y − 0 ) + 5 ( z − 2 ) = 0 5(x-1) + 5(y-0) + 5(z-2) = 0 5 ( x − 1 ) + 5 ( y − 0 ) + 5 ( z − 2 ) = 0 . Simplifying: x + y + z = 3 x + y + z = 3 x + y + z = 3 .
(c) Distance = ◆ L B ◆ ∣ 0 + 0 + 0 − 3 ∣ ◆ R B ◆◆ L B ◆ 1 + 1 + 1 ◆ R B ◆ = ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 3 = \frac◆LB◆|0 + 0 + 0 - 3|◆RB◆◆LB◆\sqrt{1+1+1}◆RB◆ = \frac◆LB◆3◆RB◆◆LB◆\sqrt{3}◆RB◆ = \sqrt{3} = L ◆ B ◆∣0 + 0 + 0 − 3∣◆ R B ◆◆ L B ◆ 1 + 1 + 1 ◆ R B ◆ = L ◆ B ◆3◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 3 .
(d) 1 + 1 + 1 = 3 ✓ 1 + 1 + 1 = 3 \checkmark 1 + 1 + 1 = 3 ✓ . D D D lies on the plane.
UT-3: Volume of a Parallelepiped
Question: a = ( 3 0 − 1 ) \mathbf{a} = \begin{pmatrix} 3 \\ 0 \\ -1 \end{pmatrix} a = 3 0 − 1 , b = ( 1 2 1 ) \mathbf{b} = \begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} b = 1 2 1 , c = ( 0 − 1 4 ) \mathbf{c} = \begin{pmatrix} 0 \\ -1 \\ 4 \end{pmatrix} c = 0 − 1 4 . (a) Calculate the scalar triple product a ⋅ ( b × c ) \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) a ⋅ ( b × c ) . (b) What does the sign tell you? (c) Calculate the volume of the parallelepiped formed by a \mathbf{a} a , b \mathbf{b} b , c \mathbf{c} c . (d) Calculate the area of the parallelogram formed by a \mathbf{a} a and b \mathbf{b} b .
Solution:
(a) b × c = ( 2 ( 4 ) − 1 ( − 1 ) 1 ( 0 ) − 1 ( 4 ) 1 ( − 1 ) − 2 ( 0 ) ) = ( 9 − 4 − 1 ) \mathbf{b} \times \mathbf{c} = \begin{pmatrix} 2(4) - 1(-1) \\ 1(0) - 1(4) \\ 1(-1) - 2(0) \end{pmatrix} = \begin{pmatrix} 9 \\ -4 \\ -1 \end{pmatrix} b × c = 2 ( 4 ) − 1 ( − 1 ) 1 ( 0 ) − 1 ( 4 ) 1 ( − 1 ) − 2 ( 0 ) = 9 − 4 − 1 .
a ⋅ ( b × c ) = 3 ( 9 ) + 0 ( − 4 ) + ( − 1 ) ( − 1 ) = 27 + 0 + 1 = 28 \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = 3(9) + 0(-4) + (-1)(-1) = 27 + 0 + 1 = 28 a ⋅ ( b × c ) = 3 ( 9 ) + 0 ( − 4 ) + ( − 1 ) ( − 1 ) = 27 + 0 + 1 = 28 .
(b) The positive sign indicates that a \mathbf{a} a , b \mathbf{b} b , c \mathbf{c} c form a right-handed set (in that order).
(c) Volume = ∣ a ⋅ ( b × c ) ∣ = 28 = |\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})| = 28 = ∣ a ⋅ ( b × c ) ∣ = 28 cubic units.
(d) Area = ∣ a × b ∣ = |\mathbf{a} \times \mathbf{b}| = ∣ a × b ∣ . a × b = ( 0 ( − 1 ) − ( − 1 ) ( 2 ) ( − 1 ) ( 1 ) − 3 ( 1 ) 3 ( 2 ) − 0 ( 1 ) ) = ( 2 − 4 6 ) \mathbf{a} \times \mathbf{b} = \begin{pmatrix} 0(-1) - (-1)(2) \\ (-1)(1) - 3(1) \\ 3(2) - 0(1) \end{pmatrix} = \begin{pmatrix} 2 \\ -4 \\ 6 \end{pmatrix} a × b = 0 ( − 1 ) − ( − 1 ) ( 2 ) ( − 1 ) ( 1 ) − 3 ( 1 ) 3 ( 2 ) − 0 ( 1 ) = 2 − 4 6 .
∣ a × b ∣ = 4 + 16 + 36 = 56 = 2 14 |\mathbf{a} \times \mathbf{b}| = \sqrt{4 + 16 + 36} = \sqrt{56} = 2\sqrt{14} ∣ a × b ∣ = 4 + 16 + 36 = 56 = 2 14 .
Integration Tests
IT-1: Lines and Planes Combined (with Matrices)
Question: (a) Find the vector equation of the line through P ( 1 , 2 , − 1 ) P(1, 2, -1) P ( 1 , 2 , − 1 ) with direction d = ( 2 − 1 3 ) \mathbf{d} = \begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} d = 2 − 1 3 . (b) Find the point of intersection of the line r = ( 1 0 1 ) + t ( 2 1 − 1 ) \mathbf{r} = \begin{pmatrix} 1 \\ 0 \\ 1 \end{pmatrix} + t\begin{pmatrix} 2 \\ 1 \\ -1 \end{pmatrix} r = 1 0 1 + t 2 1 − 1 with the plane 2 x − y + z = 5 2x - y + z = 5 2 x − y + z = 5 . (c) Find the shortest distance from the point Q ( 3 , 1 , − 2 ) Q(3, 1, -2) Q ( 3 , 1 , − 2 ) to the plane x + y + 2 z = 4 x + y + 2z = 4 x + y + 2 z = 4 . (d) Find the angle between the planes x + 2 y + 2 z = 5 x + 2y + 2z = 5 x + 2 y + 2 z = 5 and 2 x − y + 2 z = 1 2x - y + 2z = 1 2 x − y + 2 z = 1 .
Solution:
(a) r = ( 1 2 − 1 ) + t ( 2 − 1 3 ) \mathbf{r} = \begin{pmatrix} 1 \\ 2 \\ -1 \end{pmatrix} + t\begin{pmatrix} 2 \\ -1 \\ 3 \end{pmatrix} r = 1 2 − 1 + t 2 − 1 3 , i.e., x = 1 + 2 t x = 1+2t x = 1 + 2 t , y = 2 − t y = 2-t y = 2 − t , z = − 1 + 3 t z = -1+3t z = − 1 + 3 t .
(b) Substituting into the plane: 2 ( 1 + 2 t ) − ( 0 + t ) + ( 1 − t ) = 5 2(1+2t) - (0+t) + (1-t) = 5 2 ( 1 + 2 t ) − ( 0 + t ) + ( 1 − t ) = 5 . 2 + 4 t − t + 1 − t = 5 2 + 4t - t + 1 - t = 5 2 + 4 t − t + 1 − t = 5 . 2 t = 2 2t = 2 2 t = 2 , t = 1 t = 1 t = 1 .
Point: ( 3 1 0 ) \begin{pmatrix} 3 \\ 1 \\ 0 \end{pmatrix} 3 1 0 .
(c) Distance = ◆ L B ◆ ∣ 3 + 1 + 2 ( − 2 ) − 4 ∣ ◆ R B ◆◆ L B ◆ 1 + 1 + 4 ◆ R B ◆ = ◆ L B ◆ ∣ 3 + 1 − 4 − 4 ∣ ◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = ◆ L B ◆ 4 ◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = ◆ L B ◆ 2 6 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = \frac◆LB◆|3 + 1 + 2(-2) - 4|◆RB◆◆LB◆\sqrt{1+1+4}◆RB◆ = \frac◆LB◆|3 + 1 - 4 - 4|◆RB◆◆LB◆\sqrt{6}◆RB◆ = \frac◆LB◆4◆RB◆◆LB◆\sqrt{6}◆RB◆ = \frac◆LB◆2\sqrt{6}◆RB◆◆LB◆3◆RB◆ = L ◆ B ◆∣3 + 1 + 2 ( − 2 ) − 4∣◆ R B ◆◆ L B ◆ 1 + 1 + 4 ◆ R B ◆ = L ◆ B ◆∣3 + 1 − 4 − 4∣◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = L ◆ B ◆4◆ R B ◆◆ L B ◆ 6 ◆ R B ◆ = L ◆ B ◆2 6 ◆ R B ◆◆ L B ◆3◆ R B ◆ .
(d) Normal to plane 1: n 1 = ( 1 2 2 ) \mathbf{n}_1 = \begin{pmatrix} 1 \\ 2 \\ 2 \end{pmatrix} n 1 = 1 2 2 . Normal to plane 2: n 2 = ( 2 − 1 2 ) \mathbf{n}_2 = \begin{pmatrix} 2 \\ -1 \\ 2 \end{pmatrix} n 2 = 2 − 1 2 .
cos θ = ◆ L B ◆ n 1 ⋅ n 2 ◆ R B ◆◆ L B ◆ ∣ n 1 ∣ ∣ n 2 ∣ ◆ R B ◆ = ◆ L B ◆ 2 − 2 + 4 ◆ R B ◆◆ L B ◆ 9 9 ◆ R B ◆ = 4 9 \cos\theta = \frac◆LB◆\mathbf{n}_1 \cdot \mathbf{n}_2◆RB◆◆LB◆|\mathbf{n}_1||\mathbf{n}_2|◆RB◆ = \frac◆LB◆2-2+4◆RB◆◆LB◆\sqrt{9}\sqrt{9}◆RB◆ = \frac{4}{9} cos θ = L ◆ B ◆ n 1 ⋅ n 2 ◆ R B ◆◆ L B ◆∣ n 1 ∣∣ n 2 ∣◆ R B ◆ = L ◆ B ◆2 − 2 + 4◆ R B ◆◆ L B ◆ 9 9 ◆ R B ◆ = 9 4 .
θ = arccos ( 4 / 9 ) ≈ 63.6 ∘ \theta = \arccos(4/9) \approx 63.6^\circ θ = arccos ( 4/9 ) ≈ 63. 6 ∘ .
IT-2: Vectors and Geometry (with Polar Coordinates)
Question: Points A A A , B B B , C C C have position vectors a = ( 1 0 0 ) \mathbf{a} = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} a = 1 0 0 , b = ( 2 3 1 ) \mathbf{b} = \begin{pmatrix} 2 \\ 3 \\ 1 \end{pmatrix} b = 2 3 1 , c = ( 0 1 4 ) \mathbf{c} = \begin{pmatrix} 0 \\ 1 \\ 4 \end{pmatrix} c = 0 1 4 . (a) Calculate the area of triangle A B C ABC A B C . (b) Find the Cartesian equation of the plane through A A A , B B B , C C C . (c) Find the acute angle between A B → \overrightarrow{AB} A B and A C → \overrightarrow{AC} A C . (d) Find the volume of the tetrahedron O A B C OABC O A B C where O O O is the origin.
Solution:
(a) A B → = ( 1 3 1 ) \overrightarrow{AB} = \begin{pmatrix} 1 \\ 3 \\ 1 \end{pmatrix} A B = 1 3 1 , A C → = ( − 1 1 4 ) \overrightarrow{AC} = \begin{pmatrix} -1 \\ 1 \\ 4 \end{pmatrix} A C = − 1 1 4 .
A B → × A C → = ( 12 − 1 4 + 1 1 + 3 ) = ( 11 5 4 ) \overrightarrow{AB} \times \overrightarrow{AC} = \begin{pmatrix} 12 - 1 \\ 4 + 1 \\ 1 + 3 \end{pmatrix} = \begin{pmatrix} 11 \\ 5 \\ 4 \end{pmatrix} A B × A C = 12 − 1 4 + 1 1 + 3 = 11 5 4 .
Area = 1 2 121 + 25 + 16 = 1 2 162 = ◆ L B ◆ 9 2 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = \frac{1}{2}\sqrt{121 + 25 + 16} = \frac{1}{2}\sqrt{162} = \frac◆LB◆9\sqrt{2}◆RB◆◆LB◆2◆RB◆ = 2 1 121 + 25 + 16 = 2 1 162 = L ◆ B ◆9 2 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
(b) Normal n = A B → × A C → = ( 11 5 4 ) \mathbf{n} = \overrightarrow{AB} \times \overrightarrow{AC} = \begin{pmatrix} 11 \\ 5 \\ 4 \end{pmatrix} n = A B × A C = 11 5 4 .
Plane through A ( 1 , 0 , 0 ) A(1,0,0) A ( 1 , 0 , 0 ) : 11 ( x − 1 ) + 5 y + 4 z = 0 11(x-1) + 5y + 4z = 0 11 ( x − 1 ) + 5 y + 4 z = 0 , i.e., 11 x + 5 y + 4 z = 11 11x + 5y + 4z = 11 11 x + 5 y + 4 z = 11 .
(c) ∣ A B → ∣ = 1 + 9 + 1 = 11 |\overrightarrow{AB}| = \sqrt{1+9+1} = \sqrt{11} ∣ A B ∣ = 1 + 9 + 1 = 11 . ∣ A C → ∣ = 1 + 1 + 16 = 18 |\overrightarrow{AC}| = \sqrt{1+1+16} = \sqrt{18} ∣ A C ∣ = 1 + 1 + 16 = 18 .
cos θ = ◆ L B ◆ A B → ⋅ A C → ◆ R B ◆◆ L B ◆ ∣ A B → ∣ ∣ A C → ∣ ◆ R B ◆ = ◆ L B ◆ − 1 + 3 + 4 ◆ R B ◆◆ L B ◆ 11 18 ◆ R B ◆ = ◆ L B ◆ 6 ◆ R B ◆◆ L B ◆ 198 ◆ R B ◆ = ◆ L B ◆ 6 ◆ R B ◆◆ L B ◆ 3 22 ◆ R B ◆ = ◆ L B ◆ 2 ◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ \cos\theta = \frac◆LB◆\overrightarrow{AB} \cdot \overrightarrow{AC}◆RB◆◆LB◆|\overrightarrow{AB}||\overrightarrow{AC}|◆RB◆ = \frac◆LB◆-1+3+4◆RB◆◆LB◆\sqrt{11}\sqrt{18}◆RB◆ = \frac◆LB◆6◆RB◆◆LB◆\sqrt{198}◆RB◆ = \frac◆LB◆6◆RB◆◆LB◆3\sqrt{22}◆RB◆ = \frac◆LB◆2◆RB◆◆LB◆\sqrt{22}◆RB◆ cos θ = L ◆ B ◆ A B ⋅ A C ◆ R B ◆◆ L B ◆∣ A B ∣∣ A C ∣◆ R B ◆ = L ◆ B ◆ − 1 + 3 + 4◆ R B ◆◆ L B ◆ 11 18 ◆ R B ◆ = L ◆ B ◆6◆ R B ◆◆ L B ◆ 198 ◆ R B ◆ = L ◆ B ◆6◆ R B ◆◆ L B ◆3 22 ◆ R B ◆ = L ◆ B ◆2◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ .
θ = arccos ( ◆ L B ◆ 2 ◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ ) ≈ 64.8 ∘ \theta = \arccos\left(\frac◆LB◆2◆RB◆◆LB◆\sqrt{22}◆RB◆\right) \approx 64.8^\circ θ = arccos ( L ◆ B ◆2◆ R B ◆◆ L B ◆ 22 ◆ R B ◆ ) ≈ 64. 8 ∘ .
(d) Volume = 1 6 ∣ a ⋅ ( b × c ) ∣ = \frac{1}{6}|\mathbf{a} \cdot (\mathbf{b} \times \mathbf{c})| = 6 1 ∣ a ⋅ ( b × c ) ∣ . b × c = ( 12 − 1 4 − 0 0 − 3 ) = ( 11 4 − 3 ) \mathbf{b} \times \mathbf{c} = \begin{pmatrix} 12-1 \\ 4-0 \\ 0-3 \end{pmatrix} = \begin{pmatrix} 11 \\ 4 \\ -3 \end{pmatrix} b × c = 12 − 1 4 − 0 0 − 3 = 11 4 − 3 .
a ⋅ ( b × c ) = 1 ( 11 ) + 0 ( 4 ) + 0 ( − 3 ) = 11 \mathbf{a} \cdot (\mathbf{b} \times \mathbf{c}) = 1(11) + 0(4) + 0(-3) = 11 a ⋅ ( b × c ) = 1 ( 11 ) + 0 ( 4 ) + 0 ( − 3 ) = 11 .
Volume = 11 6 = \frac{11}{6} = 6 11 cubic units.
IT-3: Applications in Mechanics (with Differential Equations)
Question: A force F = ( 3 t 2 − 1 ) \mathbf{F} = \begin{pmatrix} 3t \\ 2 \\ -1 \end{pmatrix} F = 3 t 2 − 1 N acts on a particle of mass 2 kg. At t = 0 t = 0 t = 0 , the particle is at ( 0 1 0 ) \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} 0 1 0 m with velocity ( 1 0 2 ) \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} 1 0 2 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 t = 2 t = 2 .
Solution:
(a) a = ◆ L B ◆ F ◆ R B ◆◆ L B ◆ m ◆ R B ◆ = ( 1.5 t 1 − 0.5 ) \mathbf{a} = \frac◆LB◆\mathbf{F}◆RB◆◆LB◆m◆RB◆ = \begin{pmatrix} 1.5t \\ 1 \\ -0.5 \end{pmatrix} a = L ◆ B ◆ F ◆ R B ◆◆ L B ◆ m ◆ R B ◆ = 1.5 t 1 − 0.5 m/s2 ^2 2 .
(b) v = ( 1 0 2 ) + ∫ 0 t ( 1.5 s 1 − 0.5 s ) d s = ( 1 0 2 ) + ( 0.75 t 2 t − 0.25 t 2 ) = ( 1 + 0.75 t 2 t 2 − 0.25 t 2 ) \mathbf{v} = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} + \int_0^t \begin{pmatrix} 1.5s \\ 1 \\ -0.5s \end{pmatrix}\,ds = \begin{pmatrix} 1 \\ 0 \\ 2 \end{pmatrix} + \begin{pmatrix} 0.75t^2 \\ t \\ -0.25t^2 \end{pmatrix} = \begin{pmatrix} 1+0.75t^2 \\ t \\ 2-0.25t^2 \end{pmatrix} v = 1 0 2 + ∫ 0 t 1.5 s 1 − 0.5 s d s = 1 0 2 + 0.75 t 2 t − 0.25 t 2 = 1 + 0.75 t 2 t 2 − 0.25 t 2 .
(c) r = ( 0 1 0 ) + ∫ 0 t ( 1 + 0.75 s 2 s 2 − 0.25 s 2 ) d s = ( 0 1 0 ) + ( t + 0.25 t 3 0.5 t 2 2 t − t 3 / 12 ) \mathbf{r} = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} + \int_0^t \begin{pmatrix} 1+0.75s^2 \\ s \\ 2-0.25s^2 \end{pmatrix}\,ds = \begin{pmatrix} 0 \\ 1 \\ 0 \end{pmatrix} + \begin{pmatrix} t + 0.25t^3 \\ 0.5t^2 \\ 2t - t^3/12 \end{pmatrix} r = 0 1 0 + ∫ 0 t 1 + 0.75 s 2 s 2 − 0.25 s 2 d s = 0 1 0 + t + 0.25 t 3 0.5 t 2 2 t − t 3 /12 .
(d) At t = 2 t = 2 t = 2 : v = ( 1 + 3 2 2 − 1 ) = ( 4 2 1 ) \mathbf{v} = \begin{pmatrix} 1+3 \\ 2 \\ 2-1 \end{pmatrix} = \begin{pmatrix} 4 \\ 2 \\ 1 \end{pmatrix} v = 1 + 3 2 2 − 1 = 4 2 1 .
KE = 1 2 × 2 × ( 16 + 4 + 1 ) = 21 \text{KE} = \frac{1}{2} \times 2 \times (16+4+1) = 21 KE = 2 1 × 2 × ( 16 + 4 + 1 ) = 21 J.