• These techniques approximate system responses without doing integrations, etc.
• This form of integration is done numerically - this means by doing repeated calculations to solve the equation. Numerical techniques are not as elegant as solving differential equations, and will result in small errors. But these techniques make it possible to solve complex problems much faster.
• This method uses forward/backward differences to estimate derivatives or integrals from measured data.
• We can also estimate the change resulting from a derivative using Euler’s equation for a first-order difference equation.
• Recall the basic Taylor series,
• When h=0 this is called a MacLaurin series.
• We can integrate a function by,
• The equations below are for calculating a fourth order Runge-Kutta integration.
• When given an equation where an algebraic solution is not feasible, a numerical solution may be required. One simple technique uses an instantaneous slope of the function, and takes iterative steps towards a solution.
• The function f(x) is supplied by the user.
• This method can become divergent if the function has an inflection point near the root.
• The technique is also sensitive to the initial guess.
• This calculation should be repeated until the final solution is found.