issacnewton
- 1,035
- 37
Hi
We know that in Debye theory,
C_v=9kN\left(\frac{T}{\theta}\right)^3 \int_0^{\theta/T} \frac{x^4 e^x}{(e^x-1)^2}\;dx
is the heat capacity of the solid. I want to plot C_v/3Nk as a function of T/ \theta from 0.001 to 1.4 using mathematica. The hint says to use NIntegrate. Now should I first create a vector of values of T/ \theta from 0.001 to 1.4 using "Table" ? Then maybe I can feed this vector to NIntegrate which could be placed inside another "Table"
statement.
any help ?
We know that in Debye theory,
C_v=9kN\left(\frac{T}{\theta}\right)^3 \int_0^{\theta/T} \frac{x^4 e^x}{(e^x-1)^2}\;dx
is the heat capacity of the solid. I want to plot C_v/3Nk as a function of T/ \theta from 0.001 to 1.4 using mathematica. The hint says to use NIntegrate. Now should I first create a vector of values of T/ \theta from 0.001 to 1.4 using "Table" ? Then maybe I can feed this vector to NIntegrate which could be placed inside another "Table"
statement.
any help ?