MarketDifferential-algebraic system of equations
Company Profile

Differential-algebraic system of equations

In mathematics, a differential-algebraic system of equations (DAE) is a system of equations that either contains differential equations and algebraic equations, or is equivalent to such a system.

Other forms of DAEs
The distinction of DAEs to ODEs becomes apparent if some of the dependent variables occur without their derivatives. The vector of dependent variables may then be written as pair (x,y) and the system of differential equations of the DAE appears in the form :: F\left(\dot x, x, y, t\right) = 0 where • x, a vector in \R^n, are dependent variables for which derivatives are present (differential variables), • y, a vector in \R^m, are dependent variables for which no derivatives are present (algebraic variables), • t, a scalar (usually time) is an independent variable. • F is a vector of n+m functions that involve subsets of these n+m+1 variables and n derivatives. As a whole, the set of DAEs is a function :: F: \R^{(2n+m+1)} \to \R^{(n+m)}. Initial conditions must be a solution of the system of equations of the form :: F\left(\dot x(t_0),\, x(t_0), y(t_0), t_0 \right) = 0. == Examples ==
Examples
The behaviour of a pendulum of length L with center in (0,0) in Cartesian coordinates (x,y) is described by the Euler–Lagrange equations ::\begin{align} \dot x&=u,&\dot y&=v,\\ \dot u&=\lambda x,&\dot v&=\lambda y-g,\\ x^2+y^2&=L^2, \end{align} where \lambda is a Lagrange multiplier. The momentum variables u and v should be constrained by the law of conservation of energy and their direction should point along the circle. Neither condition is explicit in those equations. Differentiation of the last equation leads to ::\begin{align} &&\dot x\,x+\dot y\,y&=0\\ \Rightarrow&& u\,x+v\,y&=0, \end{align} restricting the direction of motion to the tangent of the circle. The next derivative of this equation implies ::\begin{align} &&\dot u\,x+\dot v\,y+u\,\dot x+v\,\dot y&=0,\\ \Rightarrow&& \lambda(x^2+y^2)-gy+u^2+v^2&=0,\\ \Rightarrow&& L^2\,\lambda-gy+u^2+v^2&=0, \end{align} and the derivative of that last identity simplifies to L^2\dot\lambda-3gv=0 which implies the conservation of energy since after integration the constant E=\tfrac32gy-\tfrac12L^2\lambda=\frac12(u^2+v^2)+gy is the sum of kinetic and potential energy. To obtain unique derivative values for all dependent variables the last equation was three times differentiated. This gives a differentiation index of 3, which is typical for constrained mechanical systems. If initial values (x_0,u_0) and a sign for y are given, the other variables are determined via y=\pm\sqrt{L^2-x^2}, and if y\ne0 then v=-ux/y and \lambda=(gy-u^2-v^2)/L^2. To proceed to the next point it is sufficient to get the derivatives of x and u, that is, the system to solve is now :: \begin{align} \dot x&=u,\\ \dot u&=\lambda x,\\[0.3em] 0&=x^2+y^2-L^2,\\ 0&=ux+vy,\\ 0&=u^2-gy+v^2+L^2\,\lambda. \end{align} This is a semi-explicit DAE of index 1. Another set of similar equations may be obtained starting from (y_0,v_0) and a sign for x. DAEs also naturally occur in the modelling of circuits with non-linear devices. Modified nodal analysis employing DAEs is used for example in the ubiquitous SPICE family of numeric circuit simulators. Similarly, Fraunhofer's Analog Insydes Mathematica package can be used to derive DAEs from a netlist and then simplify or even solve the equations symbolically in some cases. It is worth noting that the index of a DAE (of a circuit) can be made arbitrarily high by cascading/coupling via capacitors operational amplifiers with positive feedback. == Semi-explicit DAE of index 1 ==
Semi-explicit DAE of index 1
DAE of the form ::\begin{align}\dot x&=f(x,y,t),\\0&=g(x,y,t).\end{align} are called semi-explicit. The index-1 property requires that g is solvable for y. In other words, the differentiation index is 1 if by differentiation of the algebraic equations for t an implicit ODE system results, ::\begin{align} \dot x&=f(x,y,t)\\ 0&=\partial_x g(x,y,t)\dot x+\partial_y g(x,y,t)\dot y+\partial_t g(x,y,t), \end{align} which is solvable for (\dot x,\,\dot y) if \det\left(\partial_y g(x,y,t)\right)\ne 0. Every sufficiently smooth DAE is almost everywhere reducible to this semi-explicit index-1 form. == Numerical treatment of DAE and applications ==
Numerical treatment of DAE and applications
Two major problems in solving DAEs are index reduction and consistent initial conditions. Most numerical solvers require ordinary differential equations and algebraic equations of the form ::\begin{align}\frac{dx}{dt}&=f\left(x,y,t\right),\\0&=g\left(x,y,t\right).\end{align} It is a non-trivial task to convert arbitrary DAE systems into ODEs for solution by pure ODE solvers. Techniques which can be employed include Pantelides algorithm and dummy derivative index reduction method. Alternatively, a direct solution of high-index DAEs with inconsistent initial conditions is also possible. This solution approach involves a transformation of the derivative elements through orthogonal collocation on finite elements or direct transcription into algebraic expressions. This allows DAEs of any index to be solved without rearrangement in the open equation form ::\begin{align}0&=f\left(\frac{dx}{dt},x,y,t\right),\\0&=g\left(x,y,t\right).\end{align} Once the model has been converted to algebraic equation form, it is solvable by large-scale nonlinear programming solvers (see APMonitor). Tractability Several measures of DAEs tractability in terms of numerical methods have developed, such as differentiation index, perturbation index, tractability index, geometric index, and the Kronecker index. == Structural analysis for DAEs ==
Structural analysis for DAEs
We use the \Sigma-method to analyze a DAE. We construct for the DAE a signature matrix \Sigma=(\sigma_{i,j}), where each row corresponds to each equation f_i and each column corresponds to each variable x_j. The entry in position (i,j) is \sigma_{i,j}, which denotes the highest order of derivative to which x_j occurs in f_i, or -\infty if x_j does not occur in f_i. For the pendulum DAE above, the variables are (x_1,x_2,x_3,x_4,x_5)=(x,y,u,v,\lambda). The corresponding signature matrix is :\Sigma = \begin{bmatrix} 1 & - & 0^\bullet & - & - \\ - & 1^\bullet & - & 0 & - \\ 0 & - & 1 & - & 0^\bullet \\ - & 0 & - & 1^\bullet & 0 \\ 0^\bullet & 0 & - & - & - \end{bmatrix} == See also ==
tickerdossier.comtickerdossier.substack.com