Understanding the Dot Product Formula: An Explanation and Example

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Seung Ju Yoo
Messages
2
Reaction score
0
In a book I was reading, it says
F=mv'=P'

so dot producting on both sides with v

Fv = mv ⋅ dv/dt = 1/2 m d(v2)/dt = d(1/2 m v^2)/dtI really don't get how v ⋅ dv/dt = 1/2 d(v2)/dt.
I have seen few threads and they say it's about product rule, but they don't really explain in detail.

Could anyone help me with this?
 
Physics news on Phys.org
Seung Ju Yoo said:
In a book I was reading, it says
F=mv'=P'

so dot producting on both sides with v

Fv = mv ⋅ dv/dt = 1/2 m d(v2)/dt = d(1/2 m v^2)/dtI really don't get how v ⋅ dv/dt = 1/2 d(v2)/dt.
I have seen few threads and they say it's about product rule, but they don't really explain in detail.

Could anyone help me with this?

Welcome to PF!

##v^2 = \textbf{v.v}##

Can you now differentiate that equation?
 
PeroK said:
Welcome to PF!

##v^2 = \textbf{v.v}##

Can you now differentiate that equation?
jedishrfu said:
V^2 = V . V

And the time derivative of it is V' . V + V . V'
Oh.. I see. I did not now that d(x ⋅ y)/dt = x' ⋅ y + x ⋅ y'

Knowing this, going right from left is easy, but I guess going left to right needs some practice to spot!

Thank you both peroK and Jedishrfu!