Questions: Nonlinear Control and Lyapunov Methods

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For a nonlinear system ẋ₁ = x₂, ẋ₂ = −sin(x₁) − x₂ + u (a damped pendulum with control torque), you propose Lyapunov function V = ½x₁² + ½x₂². To make dV/dt negative, what control law u = u(x₁, x₂) should you choose?

Au = 0 (no control needed, the system is already stable from the damping term)
Bu = x₁ + x₂ (add linear feedback)
Cu = x₁ + 2x₂ (cancel the nonlinearity and add extra damping)
Du = sin(x₁) + 2x₂ (nonlinear feedback that exactly cancels the sine term and adds damping)
Question 2 Multiple Choice

Feedback linearization transforms a nonlinear system into an equivalent linear system by choosing u as a nonlinear function of state and a linear control input v: ẍ = f(x, ẋ) + g(x, ẋ)u → you set u = [f(x, ẋ) + v]/g(x, ẋ). What is the main practical limitation?

AFeedback linearization only works for systems that are already linear
BThe nonlinear control law requires precise knowledge of f and g (the system model) and often involves dividing by g, which amplifies errors when g is small; measurement noise is amplified through differentiation
CFeedback linearization is computationally too expensive for real-time control
DThe linear system resulting from feedback linearization is always unstable
Question 3 True / False

Backstepping is a recursive control design method that stabilizes a nonlinear system by stabilizing lower-order subsystems one at a time. If a subsystem has a control-affine structure ż = f(z) + g(z)·ζ (where ζ is a 'virtual control'), backstepping treats ζ as a design variable. What does it mean to design ζ as a function of z?

TTrue
FFalse
Question 4 True / False

In passivity-based control, a system is passive if its energy is non-increasing: the work done by external inputs is always ≥ the change in stored energy. How does this structure enable simple stabilizing controllers?

TTrue
FFalse
Question 5 Short Answer

Explain why a Lyapunov function is more than just a mathematical tool and represents a fundamentally different design philosophy from linear frequency-domain control (Bode plots, Nyquist criterion).

Think about your answer, then reveal below.