110k views
5 votes
Complex vector question.A bolt is tightened by applying a force to one end of a wrench.

Complex vector question.A bolt is tightened by applying a force to one end of a wrench-example-1

1 Answer

2 votes

The Scalar and Cross Product of Vectors

Given two vectors:


\begin{gathered} \underline{r_1}=(a,b,c) \\ \underline{r_2}=(d,e,f) \end{gathered}

The scalar product is defined as:


\underline{r_1}\cdot\underline{r_2}=ad+be+cf

The cross product is the result of computing the following determinant:


\underline{r_1}*\underline{r_2}=\begin{bmatrix}i & j & {k} \\ {a} & {b} & {c} \\ {d} & {e} & {f}\end{bmatrix}

Where i, j, and k are the unit vectors in each of the directions x, y, and z, respectively.

This concept will be applied to the following physics problem.

Given a force F= (2, 3, 0) and the distance vector d = (4, 0, 0), the torque is defined by:


\tau=r* F

Calculating:


\tau=(4,0,0)*(2,3,0)
\tau=\begin{bmatrix}{i} & {j} & {k} \\ {4} & {0} & {0} \\ {2} & {3} & {0}\end{bmatrix}

Calculating the determinant:


\begin{gathered} \tau=0i+12k+0j-(0k+0j+0i) \\ \tau=0i+0j+12k \end{gathered}

Expressing in vector form τ = (0, 0, 12) <= should use angle brackets

The magnitude of the torque is:


\begin{gathered} |\tau|=\sqrt[]{0^2+0^2+12^2} \\ |\tau|=\sqrt[]{144} \\ |\tau|=12 \end{gathered}

The power P is equal to the scalar product of the torque by the angular velocity w. We are given the angular velocity w = (3, 3, 2), thus:


\begin{gathered} P=(0,0,12)\cdot(3,3,2) \\ P=0\cdot3+0\cdot3+12\cdot2 \\ P=24 \end{gathered}

P = 24

User AdmiralWen
by
3.2k points