How a vol. integral becomes a vol. integral plus surface integral

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
6 replies · 2K views
tom8
Messages
19
Reaction score
0
Hello,

Please see this pdf at some universities website:

http://physics.ucsc.edu/~peter/110A/helmholtz.pdf

In line 14 the author claims using integration by parts...I do not understand
who could the integration by parts be used here.

I understand the general case where we have der(a*b)=a der(b) + b der(a)

but I am not able to see how this happened here..

Thanks!
 
Physics news on Phys.org
You use the fact that, for example, for scalar [itex]\psi[/itex] and vector [itex]C[/itex],

[tex]\int \nabla (\psi C) dV = \oint \psi C \cdot dA[/tex]

This is a generalization of the fundamental theorem of calculus, and it's used even in the 1D case:

[tex]\int_a^b u v' \; dx + \int_a^b u' v \; dx = \int_a^b (uv)' \; dx = uv|_a^b[/tex]
 
I understand the divergence theorem, but in my example I have two terms on the right, one of which is a surface integral and one is vol. integral. Thus this cannot be div. theorem.
 
It's the divergence theorem and integration by parts (or the product rule).

[tex]\int \nabla(\psi C) \; dV = \int C \cdot \nabla \psi \; dV + \int \psi \nabla \cdot C \; dV = \oint \psi C \cdot dA[/tex]
 
Muphrid said:
It's the divergence theorem and integration by parts (or the product rule).

[tex]\int \nabla(\psi C) \; dV = \int C \cdot \nabla \psi \; dV + \int \psi \nabla \cdot C \; dV = \oint \psi C \cdot dA[/tex]

Perfect, can you tell me what do psi corresponds to in my example?

Does correspond only to the rational (1/|r-r'|) or tothe rational and to d3r' ?
 
[itex]\psi[/itex] is only the scalar function [itex]1/|r-r'|[/itex]. Their [itex]d^3r'[/itex] is [itex]dV[/itex].
 
Muphrid said:
[itex]\psi[/itex] is only the scalar function [itex]1/|r-r'|[/itex]. Their [itex]d^3r'[/itex] is [itex]dV[/itex].

Now I got it. It is two steps at once, thank you so much !