๐Ÿ“˜ What is the Lie Derivative?

The Lie Derivative describes how a scalar function changes along the flow of a vector field. It is fundamental in nonlinear control, especially in feedback linearization and geometric control.

๐Ÿง  Intuition

Imagine a scalar function h(x) defined over a space, like temperature over a field. If you walk along a vector field f(x) (like wind direction), the Lie Derivative tells you how fast the temperature is changing in the direction of the wind.

๐Ÿงฎ Mathematical Definition

    Lfh(x) = โˆ‡h(x) ยท f(x)
  

The Lie derivative is the directional derivative of h along the vector field f.

โš™๏ธ In Control Systems

For a nonlinear system:

    xฬ‡ = f(x) + g(x)ยทu
    y = h(x)
  

The Lie derivatives tell how the output y depends on the state x and input u.

๐Ÿ”„ Higher-Order Lie Derivatives

Sometimes one derivative is not enough. For example:

    Lf2h(x) = Lf(Lfh(x)) = โˆ‡(Lfh(x)) ยท f(x)
  

These are used to determine relative degree and to construct feedback linearizing controllers.

๐Ÿค– Application in Robotics

๐Ÿ“Œ Summary