Two vector operations and simple expressions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 1K views
JiWang
Messages
3
Reaction score
1
Thread moved from the technical forums to the schoolwork forums
TL;DR Summary: My problems comes to a vector expression which needs to be simplified

I got an expression
piijksk,lul,j
Here s and u are two vectors. What will be the vector expression of this vector p with curl s, curl u, and other operations?
 
Physics news on Phys.org
Reply
  • Like
Likes   Reactions: BvU
Last edited:
Reply
  • Informative
Likes   Reactions: BvU
JiWang said:
TL;DR Summary: My problems comes to a vector expression which needs to be simplified

I got an expression
piijksk,lul,j
Here s and u are two vectors. What will be the vector expression of this vector p with curl s, curl u, and other operations?

Use [tex] (\partial_j u_l) (\partial_l s_k) = \partial_j ( u_l \partial_l s_k) - u_l \partial_j \partial_l s_k.[/tex] Then you can write your expression as [tex] \mathbf{p} = \nabla \times (\mathbf{u} \cdot \nabla \mathbf{s}) - \mathbf{u} \cdot \nabla ( \nabla \times \mathbf{s}).[/tex]
 
Reply
  • Like
Likes   Reactions: JiWang
Can you expand them to single operations? Thanks.