In the context of global advocacy for green mobility and sustainable development, electric vehicles have emerged as a pivotal direction in modern transportation due to their zero tailpipe emissions, low noise pollution, and high energy efficiency. The propulsion system of an electric vehicle is its core, directly determining the vehicle’s dynamic performance, range, and operational stability. Among various motor types, the Permanent Magnet Synchronous Motor (PMSM) has gained widespread adoption in electric vehicle drive systems owing to its high power density, efficiency, reliability, and excellent speed regulation characteristics. Traditional PMSM control systems rely on position sensors to accurately acquire rotor position and speed information for precise vector control. However, the presence of sensors not only increases system cost, size, and weight but also compromises reliability. In the complex and variable operating environments of electric vehicles—such as high temperatures, humidity, strong electromagnetic interference, and severe vibration—sensors are prone to failure, adversely affecting motor performance and overall vehicle functionality. Therefore, researching and applying sensorless control technology for PMSMs holds significant practical importance for enhancing the comprehensive performance of electric vehicles, reducing production costs, and bolstering market competitiveness. This technology has become a hotspot in electrical engineering, and in this article, I will delve into its principles, applications, challenges, and solutions, emphasizing its role in advancing the electric vehicle car industry.

The Permanent Magnet Synchronous Motor consists primarily of a stator and a rotor. The stator is similar to that of conventional AC motors, comprising a laminated silicon steel core and three-phase windings. When three-phase alternating current with a specific pattern is applied to the windings, a rotating magnetic field is generated inside the motor, whose speed is determined by the supply frequency and the number of pole pairs. The rotor is magnetized using permanent magnets, with common materials including neodymium iron boron (NdFeB) and samarium cobalt (SmCo), which exhibit high remanence, coercivity, and good temperature stability. Through the interaction between the rotating magnetic field and the rotor’s permanent magnet field, the motor produces electromagnetic torque, driving the rotor to operate at a synchronous speed matching the rotating field. In electric vehicle applications, PMSMs demonstrate several notable advantages. From a power density perspective, PMSMs can deliver substantial power within a relatively compact space, meeting the demands for miniaturization and lightweight design in electric vehicle powertrains. Compared to other motor types, such as induction motors, PMSMs provide higher power output under equivalent volume or weight conditions, offering robust power support for efficient electric vehicle operation. In terms of efficiency, PMSMs maintain high efficiency across a broad speed range. This is largely due to their rotor excitation via permanent magnets, eliminating the need for additional excitation current on the rotor side as in induction motors, thereby significantly reducing copper and iron losses. This efficient energy conversion characteristic enables electric vehicles to minimize energy loss during operation, extend driving range, and lower user costs. These attributes make PMSMs a cornerstone technology for modern electric vehicle car systems, contributing to their growing adoption worldwide.
To understand sensorless control, it is essential to grasp the mathematical model of a PMSM. In the rotor reference frame (d-q axis), the voltage equations are given by:
$$ v_d = R_s i_d + L_d \frac{di_d}{dt} – \omega_e L_q i_q $$
$$ v_q = R_s i_q + L_q \frac{di_q}{dt} + \omega_e L_d i_d + \omega_e \psi_f $$
where \( v_d \) and \( v_q \) are the d- and q-axis voltages, \( i_d \) and \( i_q \) are the d- and q-axis currents, \( R_s \) is the stator resistance, \( L_d \) and \( L_q \) are the d- and q-axis inductances, \( \omega_e \) is the electrical angular velocity, and \( \psi_f \) is the permanent magnet flux linkage. The electromagnetic torque \( T_e \) is expressed as:
$$ T_e = \frac{3}{2} p \left[ \psi_f i_q + (L_d – L_q) i_d i_q \right] $$
where \( p \) is the number of pole pairs. In sensorless control, the goal is to estimate \( \omega_e \) and the rotor position \( \theta_e \) without physical sensors, using measurable quantities like voltages and currents. This is crucial for electric vehicle car applications, as it reduces hardware complexity and enhances durability.
Sensorless control techniques for PMSMs can be broadly categorized into several methods, each with distinct principles and implementations. Below is a table summarizing common sensorless control approaches used in electric vehicles:
| Method | Basis | Key Equation | Advantages | Disadvantages |
|---|---|---|---|---|
| Back-EMF Based | Induced back electromotive force (BEMF) | $$ e = -\frac{d\psi}{dt} $$ where \( \psi \) is flux linkage | Simple, cost-effective | Poor low-speed performance, noise-sensitive |
| Sliding Mode Observer (SMO) | Nonlinear sliding mode theory | $$ \hat{i} = f(i, v) + K \cdot \text{sign}(i – \hat{i}) $$ | Robust to disturbances | Chattering issues, requires tuning |
| Model Reference Adaptive System (MRAS) | Adaptive control with reference model | $$ \dot{\hat{\omega}}_e = K_p e + K_i \int e \, dt $$ | Good parameter adaptation | Complex implementation |
| High-Frequency Injection (HFI) | Motor saliency and high-frequency signals | $$ v_{hf} = V_{hf} \sin(\omega_{hf} t) $$ | Effective at low speeds | Additional losses, interference |
The back-EMF based method leverages the fact that during PMSM operation, rotor rotation induces a back electromotive force in the stator windings. The back-EMF magnitude is proportional to motor speed, and its phase is closely related to rotor position. By precisely measuring stator terminal voltages and currents, and applying mathematical transformations such as the Clarke and Park transforms, one can estimate the back-EMF amplitude and phase, thereby deducing speed and position. For instance, in the stationary reference frame (α-β axis), the back-EMF components \( e_\alpha \) and \( e_\beta \) can be derived from voltage equations:
$$ e_\alpha = v_\alpha – R_s i_\alpha – L_s \frac{di_\alpha}{dt} $$
$$ e_\beta = v_\beta – R_s i_\beta – L_s \frac{di_\beta}{dt} $$
where \( L_s \) is the stator inductance. The rotor position \( \theta_e \) is then estimated as:
$$ \theta_e = \arctan\left(\frac{-e_\alpha}{e_\beta}\right) $$
However, at low speeds, the back-EMF magnitude becomes negligible, leading to poor signal-to-noise ratio and inaccurate estimations. This limits its applicability in electric vehicle car scenarios requiring precise control during startup or crawling.
The sliding mode observer (SMO) is a nonlinear estimation technique based on sliding mode control theory. It constructs an observer model that tracks the motor’s state variables, such as currents. The SMO design involves defining a sliding surface, often the current error, and a control law that forces the observer states to converge to actual states. A common SMO for PMSM sensorless control is given by:
$$ \frac{d\hat{i}_\alpha}{dt} = -\frac{R_s}{L_s} \hat{i}_\alpha + \frac{1}{L_s} (v_\alpha – \hat{e}_\alpha) + k \cdot \text{sign}(i_\alpha – \hat{i}_\alpha) $$
$$ \frac{d\hat{i}_\beta}{dt} = -\frac{R_s}{L_s} \hat{i}_\beta + \frac{1}{L_s} (v_\beta – \hat{e}_\beta) + k \cdot \text{sign}(i_\beta – \hat{i}_\beta) $$
where \( \hat{i}_\alpha \) and \( \hat{i}_\beta \) are estimated currents, \( \hat{e}_\alpha \) and \( \hat{e}_\beta \) are estimated back-EMFs, and \( k \) is a gain. The sign function induces chattering, which can be mitigated using continuous approximations like sigmoid functions. The estimated back-EMFs are used to compute speed and position:
$$ \hat{\omega}_e = \sqrt{\hat{e}_\alpha^2 + \hat{e}_\beta^2} / \psi_f $$
$$ \hat{\theta}_e = \arctan\left(\frac{-\hat{e}_\alpha}{\hat{e}_\beta}\right) $$
SMO offers robustness against parameter variations and disturbances, making it suitable for electric vehicle environments. However, chattering can cause estimation fluctuations, necessitating advanced smoothing techniques.
Model reference adaptive system (MRAS) is another prevalent sensorless method. It employs a reference model representing the actual motor dynamics and an adjustable model that adapts to match the reference. The error between the two models drives an adaptation mechanism to estimate speed and position. For a PMSM, the MRAS can be formulated using the back-EMF as the state. The reference model is:
$$ \frac{di_\alpha}{dt} = -\frac{R_s}{L_s} i_\alpha + \frac{1}{L_s} (v_\alpha – e_\alpha) $$
and the adjustable model is:
$$ \frac{d\hat{i}_\alpha}{dt} = -\frac{R_s}{L_s} \hat{i}_\alpha + \frac{1}{L_s} (v_\alpha – \hat{e}_\alpha) $$
The error \( \epsilon = i_\alpha – \hat{i}_\alpha \) is fed into a PI controller to update the estimated speed:
$$ \hat{\omega}_e = K_p \epsilon + K_i \int \epsilon \, dt $$
MRAS provides good adaptation to slow parameter changes, but its performance can degrade under rapid dynamics or high noise, common in electric vehicle car operations.
In electric vehicle applications, sensorless control faces several challenges that must be addressed to ensure reliable performance. The table below outlines key challenges and corresponding strategies for electric vehicle car systems:
| Challenge | Description | Impact on Electric Vehicle | Solution Strategies |
|---|---|---|---|
| Low-Speed Performance | Back-EMF is small, leading to poor estimation accuracy | Difficulty in smooth startup, climbing, or parking maneuvers | High-frequency injection (HFI), improved filtering (e.g., Kalman filter) |
| Motor Parameter Variations | Resistance, inductance, and flux change with temperature, aging, or load | Reduced efficiency, torque ripple, and potential instability | Online parameter identification, adaptive control algorithms |
| Electromagnetic Interference (EMI) | Noise from power electronics and other vehicle systems | Erroneous sensorless estimates, affecting safety and comfort | Shielding, robust observer design (e.g., extended Kalman filter) |
| Computational Complexity | Advanced algorithms require high processing power | Increased cost and energy consumption of control units | Optimized code, use of dedicated hardware (e.g., DSPs, FPGAs) |
Low-speed performance is particularly critical for electric vehicles, as they frequently operate in urban traffic with stop-and-go patterns. To overcome this, high-frequency injection (HFI) methods are employed. HFI involves superimposing a high-frequency voltage or current signal onto the fundamental excitation. Due to motor saliency (differences in \( L_d \) and \( L_q \)), the high-frequency response contains information about rotor position. For example, injecting a high-frequency voltage \( v_{hf} = V_{hf} \sin(\omega_{hf} t) \) results in a current response that can be demodulated to extract position. The position estimate is derived from:
$$ \Delta i_{hf} \propto \sin(2\theta_e – 2\omega_{hf} t) $$
By processing \( \Delta i_{hf} \), the rotor angle \( \theta_e \) can be accurately estimated even at zero speed. This makes HFI invaluable for electric vehicle car applications, ensuring precise control during initial movement. However, HFI introduces additional losses and may interfere with other vehicle electronics, requiring careful design.
Motor parameter variations pose another significant hurdle. In an electric vehicle, the PMSM operates under varying thermal conditions, leading to changes in stator resistance \( R_s \) and permanent magnet flux \( \psi_f \). For instance, \( R_s \) increases with temperature, which can be modeled as:
$$ R_s(T) = R_{s0} [1 + \alpha (T – T_0)] $$
where \( \alpha \) is the temperature coefficient. Such variations cause mismatches in the sensorless observer models, degrading performance. Online parameter identification techniques can mitigate this by continuously updating parameters. One approach is to use recursive least squares (RLS) estimation, where the system model is linearized, and parameters are updated via:
$$ \hat{\theta}(k) = \hat{\theta}(k-1) + K(k) [y(k) – \phi^T(k) \hat{\theta}(k-1)] $$
Here, \( \hat{\theta} \) represents estimated parameters like \( R_s \) or \( \psi_f \), \( y(k) \) is the measured output, \( \phi(k) \) is the regressor vector, and \( K(k) \) is the gain. Integrating this with sensorless algorithms enhances robustness, ensuring consistent performance for electric vehicle car drives across diverse operating conditions.
Electromagnetic interference (EMI) is prevalent in electric vehicles due to high-power switching in inverters and other electronic systems. EMI can corrupt voltage and current measurements, leading to faulty sensorless estimates. To combat this, robust observer designs such as the extended Kalman filter (EKF) are utilized. The EKF linearizes the nonlinear PMSM model around the current estimate and uses a prediction-correction cycle to estimate states and parameters. The EKF equations are:
Prediction step:
$$ \hat{x}_{k|k-1} = f(\hat{x}_{k-1|k-1}, u_{k-1}) $$
$$ P_{k|k-1} = F_{k-1} P_{k-1|k-1} F_{k-1}^T + Q $$
Correction step:
$$ K_k = P_{k|k-1} H_k^T (H_k P_{k|k-1} H_k^T + R)^{-1} $$
$$ \hat{x}_{k|k} = \hat{x}_{k|k-1} + K_k (z_k – h(\hat{x}_{k|k-1})) $$
$$ P_{k|k} = (I – K_k H_k) P_{k|k-1} $$
where \( \hat{x} \) is the state vector (e.g., currents, speed, position), \( u \) is the input voltage, \( z \) is the measurement, \( f \) and \( h \) are nonlinear functions, \( F \) and \( H \) are Jacobians, \( Q \) and \( R \) are covariance matrices, and \( K \) is the Kalman gain. The EKF effectively filters out noise and provides accurate estimates, making it suitable for EMI-prone electric vehicle car environments, though it demands substantial computational resources.
Furthermore, the integration of sensorless control with other vehicle systems is vital for optimal performance. In modern electric vehicles, the motor control unit often communicates with battery management systems, traction control, and regenerative braking systems. Sensorless algorithms must be designed to interface seamlessly, sharing data like estimated torque and speed. This holistic approach enhances the efficiency and safety of electric vehicle car operations. For example, during regenerative braking, accurate speed estimation is crucial for controlling the energy feedback to the battery, and sensorless methods can provide this without additional sensors.
Looking ahead, advancements in artificial intelligence and machine learning offer promising avenues for improving sensorless control in electric vehicles. Neural networks and deep learning models can be trained to estimate rotor position and speed directly from raw sensor data, potentially outperforming traditional model-based methods. These data-driven approaches can adapt to complex nonlinearities and disturbances inherent in electric vehicle car systems. However, they require extensive datasets and powerful processors, which may increase development costs. Nevertheless, as computing technology evolves, such methods could become mainstream, further pushing the boundaries of electric vehicle performance.
In conclusion, sensorless control technology for PMSMs is a cornerstone in the evolution of electric vehicles, addressing key issues of cost, reliability, and performance. By eliminating physical sensors, it reduces system complexity and enhances durability, which is essential for the demanding conditions faced by electric vehicle car platforms. Through methods like back-EMF estimation, sliding mode observers, and high-frequency injection, coupled with strategies to tackle low-speed operation, parameter variations, and electromagnetic interference, sensorless control can deliver robust and efficient motor operation. The ongoing research and development in this field, including the adoption of adaptive algorithms and AI techniques, will continue to refine these systems, contributing to longer ranges, lower costs, and improved user experiences. As the electric vehicle car industry expands globally, the widespread implementation of advanced sensorless control will undoubtedly play a pivotal role in achieving sustainable transportation goals, making electric vehicles more accessible and reliable for consumers worldwide.
