Uniquebum
- 53
- 1
Homework Statement
Solve the Boltzmann equation for a homogeneous plasma with not external forces present when the collision term is
\frac{\partial f(v,t)}{\partial t} = -\nu (f(v,t) - f_0(v)),
where \nu and f_0 are constants.
Homework Equations
Boltzmann equation
\frac{\partial f}{\partial t} + v\cdot \nabla f + a \cdot \nabla_v f = -\nu (f(v,t) - f_0(v))
where \nabla_v f is the gradient of f in respect to vx, vy and vz.
The Attempt at a Solution
Right, first off, I'm assuming that v \cdot \nabla f = 0 since in the collision term it claims that the function f(v,t) doesn't depend on x. This follows that
\frac{\partial f}{\partial t} + a \cdot \nabla_v f = -\nu (f(v,t) - f_0(v))
After this i'd assume that the function can be represented as f(v,t)=g(v)h(t)
Now with a little algebra we can get the equation in the form of
\frac{1}{h(t)}\frac{\partial h(t)}{\partial t} + \nu = \nu \frac{f_0(v)}{g(v)} - \frac{1}{g(v)}a \cdot \nabla_v g(v) = constant = \lambda
Now i have a pair of equations and calculating h(t) is fairly simple
\frac{1}{h(t)}\frac{\partial h(t)}{\partial t} + \nu = \lambda
which by integrating leads to
h(t) = Ce^{(\lambda - \nu)t} where C is the integration constant.
However, solving the other equation (below) is a bit harder
\nu \frac{f_0(v)}{g(v)} - \frac{1}{g(v)}a \cdot \nabla_v g(v) = \lambda
I can guess the solution to this would be
g(v) = e^{(\lambda/a)v}+\nu \frac{f_0(v)}{a}+D where D is again some constant.
And as stated before, connecting the two solutions like f(v,t)=g(v)h(t), would give the answer... maybe.
Now the problem is, i have no clue if this correct or even close to the solution. Could anyone check if I'm correct and if not (which is very likely), where have i messed up and how could i do the calculation right?