Reducing surface integral to line integral?

Guffie
Messages
23
Reaction score
0

Homework Statement



hi I am trying to adjust this general integral to my problem,

my problem consists of a semi-infinite rod, i.e. x in [0,∞)

the primed variables are the integration variables

Homework Equations



http://img339.imageshack.us/img339/5038/42247711.jpg

The Attempt at a Solution



so since its a 1D problem it means that dS' = dx' right?

but the integral is a surface integral so its evaluated the the surface right? which is at x'=0

im a bit confused here, whether it should be (int dx' u(x',t') dG/dx'(x,t,x',t'), {x'=0...x})

or (int dx' u(0,t') dG/dx'(x,t,x',t')|x'=0, {x'=0...x}) (evaluated at the surface then integrated)

but if this is the case then youll just get x times u(0,t') dG/dx' at x'=0 which doesn't seem right..

would there even be an integral involved? would it just be

y(x,t) = int_{t,t_0} dt u(0,t') dG/dx'(x,t|x',t')|x'=0 ? < this seems like the correct way to do it to me.. I am just not sure the x' integral will go away..

which leads me to another point of confusion,

i know that dG/dn' = - something, but is it = -dG/dx' or = -dG/dx ?

im pretty sure its -dG/dx'
 
Last edited by a moderator:
Physics news on Phys.org
Where is S defined?
It might be necessary to modify it before you can reduce it to a 1-dimensional integral.
 
It would help if you were to state "your problem" as well as the source for your integral formula to judge whether and how it ought to be applied.

With that said I here will speculate on some points.

The dG/dn' would likely be the directional derivative of G in the direction normal to the surface. That would make it equivalent to the gradient of G dotted with the the unit surface normal.
\int dt&#039; \iint y(r&#039;,t&#039;) \nabla&#039; G(r,t;r&#039;,t&#039;) \bullet d\mathbf{S}
You will likely have apply Gauss's Theorem (Divergence Theorem) to rewrite the surface integral as a volume integral. Then the integral over the rod will be nominally a volume integral with the cross sectional area component trivial. This though sounds like "undoing" whatever was used to derive the formula you stated. Again without context I'm speculating wildly.

But if I'm close then this formula is derived from some prior principle formula more applicable to your problem. It looks like a Green's function integral for some differential equation satisfied by y(r,t) but with additional application specific identities applied.

Even a subject context would help, is this a QM problem? An Electrodynamics problem? Gravitation? A pure math problem?
 
thanks for your replies!

ok sorry, i thought i could leave it general,

the formula i have given is the boundary value term of the general solution to the heat equation,

there a 3 terms, one associated with the driving function, one associated to initial conditions and one associated with boundary conditions.

in my question there is no driving function of initial conditions so only the boundary condition term is required.

the problem is one dimensional i.e. the differential equation is, k d^2u/dx^2 = du/dt, partials of course.

the boundary condition given is y(0,t)= A + Bsin(t)

the normal derivative to the greens function is negative because the rods 'surface' is at x=0 and opposing the direction of the rod, so in the -x direction.

its dG/dn' over the primed variables that's why i assumed it was -dG/dx'

i take it the surface S is supposed to be analogous to the point x=0 of the rod,

this is why I am getting confused,

if you have int f(r) dS' and the surface is defined to be a point in 1D, adjusting this to the 1D for, it wouldn't be an integral anymore? there's nothing to integrate? its just f(0) right?

thats what i am thinking is the correct thing to do but all the primed variables and stuff have made me pretty confused
 
Guffie said:
thanks for your replies!

ok sorry, i thought i could leave it general,

the formula i have given is the boundary value term of the general solution to the heat equation,

[...]

the problem is one dimensional i.e. the differential equation is, k d^2u/dx^2 = du/dt, partials of course.

the boundary condition given is y(0,t)= A + Bsin(t)

the normal derivative to the greens function is negative because the rods 'surface' is at x=0 and opposing the direction of the rod, so in the -x direction.

its dG/dn' over the primed variables that's why i assumed it was -dG/dx'

i take it the surface S is supposed to be analogous to the point x=0 of the rod,

this is why I am getting confused,

if you have int f(r) dS' and the surface is defined to be a point in 1D, adjusting this to the 1D for, it wouldn't be an integral anymore? there's nothing to integrate? its just f(0) right?

thats what i am thinking is the correct thing to do but all the primed variables and stuff have made me pretty confused

OK, now we're getting somewhere. Yes your assumptions are correct.

The Divergence theorem reduces in 1 (spatial) dimension to the FTC. Remember the "outward normal" for an interval [a,b] on the x-axis then becomes -\hat{i} at x=a, and \hat{i} at x=b. And the gradient becomes simply \hat{i}\partial_x. Presumably your x=b is at infinity and the functions are zero in that limit so there's no contribution. But I'll be more generic here but understand "evaluation at infinites" will be limits at infinity.

The "surface integral" for the zero dimensional "surface" of the 1-D "volume" becomes simple evaluation at that end point. So...

\int dt&#039; \iint y(r&#039;,t&#039;) \nabla&#039; G(r,t;r&#039;,t&#039;) \bullet d\mathbf{S}
becomes...
\int dt&#039; \left[ y(x&#039;,t&#039;) \partial/\partial x&#039; G(x,t;x&#039;,t&#039;) \right]_{x=a}^{x=b}= \int dt&#039; \left[y(b,t&#039;) \partial/\partial x&#039; G(x,t;b,t&#039;) -y(a,t&#039;) \partial/\partial x&#039; G(x,t;a,t&#039;)\right]

Remember the primed variables are the variables of integration, you are summing over one set of positions and times (r',t') via the integrals to find the values at another specific but unspecified position and time (r,t).
 
thanks alot!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top