Drawing the step response of a second order system

AI Thread Summary
The discussion revolves around drawing the step response for two systems, G1 and G2, with G1 exhibiting a slight overshoot due to a zero at -4/3. Participants express confusion over how to properly represent the systems in standard form and the implications of the zero's location on the response. The step response can be determined by multiplying the transfer function by 1/s, performing a partial fraction expansion, and then using inverse transforms. The importance of the damping ratio and the relationship between poles and zeros in control system design is emphasized, particularly how the proximity of zeros to poles affects system behavior. Understanding these concepts is crucial for accurately analyzing and designing control systems.
Ortix
Messages
63
Reaction score
0

Homework Statement


I have to draw the step response of the following two systems.
G1 = (4+3s)/(s^2+4s+4)
G2 = 3/(s^2+4s+4)

So I started to draw the step response of the second system first. It has to be in the funky standard form:
<br /> \frac{ω<sup>2</sup>}{s<sup>2</sup> + 2ζωs + ω<sup>2</sup>}<br />

EDIT:
Seems like the above doesn't work..

2)/(s2 + 2ζωs + ω2)
Problem is that 4 =/= 3 ;) So I'm not sure how to go about fixing that..

Furthermore, I have NO idea how to even do the first system, G1.

In the solutions they just wrote the following:
G1 has a slight overshoot due to the zero at -4/3
4/(s^2+4s+4) + 3s/(s^2+4s+4)

That is exactly what they wrote. Now I'm curious as to WHY there is an overshoot just because the zero is -4/3? What is the definition for that?

So how would I go about solving this problem?

Thanks!
 
Physics news on Phys.org
Ortix said:
G1 = (4+3s)/(s^2+4s+4)
G2 = 3/(s^2+4s+4)

So I started to draw the step response of the second system first. It has to be in the funky standard form:

2)/(s2 + 2ζωs + ω2)
Problem is that 4 =/= 3 ;) So I'm not sure how to go about fixing that..

What about multiplying by a constant?

Furthermore, I have NO idea how to even do the first system, G1.

In the solutions they just wrote the following:
G1 has a slight overshoot due to the zero at -4/3
4/(s^2+4s+4) + 3s/(s^2+4s+4)

s F(s) <-> df/dt

That is exactly what they wrote. Now I'm curious as to WHY there is an overshoot just because the zero is -4/3? What is the definition for that?

The question wants you to think about what happens as you change the location of the zero (better to write the zero as 4s+a to have the correct form immediately). Something special happens at (4s+8) but what you should get out of it is what happens if it's close to the poles, close but not too close, and what happens if it's far away.
 
Last edited:
Ortix said:

Homework Statement


I have to draw the step response of the following two systems.
G1 = (4+3s)/(s^2+4s+4)
G2 = 3/(s^2+4s+4)

So I started to draw the step response of the second system first. It has to be in the funky standard form:
<br /> \frac{ω<sup>2</sup>}{s<sup>2</sup> + 2ζωs + ω<sup>2</sup>}<br />

EDIT:
Seems like the above doesn't work..
Don't use the superscript and subscript keys in a tex expression. TeX also has built in capability for Greek letters. Do it like this:$$
\frac{\omega^2}{s^2 + 2\zeta\omega s + \omega^2}
$$Right click on that expression to see the TeX.
 
The formal way to get step response is to multiply your G(s) by 1/s, then do a partial fraction expansion of the resulting G(s)/s and inverse-transform each term.

Better yet, get a good table of transforms.

You might have noticed that s^2 + 4s + 4 = (s+2)^2.

Also remember that if f(t) → F(s), then
df/dt → sF(s) - f(0+) but for transfer functions initial conditions are ignored by definition.
Also, ∫f(t')dt' from 0 to t → F(s)/s.

I would not spend too much time wondering why the zero creates overshoot. Probably a snow-job by your prof.
 
Last edited:
rude man said:
The formal way to get step response is to multiply your G(s) by 1/s, then do a partial fraction expansion of the resulting G(s)/s and inverse-transform each term.

The step response for a system in standard second order form can be determined from the coefficients. The damping ratio is particularly important.

I would not spend too much time wondering why the zero creates overshoot. Probably a snow-job by your prof.

Not so. The unexpected bump in the step response is easily seen by noticing the total response is the sum of the usual step response plus some fraction of the derivative of the step response. The derivative comes from s*F(s) and its origin is the zero. The relative size of the derivative term depends on how close the zero is to the poles of the second order system. A special situation occurs when the zero is equal to one of the poles, in which case you get pole/zero cancellation and a first order system will result.

A lot of system design is focussed on where the poles are and ignore where the zeroes are, which you can't always do. In control system design, a condition might be to have the zeroes far enough in the left side of the plane while designing the dominant poles so that the response you are trying to get is not changed by the zeroes.
 
Last edited:
Back
Top