Next Article in Journal
Manifold Causal Conditional Deep Networks for Heterogeneous Treatment Effect Estimation and Policy Evaluation
Previous Article in Journal
Asymptotic Expansions for Products of Weibull Random Variables
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reliability-Adaptive Control of Aerospace Electromechanical Actuators with Coupled Degradation via Stochastic MPC

School of Reliability and Systems Engineering, Beihang University, Beijing 100191, China
Mathematics 2026, 14(4), 737; https://doi.org/10.3390/math14040737
Submission received: 22 January 2026 / Revised: 13 February 2026 / Accepted: 20 February 2026 / Published: 22 February 2026
(This article belongs to the Special Issue Mathematical Modelling and Control Theory for Aerospace Vehicles)

Abstract

Electromechanical Actuators (EMAs) are critical components in More-Electric Aircraft (MEA) and Reusable Launch Vehicles (RLVs), yet they remain vulnerable to jamming and fatigue failures under high-stress flight maneuvers. Existing Health-Aware Flight Control approaches often treat failure prediction and control allocation as separate processes, leading to suboptimal sortie generation rates. This paper presents a reliability-adaptive control framework that unifies trajectory tracking with online health management. Empowered by a hierarchical mission-to-control architecture, the system employs stochastic Model Predictive Control (SMPC) to actively modulate control surface deflection profiles in real time. A comparative case study on a coupled EMA drivetrain demonstrates that the proposed controller extends useful life by 65% compared to fixed-gain baselines, achieves 23% higher mission performance than reactive PID controllers, and it maintains zero constraint violations throughout the mission by optimally distributing the health budget across mission phases.

1. Introduction

The transition toward More-Electric Aircraft (MEA) and Reusable Launch Vehicles (RLVs) has driven the replacement of hydraulic systems with high-performance Electromechanical Actuators (EMAs) [1]. While EMAs offer superior weight savings and maintainability, they introduce non-deterministic failure modes—specifically jamming due to ball screw wear and gearbox fatigue—that pose severe safety risks during flight [2]. Unlike industrial systems where maintenance can be scheduled arbitrarily, aerospace actuators must sustain operability throughout rigorous flight missions. This necessitates a shift from passive prognostics to active reliability control, where the controller autonomously adapts the mission profile to preserve structural integrity [3].
Current Fault-Tolerant Control (FTC) approaches in aerospace often focus on reconfiguration after a fault occurs. However, a significant gap remains in preventive load management—using control authority to decelerate degradation before functional failure is imminent [4]. This is particularly critical in coupled EMA systems, where vibrations from a degrading gearbox can accelerate wear in the transmission interface (ball screw), creating a nonlinear feedback loop that simpler control laws fail to capture. Furthermore, the stochastic nature of gust loads and material fatigue makes deterministic life predictions unreliable for safety-critical decision-making.
To address these challenges, this paper presents a reliability-adaptive control framework that integrates stochastic formulation with physics-based degradation modeling. The main contributions are as follows:
  • A hierarchical mission-to-control architecture that translates high-level mission requirements into dynamic health constraints.
  • A stochastic MPC formulation that explicitly handles turbulence (process noise) and fatigue uncertainty via chance constraints. Unlike standard approaches, we employ a conservative constraint-tightening mechanism motivated by the Cantelli inequality to robustly handle non-Gaussian degradation tails.
  • A multi-component case study with physics-based coupled degradation models (gearbox–ball screw interaction), demonstrating the efficacy of the proposed method in a realistic flight control scenario.

2. Related Work

2.1. From PHM to Health-Aware Flight Control

The paradigm of aerospace maintenance is shifting from scheduled time-based maintenance to condition-based strategies. However, as noted in recent aeronautics reviews [4], a critical gap remains between identifying a fault and deciding how to fly with it. While predictive algorithms can forecast Actuator Remaining Useful Life (RUL) with varying accuracy [5], they typically do not inform the guidance loop. Prescriptive maintenance (or health-aware control) aims to close this gap. Early works in aerospace FTC focused on reconfigurable control after sudden failures [6]. Recent approaches using deep reinforcement learning (DRL) [7] have attempted to learn optimal policies for degrading systems. However, these data-driven methods often lack the structure to enforce explicit, verifiable safety constraints required for flight certification [8]. In contrast, our work proposes a physics-based control approach that integrates chance-constrained optimization with continuous trajectory modulation to ensure flight safety while maximizing sortie availability.

2.2. Stochastic MPC for Aerospace Reliability

Model Predictive Control (MPC) is increasingly adopted in aerospace for its ability to handle state constraints. Stochastic MPC (SMPC) extends this to handle the probabilistic nature of wind gusts and material fatigue properties [9]. The constraint tightening approach in our translation layer is conceptually related to tube MPC [10] and robust reference governors [11], which ensure robustness by confining trajectories to safe sets. In the context of RLVs, SMPC has been explored for trajectory optimization under uncertainty [12]. However, most existing works treat actuator health as a static constraint or assume independent failure modes [13]. This paper leverages SMPC to actively manage the “Reliability Budget” of the aircraft actuators during the mission [14].

2.3. Coupled Degradation in Electromechanical Actuators (EMAs)

EMAs in RLVs and MEAs are complex assemblies where component interactions drive failure. Liu et al. [15] emphasized that degradation is rarely isolated; for instance, gearbox backlash significantly accelerates ball screw wear due to impact loading. Standard reliability models that treat components as independent [16] often underestimate the system-level risk. Shi et al. [17] have shown that neglecting these coupling effects leads to non-conservative life estimates—a critical oversight for flight certification. Our work explicitly models this vibration-wear coupling (Paris–Archard interaction) within the control horizon, enabling the autopilot to mitigate cascading failures before they jeopardize the vehicle. Unlike existing health-aware SMPC approaches [18,19] that treat degradation as a “passive” state constraint (i.e., enforcing h ( t ) h m i n without modeling the inter-component coupling C ), our framework actively exploits the coupling dynamics. By embedding the vibration–wear interaction matrix directly into the prediction horizon, the controller can trade off “upstream” health (gearbox) to preserve “downstream” life (ball screw)—a capability absent in decoupled RUL-constrained formulations.

3. Problem Formulation

3.1. Coupled EMA Dynamics

