PPT Slide
Numerical Solution
Use discrete nodal points and timesteps
One-dimensional wave equation:
A(i,t+1) = (2.0 * A(i,t)) - A(i,t-1)
+ (c * (A(i-1,t) - (2.0 * A(i,t)) + A(i+1,t)))
New amplitude depends on
previous timesteps
neighboring points
position index (i)
Amplitude(A)
at time t
Previous slide
Next slide
Back to first slide
View graphic version