Choosing a Proper Dynamic System Model by Using Physical Modeling
- Mise à jour2025-10-28
- Temps de lecture : 2 minute(s)
Choosing a Proper Dynamic System Model by Using Physical Modeling
Physical modeling is a common method for sketching a mathematical model that represents a real dynamic system. Physical modeling determines the nature of the model, such as the model order and the number of I/O channels. Use physical modeling to define proper models for dynamic systems.
Before you estimate a dynamic system, create a mathematical model that contains unknown coefficients. You then use system identification to estimate these coefficients.
The following figure shows an electrical circuit model of a brushed Direct Current (DC) servomotor:

where
- V is the source voltage of the DC power supply
- R is the resistance of the DC servomotor armature circuit
- L is the inductance of the DC servomotor armature circuit
- i is the circuit armature current
- ω is the shaft speed of the DC servomotor
- T is the torque of the DC servomotor
In this dynamic system, the source voltage, V, is the input and the DC servomotor shaft speed, ω, is the output.
According to Faraday's Law of electromagnetic induction, the circuit armature current i, motor torque T, motor shaft velocity ω, and motor back-EMF voltage e, have the following relationship:
where
- Kt is an electromotive force constant
- Ke is a motor back-EMF constant
You can obtain the following equations by using Newton's Law and Kirchhoff's Law:
where
- J is the moment of inertia of the rotor
- b is the damping ratio of the mechanical part of the DC servomotor
Perform further transforms on these equations to obtain a mathematic model of the dynamic system. You can choose one of the four common dynamic system models on the basis of your needs.
- Use the continuous-time transfer function model to create a model that you can use with an analog Proportional-Integral-Derivative (PID) controller.
- Use the continuous-time state-space model to create a model that you can use with an analog state feedback controller.
- Use the discrete-time transfer function model to create a model that you can use with a digital PID controller.
- Use the discrete-time state-space model to create a model that you can use with a digital state feedback controller.