Consider an EMA system composed of N critical components (motor, gearbox, and ball screw). The health state h i ( t ) [ 0 , 1 ] of the i-th component evolves according to an Itô stochastic differential equation:
d h i ( t ) = f i ( u ( t ) , h ( t ) , θ e n v ) d t + σ i ( h ( t ) ) d W i ( t )
where u ( t ) is the control input vector (current/torque), h ( t ) R N represents the system health state vector, θ e n v denotes environmental parameters (gust load intensity and ambient temperature), W i ( t ) is a standard Wiener process on the filtered probability space ( Ω , F , { F t } t 0 , P ) , and  σ i ( h ) 0 is the state-dependent diffusion coefficient. The drift term f i 0 ensures E [ d h i ] 0 , preserving the physical constraint that expected material damage is irreversible. The diffusion coefficient is modeled as σ i ( h ) = σ 0 f i ( · ) , ensuring that variance scales with degradation intensity—a property consistent with empirical fatigue scatter observations [20].
Crucially, the degradation rate f i depends not only on the component’s own state but also on the health of coupled components (e.g., gearbox vibration affecting the ball screw), modeled by a coupling matrix C R N × N :
f i ( · ) = f i , b a s e ( u ) · 1 + j i C i j ( 1 h j )
where C i j 0 quantifies the influence of component j’s degradation on component i’s wear rate. Note that since h j [ 0 , 1 ] and C i j 0 , each term ( 1 h j ) [ 0 , 1 ] is non-negative, guaranteeing that the coupling factor satisfies 1 + j i C i j ( 1 h j ) 1 > 0 for all feasible health states. The linear superposition in Equation (2) represents a first-order Taylor expansion of the general coupling function g i ( 1 h 1 , , 1 h N ) around the healthy state ( h j = 1 , j ) , which is valid when degradation levels remain moderate ( 1 h j < 0.5 ). This approximation is justified by experimental tribology studies [21] showing that vibration-induced wear amplification is approximately linear in the source component’s damage level for early-to-mid-life operation. The coupling matrix is asymmetric ( C i j C j i ) to capture unidirectional effects (e.g., gearbox vibration affects ball screw wear, but not vice versa). For the EMA system studied, we set C 12 = 0.8 (gearbox-to-screw coupling) and C 21 = 0.1 (weak reverse coupling) to model the asymmetric vibration transfer observed in coupled actuators. These parameters can be identified online via extended Kalman filtering for specific hardware configurations.
Remark (Linear Approximation Error Bound): The truncation error of the Taylor expansion in Equation (2) is O ( ( 1 h ) 2 ) . Denoting the true coupling function as g i ( d ) , where d j = 1 h j represents damage, the approximation error satisfies the following:
| g i ( d ) ( 1 + j C i j d j ) |   1 2 2 g i ·   d 2
Assuming typical early-to-mid-life degradation profiles where damage accumulation curvature remains moderate, the nonlinearity of the coupling function can be bounded by 2 g i     0.3 for d < 0.7 . Thus, with our terminal health h 0.5 (i.e., d 0.5 ), the approximation error is bounded by 1 2 ( 0.3 ) ( 0.5 ) 2 3.75 % —acceptable for control purposes. Near failure ( h 0 ), crack propagation enters the unstable growth regime where fracture mechanics dominates and linear coupling breaks down; however, the controller is designed to avoid this regime by maintaining h i h r e q > 0 . We note that h 0.53 is reached only in the final phase of the mission; for approximately 90% of the operational duration, h > 0.6 ( d < 0.4 ), which is well within the validity range. Even at the terminal state, the linearization error remains bounded: As shown in Remark 1 (Section 4.2), the cumulative error over the prediction horizon H = 10 stays below 2% of the predicted variance for all h i [ 0.2 , 1.0 ] , covering the terminal condition with significant margin. Furthermore, the closed-loop correction of the SMPC compensates for residual model mismatch at every time step via state feedback, preventing the accumulation of approximation errors. This robustness to model errors is empirically confirmed by the sensitivity analysis in Section 6, where the controller successfully completed the mission even under a quadratic coupling model ( C i j ( 1 h ) 2 ), a much larger structural mismatch than the linearization error at h = 0.53 .

3.2. Physics-Based Degradation Models

To ensure certification-grade rigor, we employ established physics-of-failure models:
  • Gearbox (Fatigue): This is modeled using Paris’s law [22] for crack propagation in gear teeth:
    d a d t = C p a r i s ( Δ K ) m
    where a is the crack length, C p a r i s is Paris’s law coefficient, and Δ K is the stress intensity factor, driven by maneuver loads and vibration.
  • Ball Screw (Wear): This is modeled using Archard’s Law [23] for sliding/rolling wear:
    d V d t = k a r c h a r d F · v H d
    where V is the wear volume, k a r c h a r d is Archard’s wear coefficient, F is the axial load (aerodynamic force), v is the sliding velocity, and  H d is hardness.
  • Thermal–mechanical Coupling: The temperature rise due to ball screw friction reduces lubricant viscosity inside the gearbox, increasing contact stress:
    μ ( T ) = μ 0 e β ( T T 0 )
These models represent a grey-box approach—unifying fundamental aerospace material physics with data-driven coupling parameters. The dimensionless health state h i ( t ) [ 0 , 1 ] represents the remaining structural margin (1 = healthy; 0 = functional failure).
Remark (Thermal-State Treatment): The actuator temperature T θ e n v is modeled as a quasi-static parameter rather than an explicit state variable. Under steady-state flight conditions, actuator temperature equilibrates within seconds (thermal time constant τ t h 5 s), while degradation evolves over thousands of cycles (degradation time constant τ d e g 10 3 s). This three-order-of-magnitude time-scale separation ( τ t h / τ d e g 10 3 ) justifies treating T as an algebraic function of control input: T = T 0 + κ u 2 , where κ captures resistive heating. The viscosity effect μ ( T ) thus enters the degradation rate f i as a control-dependent multiplicative factor, preserving the form of Equation (1) without expanding the state dimension.

3.3. Optimization Objective

The goal is to find a control policy π : h ( t ) u ( t ) that maximizes cumulative performance J p e r f while ensuring that the system survives until a target time T t a r g e t with probability α :
max u ( t ) 0 T t a r g e t P ( u ( t ) , h ( t ) ) d t
s . t . P ( h i ( t ) h r e q ( t ) ) α , i , t
To address the timescale separation between slow degradation dynamics and fast control dynamics, we apply hierarchical decomposition to the global objective (7). This splits the problem into two timescale-separated layers:
  • Slow-Time Scale (Reliability Planning): Determine a feasible health reference trajectory h r e q ( t ) that satisfies the chance constraint P ( h i ( t ) h r e q ( t ) ) α .
  • Fast-Time Scale (Performance Maximization): Maximize instantaneous performance subject to tracking this reference:
    max u ( t ) J p e r f ( u ( t ) )
    s . t . h i ( t ) h r e q ( t ) ϵ ( t )
    where ϵ ( t ) is a slack variable allowing for short-term optimal deviations.
This decomposition naturally maps to the hierarchical architecture proposed in Section 4.

3.4. The Reliability Paradox: Why Derating Increases Sortie Generation

A naive autopilot might attempt to maximize instantaneous control authority at each timestep. However, this locally optimal strategy is globally suboptimal due to the nonlinear coupling between maneuver intensity and failure risk. Consider Paris’s law: A 10% increase in stress intensity Δ K causes 1.1 m 1.31 × faster crack growth (for m = 2.8 ). The cumulative damage from aggressive high-G maneuvers early in life forfeits future operational availability—a form of reliability debt.
The key insight is that maximizing mission effectiveness (area under the performance curve) requires limiting peak loads during high-health periods to preserve actuation authority for the degraded-state regime. This inverts the traditional control objective: Instead of tracking a fixed gain, we track a health consumption rate, treating structural integrity as a depletable resource to be invested optimally across the service life.

4. Methodology

4.1. Hierarchical Mission-to-Control Architecture

The proposed framework (Figure 1) aligns with standard cyber-physical system (CPS) hierarchies (e.g., ISA-95 [24]) but introduces a critical innovation: the explicit probabilistic feedback of reliability constraints into the control loop. Rather than treating maintenance as an external schedule, the architecture embeds degradation physics directly into the decision process via a hierarchical translation mechanism:

4.1.1. Decision and Planning Level

This top level handles the stochastic nature of mission requirements using a dedicated translation layer:
  • Demand Layer (Goal Setting): Defines the high-level mission profile (e.g., “Complete 1000 cycles”) and reliability constraints. It serves as the reference input.
  • Translation Layer (Prescription): This layer serves the role of a Reference Governor [11] by actively converting high-level mission reliability checks into feasible state trajectories. It computes a Target Health Trajectory h r e q ( t ) compatible with the system’s physical degradation limits, ensuring that the control targets are not only probabilistically safe but also physically reachable.

4.1.2. Control and Estimation Level

This level ensures that the system tracks the translated prescription despite physical uncertainties:
  • Algorithm Layer (Execution): Executes the stochastic MPC to compute optimal control actions u ( t ) that minimize the deviation between predicted health and the translated reference trajectory.
  • Model Layer (Prediction): Contains the physics-based coupled degradation models. It predicts future state distributions based on current estimates.
  • Data Layer (Perception): Fuses raw sensor data to estimate unobservable health states via state estimation (e.g., extended Kalman filter). This layer bridges the physical measurements to the model-based prediction.

4.1.3. Physical Level

This level interfaces with real-world hardware:
  • Physical Layer (Plant): The multi-component EMA (motor–gearbox–ball screw) executing deflection commands and generating sensor measurements.
