Problem 3
Question
Solve $$ \frac{\partial u}{\partial t}=k \frac{1}{r} \frac{\partial}{\partial r}\left(r \frac{\partial u}{\partial r}\right) $$ with \(u(r, 0)=f(r), u(0, t)\) bounded, and \(u(a, t)=0\). You may assume that the corresponding eigenfunctions, denoted \(\phi_{n}(r)\), are known and are complete. (Hint: See Sec. 5.2.2.)
Step-by-Step Solution
Verified Answer
The solution to the partial differential equation is \(u(r,t)=\sum_{n=1}^{∞}B_{n}e^{-kλ_{n}t}\phi_{n}(r)\) where λn and \(\phi_{n}(r)\) are the eigenvalues and eigenfunctions from the radial part, and \(B_{n}\) is determined by the boundary conditions.
1Step 1: Apply the method of separation of variables
Assume that the solution can be written as a product of two functions, one of r and one of t. We write \(u(r,t)=T(t)R(r)\). Substitute this into the PDE.
2Step 2: Apply the chain rule and separate the variables
Using the chain rule, we write the derivatives and divide through by \(T(t)R(r)\) to get \[\frac{1}{k}\frac{1}{T}\frac{dT}{dt}=\frac{1}{R}\frac{1}{r}\frac{d}{dr}\left(r\frac{dR}{dr}\right)\].\ The left side of this equation only depends on t and the right side only on r. Hence, both sides should be equal to a separation constant. Let us denote this constant with -λ
3Step 3: Solve the ODEs
Now we have to solve the ordinary differential equations (ODEs). From the left side we get the ODE for T: \(\frac{dT}{dt}=-kλT\). The general solution for this equation is \(T(t)=e^{-kλt}\).\ Likewise, from the right side we get an ODE for R: \(\frac{1}{r}\frac{d}{dr}\left(r\frac{dR}{dr}\right)=-λR\). From the problem, the eigenfunctions \(\phi_{n}(r)\) are known solutions to this equation.
4Step 4: Apply the initial and boundary conditions and generalize solution
We use the initial condition \(u(r,0)=f(r)\). Since at time t=0, our solution must match the initial u(r,0), we have \(R(r)T(0)=f(r)\) which gives us R(r)=f(r). The general solution of the PDE is a superposition (i.e., sums and scalar multiples) of all solutions, hence, the solution of the PDE is:\ \(u(r,t)=\sum_{n=1}^{∞}B_{n}e^{-kλ_{n}t}\phi_{n}(r)\)\ where λn and \(\phi_{n}(r)\) are the eigenvalues and eigenfunctions from the radial part, and \(B_{n}\) is determined by applying the boundary condition \(u(0,t)\) is bounded and \(u(a,t)=0\).
Key Concepts
Separation of VariablesInitial and Boundary ConditionsOrdinary Differential Equations (ODEs)Eigenfunctions and Eigenvalues
Separation of Variables
Separation of variables is a mathematical technique used to simplify complex differential equations. In this method, we assume that the solution to the partial differential equation (PDE) can be written as a product of two or more simpler functions, each depending on a single independent variable. For instance, in the heat equation given in the exercise, the solution is presented as a product of a time-dependent function, \( T(t) \), and a radius-dependent function, \( R(r) \). This turns the PDE into a format that allows us to understand and solve it more easily.
- Start by writing the solution as a product: \( u(r, t) = T(t)R(r) \).
- Substitute this form into the original PDE.
- Notice how the equation splits into parts, each dependent on one of the separate variables \( t \) and \( r \).
Initial and Boundary Conditions
Initial and boundary conditions are critical in solving differential equations as they provide the necessary parameters to determine a unique solution. Initial conditions specify the state of the system at the beginning of the observation (often at \( t = 0 \)), while boundary conditions describe the behavior at the boundaries of the region under consideration. In this problem:
- We are given an initial condition \( u(r, 0) = f(r) \), meaning the temperature distribution at \( t = 0 \) as a function of radius \( r \).
- The boundary condition \( u(0, t) \) is bounded implies the temperature at the center remains finite for any \( t \).
- Another boundary condition \( u(a, t) = 0 \) suggests the temperature at the outer edge is zero for all \( t \).
Ordinary Differential Equations (ODEs)
An ordinary differential equation (ODE) involves functions of a single variable and their derivatives. In separation of variables, converting a PDE into ODEs allows us to solve these simpler individual equations first. In this problem:
- The equation for time \( T(t) \) comes from part of the separated PDE: \( \frac{dT}{dt} = -k \lambda T \).
- The solution for this ODE is an exponential function: \( T(t) = e^{-k\lambda t} \).
- The spatial component results in another ODE: \( \frac{1}{r} \frac{d}{dr}\left(r \frac{dR}{dr}\right) = -\lambda R \).
Eigenfunctions and Eigenvalues
Eigenfunctions and eigenvalues are key concepts especially when dealing with boundary value problems in linear differential equations. They form the core solutions that satisfy specific conditions:
- Eigenfunctions, denoted as \( \phi_n(r) \) in this exercise, solve the spatial part of the differential equation under the boundary conditions provided (like \( u(a,t)=0 \)). Each eigenfunction corresponds to an eigenvalue \( \lambda_n \).
- These pairs help form a complete set of solutions to the problem.
- The solution is expressed as a series: \( u(r,t) = \sum_{n=1}^{\infty} B_n e^{-k \lambda_n t} \phi_n(r) \).
- The constants \( B_n \) are determined by initial and boundary conditions.
Other exercises in this chapter
Problem 3
Prove that \((5.6 .10)\) is valid in the following way. Assume \(L(u) / \sigma\) is piecewise smooth so that $$ \frac{L(u)}{\sigma}=\sum_{n=1}^{\infty} b_{n} \p
View solution Problem 3
Consider the eigenvalue problem \(L(\phi)=-\lambda \sigma(x) \phi\), subject to a given set of homogeneous boundary conditions. Suppose that $$ \int_{a}^{b}[u L
View solution Problem 3
Consider the non-Sturm-Liouville differential equation $$ \frac{d^{2} \phi}{d x^{2}}+\alpha(x) \frac{d \phi}{d x}+[\lambda \beta(x)+\gamma(x)] \phi=0 . $$ Multi
View solution Problem 4
(a) Using Parseval's equality, express the error in terms of the tail of a series. (b) Redo part (a) for a Fourier sine series on the interval \(0 \leqslant x \
View solution