Laplace and Fourier Transforms: When to Use Which?

Click For Summary

Discussion Overview

The discussion revolves around the application of Laplace transforms to solve a specific ordinary differential equation (ODE) and the conditions under which this method is valid. Participants explore the assumptions necessary for applying the Laplace transform, the linearity of the transform, and the implications of using this method for different types of functions and equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the validity of applying the Laplace transform to each term of the ODE, expressing confusion about the variables involved in the transformation.
  • Another participant clarifies that the Laplace transform is linear and applies uniformly across the equation, thus all terms share the same variable.
  • A different viewpoint suggests that assumptions about the function's properties (e.g., being of exponential order) are necessary for the Laplace transform to be applicable, raising concerns about potential limitations in the solutions obtained.
  • Some participants express skepticism about the utility of the Laplace transform method, suggesting that it may be more trouble than it is worth for certain types of equations.
  • There is a discussion about the conditions under which the Laplace transform is applicable compared to the Fourier transform, although no consensus is reached on the specifics of when to use each method.

Areas of Agreement / Disagreement

Participants generally agree on the linearity of the Laplace transform and its application to the ODE, but there are differing opinions on the assumptions required for its use and the overall utility of the method. The discussion remains unresolved regarding the best contexts for using Laplace versus Fourier transforms.

Contextual Notes

Participants mention the need for functions to be of exponential order for the Laplace transform to be valid, highlighting potential limitations in the applicability of this method to certain differential equations. There is also mention of the necessity for the non-homogeneous term to be transformable.

Who May Find This Useful

This discussion may be useful for students and practitioners in mathematics and engineering who are exploring the application of Laplace and Fourier transforms in solving differential equations.

Niles
Messages
1,834
Reaction score
0
Hi all.

Lets solve the following ODE by using Laplace transforms

<br /> y&#039;&#039; - y&#039; = \exp(-x),<br />

where y depends on x. Laplace-transforming we obtain (where Y denotes the Laplace-transformed of y)

<br /> s^2Y(s)-sy(0)-y&#039;(0) - sY(0) - y(0) = \ldots<br />

My question is, why we are allowed to do this? Because when I Laplace transform y'', then we get some expression dependent on the variable s, but when we Laplace transform y', then we get an expression dependent on some other variable t, and likewise for the RHS. Who says that s=t? And then there's also the variable from transforming the RHS.
 
Last edited:
Physics news on Phys.org
I think you got caught up in some simple confusion. The Laplace Transform transforms a function of some variable (it could be x or t or whatever) to a function of s by the rule
F(s)=\int_{0}^{\infty}f(t)e^{-st}dt
So in your case f(x)\longrightarrow F(s) and your equation will go

