Derivative of the Dot Product

The derivative of the dot product of two vectors is given by the sum of two dot products: the dot product of the derivative of the first vector with the second vector, plus the dot product of the first vector with the derivative of the second vector. $$ \frac{d \ [ \vec{a} \cdot \vec{b} ]}{dt} = \frac{d \ \vec{a} }{dt} \cdot \vec{b} + \vec{a} \cdot \frac{d \ \vec{b} }{dt}$$

In other words, the derivative of the dot product expands into two terms:

  • The dot product of the derivative of the first vector (a') with the second vector (b), which remains unchanged.
  • The dot product of the first vector (a), unchanged, with the derivative of the second vector (b').

This rule generalizes naturally to more complex expressions involving time-dependent vectors.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Vectors