Multiplying Vectors: Solving a.b = (a x db/dt) + (da/dt x b)

  • Thread starter Thread starter Preciouspearl
  • Start date Start date
  • Tags Tags
    Vectors
AI Thread Summary
To solve the equation d/dt (a.b) = (a x db/dt) + (da/dt x b), the vectors a and b must first be multiplied using the inner product, which involves multiplying their components and summing the results. The inner product is defined as a.b = a1*b1 + a2*b2 + a3*b3, resulting in a scalar. The vector product, which is not needed for this proof, results in a vector and is defined differently. The identity to prove only involves dot products, so the correct formulation is d/dt(a.b) = a.(db/dt) + b.(da/dt). Understanding these products is essential for completing the proof correctly.
Preciouspearl
Messages
1
Reaction score
0
If a = t^2 i - (4-t)j
and b = i + t j
show d/dt (a.b) = (a x db/dt) + (da/dt x b)I know you have to multiply the vectors a and b
then do da/dt
then db/dt
and times db/dt with a
and times da/dt with b
that should be the proof

However, I don't know how to multiply the vectors!
Can someone please tell me how to multiply them

Thank you, in advance
 
Physics news on Phys.org
There are two products defined over three dimensional vectors.

First is the inner (\dot\scalar) product, that for any a=(a1,a2,a3), b=(b1,b2,b3)
Gives

a.b=a1*b1+a2*b2+a3*b3.

Which means, multiply the vector component-wise and then sum up the results. This product gives a number!

The second is the vector (\cross) product

which is:

\vec{a} X \vec{b}=(a_{2}b_{3}-b_{2}a_{3})\hat{i}+(a_{3}b_{1}-a_{1}b_{3})\hat{j}+(a_{1}b_{2}-a_{2}b_{1})\hat{k}

The result is a vector!

Now please be careful. The identity which you are trying to prove involves only dot products. So it's:

\frac{d}{dt}(\vec{a}.\vec{b})=\vec{a}.\frac{d}{dt}\vec{b}+\vec{b}.\frac{d}{dt}\vec{a}
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top