This hierarchical separation allows for plug-and-play flexibility: The translation layer isolates the complex probabilistic mission logic from the deterministic tracking controller, creating a scalable architecture for reliability-adaptive systems.

4.2. Stochastic Model Predictive Control

We employ a rolling-horizon approach. The continuous-time SDE (1) is discretized using the Euler–Maruyama scheme with sampling time Δ t :
h i ( k + 1 ) = h i ( k ) f i ( u ( k ) , h ( k ) ) Δ t + σ i ( h ( k ) ) Δ t ξ i ( k )
where ξ i ( k ) N ( 0 , 1 ) denotes i.i.d. standard normal random variables. At each discrete time step k, we solve a finite-horizon optimal control problem over the prediction horizon H.
To handle the chance constraints’ tractably, we propagate the first two moments of the health state’s distribution. Let h ¯ ( k ) = E [ h ( k ) ] denote the mean and Σ ( k ) = Cov [ h ( k ) ] denote the covariance. Under the linearization of f i around the current mean trajectory,
Σ ( k + 1 ) = A ( k ) Σ ( k ) A ( k ) T + Q ( k )
where A ( k ) = I h f | h ¯ ( k ) Δ t is the Jacobian, and Q ( k ) = diag ( σ i 2 ( h ¯ ( k ) ) ) Δ t is the process noise covariance.
Uncertainty Characterization: The stochastic diffusion term σ i ( · ) serves as a lumped parameter capturing the aggregate effect of the following:
  • Process Noise (Turbulence): High-frequency aerodynamic load variations ( σ e n v 15 % of nominal load).
  • Model Mismatch: Aleatoric uncertainty in material properties and epistemic uncertainty from unmodeled dynamics (e.g., actuator backlash).
By treating these combined uncertainties as a state-dependent diffusion process, the controller’s safety margin α dynamically adapts to the growing variance over the prediction horizon.
Remark 1.
(Linearization Error Bound): The linearization error ϵ k = h i ( k ) h ¯ i ( k ) h f i · ( h ( k 1 ) h ¯ ( k 1 ) ) is bounded by | ϵ k |   1 2 L h ( k 1 ) h ¯ ( k 1 ) 2 Δ t , where L is the Lipschitz constant of the gradient h f i (i.e., f i ( h ) f i ( h )     L h h ). For our parameterization with m = 2.8 , we have L < 0.5 over the operating range h i [ 0.2 , 1.0 ] . Combined with the slow degradation dynamics ( Δ t · f i < 10 3 ), the cumulative linearization error over horizon H = 10 remains below 2% of the predicted variance.
Remark 2.
(Gaussian Assumption Validity): The Euler–Maruyama discretization with additive Gaussian increments ξ i ( k ) yields conditionally Gaussian state updates. While fatigue life often follows a Weibull distribution, the Gaussian approximation is valid here because we update the conditional probability density function at every step via filtering, rather than predicting the entire lifetime distribution from t = 0 . Empirical validation via Monte Carlo simulation ( N = 10 4  trajectories) confirms that the Kolmogorov–Smirnov statistic between the one-step-ahead conditional health distribution and the fitted Gaussian remains below D K S < 0.03 for h i > 0.3 . The threshold h i = 0.3 was selected as the point at which the KS statistic first exceeds 0.03, indicating a statistically significant departure from Gaussianity due to boundary effects at h = 0 .
For degraded states ( h i 0.3 ), the distribution exhibits positive skewness due to the reflecting boundary at h = 0 . To maintain the prescribed safety level despite this non-Gaussianity, we apply a conservative confidence adjustment:
α ( h i ) = α if h i > 0.3 1 1 α 2 if h i 0.3
For α = 0.95 , this yields α = 0.975 in the degraded regime. This adjustment halves the admissible risk, α = 1 ( 1 α ) / 2 , i.e., the tolerable failure probability is reduced from ( 1 α ) to ( 1 α ) / 2 . This conservative tightening is motivated by the Cantelli inequality, which provides distribution-free one-sided tail bounds. While a full Cantelli-based formulation would require variance-dependent quantile adjustment, we adopt this simpler fixed tightening as a practical conservative approximation. The factor of 2 represents the minimal conservative correction, analogous to a Bonferroni-type adjustment for a single additional source of uncertainty (non-Gaussianity). By increasing the safety buffer ( z α vs.  z α ), this covers the additional uncertainty introduced by the Weibull-like fat tails and linearization errors bounded in Remark 1.
The chance constraint P ( h i ( k ) h r e q ( k ) ) α is converted to a deterministic constraint using the Gaussian quantile:
h ¯ i ( k ) Φ 1 ( α ) Σ i i ( k ) h r e q ( k )
This formulation ensures that the controller maintains a safety buffer proportional to the uncertainty, preventing premature failure even under stochastic disturbances. The complete algorithm is summarized in Algorithm 1.
Algorithm 1 Reliability-Adaptive SMPC
Require: Current health h ( k ) , target trajectory h r e q ( · ) , horizon H, confidence α
Ensure: Optimal control u ( k )
  1:
Initialize: h ¯ 0 h ( k ) , Σ 0 0
  2:
for each candidate action u U  do
  3:
     J ( u ) 0
  4:
    for  j = 0 to H 1  do
  5:
        // Propagate mean dynamics
  6:
         h ¯ j + 1 h ¯ j f ( u , h ¯ j ) Δ t
  7:
        // Propagate covariance (Equation (12))
  8:
         Σ j + 1 A j Σ j A j T + Q j
  9:
        // Compute safety margin
10:
         h s a f e h ¯ i Φ 1 ( α ) Σ i i
11:
        // Accumulate cost
12:
        if  h s a f e < h r e q ( k + j )  then
13:
             J ( u ) J ( u ) + λ ( h r e q h s a f e ) 2
14:
        end if
15:
         J ( u ) J ( u ) w p e r f · P ( u , h ¯ j )
16:
    end for
17:
end for
18:
u ( k ) arg min u U J ( u )
19:
return  u ( k )

4.3. Parametric Multi-Objective Optimization

While the translation layer provides a baseline reference h r e q ( t ) , the lower-level controller retains the freedom to exploit the health slack for performance gain. We formulate this as a slack exploitation problem using parametric multi-objective optimization (PMOO). The optimization minimizes deviation from the reference while maximizing performance:
J ( u ) = w t r a c k | | h ¯ k + 1 h r e q ( k + 1 ) | | 2 w p e r f J p e r f ( u )
where U = { u : u m i n u i u m a x } is the compact control constraint set. The performance metric is defined as J p e r f ( u , x ) = u l o a d · u v e l o c i t y · h b a l l s c r e w , representing the instantaneous effective power delivered to the load. This health-weighted formulation implies that operation with degraded components yields lower utility due to stiffness loss and backlash. The term “Mission Performance” reported in Section 5 refers to the cumulative integral of this effective work capacity 0 T J p e r f d t over the proficient life of the actuator.
Remark 3.
(Non-Convexity and Solution Strategy): The feasible set defined by chance constraints (7) is generally non-convex due to the nonlinear dependence of Σ i i ( k ) on the control sequence. However, for a fixed control horizon N u = 1 , the optimization reduces to evaluating a finite set of candidate actions | A | = 9 (discretized control inputs). We employ exhaustive enumeration over this discrete set, guaranteeing global optimality within the discretization resolution. For finer discretization or larger N u , sequential quadratic programming (SQP) with multiple random restarts (10 initializations) is used, with convergence verified by comparing objective values across restarts. In our experiments, all restarts converged to solutions within 0.1% of each other, suggesting a benign optimization landscape for this problem class.
The trade-off is resolved via weighted scalarization where the tracking penalty dominates: w t r a c k / w p e r f = 100 . This effectively enforces the reliability constraint as a soft barrier that stiffens as the system approaches the reference limit, allowing the exploitation of health margins only when safety is not compromised. This constraint acts as a dynamic “health budget”, enforced via the chance constraint P ( h i ( t ) h r e q ( t ) ) α , which allows the optimizer to aggressively consume margin early in the mission while guaranteeing terminal safety.

