Differentiation and dot product

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 8K views
Benny
Messages
577
Reaction score
0
Can someone help me with the following question. I've been having trouble with problems of this kind for a while now.

Q. If the path u(t) (u is a vector) is differentiable at least three times, simplify:

[tex] \frac{d}{{dt}}\left[ {\left( {u' \times u''} \right) \bullet \left( {u' - u} \right)} \right][/tex]

I can't remember the properties of the dot product but I know that the dot product is an inner product. So I will start by using the distributivity of the inner product.

[tex]\frac{d}{{dt}}\left[ {\left( {u' \times u''} \right) \bullet \left( {u' - u} \right)} \right][/tex]

[tex] = \frac{d}{{dt}}\left[ {\left( {u' \times u''} \right) \bullet u' - \left( {u' \times u''} \right) \bullet u} \right][/tex]

It's not much but it's all I've got at the moment. The cross product will produce a single vector so there probably isn't much that I can do with it. Each of the two expressions inside the square bracket are scalars (scalar functions of t is probably the more accurate description) so I can probably continue as follows.

[tex] = \frac{d}{{dt}}\left[ {\left( {u' \times u''} \right) \bullet u'} \right] - \frac{d}{{dt}}\left[ {\left( {u' \times u''} \right) \bullet u} \right][/tex]

Ok well I'm really stuck here. Does anyone have any suggestions? Thanks.
 
Physics news on Phys.org
Why not just go ahead and do it?
I wouldn't even bother to distribute it like you did. Just use the product rule:
[tex]((u'Xu")\dot(u'- u))'= (u'Xu")'\dot(u'- u)+(u'Xu")\dot(u'- u)'[/tex]
[tex]= (u"Xu"+ u'X u"')\dot(u'- u)+ (u'Xu")\dot(u"- u')[/tex]
 
Last edited by a moderator:
I can't see the Latex that you appear to have included in your reply. What I've got is the dot product of a cross product and the difference of two vectors. I don't see how the product rule can be used on the initial expression. Can you please explain further?

Edit: On second thought. The expression might just be the normal product(like 3 * 5 = 15). In that case I'd be able to this question. However I'd like to know if there is anything that can be done if the product is in fact a dot product rather than just the normal multiplication.
 
Last edited:
Ok thanks a lot for the help HallsofIvy.