Bernoulli Numbers, Euler-Maclauring Formula - Math Methods class

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
4 replies · 5K views
kde2520
Messages
16
Reaction score
0

Homework Statement


The Bloch-Gruneissen approximation for the resistance on a monovalent metal is

[tex]\rho[/tex]=C(T[tex]^{5}[/tex]/[tex]\Theta[/tex][tex]^{6}[/tex])[tex]\int[/tex][tex]^{\Theta/T}_{0}[/tex][tex]\frac{x^{5}dx}{(e^{x}-1)(1-e^{-x})}[/tex]

(a)For T->[tex]\infty[/tex], show that [tex]\rho[/tex]=(C/4)(T/[tex]\Theta^{2}[/tex])

(b)For T->0, show that [tex]\rho[/tex]=5![tex]\zeta(5)[/tex]C[tex]\frac{T^{5}}{\Theta^{6}}[/tex]


Homework Equations


The section is on Bernoulli numbers and the Euler-Maclaurin Formula. Several definitions including x/(e^x-1)=sum->(Bn*x^n)/n!, Bernoulli Polynomials, Reimann-Zeta function, etc.


The Attempt at a Solution


For part (a) I see that as T->infinity the upper integration limit goes to zero, thus I may approximate the integrand giving (as the integrand) x^5/[(x+x^2/2!+x^3/3!+...)(-x+x^/2!-x^3/3!+...)]. Can I just multiply this out, simplify, and integrate term by term? If so, over what integration limits?

For part (b) the upper limit goes to infinity so I'm guessing I need to do the integral by substituting some definition of the Bernoulli Numbers?...

Help...

PS - Sorry if the equations are unclear. I'm new to LaTex. Help with that would be appreciated too.
 
Physics news on Phys.org
kde2520 said:
Can I just multiply this out, simplify, and integrate term by term?

Yep! (You have a sign wrong though ...)
kde2520 said:
If so, over what integration limits?

Same as before, you just think of the upper limit as a small parameter.
kde2520 said:
For part (b) the upper limit goes to infinity so I'm guessing I need to do the integral by substituting some definition of the Bernoulli Numbers?...

Try expanding everything but the [itex]x^5[/itex] in powers of [itex]e^{-x}[/itex].

As for LaTeX, just put the beginning and ending tex and /tex commands around the whole equation:

[tex]\rho=C(T^{5}/\Theta^{6})\int^{\Theta/T}_{0}\frac{x^{5}dx}{(e^{x}-1)(1-e^{-x})}[/tex]
 
I guess you mean the sign is wrong in the expansion of [tex]e^{-x}[/tex]? What is it's expansion?
 
Avodyne said:
Try expanding everything but the [itex]x^5[/itex] in powers of [itex]e^{-x}[/itex].

Isn't that what we did for part (a)?

Thanks for the LaTex tip!