Problem 23
Question
We use $$U(x, s)=c_{1} \cosh \sqrt{\frac{s}{k}} x+c_{2} \sinh \sqrt{\frac{s}{k}} x+\frac{u_{0}}{s}$$ The transformed boundary conditions \(d U /\left.d x\right|_{x=0}=0\) and \(U(1, s)=0\) give, in turn, \(c_{2}=0\) and \(c_{1}=-u_{0} / s \cosh \sqrt{s / k} .\) Therefore $$U(x, s)=\frac{u_{0}}{s}-\frac{u_{0} \cosh \sqrt{s / k} x}{s \cosh \sqrt{s / k}}=\frac{u_{0}}{s}-u_{0} \frac{e^{\sqrt{s / k}} x+e^{-\sqrt{s / k} x}}{s\left(e^{\sqrt{s / k}}+e^{-\sqrt{s / k}}\right)}$$ $$=\frac{u_{0}}{s}-u_{0} \frac{e^{\sqrt{s / k}(x-1)}+e^{-\sqrt{s / k}(x+1)}}{s\left(1+e^{-2 \sqrt{s / k}}\right)}$$ $$=\frac{u_{0}}{s}-u_{0}\left[\frac{e^{-\sqrt{s / k}(1-x)}}{s}-\frac{e^{-\sqrt{s / k}(3-x)}}{s}+\frac{e^{-\sqrt{s / k}(5-x)}}{s}-\cdots\right]$$ $$-u_{0}\left[\frac{e^{-\sqrt{s / k}(1+x)}}{s}-\frac{e^{-\sqrt{s / k}(3+x)}}{s}+\frac{e^{-\sqrt{s / k}(5+x)}}{s}-\cdots\right]$$ $$=\frac{u_{0}}{s}-u_{0} \sum_{n=0}^{\infty}(-1)^{n}\left[\frac{e^{-(2 n+1-x) \sqrt{s} / \sqrt{k}}}{s}+\frac{e^{-(2 n+1+x) \sqrt{s} / \sqrt{k}}}{s}\right]$$ and $$\begin{aligned} u(x, t) &=u_{0} \mathscr{L}^{-1}\left\\{\frac{1}{s}\right\\}-u_{0} \sum_{n=0}^{\infty}(-1)^{n}\left[\mathscr{L}^{-1}\left\\{\frac{e^{-(2 n+1-x) \sqrt{s} / \sqrt{k}}}{s}\right\\}-\mathscr{L}^{-1}\left\\{\frac{e^{-(2 n+1+x) \sqrt{s} / \sqrt{k}}}{s}\right\\}\right] \\ &=u_{0}-u_{0} \sum_{n=0}^{\infty}(-1)^{n}\left[\operatorname{erfc}\left(\frac{2 n+1-x}{2 \sqrt{k t}}\right)-\operatorname{erfc}\left(\frac{2 n+1+x}{2 \sqrt{k t}}\right)\right] \end{aligned}$$
Step-by-Step Solution
VerifiedKey Concepts
Laplace Transform
- The Laplace Transform of a function \( f(t) \) is defined as \( \mathscr{L}\{f(t)\} = \int_0^{\infty} e^{-st} f(t) \, dt \).
- It is particularly useful for solving differential equations with boundary conditions, as it simplifies issues related to differentiation and integration.
Boundary Conditions
- In this exercise, we deal with two boundary conditions: \( \frac{dU}{dx} \big|_{x=0} = 0 \), indicating a no-flux boundary at \( x=0 \), and \( U(1, s) = 0 \), imposing a specific value at \( x=1 \).
- By applying these conditions, we find the constants in the solution that adhere to the physical requirements described by the problem's context.
Series Representation
- The function \( U(x, s) \) is expressed as an infinite series in Step 6 of the solution: \[ U(x, s) = \frac{u_0}{s} - u_0 \sum_{n=0}^{\infty}(-1)^{n}\left[\frac{e^{-(2 n+1-x) \sqrt{s/k}}}{s} + \frac{e^{-(2 n+1+x) \sqrt{s/k}}}{s}\right] \].
- This representation breaks down a complex expression into simpler components, which are easier to handle mathematically.
- It allows for individual terms to be easily inverted using the inverse transform.
Inverse Laplace Transform
- In the exercise, Step 7 involves using the Inverse Laplace Transform to revert the expression \( U(x, s) \) to \( u(x, t) \).
- This involves the application of known inverse transforms such as those involving the complementary error function \( \operatorname{erfc} \).
- The result is a time-dependent representation that provides insights into the behavior of the system over time, represented as: \[ u(x, t) = u_0 - u_0 \sum_{n=0}^{\infty}(-1)^{n}\left[\operatorname{erfc}\left(\frac{2n+1-x}{2\sqrt{kt}}\right) - \operatorname{erfc}\left(\frac{2n+1+x}{2\sqrt{kt}}\right)\right] \].