supermiedos
- 62
- 0
How do these operations with Del operator work??
Let's say A and B are expressed by their cartesian components as:
A = <P, Q, R> and B = <M, N, O>
what would be the differente between (A.∇)B and B(∇.A) ?
I tried to expand the expression (A.∇)B as:
(P\partial_{x} + Q\partial_{y} + R\partial_{z})B
Where \partial_{x} is an abbreviation for \partial/\partial_{x} but I don't know how to proceed next. Should I multiply the inside of the parenthesis with every component o B? That looks strange.
Homework Statement
Let's say A and B are expressed by their cartesian components as:
A = <P, Q, R> and B = <M, N, O>
what would be the differente between (A.∇)B and B(∇.A) ?
Homework Equations
The Attempt at a Solution
I tried to expand the expression (A.∇)B as:
(P\partial_{x} + Q\partial_{y} + R\partial_{z})B
Where \partial_{x} is an abbreviation for \partial/\partial_{x} but I don't know how to proceed next. Should I multiply the inside of the parenthesis with every component o B? That looks strange.