How to Solve Heat Equations with Generation Terms?

NoobixCube
Messages
154
Reaction score
0
Hey,

I am wondering how to solve this heat equation with a 'generation' term included. In one instance I am adding the generation term, in the other I am subtracting it.

a\frac{\partial^{2}f }{\partial x^{2}}-\frac{\partial f}{\partial t} - \lambda f = 0

a\frac{\partial^{2}f }{\partial x^{2}}-\frac{\partial f}{\partial t} + \lambda f = 0


Any information on how to solve these/links to a table would be great :D
 
Physics news on Phys.org
Of course, you need some initial/boundary conditions to have a well posed problem. I would try separation of variables.
 
Is the system bounded or is it in the whole space (x-axis in our case)?

A problem with boundary condition would be best solved with variable separation.
An infinite problem would be best solved with a Fourier Transform.

Both will give you an implicit form solution (as a sum or an integral) unless the initial conditions are specifically chosen.
 
Look at Partial Differential Equations: Sources and Solutions by AD Snider.

He talks about how to solve these sorts of problems.
I think the solution is to use a combination of Green's functions and Laplace transforms, but I do not recall exactly.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top