Non-Homogeneous ODEs with Coupled Equations: Solving with Fourier Series?

  • Thread starter Thread starter jason.bourne
  • Start date Start date
  • Tags Tags
    Homogeneous Ode
jason.bourne
Messages
82
Reaction score
1
how do we solve an ODE which has forcing function in terms of Fourier series?
i have attached a pdf file of the problem.
 

Attachments

Physics news on Phys.org
At first you should find the general solution of the homogenous equation.Then you should find the particular solutions of the in-homogenous equations. I use plural words because you have in fact 25 in-homogenous equations with the driving functions being the terms in the Fourier series. That's because the equation is linear and so you can just consider each term the only one which is there and find the particular solution corresponding only to that term and then add the particular solutions together and to the general solution of the homogenous equation to get the answer.
 
it will be very laborious right by hand calculation? is it possible to solve on MATLAB by writing code?
 
jason.bourne said:
it will be very laborious right by hand calculation? is it possible to solve on MATLAB by writing code?

You're not going to actually solve 25 differential equations!
Just solve it with n,without giving it specific values,Which means you're going to solve only 2 differential equations one of which is the representative of 24 differential equations.
But yes,you can solve it with softwares like MatLab too.
 
yeah. got it. thanks for helping me Shyan. yes i realized it was silly thing to ask.

Shyan, let say if we have 2 second order simultaneous non homogeneous equations which are coupled, is there any way to solve it?
i have included a typical problem in an attachment.
 

Attachments

There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top