Method of averaging velocities of electron when deriving drift velocity

conductorselectric-circuitselectric-currentsemiconductor-physicsvelocity

Here is derivation of drift velocity.

Assume there is a field $\vec{E}$ inside the conductor(wire).
Using equations of motion we can say that for every charge inside the conductor, $$\vec{v_1}=\vec{u_1}+\frac{\vec{E}e}{m}t_1$$ $$\vec{v_2}=\vec{u_2}+\frac{\vec{E}e}{m}t_2$$ $$.$$ $$.$$ $$.$$ $$\vec{v_n}=\vec{u_n}+\frac{\vec{E}e}{m}t_n$$
where $t_1,t_2,…t_n$ are the relaxation times.
Summing them and dividing by the number of charge particles($N$) we get, $$\sum_{i=1}^n\frac{\vec{v_i}}{N}=\sum_{i=1}^n\frac{\vec{u_i}}{N}+\frac{\vec{E}e}{m}\sum_{i=1}^n \frac {t_i}{N}$$

Since initial velocities are random $$\sum_{i=1}^n\vec{u_i}=0.$$ Thus we get,
$$\vec{v_d} = \frac{\vec{E}e}{m}\tau.$$

My question is why do we use relaxation time instead of using $\Delta t$ and then averaging the velocity as time interval for all electron's velocity in the wire?

As Wikipedia states "drift velocity is the average velocity attained by charged particles, such as electrons, in a material due to an electric field". So shouldn't we use change in very small time instead of using relaxation time?

Here's the link https://en.m.wikipedia.org/wiki/Drift_velocity#:~:text=In%20physics%2C%20a%20drift%20velocity,an%20average%20velocity%20of%20zero.

Best Answer

Average velocity

As Wikipedia states "drift velocity is the average velocity attained by charged particles, such as electrons, in a material due to an electric field". So shouldn't we use change in very small time instead of using relaxation time?

Averaging can be done only over a finite time interval - taking a very small interval $\Delta t$ and then taking it to zero would produce an instantaneous velocity - we will have learned nothing new from it. In practice, one often averages quantities over physically small time (or physically small volume, as in the case of elasticity or continuous electrodynamics). This time should be sufficiently short on the experimental time scale, but long on the microscopic time scale. In other words, e.g., if we are looking at the ac current, the averaging time should be much smaller than the period of the ac oscillations, but this would likely still be much longer than the time between electron collisions with lattice or other electrons.

How averaging is done in practice
There are different ways how averaging can be done within Drude-like models of conductivity:

  • Ad-hoc scattering time One assumes that the times between collision events are all equal to the mean scattering time $\tau$. That is, the velocity just before the scattering even is $$\mathbf{v}=\mathbf{u}+\frac{e\mathbf{E}\tau}{m}.$$
  • Poisson process One can asume that the probability of an interval $t$ between collisions is given by $$P(t)=\frac{1}{\tau}e^{-\frac{t}{\tau}},$$ calculate the electron velocity assuming scattering at times $t_1,t_2...$, and then average over the above probability distribution. This produces the same result as the previous approach, but allows also for calculating more complicated quantities (such as distribution of velocities around the drift velocity, i.e., the noise). The approach discussed in the OP is somewhere between these two, with $$\tau = \frac{\sum_{i=1}^N t_i}{N}$$
  • Hydrodynamic approach/diffusion One could use hydrodynamic approach, where the drift velocity is described by the Newton's equation $$ m\dot{\mathbf{v}}=-\frac{m\mathbf{v}}{\tau}+e\mathbf{E}. $$ Here $1/\tau$ plays the role of the effective friction coefficient due to electron being scattered multiple times. This produces the same result as the above approaches. One could further augment this approach by adding a random scattering force in the Newton's equation, converting it into a Langevin equation.

Note finally, that besides averaging over the scattering times, there is also averaging over Maxwell-Boltzmann distribution of the initial electron velocities (although it is not mentioned in simple derivations).

See here and here for related discussions.

Related Question