Computing F with Nabla Identity

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
3 replies · 2K views
rakso
Messages
18
Reaction score
0
TL;DR
Nabla identity
Hi!

The topic is electrodynamic but it's a question about Nabla identity. Given $$ F = (p \cdot \nabla)E $$

How does one compute F? Is this correct?

$$ F = \sum_{i} p_i \partial_{i} E_{i} e_{i} $$
 
Physics news on Phys.org
Ah, I see.

So for example, if we're in ## R^3 ##, ## \vec{F} ## would then be

## \vec{F} = (p_1 \partial_1 + p_2 \partial_2 + p_3 \partial_3) \vec{E} = (p_1 \partial_1 E_1 + p_2 \partial_2 E_1 + p_3 \partial_3 E_1)\hat{e}_1 + (p_1 \partial_1 E_2 + p_2 \partial_2 E_2 + p_3 \partial_3 E_2)\hat{e}_2 + (p_1 \partial_1 E_3 + p_2 \partial_2 E_3 + p_3 \partial_3 E_3)\hat{e}_3##

Assuming that the basis vectors are constant?