Fourier Transform of Differential Equation

Click For Summary

Homework Help Overview

The discussion revolves around a differential equation involving third-order spatial derivatives and their Fourier transforms. The equation is given as \(\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t}\). Participants are tasked with showing that the Fourier transform of the solution can be expressed in a specific form involving an unknown function of \(k\).

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the process of applying the Fourier transform to the differential equation, questioning how to handle the derivatives correctly. There are attempts to clarify the relationship between spatial derivatives and their Fourier transform representations. Some participants express confusion about the transformations and the implications of the third derivative.

Discussion Status

The discussion is ongoing, with participants providing guidance on the application of Fourier transform properties. There is a recognition of the need to substitute the proposed solution into the original equation to verify its validity. Multiple interpretations of the steps involved are being explored, and some participants are beginning to connect the transformations to the proposed solution form.

Contextual Notes

Participants note the distinction between the original function \(u\) in the differential equation and its Fourier transform \(u(k,t)\). There is also mention of specific initial conditions that may influence the function \(A(k)\), which remains undefined in the current discussion.

Hart
Messages
168
Reaction score
0

Homework Statement



A differential equation [*] is given by:

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t}

By first Fourier transforming the equation (*) with respect to x, show by substitution that:

u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t}

is the Fourier transform of the solution of [*] , where A(k) is an unknown function of k.

Homework Equations



Derivative property of Fourier transforms (with respect to x):

F\left[ \frac{\partial f}{\partial x} \right] = ikF[f]

Also know:

F(k) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} f(x)e^{ikx}dx

F(x) = \frac{1}{\sqrt{2\pi}} \int_{-\infty}^{\infty} F(k)e^{ikx}dk

The Attempt at a Solution



.. Fourier transform [*] with respect to x, treating t as a parameter. k used as a variable.

Firstly rearrange [*] to get just \frac{\partial^{3}u}{\partial x^{3}} on the LHS

Then the LHS:

F\left[ \frac{\partial^{3}u}{\partial x^{3}} \right] = F\left[ \frac{\partial^{2}}{\partial x^{2}}\left( \frac{\partial u}{\partial x} \right)\ right] = -k^{2}\left( \frac{\partial^{2}}{\partial x^{2}} \right)F

Then the RHS:

RHS = \frac{\partial u}{\partial t} - 2 \left( \frac{\partial u}{\partial x} \right)

can take the t term outside the integral as it is just a constant parameter, therefore:

F\left[ \left(\frac{\partial u}{\partial t}\right)-\left(\frac{2\partial u}{\partial x}\right) \right] = \frac{1}{\sqrt{2\pi}}\left(\frac{\partial}{\partial t} \right)\int_{-\infty}^{\infty}\frac{-2\partial u}{\partial x}e^{-ikx} dx

.. then obviously some more steps, not sure really where to go next though.

Not sure if I'm even going about this in vaguely the right way .. so help will definitely be appreciated!
 
Physics news on Phys.org
Can you proofread the left-hand side? It's not clear what you're doing. You want to be replacing every spatial derivative with ik.

The integral definition of F(u) isn't needed in this problem.
 
This is the LHS calculations again, in full:

F\left[ \frac{\partial^{3}u}{\partial x^{3}} \right] = F\left[ \frac{\partial^{2}}{\partial x^{2}}\left( \frac{\partial u}{\partial x} \right)\right] <br /> <br /> = ikF\left[\frac{\partial u^{2}}{\partial x} \right] = (ik)^{2}F\left[u\right] = -k^{2}\left( \frac{\partial^{2}u^{2}}{\partial x^{2}} \right)

.. hopefully that's more clear now (and somewhat correct!)?!?
 
Hart said:
This is the LHS calculations again, in full:

F\left[ \frac{\partial^{3}u}{\partial x^{3}} \right] = F\left[ \frac{\partial^{2}}{\partial x^{2}}\left( \frac{\partial u}{\partial x} \right)\right] <br /> <br /> = ikF\left[\frac{\partial u^{2}}{\partial x} \right] = (ik)^{2}F\left[u\right] = -k^{2}\left( \frac{\partial^{2}u^{2}}{\partial x^{2}} \right)

.. hopefully that's more clear now (and somewhat correct!)?!?

