0% found this document useful (0 votes)
17 views10 pages

Damping Effects in MATLAB Control Systems

This document contains a MATLAB assignment on analyzing the step response of a second-order feedback system. It includes 3 exercises: 1) Varying the damping ratio ζ and observing its effect on performance measures, 2) Varying the natural frequency ωn and observing its effect, and 3) Discussing the performance of the system based on the results. Tables are provided showing values for rise time, peak time, overshoot, settling time and steady-state value for different ζ and ωn. The discussion covers how the response changes for various damping conditions from unstable to overdamped.

Uploaded by

Ther Htet Aung
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views10 pages

Damping Effects in MATLAB Control Systems

This document contains a MATLAB assignment on analyzing the step response of a second-order feedback system. It includes 3 exercises: 1) Varying the damping ratio ζ and observing its effect on performance measures, 2) Varying the natural frequency ωn and observing its effect, and 3) Discussing the performance of the system based on the results. Tables are provided showing values for rise time, peak time, overshoot, settling time and steady-state value for different ζ and ωn. The discussion covers how the response changes for various damping conditions from unstable to overdamped.

Uploaded by

Ther Htet Aung
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MANDALAY TECHNOLOGICAL UNIVERSITY

DEPARTMENT OF MECHATRONICS ENGINEERING

CONTROL ENGINEERING
(McE – 42077)

MATLAB
Assignment – II

Mg Ther Htet Aung


IV-BE MC-26
Exercise 1: Effect of damping ratio ζ on performance measures. For a single-loop
second order feedback system given below

Find the step response of the system for values of ωn = 1 and ζ = 0.1, 0.4, 0.7, 1.0
and 2.0. Plot all the results in the same figure window and fill the table.

Solution:

Input Code:
Output
For ζ = 0.1, For ζ = 0.4,

For ζ = 0.7, For ζ = 1.0,


For ζ = 2.0,

For ζ = 0.1, 0.4, 0.7, 1.0, 2.0,


Step responses of the system

Rise Time, Peak Time, Percent Overshoot, Settling Time and Steady State Value

ζ Rise Time Peak Time % Overshoot Settling Steady State


Time Value
0.1 0.8160 3.1574 72.9248 40 1
0.4 1.4640 3.4278 25.3827 10 1
0.7 2.1120 4.3991 4.5988 5.7143 1
1.0 2.7600 ∞ 0.0000 4 1
2.0 4.9200 0.0000 - -88.4205 - 2 1
1.8138i 46.7098i

Exercise 2: Effect of natural frequency ωn on performance measures. For a single-


loop second order feedback system given below

Find the step response of the system for values of ωn = 1, 3, 5, 7, 9 and ζ = 0.1. Plot
all the results in the same figure window and fill the table.
Solution

Input Code:
Output

For ωn = 1, For ωn = 3,

For ωn = 5, For ωn = 7,

For ωn = 9,

For ωn = 1, 3, 5, 7, 9,
Step responses of the System

Rise Time, Peak Time, Percent Overshoot, Settling Time and Steady State Value

ωn Rise Time Peak Time % Overshoot Settling Steady


Time State Value
1 0.8160 3.1574 72.9248 40.0000 1
3 0.2720 1.0525 72.9248 13.3333 1
5 0.1632 0.6315 72.9248 8.0000 1
7 0.1166 0.4511 72.9248 5.7143 1
9 0.0907 0.3508 72.9248 4.4444 1
Exercise 3: Write discussion about the performance of second order system of
exercises (2) and (3).

Solution

With the step input applied to the system, we obtain for which the transient
output is where 0 <ζ< 1. The transient response of the system changes for different
values of damping ratio, ζ. Standard performance measures for a second order
feedback system are defined in terms of step response of a system. Where, the
response of the second order system is shown below.

Rise Time:
Tr1, measures the time from 10% to 90% of the response to the step input.

Peak Time:
The time for a system to respond to a step input and rise to peak response.

Overshoot:
The amount by which the system output response proceeds beyond the desired
response.

Settling Time: The time required for the system’s output to settle within a certain
percentage of the input amplitude (which is usually taken as 2%).

If ζ < 0,
• 2 positive real-part roots. (unstable)
If 0 < ζ < 1,
• 2 negative real-part roots. (underdamped)
• Oscillatory response.
• No steady-state error.
If ζ > 1,
• 2 equal negative real roots. (Critically damped)
• Mono-incremental response.
• Oscillatory response.
• No steady-state error.
If ζ = 1,
• 2 distinct negative real roots. (overdamped)
• Mono-incremental response.
• Slower than critically damped.
• Oscillatory response.
• No steady-state error.
If ζ = 0,
• 2 complex conjugate roots. (undamped)

