I need to find the solution to this equation using the Fourier transform: $$ \partial_t f(x,t) = t^2\partial_{xx}^2 f(x,t) -t \partial_x f(x,t)+\delta(t)\delta(x^2-1)$$ with initial condition $f(x,-1) = 0$ I was a little bit startled because the initial solution is given at $t=-1$ and not at $t=0$. I followed this procedure: for $t>0$ the equation becomes (due to the Dirac delta properties): $$ \partial_t f(x,t) = t^2\partial_{xx}^2 f(x,t) -t \partial_x f(x,t) $$ Using the Fourier transform, and omitting some easy calculations, I obtain the following ODE: $$\frac{d}{dt}\hat{f}(k,t) = -k^2t^2\hat{f}(k,t)-ikt\hat{f}(k,t) $$ The standard solution yields: $\hat{f}(k,t) = C(k)e^{-(\frac{t^3}{3}k^2+ik\frac{t^2}{2})}$ I find the coefficient $C(k)$ in the following way: $$\hat{f}(k,0) = C(k)e^0 \Rightarrow C(k) = \hat{f}(k,0)e^{-1}$$ Hence we finally get: $$ \hat{f}(k,t) = \hat{f}(k,0)e^{-1} e^{-(\frac{t^3}{3}k^2+ik\frac{t^2}{2})}$$ Now the solution tells me that $\hat{f}(k,t) = \hat{f}(k,0) e^{-(\frac{t^3}{3}k^2+ik\frac{t^2}{2})}$ without the $e^{-1}$ term: so my first question is: where am I making a mistake? The method I followed for solving that ODE is the same as ever, and it works as far as I can remember. Now another problem arose while solving this: I can't seem to find the initial solution $f(x,0)$. I need it because, without it, I wouldn't be able to use the Fourier inversion theorem: $$\hat{f}(k,0) = \frac{1}{\sqrt{2\pi}}\int f(x',0)e^{-ikx'}dx' $$ I could solve for $t>1$ but that Delta term wouldn't vanish which would make the equation much more complicated. Is there some kind of way of extending the initial solution from $t=-1$ to $t=0$? I thought that maybe the initial solution could somehow be $0$ not only at $t=-1$, but in some wider interval $[-1-\epsilon, -1+\epsilon]$. Nevertheless, this would probably work if $\epsilon \to 0$ and this doesn't seem to help me at all. Well this is as far as I could go. Hope someone can enlighten me a bit more on how to solve this. The procedure I followed seems to be the right one. The solution somehow affirms that it can be easily seen that $f(x,0) = \delta(x^2-1)$ but I can't seem to figure how it does unfortunately.
2026-04-08 00:41:40.1775608900
Solving PDE via Fourier transform
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
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 FOURIER-TRANSFORM
- Proof of Fourier transform of cos$2\pi ft$
- Find the convergence of series of a sequence of functions in $L^2(\mathbb{R})$
- solving a simple ODE with Fourier transform
- How can we prove that $e^{-jωn}$ converges at $0$ while n -> infinity?
- Show that a periodic function $f(t)$ with period $T$ can be written as $ f(t) = f_T (t) \star \frac{1}{T} \text{comb}\bigg(\frac{t}{T}\bigg) $
- Taking the Discrete Inverse Fourier Transform of a Continuous Forward Transform
- Arcsin of a number greater than one
- Complex numbers in programming
- Power spectrum of field over an arbitrarily-shaped country
- Computing an inverse Fourier Transform / Solving the free particle Schrödinger equation with a gaussian wave packet as initial condition
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?
For $t<0$, the PDE also reduces to $$ \partial_t f(x,t) = t^2\partial_{xx}^2 f(x,t) -t \partial_x f(x,t). \tag{1} $$ Notice that $f(x,t)=0$ satisfies $(1)$ and the initial condition $f(x,-1)=0$, hence it is the solution to the PDE in the interval $-1\leq t<0$. Now, integrating both sides of $$ \partial_t f(x,t) = t^2\partial_{xx}^2 f(x,t) -t \partial_x f(x,t)+\delta(t)\delta(x^2-1) \tag{2} $$ from $t=-\epsilon$ to $t=+\epsilon$, we find $$ f(x,+\epsilon)=f(x,-\epsilon)+\int_{-\epsilon}^{+\epsilon}[t^2\partial_{xx}^2 f(x,t) -t \partial_x f(x,t)]\,dt+\delta(x^2-1).\tag{3} $$ Since $f(x,-\epsilon)=0$, and the integral on the RHS of $(3)$ vanishes in the limit $\epsilon\to 0^+$, we end up with $f(x,0^+)=\delta(x^2-1)$.