I agree up to the second equals sign. Then you seem to lose a derivative, and later lose F altogether. Why not just use the relationship for a spatial derivative three times?
 
The term being \frac{\partial^{3}u}{\partial x^{3}} and not just a second deriviative has thrown me somewhat, though I know it shouldn't!

.. the relationship for spatial derivative 3 times? Sorry to sound stupid! At the moment I'm trying to adapt a second derivative example to this question, so I thought would be some errors.

I was using this relationship for a property of Fourier transform derivatives:

F\left[ \frac{\partial f}{\partial x} \right] = ikF[f]

Hence that's where the derivative went for F (from 3rd to 2nd).

.. bit confused now with all these derivatives! :|
 
Use the fact that

\frac{\partial^{3}u}{\partial x^{3}} = \frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)

so

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = F\left[\frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)\right] = ?
 
.. :umm: nope I don't really get it

..

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = F\left[\frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)\right] = ik ??

(since you said earlier I need to replace every spatial derivative with ik)

.. apologies for not being very clever at the moment with this!
 
Compare what you wrote here:
Hart said:
F\left[ \frac{\partial f}{\partial x} \right] = ikF[f]
with what you have here:
Hart said:
F\left[\frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)\right] = \cdots
What is f(x) in this case?
(since you said earlier I need to replace every spatial derivative with ik)

.. apologies for not being very clever at the moment with this!
We're backing up a bit here since you didn't see what Mapes was saying earlier.
 
.. I did see Mapes comment and my comment after was an attempt to show how I had got that answer, allbeit incorrect, because I wasn't sure where I'd gone wrong as weren't completely sure how to do the calculation.

Right, so as far as where we are now..

f(x) = \frac{\partial^2 u}{\partial x^{2}}

??
 
  • #10
Hart said:
Right, so as far as where we are now..

f(x) = \frac{\partial^2 u}{\partial x^{2}}

??
Yes, so you get

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = F\left[\frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)\right] = ikF\left[\frac{\partial^2 u}{\partial x^{2}}\right]

Do you see now where this is going?
 
  • #11
vela said:
F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = F\left[\frac{\partial}{\partial x}\left(\frac{\partial^{2}u}{\partial x^{2}}\right)\right] = ikF\left[\frac{\partial^2 u}{\partial x^{2}}\right]

= -k^{2}F\left[\frac{\partial u}{\partial x}\right]

??
 
  • #12
Yes, and you want to do it one more time.
 
  • #13
..

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = -ik^{3}\left[u\right]

??
 
  • #14
Hart said:
..

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = -ik^{3}\left[u\right]

??

Looks good. Perhaps you can see where this is starting to match elements in the solution. :smile:
 
  • #15
And perhaps you can see what Mapes meant when suggesting you replace every spatial derivative with ik.

<br /> F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = (ik)^{3}F<u><br /> </u>
 
  • #16
Yep! It's obvious now!

Righto, now know these expressions then:

F\left[\frac{\partial^{3}u}{\partial x^{3}}\right] = (ik)^{3}F

F\left[ \frac{\partial u}{\partial x} \right] = ikF

so presumably:

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = (ik)^{3}F<u> + 2ikF</u>

correct??

.. and then the other side of the original equation:

F\left[ \left(\frac{\partial u}{\partial t}\right)\right] = \frac{1}{\sqrt{2\pi}}\left(\frac{\partial}{\partial t} \right)\int_{-\infty}^{\infty} u e^{-ikx} dx

also correct??

Hopefully getting somewhere with this now!
 
  • #17
.. had a look at this again, and I don't really get how to now 'sum up' these results in order to get through substitution the expression required.

Also, another question following on from this..

"Find A(k) for the case where u(x,t) at t=0 is given by u(x,0) = U_{0}\delta(x-a) where U_{0} is a constant."

I think this follows from the answer to the first question then, but obviously I don't know how to do this at the moment :confused:
 
  • #18
Don't get confused like I was by the question. The "u" in this equation:

<br /> \frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t} <br />

is NOT the same as the "u" in this equation:

<br /> u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t} <br />

The latter "u" is meant to be the Fourier transform of the former "u".

To proceed, "substitution" just means putting in <br /> u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t} <br /> for F and showing that both sides of the differential equation are equal.
 
  • #19
.. so input this:

u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t}

into this:

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t}

??

