• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Using Fourier transformations to solve ODEs

WhiteKnight

Platinum Member
Can anyone explain to me how to use FTs to solve ODEs? For example, I have:

x'' + 2x' + 4x = sin(wt) where ' is derivative w/rt time and w is the excitation frequency. I can solve this with other methods, but I'm not sure how to use FTs.
 
Similar to Laplace transforms. You are converting a time varying system to the frequency domain, then use simple algebra. The whole point of these transforms is to get out of doing Calc., and using algebraic skills to find the answers.
 
So if the FT is defined as ...exp(-i(littleomega)t) then the derivatives just become multiplication by -i(littleomega), right? i.e. x" = -(littleomega)^2 * exp(-i(littleomega)t)
 
Basically what YellowFiero said. 😉

You can avoid using complicated integrals to obtain a solution (in the time domain) to using simple algebra (multiplication) to obtain the solution (in the frequency domain).

Then you use the inverse transformation to transform the solution from the frequency domain back to the time domain. And this usually just involves "eye-balling" the solution and seeing that it resembles a pattern in a table of solutions.
 
Back
Top