How can we compute $$(\vec{B} \cdot \nabla)\vec{A} $$ if A and B are defined as following: $$\vec{A}=2yz\ \vec{i} -x^2y\ \vec{j} + xz^2\ \vec{k}$$ $$\vec{B}=x^2 \ \vec{i} + yz \ \vec{j} -xy \ \vec{k}$$ I tried to solve it by removing the brackets hence we have B dot the gradient of A.
First, is it right to remove the brackets ? when do we have the right to remove the brackets in the problems of divergence and curl?
Second, if this is right to remove the brackets, then is the following the right solution to the problem?
compute the gradient of the vector function A as follows $$\nabla\vec A = \nabla \cdot \vec A + \nabla \wedge \vec A$$ following this link Gradient of a vector field? then apply dot product with B.
Third, is there any other way to solve this problem? Is there an identity that can be used to solve this problem?
Then I do not know how to interpret $\vec A$ and the $()$. Maybe we have another scalar product?
– manooooh Oct 23 '18 at 17:52