5. Case Study

5.1. Setup

We validate the framework on a canonical primary flight control actuator (PFCA) architecture (Figure 2). This configuration—comprising a high-speed AC motor, a planetary reduction gearbox, and a ball screw transmission—is representative of the jam-critical stabilization systems found in modern MEA platforms. The degradation parameters are calibrated to reflect the fatigue characteristics of aerospace-grade hardened steel couples (e.g., AISI 9310 gearing driving a 52100 steel ball screw). Crucially, the model captures cross-domain coupling: pitting fatigue in the gearbox induces high-frequency vibration, which accelerates fretting wear in the ball screw track.

5.2. Implementation Details

The simulation parameters are calibrated to reflect realistic aerospace operating conditions. The mission profile consists of T = 8000 flight cycles, where each cycle represents a complete control surface deflection sequence (extension–retraction) under stochastic gust loads modeled as Gaussian white noise with a standard deviation of σ e n v = 0.15 . System failure is defined as any component’s health reaching the critical threshold ( h i < 0 ), corresponding to gearbox tooth fracture (crack length > 40 mm) or ball screw seizure (backlash > 0.3 mm).
The degradation parameters are set as follows: Paris’s law coefficient C p a r i s = 5 × 10 10 with exponent m = 2.8 for the gearbox; Archard’s wear coefficient k a r c h a r d = 5 × 10 8 for the ball screw. The vibration coupling coefficient is C 12 = 0.8 , representing the amplification factor by which gearbox-induced vibrations accelerate ball screw fretting wear. The SMPC controller operates with a prediction horizon of H = 10 steps and confidence level of α = 0.95 for the chance constraints, ensuring a 95% probability of meeting health targets under process uncertainty. For reproducibility, all Monte Carlo simulations use sequential random seeds starting from seed s 0 = 42 (i.e., run i uses seed 42 + i ). Table 1 summarizes all key simulation and control parameters.

5.3. Results

Figure 3 visualizes the system’s evolution in a three-dimensional state space where the axes represent the gearbox’s health (x), ball screw’s health (y), and instantaneous sortie effectiveness (z). The color gradient encodes time progression (purple/dark = early mission; yellow/bright = late mission). This visualization reveals two key observations: (1) The gearbox’s and ball screw’s health declines in a coordinated manner, confirming the vibration–wear coupling mechanism; (2) as both health states degrade, the system’s instantaneous performance (z-axis) decreases correspondingly, reflecting the physical reality that worn components deliver reduced output.
The trajectory’s smooth, continuous nature indicates stable controller behavior throughout the mission. The slight nonlinearity in the path reflects the exponential nature of Paris’s Law ( m = 2.8 ) and the controller’s adaptive response to changing health margins.
Figure 4 details the component health evolution. Unlike the baseline, the stochastic MPC exhibits three distinct behavioral phases:
  • Phase I (Conservative, t < 3000 ): Early in life, when components are healthy and degradation rates are inherently low, the controller operates conservatively (low control inputs). This preserves health margins for later phases when coupling effects will accelerate wear, effectively “banking” reliability budgets for future use.
  • Phase II (Ramp-Up, 3000 < t < 6000 ): As the mission progresses, the controller gradually increases operating intensity. It balances the need to generate performance against accumulating degradation, carefully monitoring the coupling feedback between gearbox vibrations and ball screw wear.
  • Phase III (Aggressive, t > 6000 ): In the final phase, the controller operates at near-maximum capacity, spending the remaining health budget before the target time. This “spend-down” strategy ensures that the health investment made in early phases is fully utilized, rather than wasted as unused margin at mission end.
This emergent “bank-then-spend” behavior is the key advantage over reactive controllers like PID, which maintain constant operating intensity throughout.

5.4. Baseline Comparison

Table 2 compares the proposed stochastic MPC against three baselines representing progressively more capable control strategies:
  • Fixed-Gain Control: Open-loop strategy operating at 80% rated capacity—a common industrial practice that prioritizes throughput over longevity. This represents the “run-to-failure” mentality where operators lack real-time health feedback.
  • PID Health Tracking: Closed-loop reactive controller using only instantaneous health observations. Critically, the PID has no knowledge of the mission duration T t a r g e t and must estimate degradation rates online, representing practical limitations of feedback-only control.
  • Deterministic MPC: Predictive controller using the same horizon ( H = 10 ) and physics-based degradation model as the SMPC but without stochastic uncertainty handling. This isolates the contribution of predictions from stochastic health awareness.
The results reveal a key finding: The deterministic MPC fails at a statistically comparable point to the fixed-gain controller ( t = 4839 ), despite possessing identical predictive capability to the SMPC. Without chance constraints to enforce safety margins under uncertainty, the deterministic MPC operates at maximally aggressive settings and drives the ball screw to failure. This demonstrates that predictive capability alone is insufficient—it is the stochastic health-awareness (chance constraints + uncertainty propagation) that enables both mission survival and the 23% performance gain over PID (2412 vs. 1960 units). The SMPC optimally distributes the health budget across mission phases, operating aggressively in early phases and conservatively as coupling effects amplify wear rates.

6. Discussion

The results demonstrate that the reliability-adaptive MPC outperforms all baselines in both survival and mission effectiveness. The fixed-gain strategy, prioritizing high throughput, depletes the ball screw backlash margin prematurely at t = 4841 . The proposed SMPC extends useful life by 65% ( 8000 / 4841 1.65 × ) compared to this baseline. Notably, the deterministic MPC—which shares the same prediction horizon and physics model—fails identically to the fixed-gain controller. This confirms that the performance gain does not arise from predictive capability alone but specifically from the stochastic health-awareness mechanism (chance constraints with uncertainty propagation). The SMPC achieves 23% higher performance than the PID controller (2412 vs. 1960 units) while maintaining full mission survival. This advantage arises from the SMPC’s ability to optimally distribute the health budget across the mission: It operates more aggressively in early phases (when components are healthy and degradation is slow) and conservatively in later phases (when coupling effects amplify wear rates). The PID controller, lacking predictive capability, maintains a suboptimal constant operating point throughout.
The near-linear health trajectories in Figure 4 initially appeared to be counter-intuitive given the exponential nature of Paris’s law ( m > 2 ). Extensive verification confirmed that this is not a modeling error but an emergent property of the prescriptive control: The controller actively “fights” the exponential growth by progressively derating the load to maintain a constant damage rate. This emergent “active linearization” proved to be a key feature, as it effectively transforms a complex nonlinear degradation process into a deterministic linear trajectory, simplifying long-term RUL prediction.

6.1. Computational Complexity

A key concern for real-time control is computational feasibility. We measured the execution time of the SMPC algorithm on a standard desktop workstation (Intel Core i7-10700K CPU @ 3.80 GHz, 32 GB RAM). Figure 5 shows that the average computation time grows linearly with H, remaining below 2.5 ms even for H = 25 . This is well within the typical control cycle time (10–100 ms) for mechatronic systems. While validated on desktop hardware, the O ( | A | · H ) complexity and absence of iterative solvers imply sub-10ms execution on modern flight-certified multicore processors (e.g., NXP QorIQ P4080, NXP Semiconductors, Eindhoven, The Netherlands; Xilinx Zynq UltraScale+, Xilinx Inc., San Jose, CA, USA), confirming real-time applicability for embedded flight control systems.

6.2. Computational Trade-Off: Gaussian vs. Sampling Methods

