i havent had a response to this question in a while, could someone please help me. Im struggling to understand the concepts of forward/backward/central differences on finite difference equations.
i have formulas for:
first order with respect to x (spatial)- forward (explicit), backward(implicit) and central
second order with respect to x- forward (explicit), backward(implicit) and central
first order with respect to t (time)- forward (explicit), backward(implicit) and central
what are the formulas for second order with respect to t- forward (explicit), backward(implicit) and central?
i have a one second order equation for time but not sure what it specifys- is it the forward (explicit)?:
$$ \frac{d^2u}{dt^2} = \frac{u_{i}(m+1)-2u_{i}(m)+u_{i}(m-1)}{(\delta t)^2} $$
i know how to solve questions just need the second order equations with respect to time. thanks in advance for any help- been looking all over the web but not really getting a grasp. thanks.