How Do I Integrate d³k for Particle Number Calculations?

  • Thread starter Thread starter sunipa.som
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The discussion focuses on integrating in three dimensions for particle number calculations. The user seeks clarification on whether the integral int_d^3 k can be expressed as int_dv or requires a different formulation. It is established that v represents the volume of a sphere, with k potentially corresponding to the radial coordinate in spherical coordinates. The user aims to calculate the total number of particles, N_tot, over a specified volume, confirming the integration approach for both k and r. The integration setup for N_tot is confirmed as correct, involving the product of the integrals for k and r.
sunipa.som
Messages
10
Reaction score
0
I have to do integration
int_d^3 k
we know
v=(4/3)*pi*k^3
dv=4*pi*k^2 dk

can I write
int_d^3 k=int_dv=int_4*pi*k^2 dk ?
or I have to write
int_d^3 k=(1/2*pi)^3 *4*pi*k^2 dk
 
Mathematics news on Phys.org
I'm afraid you will have to explain your notation. I assume that "int_d^3" refers to an integral in three dimensions but what is k?

v= (4/3) pi k^3 is the volume of a sphere of radius k. Is k what would normally be called \rho ("rho") in spherical coordinates?

If so then your "int_d^3 k" would be
\int_{\theta= 0}^{2\pi}\int_{\phi= 0}^{\pi}\int_{\rho= 0}^R \rho (\rho^2 sin(\phi) d\theta d\phi d\rho)
= 2\pi\left(\int_{\phi=0}^\pi sin(\phi)d\phi\right)\left(\int_{\rho= 0}^R \rho^3 d\rho\right)
= 2\pi \left(2\right)\left(\frac{1}{4}\rho^4\right)_0^R= \pi R^4
 
Actually I have number of particles N(r,k) as a function of r and k. r=0 to 50, k=0 to 50. I have to calculate total number of particles over whole volume.
So, i want to do integration
N_tot=int_int_N(r,k)*d^3 k*d^3 r
Now, int_d^3 k=int_4*pi*k^2 dk
int_d^3 r=int_4*pi*r^2 dr

N_tot=int_int_N(r,k)*d^3 k*d^3 r=int_int_N(r,k)*4*pi*k^2 dk*4*pi*r^2 dr

am I right?
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top