Consider the partial differential equation \begin{align} \frac{1}{c^{2}} \, \frac{ \partial^{2} U}{\partial t^{2}} &= \frac{\partial^{2} U}{\partial x^{2}} + x \, \frac{\partial U}{\partial x} + \alpha \\ U(0,t) &= p \\ U(a,t) &= q \\ U(x,0) &= h(x) \\ \end{align} It can be determined that the time component has a solution of the form \begin{align} A_{1} \cos(\lambda c t) + B_{1} \sin(\lambda c t). \end{align} The question here is how to find the eigenvalues $\lambda$ and the solution to the $x$ component of the equation. What is the most appropriate method to use?
2026-04-06 04:34:44.1775450084
Solution to a particular Wave Equation
144 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ORDINARY-DIFFERENTIAL-EQUATIONS
- The Runge-Kutta method for a system of equations
- Analytical solution of a nonlinear ordinary differential equation
- Stability of system of ordinary nonlinear differential equations
- Maximal interval of existence of the IVP
- Power series solution of $y''+e^xy' - y=0$
- Change of variables in a differential equation
- Dimension of solution space of homogeneous differential equation, proof
- Solve the initial value problem $x^2y'+y(x-y)=0$
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Derive an equation with Faraday's law
Related Questions in PARTIAL-DIFFERENTIAL-EQUATIONS
- PDE Separation of Variables Generality
- Partial Derivative vs Total Derivative: Function depending Implicitly and Explicitly on Variable
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Harmonic Functions are Analytic Evan’s Proof
- If $A$ generates the $C_0$-semigroup $\{T_t;t\ge0\}$, then $Au=f \Rightarrow u=-\int_0^\infty T_t f dt$?
- Regular surfaces with boundary and $C^1$ domains
- How might we express a second order PDE as a system of first order PDE's?
- Inhomogeneous biharmonic equation on $\mathbb{R}^d$
- PDE: Determine the region above the $x$-axis for which there is a classical solution.
- Division in differential equations when the dividing function is equal to $0$
Related Questions in SPECIAL-FUNCTIONS
- Generalized Fresnel Integration: $\int_{0}^ {\infty } \sin(x^n) dx $ and $\int_{0}^ {\infty } \cos(x^n) dx $
- Is there any exponential function that can approximate $\frac{1}{x}$?
- What can be said about the series $\sum_{n=1}^{\infty} \left[ \frac{1}{n} - \frac{1}{\sqrt{ n^2 + x^2 }} \right]$
- Branch of Math That Links Indicator Function and Expressability in a Ring
- Generating function of the sequence $\binom{2n}{n}^3H_n$
- Deriving $\sin(\pi s)=\pi s\prod_{n=1}^\infty (1-\frac{s^2}{n^2})$ without Hadamard Factorization
- quotients of Dedekind eta at irrational points on the boundary
- Sources for specific identities of spherical Bessel functions and spherical harmonics
- Need better resources and explanation to the Weierstrass functions
- Dilogarithmic fashion: the case $(p,q)=(3,4)$ of $\int_{0}^{1}\frac{\text{Li}_p(x)\,\text{Li}_q(x)}{x^2}\,dx$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
This is by no means a complete answer, but here are some notes on my try to solve the problem which might be useful for you or other people that wants to try to solve it.
We start by scaling the time coordinate $ct \to t$ to get
$$U_{tt} = U_{xx} + x U_x + \alpha$$
Since it was not specified we will for simplicity try to solve the PDE on the domain $(t,x)\in[0,\pi]\times [-\infty,\infty]$.
First we start by getting ridd of $\alpha$ by taking $U = \frac{\alpha t^2}{2} + \tilde{U}$. Next expand $\tilde{U}$ in a Fourier series $\tilde{U}(x,t) = \sum_{k=-\infty}^\infty U_k(x) e^{ikt}$ on the interval $[-\pi,\pi]$ to get the equations
$$U_k'' + x U_k' + k^2 U_k = 0$$
With $U_k = Z_k e^{-\frac{x^2}{4}}$ we get
$$Z_k'' + \left(k^2-1 + \frac{1}{2}-\frac{x^2}{4}\right)Z_k = 0$$
The solutions for $Z$ are known as the Parabolic Cylinder functions: $D_{k^2-1}(x)$ and $D_{-k^2}(ix)$. $D_n$ is a terrible function to work with unless $n$ is a non-negative integer for which
$$D_n(x) \propto e^{-\frac{x^2}{4}}H_n\left(\frac{x}{\sqrt{2}}\right)$$
where $H_n$ are the well known Hermite polynomials. For negative $n$, $D_n$ is related to the error function. The full solution can formally be written
$$U(x,t) = \frac{t^2}{2}\alpha + \sum_{k=-\infty}^\infty \left[c_k D_{k^2-1}(x) + d_kD_{-k^2}(ix)\right]e^{ikt-\frac{x^2}{4}}$$
for some (complex) numbers $c_k,d_k$. Before applying boundary condition it is useful to expand $t^2$ in a Fourier series on $[-\pi,\pi]$:
$$t^2 = \frac{\pi^2}{3} + \sum_{k=-\infty,k\not=0}^\infty \frac{2(-1)^k}{k^2}e^{ikt}$$
Using this the boundary conditions can be written
$$p - \frac{\alpha\pi^2}{6} = \sum_{k=-\infty,k\not=0}^\infty \frac{\alpha(-1)^k}{k^2}e^{ikt} + \sum_{k=-\infty}^\infty \left[c_k D_{k^2-1}(0) + d_kD_{-k^2}(0)\right]e^{ikt}$$ $$q - \frac{\alpha\pi^2}{6} = \sum_{k=-\infty,k\not=0}^\infty \frac{\alpha(-1)^k}{k^2}e^{ikt} + \sum_{k=-\infty}^\infty \left[c_k D_{k^2-1}(a) + d_kD_{-k^2}(ia)\right]e^{ikt-\frac{a^2}{4}}$$
so by the uniqueness of Fourier series we must have
$$p-\frac{\alpha\pi^2}{6} = c_0 D_{-1}(0) + d_0D_{0}(0)$$ $$q-\frac{\alpha\pi^2}{6} = \left[c_0 D_{-1}(a) + d_0D_{0}(ia)\right]e^{-\frac{a^2}{4}}$$
and
$$c_k D_{k^2-1}(0) + d_kD_{-k^2}(0) = \left[c_k D_{k^2-1}(a) + d_kD_{-k^2}(ia)\right]e^{-\frac{a^2}{4}} = -\frac{\alpha(-1)^k}{k^2}$$
for $k\not= 0$.
Finally, applying the initial condition $U(x,0) = h(x)$ and using the orthogonality relation $\int_{-\infty}^\infty D_n(x)D_m(x)\,{\rm d}x = \delta_{nm}n!\sqrt{2\pi}$ we get
$$c_{n} = \frac{1}{n!\sqrt{2\pi}}\int_{-\infty}^\infty{\rm d}x\left\{ h(x)e^{\frac{x^2}{4}}D_{n^2-1}(x) - \sum_{k=-\infty}^\infty \left[d_kD_{-k^2}(ix) D_{n^2-1}(x)\right]\right\}$$
This provides a closed system for $c_k,d_k$ which I have not been able to solve yet. It looks horrible, but perhaps there is some nice properties of the cylinder functions that can be applied to simplify it.
Another issue if whether the last integral in the $c_n$ expression converges. The reason I picked $[-\infty,\infty]$ as the domain for $x$ was the orthogonality condition so it might be better to instead consider a finite domain like $[0,a]$, but then I don't know of any orthogonality conditions to use.