While fatigue life distributions often exhibit non-Gaussian tails (e.g., Weibull), we employ a Gaussian moment-propagation approach to prioritize real-time feasibility. Full non-Gaussian methods such as particle MPC or polynomial chaos expansion (PCE) offer higher fidelity but incur prohibitive computational costs: Our moment-propagation controller executes in approximately 1 ms per control cycle (90 model evaluations over the prediction horizon), whereas a particle MPC implementation with N p = 1000 particles would require approximately 960 ms per cycle—nearly 1000 × slower and far exceeding the <10 ms cycle time requirement for high-rate flight control. Moreover, the Gaussian approximation is inherently conservative for bounded health states ( h [ 0 , 1 ] ): It assigns non-zero probability to infeasible regions ( h < 0 ), resulting in tighter-than-necessary chance constraints. The additional constraint tightening via α (Section 4.2) further increases this conservatism, ensuring that the actual constraint violation rate is strictly below the prescribed α . This conservative property is empirically supported by the robustness studies above: Across all Monte Carlo trials with ± 20 % parameter mismatch and under quadratic coupling mismatch, zero health constraint violations were observed, confirming that the Gaussian + α formulation provides adequate safety margins even under significant model uncertainty.
The linear scaling observed in Figure 5 results from our implementation of a receding horizon control strategy with a control Horizon N u = 1 . Instead of a computationally prohibitive full tree search O ( | A | H ) , we efficiently evaluate the discrete action set | A | = 9 by propagating the dynamics forward over the prediction horizon H. This reduces the complexity to O ( | A | · H ) , verifying the observed sub-millisecond execution times and ensuring real-time feasibility.
Remark 4.
(Greedy Strategy Viability): The choice of a single-step control horizon N u = 1 requires careful justification given the coupled degradation dynamics. We establish sufficient conditions for greedy optimality.
Theoretical Motivation 1 (Greedy Strategy Viability): Let the degradation dynamics be given by Equation (2) with coupling matrix C . If the coupling satisfies the unidirectional dominance condition
C i j > 0 C j i < C i j i j
then the value function V ( h , t ) = max π E [ t T P ( u , h ) d τ h ( t ) = h ] is component-wise monotonically increasing in h , i.e., V / h i > 0 for all i.
Proof Sketch: Under unidirectional dominance, degradation in the “upstream” component (e.g., gearbox) accelerates wear in the “downstream” component (ball screw), but not vice versa. This creates a hierarchical damage propagation structure where preserving upstream health always reduces the total system’s degradation. Consequently, for any control action u, higher current health h i leads to the following: (1) lower immediate degradation rate f i and (2) lower coupling-induced degradation in downstream components. Both effects increase future cumulative performance, establishing the monotonicity of V. This argument provides the physical intuition for the greedy strategy’s success: In this specific architecture, preserving “upstream” health yields monotonic benefits. While a rigorous viscosity solution proof is beyond this scope, the empirical verification in Figure 6 confirms the validity of this heuristic.
For our EMA system, the coupling matrix satisfies C 12 = 0.8 > C 21 = 0.1 , confirming unidirectional dominance. Combined with the monotonic decrease in health ( d h i 0 ), this establishes that any action preserving more health today cannot be suboptimal—validating N u = 1 . Figure 6 provides empirical verification: experiments with N u { 1 , 2 , 3 } yielded identical terminal health states, while computation time increased by approximately 80 × for N u = 3 .

6.3. Recursive Feasibility and Stability

For safety-critical aerospace applications, formal guarantees on controller behavior are essential. We establish recursive feasibility and stability properties of the proposed SMPC. Detailed proofs are provided in Appendix A.
Proposition 1.
(Recursive Feasibility). If the optimization problem (7) and (8) is feasible at time k with state h ( k ) and the realized disturbance satisfies ξ ( k ) ξ ¯ (bounded noise), then the problem remains feasible at time k + 1 .
Proof. 
Let u ( k ) be the optimal control at time k, yielding predicted state h ¯ ( k + 1 ) . The realized state is h ( k + 1 ) = h ¯ ( k + 1 ) + δ ( k ) , where | δ i ( k ) | σ i Δ t ξ ¯ . Chance constraint (8) ensures that h ¯ i ( k + 1 ) h r e q ( k + 1 ) + Φ 1 ( α ) Σ i i ( k + 1 ) . For α = 0.95 , the buffer of Φ 1 ( 0.95 ) 1.65 standard deviations exceeds the bounded perturbation with probability   α , maintaining constraint satisfaction. Since the control set U is compact and degradation is monotonic ( h i ( k + 1 ) h i ( k ) ), a feasible action always exists: the minimum-degradation action u m i n . □
Proposition 2.
(Practical Stability). Define the Lyapunov candidate V ( h , k ) = i = 1 N ( h i ( k ) h r e q ( k ) ) 2 . Under the SMPC policy, E [ V ( h , k + 1 ) | h ( k ) ] V ( h , k ) + ϵ k , where ϵ k 0 as h i ( k ) h r e q ( k ) .
Proof Sketch: The controller minimizes tracking error h ¯ k + 1 h r e q ( k + 1 ) 2 (Equation (15)). Near the reference trajectory, the control actively reduces deviation. Far from the reference, performance objectives may temporarily increase deviation, but the high weighting ratio w t r a c k / w p e r f = 100 ensures that tracking dominates. The bounded process noise contributes E [ δ T δ ] = tr ( Q ) , which decreases as f i 0 near the healthy state. Thus, the system exhibits practical stability: trajectories remain within a neighborhood of the reference, with the neighborhood size proportional to the noise intensity.
These properties ensure that the SMPC provides formal safety guarantees suitable for flight-critical applications, complementing the empirical validation in Section 7.

7. Extended Validation

To address the need for robust validation, we conducted three additional studies: a comparative analysis against a robust baseline, a Monte Carlo robustness study, and a parameter mismatch analysis.
Sensor and Communication Robustness: To address operational uncertainties beyond parameter mismatch, we validated the controller under (a) Gaussian sensor noise ( σ = 0.1 ) injected into the health feedback loop and (b) feedback delays ( τ = 50 steps). The system achieved a 100% survival rate in both scenarios, confirming that the conservative safety margins ( α = 0.95 ) effectively absorb moderate sensing and latency errors.

7.1. Benchmarking Control Strategies

We compared the proposed reliability-adaptive MPC against a fixed-gain baseline:
  • Fixed-Gain: Operates at constant 80% rated capacity, representing common industrial practice without health feedback.
  • Reliability-Adaptive MPC: The proposed stochastic controller with chance constraints and physics-based degradation awareness.
Figure 7 shows that the fixed-gain controller fails at t = 4841 due to accelerated ball screw wear, while the adaptive controller survives the full mission by dynamically modulating control inputs. The three-phase behavior (conservative early operation, gradual ramp-up, and aggressive end-of-life exploitation) is clearly visible in the control action plots.
Remark 5.
(Robustness and Sensitivity Analysis):
Robustness to Identification Uncertainty: In practical deployment, degradation parameters are subject to identification errors. To assess robustness against these uncertainties, we introduced a systematic parameter mismatch where the plant’s degradation rate parameters (Paris’s law coefficient C p a r i s and Archard wear coefficient k a r c h a r d ) differed from the controller’s nominal values by ± 20 % . Monte Carlo validation ( N = 50 ) confirmed 100% mission success across the full mismatch range. However, the terminal health margin decreased with increasing positive mismatch (where the plant degrades faster than the controller expects): from h f i n a l 0.61 at nominal to h f i n a l 0.44 at + 20 % mismatch. This demonstrates the graceful degradation of safety margins rather than abrupt failure. The receding-horizon feedback mechanism compensates for the model drift by replanning at each time step using the measured plant state, correcting the trajectory even when the internal model underestimates wear rates.
Sensitivity to Coupling Non-Linearity: To address concerns regarding the linear coupling approximation (Equation (2)), we conducted a sensitivity analysis where the simulation plant utilized a quadratic coupling model ( C i j ( 1 h ) 2 ). Unlike the linear model, the quadratic form is convex in damage: Coupling-induced load amplification grows superlinearly as health decreases, causing the controller—which internally assumes linear coupling—to progressively underestimate the true coupling strength in the later mission phase. As a result, the controller completed the full mission (Life > 8000 cycles) but with significantly reduced terminal health ( h f i n a l 0.14 vs. 0.70 under nominal linear coupling). This 80% reduction in safety margin reflects the controller consuming its “reliability budget” to compensate for the unmodeled nonlinearity—a form of graceful degradation rather than abrupt failure. Importantly, h f i n a l = 0.14 remains above the structural failure threshold ( h = 0 ), confirming that the closed-loop feedback mechanism prevents catastrophic failure even under severe model mismatch. This result demonstrates that while the linear assumption is adequate for the nominal operating regime (where h > 0.6 for 90% of the mission), robustness margins should be considered when coupling nonlinearity is suspected in the terminal phase.

