Change of variables for heat equation

1.4k Views Asked by At

How to make a change of variables to turn the equation $$\frac{\partial{u}}{\partial{t}}=D\frac{\partial^2{u}}{\partial{x}^2}+cu$$ back to the heat equation? Where can I read about change of variables? Thank you.

2

There are 2 best solutions below

0
On

Hint: use the change of variables $u = \exp{(\alpha t + \beta x)} \cdot v (x, t)$. Your task is to plug this expression and guess $\alpha$ and $\beta$ such that they remove all terms except $v_t$ and $v_{xx}$.

0
On

$\dfrac{\partial u}{\partial t}=D\dfrac{\partial^2u}{\partial x^2}+cu$

$\dfrac{\partial u}{\partial t}-cu=D\dfrac{\partial^2u}{\partial x^2}$

$e^{-ct}\dfrac{\partial u}{\partial t}-ce^{-ct}u=De^{-ct}\dfrac{\partial^2u}{\partial x^2}$

$\dfrac{\partial(e^{-ct}u)}{\partial t}=D\dfrac{\partial^2(e^{-ct}u)}{\partial x^2}$

$\therefore$ Let $v=e^{-ct}u$ , the PDE becomes $\dfrac{\partial v}{\partial t}=D\dfrac{\partial^2v}{\partial x^2}$ .