Question on changing limits of integral

  • Context: Graduate 
  • Thread starter Thread starter rwooduk
  • Start date Start date
  • Tags Tags
    Integral Limits
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 · 1K views
rwooduk
Messages
757
Reaction score
59
Say we have

[tex]\int_{0}^{\omega _{D}} \frac{\hbar \omega^{3}}{exp (\frac{\hbar\omega}{kT}) - 1} d\omega[/tex]

let

[tex]x = \frac{\hbar\omega}{kT}[/tex]

if we sub in we get

[tex](\frac{kT}{\hbar})^{3} (\frac{kT}{\hbar}) \int_{0}^{\omega _{D}} \frac{x^{3}}{exp (x) - 1} dx[/tex]

my question is how would the limits and integral change to get the limits in terms of x?

ANSWER:

[tex](\frac{kT}{\hbar})^{3} {kT} \int_{0}^{x _{D}} \frac{x^{3}}{exp (x) - 1} dx[/tex]

i.e. it removes a h-bar when the limits are changed, please could someone explain this?

thanks for any help
 
Last edited:
Physics news on Phys.org
rwooduk said:
Say we have

[tex]\int_{0}^{\omega _{D}} \frac{\hbar \omega^{3}}{exp (\frac{\hbar\omega}{kT}) - 1} d\omega[/tex]

let

[tex]x = \frac{\hbar\omega}{kT}[/tex]
Since you are replacing ##\omega## with x, you're going to need to calculate dx as well.
rwooduk said:
if we sub in we get

[tex](\frac{kT}{\hbar})^{3} (\frac{kT}{\hbar}) \int_{0}^{\omega _{D}} \frac{x^{3}}{exp (x) - 1} dx[/tex]

my question is how would the limits and integral change to get the limits in terms of x?
When ##\omega## = 0, it's pretty obvious that x = 0 as well. Use your substitution above to calculate x when ##\omega = \omega_D##.
rwooduk said:
ANSWER:

[tex](\frac{kT}{\hbar})^{3} {kT} \int_{0}^{x _{D}} \frac{x^{3}}{exp (x) - 1} dx[/tex]

i.e. it removes a h-bar when the limits are changed, please could someone explain this?

thanks for any help
 
Mark44 said:
Since you are replacing ##\omega## with x, you're going to need to calculate dx as well.
When ##\omega## = 0, it's pretty obvious that x = 0 as well. Use your substitution above to calculate x when ##\omega = \omega_D##.

Thanks for the reply, I already calculated dx/dw = h-bar/kT , that's where the second kT/h-bar comes from in the second equation. Not sure how what you are saying helps me determine how the new limit x on the integral changes what is in the equation. i.e. where the h-bar goes in the answer
 
You have made a mistake when you did your substitution. After your substitution you should have this:
$$\int \frac{\hbar(\frac{kT}{\hbar})^3x^3 \frac{kT}{\hbar}dx}{e^x - 1}$$
When simplified, this gives what you showed as the answer.
 
  • Like
Likes   Reactions: rwooduk
Mark44 said:
You have made a mistake when you did your substitution. After your substitution you should have this:
$$\int \frac{\hbar(\frac{kT}{\hbar})^3x^3 \frac{kT}{\hbar}dx}{e^x - 1}$$
When simplified, this gives what you showed as the answer.

ahhh, ok thank you! i thought changing the limit effected the term somehow :-/ many thanks!