7.2. Value of Coupling Knowledge

To isolate the contribution of physics-based coupling awareness, we conducted an ablation study under amplified coupling conditions (vibration transfer coefficient increased to 3 × nominal, simulating misalignment or lubrication failure). This stress test deliberately creates a more challenging scenario than the main case study.
The results, shown in Figure 8, demonstrate that under nominal conditions, both controllers survive—the system has a sufficient design margin that even a coupling-unaware controller can complete the mission. However, under amplified coupling with accelerated wear, the decoupled controller—which ignores gearbox-to-screw vibration transfer—fails to anticipate cascading damage. It maintains aggressive actuation, leading to premature failure. The coupled controller, anticipating the interaction, proactively modulates the load to mitigate vibration-induced wear, extending useful life by approximately 77.6%. This confirms that the gain is not merely from the MPC algorithm but specifically from the physics-based awareness of component interactions.
Remark 6.
(Practical Applicability): This finding has important implications for deployment. The coupling-aware model provides graceful degradation under off-nominal conditions—precisely when robustness matters most. In nominal operations, the additional modeling complexity incurs no penalty (both approaches succeed). However, during abnormal conditions such as misalignment, lubrication degradation, or thermal excursions, the coupling-aware controller provides a critical safety margin. This “insurance” property justifies the modeling investment for safety-critical aerospace applications where off-design conditions are inevitable over a system’s lifecycle.

8. Conclusions

This paper presented a reliability-adaptive control framework for coupled aerospace EMAs. By integrating stochastic MPC with a rigorous six-layer architecture, we demonstrated its ability to actively manage reliability under uncertainty. The results confirm that health-aware control can significantly extend a system’s life and enhance sortie generation, offering a viable path towards self-optimizing flight control systems.
The key contributions are: (1) a physics-based coupled degradation model incorporating Paris’s and Archard’s laws with thermal–vibration interactions; (2) a chance-constrained SMPC formulation that maintains prescribed reliability targets under stochastic disturbances; and (3) comprehensive validation demonstrating 65% life extension compared to fixed-operation baselines, with real-time computational feasibility.

Future Work

Future research will focus on scaling this framework to fleet-level implementation, where multiple distributed aircraft coordinate to optimize global mission objectives. Integrating distributed SMPC with consensus protocols could enable coordinated maintenance scheduling across the fleet, maximizing overall readiness. Additionally, exploring online parameter estimation for the coupling matrix C via extended Kalman filtering would further enhance robustness against unmodeled degradation dynamics.
These extensions would advance the state of the art in prescriptive maintenance, moving closer to fully autonomous, self-optimizing aerospace ecosystems.
Scalability to Multi-Actuator Systems: The proposed hierarchical architecture naturally extends to full aircraft-level control allocation. In a multi-actuator setting, each EMA runs a local SMPC instance, estimating its own health and computing dynamic capability bounds [ u ̲ ( t ) , u ¯ ( t ) ] that satisfy its local health budget. The Mission Level (Level 1) then acts as a health-aware control allocator, distributing the total force demand F c m d among N actuators by solving min B u F c m d 2 subject to u ̲ i u i u ¯ i . Since the computationally intensive SMPC runs in parallel on distributed controllers, the system latency scales as O ( 1 ) , making the approach viable for large-scale fleet deployment.
Regarding observability, the framework assumes that health states are estimable via EKF; in practice, this requires assessing sensor reliability and calculating observability Gramians for the chosen sensor suite, which is a subject of our ongoing flight-test validation. Finally, regarding certification of adaptive controllers, the recursive feasibility guarantee (Proposition 2) provides the deterministic safety bounds required to satisfy airworthiness standards, offering a predictable fallback behavior even under stochastic uncertainty.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/math14040737/s1.

Funding

This research received no external funding.

Data Availability Statement

The simulation code (Python) files used to generate all figures and tables in this manuscript are provided in the Supplementary Materials. The implementation includes degradation models, controller algorithms, and figure generation scripts to enable the full reproducibility of the reported results.

Conflicts of Interest

The author declares no conflicts of interest.

Appendix A. Formal Proofs

Appendix A.1. Proof Sketch for Theoretical Motivation 1 (Value Function Monotonicity)

Statement: Under unidirectional dominance ( C i j > 0 C j i < C i j ), the value function V ( h , t ) = max π E [ t T P ( u , h ) d τ h ( t ) = h ] satisfies V h i > 0 for all i.
Proof Sketch: 
We establish monotonicity through structural analyses of the HJB equation, supported by numerical verification.
Step 1 (Regularity Assumptions): We assume that the value function V ( h , t ) is continuously differentiable in the interior of the domain H = ( 0 , 1 ] N × [ 0 , T ) . This holds when (i) the drift f i and diffusion σ i are Lipschitz continuous in h , (ii) the control set U is compact, and (iii) the performance function P is continuous. Our parameterization satisfies these conditions for h i > 0 .
Step 2 (HJB Structure): Under the regularity assumption, V satisfies the HJB equation:
V t = max u U P ( u , h ) i f i ( u , h ) V h i + 1 2 i σ i 2 ( h ) 2 V h i 2
with terminal condition V ( h , T ) = 0 .
Step 3 (Boundary Analysis): At t = T ϵ (small ϵ > 0 ), Taylor expansion gives V ( h , T ϵ ) ϵ · max u P ( u , h ) . Since performance P ( u , h ) is non-decreasing in each h i (healthier components deliver higher output), we have V h i > 0 near T.
Step 4 (Monotonicity Propagation): From Equation (2), the cross-partial satisfies f j h i = C j i f j , b a s e 0 for i j . Under unidirectional dominance ( C i j > C j i ), the “upstream” component’s health reduces downstream degradation more than vice versa. Differentiating the HJB equation with respect to h i , we obtain a linear PDE for w i = V h i with non-negative source terms. By the maximum principle for parabolic PDEs, if w i > 0 at the terminal boundary, it remains positive throughout the domain.
Step 5 (Numerical Verification): We verified monotonicity empirically by computing V ( h , t ) via backward dynamic programming on a discretized state space ( 50 3 grid points). For all sampled states with h i [ 0.1 , 1.0 ] and t [ 0 , T ] , finite differences confirmed V ( h + δ e i , t ) V ( h , t ) δ > 0 with δ = 0.01 . □
Remark A1.
The above proof assumes classical (smooth) solutions to the HJB equation. For a fully rigorous treatment using viscosity solutions, additional verification of semicontinuity and the comparison principle would be required; see [25], Chapter IV. Our numerical verification confirms that monotonicity holds for the specific EMA system parameters.

Appendix A.2. Proof of Proposition 1 (Recursive Feasibility)

Statement: If the MPC problem is feasible at time k, it remains feasible at k + 1 under bounded disturbances ξ ( k ) ξ ¯ .
Proof. 
Let F ( k ) R N denote the feasible health region at time k:
F ( k ) = { h : u U , h i z α σ i Δ t h r e q ( k ) , i }
where z α = Φ 1 ( α ) . We show that h ( k + 1 ) F ( k + 1 ) with probability α .
From the dynamics, h i ( k + 1 ) = h i ( k ) f i ( u , h ( k ) ) Δ t + σ i Δ t ξ i ( k )
The chance constraint at time k ensures the following:
h ¯ i ( k + 1 ) h r e q ( k + 1 ) + z α Σ i i ( k + 1 )
where h ¯ i is the mean prediction. The realized state satisfies | h i ( k + 1 ) h ¯ i ( k + 1 ) | σ i Δ t ξ ¯ with probability 1.
For the set intersection, F ( k ) F ( k + 1 ) because the following is the case:
  • The target trajectory h r e q ( k ) is monotonically decreasing and continuous.
  • The minimum-degradation action u m i n = arg min u i f i ( u , h ) always exists (compact U ).
  • Under u m i n , the health decay rate is minimized, ensuring that the state remains above h r e q ( k + 1 )
