NEOM Final Rev
NEOM Final Rev
NEOM Final Rev
Optimization Methods
(MA261)
Project
TOPIC: Speed Control of DC Motor: Armature Control
Method (solved using Runge Kutta 4th order)
FINAL REPORT
SUBMITTED BY:
Sanyam Jain
2K19/EE/219
Contents
1. Introduction
2. Parameter
3. Motor Equations
4. Runge Kutta
5. MATLAB Code
6. Output
7. SIMULINK Model
8. Output
9. Conclusion
10.References
Introduction
Armature Controlled DC Motor is given in the figure. The
DC Motor rotates an inertial element at an angular velocity
‘w(t)’ when current ‘i(a)’ passes through the armature. A
bearing supports the shaft opposite of the motor and creates a
torque due to viscous friction. The resistance torque is
proportional to angular velocity ‘w’ of the shaft with the
viscous coefficient ‘b’ being the constant of proportionality.
𝐸𝑏 = 𝑘𝑏 𝑤 -(1)
𝑑𝑖𝑎
𝑉𝑎 = 𝐸𝑏 + 𝐿𝑎 + 𝑅𝑎 𝑖𝑎 -(2)
𝑑𝑡
𝑑𝑤
𝑇𝑠 = 𝐽 + 𝐵𝑤 -(3)
𝑑𝑡
𝑇𝑠 = 𝑘𝑡 𝑖𝑎 -(4)