Time Response of Overdamped System

Click For Summary
SUMMARY

This discussion focuses on developing a transfer function for an overdamped system with a settling time of one second, aimed at enhancing robotic speed. The transfer function is defined as G(s) = 1 / ((s+A)(s+B)), with specific calculations leading to G(s) = 1 / (s^2 + 2As + A^2) when A equals B. The damping ratio is derived as 4/natural frequency, ensuring the system avoids complex poles by satisfying the condition b^2 > 4ac. The final transfer function is established as G(s) = 1 / (s + 8^(1/4)) + (s + 8^(1/4)).

PREREQUISITES
  • Understanding of transfer functions in control systems
  • Knowledge of damping ratios and natural frequencies
  • Familiarity with quadratic equations and their properties
  • Basic principles of robotic motion dynamics
NEXT STEPS
  • Research the application of transfer functions in robotic control systems
  • Learn about the implications of damping ratios on system stability
  • Explore advanced techniques for optimizing settling time in control systems
  • Study the effects of complex poles on system performance
USEFUL FOR

Control engineers, robotics researchers, and students studying dynamic systems who are interested in optimizing the performance of overdamped systems.

CognitiveNet
Messages
50
Reaction score
1
Dear PF Mentor, this is NOT homework assignment! This my own personal research intended to use a theoretical approach to develop a transfer function for an overdamped system with a low settling time. This could be used for creating faster robots.

Step 1: Initializing the transfer function
G(s) = 1 / ((s+A) (s+B))
G(s) = 1 / (s^2 + (A+B)s + AB)
if A = B
G(s) = 1 / (s^2 + 2As + A^2)
G (s) = (1/(A^2)) / (s^2 + (2A/A^2)s + 1 )

Step 2:
G = 1 / ( (1 / (natural frequency)^2)s^2 + (2* (damping ratio) / (natural frequency))s + 1

Step 3: Finding the values of the quadratic equation
a = 1
b = 2 * (damping ratio)
c = (natural frequency)^2

Step 4:

The equation for the settling time of a second order system is Ts = 4 / (damping ratio * settling time). May I remind you that in this case, the system is not critically damped, because the damping ratio exceeds 1. I'm choosing Ts = 1.

Ts = 1 = 4/(damping ratio * natural frequency) => damping ratio = 4/ natural frequency

Step 5:
Criteria: b^2 > 4ac = (2*damping ratio)^2 > 4*(natural frequency)^2
i.e. (2*damping ratio)^2 = 2*(4*(natural frequency)^2)
This way, I avoid having complex poles in my system.

Step 6: Finding the damping ratio and the natural frequency
I replace the damping ratio with (4 / natural frequency) to find the actual value of the natural frequency. This is called substitution in mathematics:

(2*(4 / natural frequency))^2 > 4*(natural frequency)^2
natural frequency = 8^(1/4), in other words; the fourth root of 8.

Thus the damping ratio = 4 / natural frequency = 4 / 8^(1/4)
Makes sense? :wink:

Step 7:
Now I can insert the values for the damping ratio and natural frequency into step 3 to find b and c.

G(s) = 1 / (s + 8^(1/4)) + (s + 8^(1/4))

Thus, I've found the second order transfer function of an overdamped system with a settling time of 1 second, where A = B and b^2 > 4ac.

Do you agree?
 
Last edited:
Engineering news on Phys.org
Not bad. You used some approximate assumptions, but it should work fairly well.
 

Similar threads

Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
8K
Replies
17
Views
3K
Replies
3
Views
952
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
7K
Replies
13
Views
2K