The differential index of a DAE is the number of times must be applied in order to turn the DAE into an ODE.


General Method

  1. Check if is full rank
  2. If not, apply to the
  3. Check if …
  4. … See lecture 11

Hard VS Easy DAE’s

Easy DAE: Differential index = Hard DAE: Differential index >

  • Aka if cannot be used to find .

Note

Constrained Lagrange yields only hard DAE’s.

  • This is why we had to differentiate the constraint of the pendulum example (i.e to reduce its index to ).
    • [[New Lagrangian#pendulum-without—theta|Pendulum without ]]

Examples

A General Example

Given the following relation

Since we cannot use to find , then is not full rank.

We then find , still not full rank ()

Only when we look at , we realize that it is a function of , which again is a function of . We can therefore now find , and

Looking at , we realize that we get an ODE.

Note

The differential index of this example is therefore .

**