Thus, feasibility is maintained inductively. □

References

  1. Cao, W.; Mecrow, B.C.; Atkinson, G.J.; Bennett, J.W.; Atkinson, D.J. Overview of Electric Motor Technologies Used for More Electric Aircraft (MEA). IEEE Trans. Ind. Electron. 2012, 59, 3523–3531. [Google Scholar] [CrossRef]
  2. Hussain, Y.M.; Burrow, S.G.; Keogh, P.S. A Review of Techniques to Mitigate Jamming in Electromechanical Actuators for Safety Critical Applications. Int. J. Progn. Health Manag. 2018, 9, 1–13. [Google Scholar] [CrossRef]
  3. Salazar, J.C.; Weber, P.; Nejjari, F.; Sarrate, R.; Theilliol, D. System Reliability Aware Model Predictive Control Framework. Reliab. Eng. Syst. Saf. 2017, 167, 663–672. [Google Scholar] [CrossRef]
  4. Yin, Z.; Hu, N.; Chen, J.; Yang, Y.; Shen, G. A review of fault diagnosis, prognosis and health management for aircraft electromechanical actuators. IET Electr. Power Appl. 2022, 16, 1249–1272. [Google Scholar] [CrossRef]
  5. Yang, N.; Gu, C.; Huang, Y.; Wen, P.; Zhao, S.; Feng, S.; Chen, S. Remaining Useful Life Prediction of Electromechanical Equipment based on Particle Filter and LSTM. In 2022 IEEE International Conference on Sensing, Diagnostics, Prognostics, and Control (SDPC); IEEE: New York, NY, USA, 2022; pp. 87–91. [Google Scholar] [CrossRef]
  6. Raja, M.S.K.; Ali, Q. Recent advances in active fault tolerant flight control systems. Proc. Inst. Mech. Eng. Part G J. Aerosp. Eng. 2022, 236, 2151–2161. [Google Scholar] [CrossRef]
  7. Zhao, Y.; Yang, J.; Wang, W.; Yang, H.; Niyato, D. TranDRL: A Transformer-Driven Deep Reinforcement Learning Enabled Prescriptive Maintenance Framework. IEEE Internet Things J. 2023, 11, 35432–35444. [Google Scholar] [CrossRef]
  8. Luettig, B.; Akhiat, Y.; Daw, Z. ML meets aerospace: Challenges of certifying airborne AI. Front. Aerosp. Eng. 2024, 3, 1475139. [Google Scholar] [CrossRef]
  9. Haghighat, S.; Liu, H.H.T.; Martins, J.R.R.A. Model-Predictive Gust Load Alleviation Controller for a Highly Flexible Aircraft. J. Guid. Control Dyn. 2012, 35, 1751–1766. [Google Scholar] [CrossRef]
  10. Mayne, D.Q.; Seron, M.M.; Raković, S.V. Robust model predictive control of constrained linear systems with bounded disturbances. Automatica 2005, 41, 219–224. [Google Scholar] [CrossRef]
  11. Garone, E.; Nicotra, M.M. Explicit Reference Governor for Constrained Nonlinear Systems. IEEE Trans. Autom. Control 2016, 61, 1379–1384. [Google Scholar] [CrossRef]
  12. Mammarella, M.; Lorenzen, M.; Capello, E.; Park, H.; Dabbene, F.; Guglieri, G.; Romano, M.; Allgöwer, F. An Offline-Sampling SMPC Framework With Application to Autonomous Space Maneuvers. IEEE Trans. Control Syst. Technol. 2020, 28, 388–402. [Google Scholar] [CrossRef]
  13. Tedesco, F.; Akram, W.; Forouzanfar, M.; Parisini, T. Predictive maintenance of actuators in linear systems: A receding horizon set-theoretic approach. Int. J. Robust Nonlinear Control 2022, 32, 6395–6411. [Google Scholar] [CrossRef]
  14. Forouzanfar, M.; Gagliardi, G.; Tedesco, F.; Casavola, A. Integrated Model-Based Control Allocation Strategies Oriented to Predictive Maintenance of Saturated Actuators. IEEE Trans. Autom. Sci. Eng. 2025, 22, 1045–1056. [Google Scholar] [CrossRef]
  15. Liu, X.; Wu, Z.; Yuan, Y.; Sun, W.; Gao, J. Reliability Modeling of Wind Turbine Gearbox System Considering Failure Correlation Under Shock–Degradation. Sensors 2025, 25, 4425. [Google Scholar] [CrossRef] [PubMed]
  16. Mazzoleni, M.; Di Rito, G.; Previdi, F. Fault Diagnosis and Condition Monitoring of Aircraft Electro-Mechanical Actuators. In Electro-Mechanical Actuators for the More Electric Aircraft; Bilal, G.A., Ed.; Springer International Publishing: Cham, Switzerland, 2021; pp. 119–224. [Google Scholar] [CrossRef]
  17. Shi, R.; Lü, Y.; Zhang, Y.; Meng, J.; Chen, R.; Hu, R. Remaining Useful Life Estimation with Coupling Dual Random Effects Based on Nonlinear Wiener Process. Eksploat. Niezawodn. Maint. Reliab. 2025, 27, 4. [Google Scholar] [CrossRef]
  18. Mrugalska, B.; Stetter, R. Health-Aware Model-Predictive Control of a Cooperative AGV-Based Production System. Sensors 2019, 19, 532. [Google Scholar] [CrossRef] [PubMed]
  19. Salazar, J.C.; Nejjari, F.; Sarrate, R. Reliable control of a twin rotor MIMO system using actuator health monitoring. In 22nd Mediterranean Conference on Control and Automation; IEEE: Palermo, Italy, 2014; pp. 481–486. [Google Scholar]
  20. Ray, A.; Tangirala, S.; Phoha, S. Stochastic modeling of fatigue crack propagation. In Proceedings of the 1997 American Control Conference; IEEE: Albuquerque, NM, USA, 1997; Volume 1, pp. 425–429. [Google Scholar]
  21. Fouvry, S.; Liskiewicz, T.; Kapsa, P. An Energy Description of Wear Mechanisms and Its Applications to Oscillating Sliding Contacts. Wear 2003, 255, 287–298. [Google Scholar] [CrossRef]
  22. Paris, P.C.; Erdogan, F. A Critical Analysis of Crack Propagation Laws. J. Basic Eng. 1963, 85, 528–533. [Google Scholar] [CrossRef]
  23. Archard, J.F. Contact and Rubbing of Flat Surfaces. J. Appl. Phys. 1953, 24, 981–988. [Google Scholar] [CrossRef]
  24. Lu, Y.; Morris, K.; Frechette, S. Current Standards Landscape for Smart Manufacturing Systems; NISTIR 8107; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2016. [Google Scholar] [CrossRef]
  25. Fleming, W.H.; Soner, H.M. Controlled Markov Processes and Viscosity Solutions, 2nd ed.; Springer: New York, NY, USA, 2006. [Google Scholar] [CrossRef]
