ME565 Lecture 20: Numerical Solutions to PDEs Using FFT

preview_player
Показать описание
ME565 Lecture 20
Engineering Mathematics at the University of Washington

Numerical Solutions to PDEs Using FFT

Matlab code:

Рекомендации по теме
Комментарии
Автор

Your lectures are awesome! I have to thank you very much :D

but I do have 2 questions I may have to ask

1. When we deal with DFT (and FFT) there are k as appeared in exp(-i*2*pi*k*n/N) and while your Keppa (=omega) is (2*pi/L)*k
From previous lectures, I thought k will run from k = [0, 1, 2, ..., N]. But in this lecture, your k = [-Nx/2: Nx/2 -1]. So, I can see and feel how it make sense that our k is now related to the space domain (x) in some ways. But I do not really mathimatically understand when and how it happens.

2. I can't help but notice that the way Fourier transform turns our PDE to ODE kind of force us to ignore any Boundary condition we may have in the process. In this lecture, we talk about an infinitely long rod. So, we can say that BC is far away and does not have any effect on our problems. But when we do it in Matlab, our cylinder does have a finite length.

chotirawee
Автор

My differential equation is of form:
EI*(d^4y/dx^4)+ky+m*(d^2y/dt^2)=Pδ(x-vt), −∞<x<∞ where delta is Dirac-delta function, v is velocity and t is time . Can this be evaluated using this method?

susmitapanda