Integral with Cutoff: Understand the Logarithmic Terms

  • Context: Graduate 
  • Thread starter Thread starter LAHLH
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
LAHLH
Messages
405
Reaction score
2
Hi,

I'm struggling with how to see that

[itex]\int^{L}_{0}\int^{L}_{0} \frac{dxdy}{(x-y)^2}=2L/a-2\ln{(L/a)}+\mathcal{O}(1)[/itex]

'a' here is a cutoff to avoid the divergence that occurs when x=y, I presume we just set the integrand to zero when x-y<a, I think.

Can anyone see why the above holds?
 
Physics news on Phys.org
Well it's something the author does 'by hand' I guess, i.e. if x-y<a then set the integrand to zero, type approach. It's from Srednicki ch82 for some context and 'a' is lattice spacing. Since obviously the left hand side of the above integral is divergent really.

Based on some similar integrals I've seen in this subject I was thinking the method could work something like: integrand only depends on difference (x-y) thus might as well fix y at a given point say 0, then the y integral just contributes L and you get [itex]L \int^{L}_0 1/(x-0)^2[/itex], but now set the integrand to zero when x-y<a => [itex]L \int^{L}_a 1/(x)^2 =L[-1/L+1/a]=L/a-1[/itex]

which is sort of getting there but not quite..