Need Help Proving Vector Calculus Formula? Look No Further!

vas85
Messages
10
Reaction score
0
Vector Calculus Proof Help Please :)

Heya Ppl i have a problem i am trying to solve.

Prove that


(Delta) . ( (fi)F) = (fi)(Delta) . F + F . (Delta)(fi)

were these contain GRAD DIV in my opinion but i seem to not be able to get the answer.

F = Vector F where F = F1i + F2j + F3k is a vector field in R3 and (fi) the Greek symbol that looks similar to Theta is a fuction of x, y and z.
 
Physics news on Phys.org
oh and also guys the . is like the DOT PRODUCT dot not a MULTIPLICATION
 
Do you mean:

\nabla \cdot (\phi \mathbf{F}) = (\phi \nabla) \cdot \mathbf{F} + \mathbf{F} \cdot (\nabla \phi)

If you're interested, you can click on the equation image to see what code was used to make it.

Also, the upside-down triangle representing the del operator is called "nabla," and the greek letter that looks like theta is called "phi."
 
Last edited:
Yeh TALewis that is how it looked like except that the BRACKETS wernt around the NABLA and PHI which are in the Right Hand Side, but i think that is a okay way to group it. Now if any1 has ideas on how to solve it i would much appreciate it Thanks
 
And um the question now after editing your Code looked like this

\nabla \cdot (\phi \mathbf{F}) = \phi \nabla \cdot \mathbf{F} + \mathbf{F} \cdot \nabla \phi

But i think the way grouped in your rewrite should be the same thing, now if sum1 knows how to solve that proof :)
 
I will try to prove it considering the x-direction only. The full result should follow easily in the other two dimensions.

First, the left hand side:

<br /> \begin{align*}<br /> \nabla \cdot (\phi \mathbf{F}) &amp;= <br /> \frac{\partial}{\partial x}\mathbf{i} \cdot \phi F_1 \mathbf{i}\\<br /> &amp;= \frac{\partial}{\partial x}(\phi F_1)\\<br /> &amp;= \phi\frac{\partial F_1}{\partial x} + F_1\frac{\partial \phi}{\partial x} \quad \mbox{(product rule)}<br /> \end{align}<br />

Now, the first term of the right hand side:

<br /> \begin{align*}<br /> (\phi\nabla)\cdot\mathbf{F} &amp;=<br /> \phi\frac{\partial}{\partial x}\mathbf{i} \cdot F_1\mathbf{i}\\<br /> &amp;= \phi\frac{\partial F_1}{\partial x}<br /> \end{align*}<br />

The second term of the right hand side:

<br /> \begin{align*}<br /> \mathbf{F}\cdot(\nabla\phi) &amp;=<br /> F_1\mathbf{i}\cdot\frac{\partial\phi}{\partial x}\mathbf{i}\\<br /> &amp;= F_1\frac{\partial\phi}{\partial x}<br /> \end{align*}<br />

I think you should be able to see now how it all comes together.
 
Thanks Heaps TALewis, i get the picture now! :):)
 
Back
Top