How to apply the Fourier transform to this problem?

Click For Summary
SUMMARY

The discussion focuses on solving the partial differential equation (PDE) $$u_{tt}(x,t) + 2u_t(x,t) = -u(x,t)$$ using Fourier transforms. Participants highlight that since the PDE lacks spatial derivatives, it can be treated as a set of uncoupled linear constant coefficient first-order ordinary differential equations (ODEs). The consensus is that applying a Fourier transform is unnecessary; instead, a simpler approach using separation of variables and initial conditions leads to the solution $$u(x,t) = e^{-t}u(x,0)$$, where $$u(x,0) = f(x)$$.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with Fourier transforms and their applications
  • Knowledge of ordinary differential equations (ODEs)
  • Basic concepts of initial value problems
NEXT STEPS
  • Study the method of separation of variables for solving PDEs
  • Learn about the application of Laplace transforms in initial value problems
  • Explore the properties of Fourier transforms, particularly for step functions
  • Investigate the implications of homogenous vs. non-homogenous equations in PDEs
USEFUL FOR

Mathematicians, physicists, and engineers dealing with wave equations, heat equations, and those interested in solving initial value problems in partial differential equations.

Safder Aree
Messages
42
Reaction score
1
Homework Statement
$$ u_{tt}(x,t) + 2u_t(x,t) = -u(x,t), -\infty < x < \infty, t> 0$$
$$u(x,t), as |x| \rightarrow \infty, t>0$$
$$u(x,0) = f(x), u_t(x,0)= g(x) , -\infty < x < \infty $$
Relevant Equations
Fourier Transform equation:
$$ \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} f(x) e^{iwx} dx $$
I am struggling to figure out how to approach this problem. I've only solved a homogenous heat equation $$u_t = u_{xx}$$ using a Fourier transform, where I can take the Fourier transform of both sides then solve the general solution in Fourier terms then inverse transform. However, since this question has extra terms I'm a little confused.$$ u_{tt}(x,t) + 2u_t(x,t) = -u(x,t), -\infty < x < \infty, t> 0$$
$$u(x,t), as |x| \rightarrow \infty, t>0$$
$$u(x,0) = f(x), u_t(x,0)= g(x) , -\infty < x < \infty $$
Any advice and or guidance would be greatly appreciated. All I would do is take the Fourier transform of all the terms but from there I don't think I know what to do.`
 
Physics news on Phys.org
Safder Aree said:
I am struggling to figure out how to approach this problem. I've only solved a homogenous heat equation $$u_t = u_{xx}$$ using a Fourier transform, where I can take the Fourier transform of both sides then solve the general solution in Fourier terms then inverse transform. However, since this question has extra terms I'm a little confused.$$ u_{tt}(x,t) + 2u_t(x,t) = -u(x,t), -\infty < x < \infty, t> 0$$
$$u(x,t), as |x| \rightarrow \infty, t>0$$
$$u(x,0) = f(x), u_t(x,0)= g(x) , -\infty < x < \infty $$
Any advice and or guidance would be greatly appreciated. All I would do is take the Fourier transform of all the terms but from there I don't think I know what to do.`
Try it and see what occurs to you when you look at the result.
Since there are no partials with respect to x, you can consider x constant and just look at the Fourier transform with respect to t.
 
tnich said:
Try it and see what occurs to you when you look at the result.
Since there are no partials with respect to x, you can consider x constant and just look at the Fourier transform with respect to t.

So my understanding is that then applying the transform leads to:

$$ -(2 \pi w)^2 \hat{u_t} + 4 \pi i w \hat{u_t} = - fourier(constant)$$

Is the Fourier of a constant a dirac delta function?
 
Safder Aree said:
So my understanding is that then applying the transform leads to:

$$ -(2 \pi w)^2 \hat{u_t} + 4 \pi i w \hat{u_t} = - fourier(constant)$$

Is the Fourier of a constant a dirac delta function?
##u(x,t)## is a function of t, so I don't think it should be constant.
 
tnich said:
##u(x,t)## is a function of t, so I don't think it should be constant.

Oh no you're right,

$$ -(2 \pi w)^2 \hat{u_t} + 4 \pi i w \hat{u_t} = - \hat{u}(x,t)$$
Would that be right? Where would I go from here?
 
Safder Aree said:
Oh no you're right,

$$ -(2 \pi w)^2 \hat{u_t} + 4 \pi i w \hat{u_t} = - \hat{u}(x,t)$$
Would that be right? Where would I go from here?
Wouldn't it be
$$ -(2 \pi w)^2 \hat{u} + 4 \pi i w \hat{u} = - \hat{u}$$
?
 
I have worked it through. I think it actually makes a lot more sense to do the Fourier transform with respect to x. That gives you a differential equation in t that is easy to solve. Once you have that solution, you can apply the boundary conditions and transform back. It does seem to me that you could do this problem more easily without the Fourier transforms.
 
Last edited:
Safder Aree said:
I am struggling to figure out how to approach this problem. I've only solved a homogenous heat equation $$u_t = u_{xx}$$ using a Fourier transform, where I can take the Fourier transform of both sides then solve the general solution in Fourier terms then inverse transform. However, since this question has extra terms I'm a little confused.$$ u_{tt}(x,t) + 2u_t(x,t) = -u(x,t), -\infty < x < \infty, t> 0$$
$$u(x,t), as |x| \rightarrow \infty, t>0$$
$$u(x,0) = f(x), u_t(x,0)= g(x) , -\infty < x < \infty $$
Any advice and or guidance would be greatly appreciated. All I would do is take the Fourier transform of all the terms but from there I don't think I know what to do.`

As written the PDE contains no derivative with respect to x, so it is effectively an uncountable number of uncoupled linear constant coefficient first order ODEs and there is no need to do any transforms (although as it's an initial value problem for the t dependence one could in principle solve it by Laplace transforms).
 
The Fourier transform of a step function is ##\frac 1 {j \omega} + \pi \delta(\omega)##
 
  • #10
There is no differentiation with respect to x, so a simple separation of variables works.
Furthermore, the equation is homogenous with respect to t and the function can be written as ##(u(x,t) = exp(-st) f(x)##, Substitute that into the equation and you get the following
##(s^2 - 2s +1)f(x) = 0## and that gives you s = 1.
So the solution to the equation is
##u(x,t) = exp(-t)f(x) = exp(-t)u(x,0)##
No need for Fourier transform.
 

Similar threads

Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K