The general solution to the heat equation

2.5k Views Asked by At

In the book, Conduction of Heat in Solids by Carslaw and Jaeger (Section 2.5), the general solution for the heat equation

$$u_t = \kappa u_{xx}$$ with the boundary conditions of $$u(x,0)=0\\ u(0,t)=\phi (t)$$

is given

$$ u = \frac{2}{\sqrt \pi} \int_{x / 2\sqrt (\kappa t)}^{\infty} \phi \Bigg (t-\frac{x^2}{4 \kappa \mu^2} \Bigg )e^{-\mu^2} d\mu $$ where $$\mu = \frac{x}{2\sqrt(\kappa(t-\lambda))}$$

Then, a series of special cases is given. For example, if $\phi (t) = e^{\lambda t}$ the above solution transforms to

$$ u = \frac{e^{\lambda t}}{2} \Bigg (e^{-x/\sqrt(\lambda/\kappa)} erfc \Big (\frac{x}{2 \sqrt(\kappa t)}- \sqrt (\lambda t) \Big) + e^{-x/\sqrt(\lambda/\kappa)} erfc \Big (\frac{x}{2 \sqrt(\kappa t)}+ \sqrt (\lambda t) \Big) \Bigg )$$

My question is how is this equation derived from the above-mentioned general solution?

1

There are 1 best solutions below

0
On BEST ANSWER

The definition of $erfc$ is

$$erfc(x) = \frac{2}{\sqrt \pi} \int_{0}^{x} e^{-\mu^2} d\mu.$$

So substituting the value of $\varphi$

$$u = \frac{2}{\sqrt \pi} \int_{x^2 / \sqrt (\kappa t)}^{\infty} \exp \Bigg (\lambda (t-\frac{x^2}{4 \kappa \mu^2} ) -\mu^2\Bigg ) d\mu$$ $$= \frac{e^{\lambda t}}{2} \Bigg (e^{-x/\sqrt(\lambda/\kappa)} erfc \Big (\frac{x}{2 \sqrt(\kappa t)}- \sqrt (\lambda t) \Big) + e^{-x/\sqrt(\lambda/\kappa)} erfc \Big (\frac{x}{2 \sqrt(\kappa t)}+ \sqrt (\lambda t) \Big) \Bigg ) $$