How do I do this seeing how there are both x and t dependent differentials, and the first equation doesn't distinguish whether it it dx or dt!? Unless differentiate it with respect to x, to get a result, and then differentiate (original equation) to get a different result for dt?!
 
  • #20
No, reread my last post. I said that the "u" given by <br /> u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t} is NOT the same as the "u" given by \frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t}.

You did a lot of work to get \frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = (ik)^{3}F<u> + 2ikF</u>, so use it. F is actually u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t}, as the question states.
 
  • #21
sorry, I actually got confused too by that even after reading your comment, what I meant to ask was:

.. so input this:

u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t}

into:

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = (ik)^{3}F<u> + 2ikF</u>

hence:

= \frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = (ik)^{3}[A(k)e^{-i \left( k^{3}-2k \right) t}] + 2ik\left[A(k)e^{-i \left( k^{3}-2k \right) t}\right]

then simplify:

\left(ik(k^{2} + 2)\right)\left[A(k)e^{-i \left( k^{3}-2k \right) t}\right]

.. correct?

Then need to equate this to the other side of the original equation, i.e. the partial derivative of U by t.. I don't get how to do this part in order to get the final answer.
 
  • #22
Hart said:
.. so input this:

u(k,t) = A(k)e^{-i \left( k^{3}-2k \right) t}

into this:

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = \frac{\partial u}{\partial t}

??

How do I do this seeing how there are both x and t dependent differentials, and the first equation doesn't distinguish whether it it dx or dt!? Unless differentiate it with respect to x, to get a result, and then differentiate (original equation) to get a different result for dt?!

As ideasrule noted, u(k,t) is the Fourier transform of u(x,t) which is the variable in the original equation. u(k,t) does not solve the original equation, but it does solve the Fourier transform of the equation. What did you get for this Fourier transform of the original equation? Note that F[\partial u(x,t)/\partial t] is just \partial u(k,t)/\partial t. Can you put the whole thing together?
 
  • #23
.. is my last post not correct?
 
  • #24
The right side is the Fourier transform of the partial derivative of u by t (remember that you transformed both sides). That's equal to the partial derivative of the Fourier transform of u.
 
  • #25
Hart said:
.. is my last post not correct?
No, because

\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right) = (ik)^{3}F<u> + 2ikF</u>

isn't correct. On the LHS, you have the original equation; on the RHS, you have its Fourier transform. If you instead had said,

<br /> F\left[\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right)\right] = (ik)^{3}F<u> + 2ikF<u><br /> </u></u>

that would be correct.
 
  • #26
vela said:
<br /> F\left[\frac{\partial^{3}u}{\partial x^{3}} + 2 \left( \frac{\partial u}{\partial x} \right)\right] = (ik)^{3}F<u> + 2ikF<u><br /> </u></u>

that would be correct.


.. so this is the LHS of the original equation?!

and the RHS:

F\left[ \left(\frac{\partial u}{\partial t}\right)\right] = \frac{1}{\sqrt{2\pi}}\left(\frac{\partial}{\partial t} \right)\int_{-\infty}^{\infty} u e^{-ikx} dx

??
 
  • #27
You can rewrite the RHS slightly as

\frac{1}{\sqrt{2\pi}}\left(\frac{\partial}{\partial t} \right)\int_{-\infty}^{\infty} u e^{-ikx} dx = \frac{\partial}{\partial t} \left(\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty} u e^{-ikx} dx\right)

What's the thing inside the parentheses on the RHS?
 
  • #28
um..

this:

\left(\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty} u e^{-ikx} dx\right)

is the Fourier transform of u ?!

i.e.

F<u> = \left(\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty} u e^{-ikx} dx\right)</u>

so the RHS will be:

= \frac{\partial}{\partial t} F
 
Last edited:
  • #29
.. so then the equation will be:

(ik)^{3}F<u> + 2ikF<u> = \frac{\partial}{\partial t} F</u></u>

?!
 
  • #30
Hart said:
.. so then the equation will be:

(ik)^{3}F<u> + 2ikF<u> = \frac{\partial}{\partial t} F</u></u>

?!


Looks good. You've now obtained an ordinary differential equation (ODE) (where you used to have a partial differential equation). What's the solution to this ODE?
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
30
Views
5K
Replies
29
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
4K