Verifying Fluid Dynamics Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ICSunSpots
Messages
4
Reaction score
0
1. Verify that vjjvi=∂i(1/2*v2)-εijkvjωk,where ωkklmlvm


Homework Equations





The Attempt at a Solution


I am confused on how to proceed with this problem up to this point I have decomposed ωk into Curl(v). Which leaves vj X Curl(v). Decomposing this leaves vmivm-vllvi. I am stuck on where to go from here. How do I get rid of the ]=∂i(1/2*v2) term? Any help is appreciated. Thanks.
 
Physics news on Phys.org
i(1/2*v2) = vjivj


Thank you for your reply. That would certainly make my solution thus far work.
However,
I am fairly new to index notation. Can you explain to me in vector notation what vjivj means? I understand the ]∂ivj term, but what does the vector vj in front of it do? Thanks.
 
ICSunSpots said:
i(1/2*v2) = vjivj


Thank you for your reply. That would certainly make my solution thus far work.
However,
I am fairly new to index notation. Can you explain to me in vector notation what vjivj means? I understand the ]∂ivj term, but what does the vector vj in front of it do? Thanks.

I'm using the summation convention … repeated indices are added over all possible basis values.

So v2 = vjvj,

and so ∂iv2 = ∂i(vjvj) = (∂ivj)vj + vj(∂ivj) = 2vjivj :smile:
 
Great! It's clear as day now. This index notation is really neat stuff, it just takes a little bit for it to be intuitive. Thank you for your help, I can now finish the problem.