next up previous contents
Next: sum of coefficients Up: the matrizant Previous: Picard's method

Euler's method

Another scheme of solution is to discretize the differential equation, approximating dZ/dt = MZ by

$\displaystyle Z(t+\Delta t)$ = $\displaystyle Z(t) + \Delta t M(t)Z(t)$ (246)
  = $\displaystyle (I + \Delta t M(t)) Z(t)$ (247)
$\displaystyle Z(t+2\Delta t)$ = $\displaystyle (I + \Delta t M(t+\Delta t)))(I + \Delta t M(t)) Z(t)$ (248)
$\displaystyle Z(t+n\Delta t)$ = $\displaystyle \left(\prod_{i=0}^{n-1}(I + \Delta t M(t_i))
\right) Z(t)$ (249)
  = $\displaystyle \left[ I + \Delta t\sum_{i=0}^{n-1}M(t_i) +
\Delta t^2\sum_{i=0}^{n-1}\sum_{j<i} M(t_i)M(t_j) + \cdots\right] Z(t)$ (250)
  = $\displaystyle \Omega(M,t,0)Z(0)$ (251)

These sums can be recognized as approximations to the integrals in Picard's method. However, this approximation is most useful in the product form, where the matrizant is sometimes called a product integral. For example, by observing the limits in the product, it is easy to conclude the rules
$\displaystyle \Omega(M,t,t)$ = I (252)
$\displaystyle \Omega(M,s,t) \Omega(M,t,u)$ = $\displaystyle \Omega(M,s,u)$ (253)
$\displaystyle \Omega(M,s,t)^{-1}$ = $\displaystyle \Omega(M,t,s)$ (254)

Two further rules, which follow from the definitions, are

$\displaystyle \frac{\partial\Omega(M,s,t)}{\partial s}$ = $\displaystyle M(s)\ \Omega(M,s,t)$ (255)
$\displaystyle \frac{\partial\Omega(M,s,t)}{\partial t}$ = $\displaystyle \Omega(M,s,t)\ M(t).$ (256)


next up previous contents
Next: sum of coefficients Up: the matrizant Previous: Picard's method
Microcomputadoras
2001-04-05