\left[s^2Y(s)-sy(0)-y&#039;(0)\right]-\left[sY(s)-y(0)\right]=\frac{1}{s+1}

The RHS since the Laplace Transform of an exponential goes
e^{\alpha x}\longrightarrow \frac{1}{s-\alpha}
 
To add to jeffreydk's comment:

when you do something like a Laplace transform, you don't do it to each term separately - what you're doing is:

LHS = RHS

\Righarrow \mathcal{L}[\mbox{LHS}] = \mathcal{L}[\mbox{RHS}].

This is why the variable is the same for each term: the laplace transform is linear, so although you're transforming the whole LHS, you can split it up into transforms of each of the terms on the LHS, so they all have the variable s. Similarly for the RHS - you had to apply the transform to both sides of the equation, so it has the same variable.

It's pretty much the same idea as

if a + b = c, then (constant)(a + b) = (constant)a + (constant)b = (constant)c

You would never say (constant1)a + (constant2)b = (constant3)c, as in general that just wouldn't be true! From the first equation, the constants must be the same, just as for your Laplace transform case the transform variable in each case must be the same.
 
I see, thanks. I guess I was momentarily confused.

Thanks for clarifying.
 
Um, I think Niles's question has been answered from the point of view he meant it, so I don't mean to create any confusion, it's just that the question:

My question is, why we are allowed to do this?
also makes me think of it in the following terms:

to be able to take the Laplace transform of a funcion, we have to make certain assumptions about the function (that it is of exponentional order or some such:P), so, by taking the Laplace transform of the whole equation, we are making assumptions about the function y and its derivatives, right? So for a general linear differential equation, aren't we limiting the solutions we can obtain using the Laplace Transform? What if the actual solution of the differential equaion is such that it does not have a Laplace Transform? What happens when in such a case we try using this method?

Plus of course we need the non-homogenous term of the equation to be Laplace Transformable to even be able to attempt to apply this method. . .
 
Last edited:
Niles said:
Hi all.

Lets solve the following ODE by using Laplace transforms

<br /> y&#039;&#039; - y&#039; = \exp(-x),<br />

where y depends on x. Laplace-transforming we obtain (where Y denotes the Laplace-transformed of y)

<br /> s^2Y(s)-sy(0)-y&#039;(0) - sY(0) - y(0) = \ldots<br />

My question is, why we are allowed to do this? Because when I Laplace transform y'', then we get some expression dependent on the variable s, but when we Laplace transform y', then we get an expression dependent on some other variable t, and likewise for the RHS. Who says that s=t? And then there's also the variable from transforming the RHS.
I don't understand why you say "when I Laplace transform y'', then we get some expression dependent on the variable s, but when we Laplace transform y', then we get an expression dependent on some other variable t". The Laplace transform of of f(x) is, by definition,
L(f)(x)= \int_0^\infty e^{-sx}f(x)dx
I see no reason why you would get "t" as the variable for one transform and "s" for the other. Essentially, what you are doing is multiplying both sides of the differential equation by e^{-sx} and then integrating with respect to x. Doing that, all Laplace transforms resulting will have variable "s". Of course, you could use e^{-tx} and have variable "t" but still all Laplace transforms will have the same variable.

BobbyBear said:
Um, I think Niles's question has been answered from the point of view he meant it, so I don't mean to create any confusion, it's just that the question:




also makes me think of it in the following terms:

to be able to take the Laplace transform of a funcion, we have to make certain assumptions about the function (that it is of exponentional order or some such:P), so, by taking the Laplace transform of the whole equation, we are making assumptions about the function y and its derivatives, right? So for a general linear differential equation, aren't we limiting the solutions we can obtain using the Laplace Transform? What if the actual solution of the differential equaion is such that it does not have a Laplace Transform? What happens when in such a case we try using this method?

Plus of course we need the non-homogenous term of the equation to be Laplace Transformable to even be able to attempt to apply this method. . .
I must confess that I consider the whole "Laplace Tranform" method to be more trouble than it is worth! It only works for linear equations with constant coefficients for which there are easier methods. In any case, it can be shown that all solutions to such equations are "of exponential order"- exactly the kind that have Laplace Transforms.
 
Last edited by a moderator:
HallsofIvy said:
I don't understand why you say "when I Laplace transform y'', then we get some expression dependent on the variable s, but when we Laplace transform y', then we get an expression dependent on some other variable t"

It was a moment of confusion, and I wasn't thinking. A simple argument would just be that the Laplace transform is linear (which got mentioned). I have to think more carefully about these matters before asking questions from now on.
 
HallsofIvy said:
I must confess that I consider the whole "Laplace Tranform" method to be more trouble than it is worth! It only works for linear equations with constant coefficients for which there are easier methods. In any case, it can be shown that all solutions to such equations are "of exponential order"- exactly the kind that have Laplace Transforms.

mhm, indeedy *chucks tables of Laplace Transforms into recycling bin* :P
 
Niles said:
It was a moment of confusion, and I wasn't thinking. A simple argument would just be that the Laplace transform is linear (which got mentioned). I have to think more carefully about these matters before asking questions from now on.

Oh, but do you know how much you learn from overcoming moments of confusion!
I say keep posting, I learned a few things from this thread too :)

"Je pense, donc je suis"
(I think, therefore I am)
— René Descartes
 
  • #10
jeffreydk said:
I think you got caught up in some simple confusion. The Laplace Transform transforms a function of some variable (it could be x or t or whatever) to a function of s by the rule
F(s)=\int_{0}^{\infty}f(t)e^{-st}dt
So in your case f(x)\longrightarrow F(s) and your equation will go

\left[s^2Y(s)-sy(0)-y&#039;(0)\right]-\left[sY(s)-y(0)\right]=\frac{1}{s+1}

The RHS since the Laplace Transform of an exponential goes
e^{\alpha x}\longrightarrow \frac{1}{s-\alpha}

When we use
F(s)=\int_{-\infty}^{\infty}f(t)e^{-st}dt?

And in which cases is better use Laplace and in which Fourier transformation?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 2 ·
Replies
2
Views
10K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K