Subtopic Deep Dive

Model Predictive Control Stability
Research Guide

What is Model Predictive Control Stability?

Model Predictive Control Stability ensures recursive feasibility and asymptotic stability in constrained MPC formulations through terminal constraints and Lyapunov-based analysis.

Research focuses on theoretical guarantees for MPC in linear, hybrid, and economic settings. Key works include Scokaert et al. (1999) proving feasibility implies stability for suboptimal MPC (608 citations), and Diehl et al. (2010) deriving Lyapunov functions for economic MPC (502 citations). Over 10 high-citation papers from 1999-2021 address stability extensions to stochastic and LPV systems.

15
Curated Papers
3
Key Challenges

Why It Matters

Stability guarantees enable safe MPC deployment in process industries and autonomous vehicles, where constraints prevent violations. Rawlings (2000) tutorial (1094 citations) outlines stability for industrial MPC, while Borrelli et al. (2017) book (1395 citations) extends to hybrid systems for real-time robotics. Schwenzer et al. (2021) review (887 citations) highlights manufacturing applications with provable stability.

Key Research Challenges

Nonlinear System Stability

Stabilizing MPC for nonlinear systems requires global solutions to nonconvex optimizations. Scokaert et al. (1999) address this with suboptimal schemes where feasibility implies stability (608 citations). Practical implementation remains difficult without exact solvers.

Economic MPC Lyapunov Design

Economic MPC lacks natural steady-state targets, complicating Lyapunov functions. Diehl et al. (2010) provide a rotated cost Lyapunov function ensuring stability (502 citations). Balancing optimality and stability persists as a core issue.

Stochastic Uncertainty Handling

Chance-constrained stochastic MPC demands robust stability under uncertainty. Mesbah (2016) overviews methods but notes computational scaling challenges (845 citations). Recursive feasibility in probabilistic settings requires advanced approximations.

Essential Papers

1.

Predictive Control for Linear and Hybrid Systems

Francesco Borrelli, Alberto Bemporad, Manfred Morari · 2017 · Cambridge University Press eBooks · 1.4K citations

Model Predictive Control (MPC), the dominant advanced control approach in industry over the past twenty-five years, is presented comprehensively in this unique book. With a simple, unified approach...

2.

Tutorial overview of model predictive control

James B. Rawlings · 2000 · IEEE Control Systems · 1.1K citations

This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copyin...

3.

Review on model predictive control: an engineering perspective

Max Schwenzer, Muzaffer Ay, Thomas Bergs et al. · 2021 · The International Journal of Advanced Manufacturing Technology · 887 citations

Abstract Model-based predictive control (MPC) describes a set of advanced control methods, which make use of a process model to predict the future behavior of the controlled system. By solving a—po...

4.

Stochastic Model Predictive Control: An Overview and Perspectives for Future Research

Ali Mesbah · 2016 · IEEE Control Systems · 845 citations

Model predictive control (MPC) has demonstrated exceptional success for the high-performance control of complex systems [1], [2]. The conceptual simplicity of MPC as well as its ability to effectiv...

5.

Model predictive control based on linear programming - the explicit solution

Alberto Bemporad, Francesco Borrelli, Manfred Morari · 2002 · IEEE Transactions on Automatic Control · 738 citations

We study model predictive control (MPC) schemes for discrete-time linear time-invariant systems with constraints on inputs and states, that can be formulated using a linear program (LP). In particu...

6.

Suboptimal model predictive control (feasibility implies stability)

P.O.M. Scokaert, D.Q. Mayne, James B. Rawlings · 1999 · IEEE Transactions on Automatic Control · 608 citations

Practical difficulties involved in implementing stabilizing model predictive control laws for nonlinear systems are well known. Stabilizing formulations of the method normally rely on the assumptio...

7.

MPC for tracking piecewise constant references for constrained linear systems

Daniel Limón, I. Alvarado, Teodoro Álamo et al. · 2008 · Automatica · 503 citations

Reading Guide

Foundational Papers

Start with Rawlings (2000) tutorial (1094 citations) for MPC basics and stability overview, then Scokaert et al. (1999) for feasibility-stability proof, followed by Bemporad et al. (2002) explicit methods.

Recent Advances

Study Borrelli et al. (2017) hybrid systems (1395 citations), Schwenzer et al. (2021) engineering review (887 citations), and Rawlings et al. (2012) economic fundamentals.

Core Methods

Core techniques: terminal constraints (Rawlings 2000), suboptimal receding horizon (Scokaert 1999), linear programming explicit MPC (Bemporad 2002), Lyapunov for economic (Diehl 2010).

How PapersFlow Helps You Research Model Predictive Control Stability

Discover & Search

Research Agent uses citationGraph on Scokaert et al. (1999) to map stability citations from Rawlings (2000) and Mayne, revealing 5+ foundational papers. exaSearch queries 'MPC terminal constraints Lyapunov' for 50+ results, while findSimilarPapers on Borrelli et al. (2017) uncovers hybrid extensions.

Analyze & Verify

Analysis Agent applies readPaperContent to Diehl et al. (2010) extracting Lyapunov proofs, then runPythonAnalysis simulates stability margins with NumPy on economic MPC examples. verifyResponse (CoVe) with GRADE grading checks stability claims against Rawlings (2012), flagging contradictions via statistical verification.

Synthesize & Write

Synthesis Agent detects gaps in stochastic stability post-Mesbah (2016) via contradiction flagging. Writing Agent uses latexEditText for theorem proofs, latexSyncCitations integrating Bemporad et al. (2002), and latexCompile for full manuscripts; exportMermaid diagrams MPC receding horizons.

Use Cases

"Simulate stability of suboptimal MPC from Scokaert 1999 on nonlinear system."

Research Agent → searchPapers 'Scokaert suboptimal MPC' → Analysis Agent → readPaperContent → runPythonAnalysis (NumPy simulation of feasibility sets) → matplotlib stability plots.

"Write LaTeX proof of Lyapunov function for economic MPC Diehl 2010."

Synthesis Agent → gap detection on Rawlings 2012 → Writing Agent → latexEditText (theorem env) → latexSyncCitations (Diehl et al.) → latexCompile → PDF with stability diagram.

"Find GitHub code for explicit MPC stability Bemporad 2002."

Research Agent → searchPapers 'Bemporad explicit MPC' → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → verified LP solver implementations.

Automated Workflows

Deep Research workflow scans 50+ MPC stability papers via searchPapers → citationGraph, generating structured reports ranking Scokaert (1999) to Borrelli (2017). DeepScan applies 7-step CoVe analysis to Mesbah (2016) stochastic methods with runPythonAnalysis checkpoints. Theorizer hypothesizes new Lyapunov designs from Rawlings (2000) and Diehl (2010) contradictions.

Frequently Asked Questions

What defines Model Predictive Control Stability?

MPC stability ensures recursive feasibility and asymptotic convergence via terminal constraints or Lyapunov functions, as in Scokaert et al. (1999) where feasibility implies stability.

What are core methods for MPC stability?

Methods include terminal sets (Rawlings 2000), explicit solutions via LP (Bemporad et al. 2002), and rotated Lyapunov costs for economic MPC (Diehl et al. 2010).

What are key papers on MPC stability?

Foundational: Rawlings (2000, 1094 citations), Scokaert et al. (1999, 608 citations); recent: Borrelli et al. (2017, 1395 citations), Schwenzer et al. (2021, 887 citations).

What open problems exist in MPC stability?

Challenges include scalable stochastic stability (Mesbah 2016) and nonlinear global optimality without approximations (Scokaert et al. 1999).

Research Control Systems and Identification with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Model Predictive Control Stability with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers