Derivative of scalar triple product

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 5K views
V0ODO0CH1LD
Messages
278
Reaction score
0

Homework Statement



If u(t) = σ(t) . [σ'(t) x σ''(t)], show that u'(t) = σ(t) . [σ'(t) x σ'''(t)].

Homework Equations



The rules for differentiating dot products and cross products, respectively, are:

d/dt f(t) . g(t) = f'(t) . g(t) + f(t) . g'(t)

d/dt f(t) x g(t) = f'(t) x g(t) + f(t) x g'(t)

The Attempt at a Solution



So I applied each individual rule to σ(t) . [σ'(t) x σ''(t)] to get

σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t) + σ'(t) x σ'''(t)]

which I can expand into

σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t)] + σ(t) . [σ'(t) x σ'''(t)]

meaning σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t)] should equal zero, but I don't see why it would.

Thanks
 
Physics news on Phys.org
V0ODO0CH1LD said:

Homework Statement



If u(t) = σ(t) . [σ'(t) x σ''(t)], show that u'(t) = σ(t) . [σ'(t) x σ'''(t)].

Homework Equations



The rules for differentiating dot products and cross products, respectively, are:

d/dt f(t) . g(t) = f'(t) . g(t) + f(t) . g'(t)

d/dt f(t) x g(t) = f'(t) x g(t) + f(t) x g'(t)

The Attempt at a Solution



So I applied each individual rule to σ(t) . [σ'(t) x σ''(t)] to get

σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t) + σ'(t) x σ'''(t)]

which I can expand into

σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t)] + σ(t) . [σ'(t) x σ'''(t)]

meaning σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t)] should equal zero, but I don't see why it would.
Basic facts about the cross product:

For any vector [itex]\mathbf{a}[/itex], we have [itex]\mathbf{a} \times \mathbf{a} = \mathbf{0}[/itex].

For any vectors [itex]\mathbf{a}[/itex] and [itex]\mathbf{b}[/itex], the vector [itex]\mathbf{a} \times \mathbf{b}[/itex] is orthogonal to both [itex]\mathbf{a}[/itex] and [itex]\mathbf{b}[/itex], so [tex] \mathbf{a} \cdot (\mathbf{a} \times \mathbf{b}) = 0 = \mathbf{b} \cdot (\mathbf{a} \times \mathbf{b}).[/tex]
 
V0ODO0CH1LD said:
meaning σ'(t) . [σ'(t) x σ''(t)] + σ(t) . [σ''(t) x σ''(t)] should equal zero, but I don't see why it would.

Thanks

The cross product of any vector with itself is zero, so the second term is zero.

The first term is zero because the cross product σ'(t) x σ''(t) is orthogonal to σ'(t). The dot product of a vector with a vector orthogonal to itself is zero.

Hope that helps.

[Edit: Oops...I was posting at the same time as pasmith. What pasmith said.]