Figure 1. Hierarchical mission-to-control architecture. The colored dashed boxes indicate hierarchical levels: blue = Decision & Planning Level, green = Control & Estimation Level, red = Physical Level. The key innovation is the translation layer, which actively converts stochastic reliability demands into deterministic control references.
Figure 1. Hierarchical mission-to-control architecture. The colored dashed boxes indicate hierarchical levels: blue = Decision & Planning Level, green = Control & Estimation Level, red = Physical Level. The key innovation is the translation layer, which actively converts stochastic reliability demands into deterministic control references.
Mathematics 14 00737 g001
Figure 2. Canonical primary flight control actuator (PFCA) architecture: The coupled drivetrain comprises a high-speed AC motor, planetary gearbox (AISI 9310 steel), and ball screw transmission (52100 steel). Gearbox fatigue-induced vibration propagates to the ball screw, accelerating fretting wear—the coupling mechanism central to this study.
Figure 2. Canonical primary flight control actuator (PFCA) architecture: The coupled drivetrain comprises a high-speed AC motor, planetary gearbox (AISI 9310 steel), and ball screw transmission (52100 steel). Gearbox fatigue-induced vibration propagates to the ball screw, accelerating fretting wear—the coupling mechanism central to this study.
Mathematics 14 00737 g002
Figure 3. 3D state-space trajectory showing gearbox health (x-axis), ball screw health (y-axis), and instantaneous sortie effectiveness (z-axis, performance metric). Color gradient indicates time progression (purple/dark = t 0 ; yellow/bright = t 8000 ). The coordinated decline of both health axes confirms the coupling mechanism, while the decreasing z-values reflect performance degradation as components wear.
Figure 3. 3D state-space trajectory showing gearbox health (x-axis), ball screw health (y-axis), and instantaneous sortie effectiveness (z-axis, performance metric). Color gradient indicates time progression (purple/dark = t 0 ; yellow/bright = t 8000 ). The coordinated decline of both health axes confirms the coupling mechanism, while the decreasing z-values reflect performance degradation as components wear.
Mathematics 14 00737 g003
Figure 4. Coupled degradation profiles under stochastic MPC. The three components exhibit distinct degradation rates: motor (slowest, thermal-limited), gearbox (Paris’s law fatigue), and ball screw (fastest, Archard wear amplified by gearbox vibration). Three behavioral phases emerge: Phase I (conservative, t < 3000 ) preserves the health margin; Phase II (ramp-up, 3000 < t < 6000 ) gradually increases intensity; Phase III (aggressive, t > 6000 ) spends the remaining budget. Monte Carlo validation ( N = 10 runs, σ e n v = 0.15 ) showed < 2 % variance in trajectories, indicating robust controller performance.
Figure 4. Coupled degradation profiles under stochastic MPC. The three components exhibit distinct degradation rates: motor (slowest, thermal-limited), gearbox (Paris’s law fatigue), and ball screw (fastest, Archard wear amplified by gearbox vibration). Three behavioral phases emerge: Phase I (conservative, t < 3000 ) preserves the health margin; Phase II (ramp-up, 3000 < t < 6000 ) gradually increases intensity; Phase III (aggressive, t > 6000 ) spends the remaining budget. Monte Carlo validation ( N = 10 runs, σ e n v = 0.15 ) showed < 2 % variance in trajectories, indicating robust controller performance.
Mathematics 14 00737 g004
Figure 5. Computational complexity: average execution time vs. prediction horizon. The SMPC remains computationally efficient for real-time control.
Figure 5. Computational complexity: average execution time vs. prediction horizon. The SMPC remains computationally efficient for real-time control.
Mathematics 14 00737 g005
Figure 6. Control horizon ( N u ) verification ( T t a r g e t = 8000 cycles): (left) lifetime distribution (blue bars)—all N u values achieve target lifetime; the red dashed line indicates the target lifetime of 8000 cycles; (center) terminal ball screw health (green bars, h 0.53 )—identical across all N u , validating greedy optimality of N u = 1 ; (right) total simulation time (orange bars) showing 80 × increase for N u = 3 due to exponential growth in action sequences ( 9 N u ).
Figure 6. Control horizon ( N u ) verification ( T t a r g e t = 8000 cycles): (left) lifetime distribution (blue bars)—all N u values achieve target lifetime; the red dashed line indicates the target lifetime of 8000 cycles; (center) terminal ball screw health (green bars, h 0.53 )—identical across all N u , validating greedy optimality of N u = 1 ; (right) total simulation time (orange bars) showing 80 × increase for N u = 3 due to exponential growth in action sequences ( 9 N u ).
Mathematics 14 00737 g006
Figure 7. Comparative analysis: fixed-gain vs. reliability-adaptive MPC. The fixed-gain controller (top) operates at a constant 80% capacity and fails at t = 4841 due to ball screw wear. The adaptive controller (bottom) modulates control inputs based on the health state, surviving the full 8000-cycle mission while achieving 12% higher cumulative performance.
Figure 7. Comparative analysis: fixed-gain vs. reliability-adaptive MPC. The fixed-gain controller (top) operates at a constant 80% capacity and fails at t = 4841 due to ball screw wear. The adaptive controller (bottom) modulates control inputs based on the health state, surviving the full 8000-cycle mission while achieving 12% higher cumulative performance.
Mathematics 14 00737 g007
Figure 8. Ablation study (amplified coupling, 3 × nominal): Under strong coupling conditions simulating off-nominal operations, the coupled controller (green) extends mission life by 77.6% compared to the decoupled baseline (red), which ignores interaction physics. (Left): Ball screw health trajectories showing the earlier failure of the decoupled approach. (Right): Lifetime comparison (decoupled: 4175 cycles; coupled: 7414 cycles).
Figure 8. Ablation study (amplified coupling, 3 × nominal): Under strong coupling conditions simulating off-nominal operations, the coupled controller (green) extends mission life by 77.6% compared to the decoupled baseline (red), which ignores interaction physics. (Left): Ball screw health trajectories showing the earlier failure of the decoupled approach. (Right): Lifetime comparison (decoupled: 4175 cycles; coupled: 7414 cycles).
Mathematics 14 00737 g008
Table 1. Summary of key simulation and control parameters.
Table 1. Summary of key simulation and control parameters.
ParameterSymbolValue
Mission Duration T t a r g e t 8000 cycles
Env. Noise Std. Dev. σ e n v 0.15
Paris’s Law Coeff. C p a r i s 5 × 10 10
Paris’s Exponentm2.8
Archard Coeff. k a r c h a r d 5 × 10 8
Vibration Coupling C 12 0.8
MPC HorizonH10 steps
Chance Constraint α 0.95
Table 2. Performance comparison ( T t a r g e t = 8000 , N = 20 runs, σ e n v = 0.15 ). Values shown as mean ± std where variation exists.
Table 2. Performance comparison ( T t a r g e t = 8000 , N = 20 runs, σ e n v = 0.15 ). Values shown as mean ± std where variation exists.
StrategyLifetimePerformanceTerminalTarget
(Cycles)(Units)HealthError
Fixed-Gain Control 4841 ± 7 2149 ± 3 0.00 (Dead)+39.5% (Fail)
PID Health Tracking8000 1960 ± 0 0.73<0.1%
Deterministic MPC 4839 ± 0 2147 ± 0 0.00 (Dead)+39.5% (Fail)
Reliability-Adaptive MPC8000 2412 ± 1 0.53<0.1%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Qi, L. Reliability-Adaptive Control of Aerospace Electromechanical Actuators with Coupled Degradation via Stochastic MPC. Mathematics 2026, 14, 737. https://doi.org/10.3390/math14040737

AMA Style

Qi L. Reliability-Adaptive Control of Aerospace Electromechanical Actuators with Coupled Degradation via Stochastic MPC. Mathematics. 2026; 14(4):737. https://doi.org/10.3390/math14040737

Chicago/Turabian Style

Qi, Le. 2026. "Reliability-Adaptive Control of Aerospace Electromechanical Actuators with Coupled Degradation via Stochastic MPC" Mathematics 14, no. 4: 737. https://doi.org/10.3390/math14040737

APA Style

Qi, L. (2026). Reliability-Adaptive Control of Aerospace Electromechanical Actuators with Coupled Degradation via Stochastic MPC. Mathematics, 14(4), 737. https://doi.org/10.3390/math14040737

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop