Using the Divergence Theorem to Solve Vector Calculus Problems

SP90
Messages
19
Reaction score
0

Homework Statement



attachment.php?attachmentid=47293&stc=1&d=1337106295.png


Homework Equations



So I have that v \otimes n = \left( \begin{array}{ccc}<br /> v_{1}n_{1} &amp; v_{1}n_{2} &amp; v_{1}n_{3} \\<br /> v_{2}n_{1} &amp; v_{2}n_{2} &amp; v_{2}n_{3} \\<br /> v_{3}n_{1} &amp; v_{3}n_{2} &amp; v_{3}n_{3} \end{array} \right) <br />

The Attempt at a Solution



I've tried applying the Divergence theorem for Tensors:
<br /> \int_{\partial B} ( v \otimes n )n dA = \int_{B} \nabla \cdot ( v \otimes n ) dV<br />

But that doesn't lead anywhere particularly useful. I thought it might be worth noting that \nabla \cdot ( v \otimes n ) = \frac{dv_{1}}{dx_{1}}n_{1}+\frac{dv_{2}}{dx_{2}}n_{2} + \frac{dv_{3}}{dx_{3}}n_{3} but I can't seem to get anywhere near \nabla v

And this problem isn't homework, it's just an optional exercise, but it's frustrated me for a while and I figured I should get some pointers.
 

Attachments

  • Screen Shot 2012-05-15 at 19.24.21.png
    Screen Shot 2012-05-15 at 19.24.21.png
    13.8 KB · Views: 570
Last edited:
Physics news on Phys.org
SP90 said:
I thought it might be worth noting that \nabla \cdot ( v \otimes n ) = \frac{dv_{1}}{dx_{1}}n_{1}+\frac{dv_{2}}{dx_{2}}n_{2} + \frac{dv_{3}}{dx_{3}}n_{3} but I can't seem to get anywhere near \nabla v

No it's not! I think you will find (assuming n is constant) that \nabla \cdot ( v \otimes n ) = n \cdot (\nabla v) + n (\nabla \cdot v)

Especially note that it is a vector and not a scalar
 
Isn't \nabla \cdot v \otimes n = (n_{1}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}), n_{2}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}), n_{3}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}))

Which is n \cdot \nabla v?

This would make sense since it gives that

\int_{\partial B} ( v \otimes n )n dA = \int_{B} (\nabla v) ndV

And then since n is just so constant vector, the result follows.

Is that right? Or am I missing something?
 
SP90 said:
Isn't \nabla \cdot v \otimes n = (n_{1}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}), n_{2}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}), n_{3}(\frac{dv_{1}}{dx_{1}}+\frac{dv_{2}}{dx_{2}}+\frac{dv_{3}}{dx_{3}}))

Which is n \cdot \nabla v?

This would make sense since it gives that

\int_{\partial B} ( v \otimes n )n dA = \int_{B} (\nabla v) ndV

And then since n is just so constant vector, the result follows.

Is that right? Or am I missing something?

Of course not; you can't just get rid of the terms that give you trouble... This is what you need to show, but the formula I gave above is still correct.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top