A distinct advantage of the feedback control system is the ability to adjust the
transient and steady-state response.

♦♦♦♦♦

Common questions

Powered by AI

The damping ratio (ζ) significantly affects the transient response characteristics of a second-order system. For 0 < ζ < 1, the system is underdamped, exhibiting oscillatory responses with no steady-state error. As ζ increases, rise time increases, peak time may reach infinity, percent overshoot decreases, and settling time reduces. Specifically, when ζ = 0.1, the system experiences high overshoot and long settling time, whereas increasing ζ to 1.0 leads to no overshoot and faster settling time. For ζ > 1, the system becomes overdamped, resulting in a mono-incremental response, which is slower than critically damped but has no overshoot .

In control systems, as the damping ratio increases, rise time also increases while overshoot decreases, indicating a trade-off between these two performance measures. A low damping ratio (e.g., ζ = 0.1) leads to a rapid rise time and high overshoot, resulting in a faster yet more oscillatory response potentially harmful to system stability. Conversely, a higher damping ratio (near or at critically damped conditions) yields a slower rise time but with minimal or no overshoot, promoting stability and precision at the cost of slower response time. Finding an optimal damping ratio often involves balancing these trade-offs to achieve the desired performance levels tailored to specific system requirements .

An underdamped second-order system (0 < ζ < 1) exhibits oscillatory response with overshoot, faster rise times, and longer settling times compared to a critically damped system (ζ = 1). In contrast, a critically damped system does not oscillate or overshoot, and it has slower rise times but quicker settling times to reach the steady state. While underdamped systems are faster in initial response, critically damped ones provide a more stable and precise settling to the desired response without overshoot .

Feedback in a control system helps adjust both transient and steady-state responses by altering system parameters such as damping ratio and natural frequency. This ability to modify how quickly and accurately the system responds to inputs is crucial in achieving desired performance characteristics, such as reducing overshoot, improving settling time, and maintaining steady-state accuracy. Feedback provides a mechanism to stabilize the system and ensure reliable operation .

Percentage overshoot decreases as the damping ratio increases in a second-order system. For example, when ζ is 0.1, the overshoot is about 72.9248%, and it declines to 25.3827% at ζ = 0.4, and 4.5988% at ζ = 0.7. At ζ = 1, the system becomes critically damped with zero overshoot, indicating the effect of increased damping leading to reduced oscillations and smoother step response .

When the damping ratio ζ equals zero, the system has two complex conjugate roots, making it undamped. This results in a purely oscillatory response without returning to a steady state immediately. The system continues to oscillate indefinitely, indicating no damping and hence leading to sustained oscillations. This scenario is undesirable in practical control systems where settling to a steady state is required .

A critically damped system, with a damping ratio ζ = 1, entails response characteristics that include a mono-incremental response without oscillations or overshoot. It reaches the steady state quickly compared to an overdamped system while avoiding the oscillations present in underdamped systems. The critically damped response is often desirable in control systems because it ensures rapid convergence to the desired value with maximum stability, minimizing the performance trade-offs present in other damping scenarios .

An increasing natural frequency (ωn) reduces the settling time and increases the frequency of oscillations in a second-order system with a constant damping ratio. For a damping ratio of ζ = 0.1, as the natural frequency is raised from ωn = 1 to ωn = 9, the settling time decreases from 40 to 4.4444 units and peak times become shorter, indicating faster oscillations. This shows that systems can rapidly achieve desired outputs with minimized delay as ωn increases, although the level of overshoot remains constant .

An overdamped system, characterized by ζ > 1, exhibits two distinct negative real roots, resulting in a very stable but slow response with no overshoot and oscillation. This contrasts with underdamped (0 < ζ < 1) systems that have oscillatory responses and critically damped (ζ = 1) or undamped (ζ = 0) systems which either settle quickly or continue to oscillate indefinitely, respectively. The lack of oscillations and overshoot in overdamped systems makes them particularly steady, though often slower to reach the desired state .

The natural frequency (ωn) inversely influences the rise time, peak time, and settling time of a second-order feedback system. As ωn increases, rise time, peak time, and settling time all decrease. For example, with ωn values from 1 to 9, the corresponding rise times reduce significantly while overshoot percentages remain constant at 72.9248%, indicating a quicker response with increased natural frequency but similar overshoot behavior .

You might also like