Sketch Bode Plot for G(s)=10/s(1+ts)

AI Thread Summary
The discussion focuses on sketching the Bode Plot for the transfer function G(s)=10/s(1+ts) with t=0.1 sec. The frequency response is analyzed, revealing that the gain approaches infinity as frequency approaches zero due to the integrator's effect. The transfer function is simplified into two parts, G1(s) and G2(s), where G1(s) has a pole that introduces a -20 dB/decade slope starting around ω=10, while G2(s) (the integrator) starts at +60 dB and also slopes downwards. Key rules for Bode plots are discussed, including the effects of poles and zeros on gain and slope. Overall, the conversation highlights the learning process and fundamental concepts behind Bode Plot sketching.
Dafe
Messages
144
Reaction score
0

Homework Statement


Sketch the Bode Plot for the following Transfer Function:

G(s)=10/s(1+ts)

where t=0.1sec

The Attempt at a Solution



G(jw)=10/jw(1+tjw) - frequency response...

Gain = 20log(10) - 20log(tw^2+w)

Does this mean that the Gain apporaches infinity as w approaches 0?

I really don't understand this, hope someone can give me a couple of hints...
 
Physics news on Phys.org
You have a pole in the transfer function and an integrator, so to solve it if you are unsure split them up into two separate transfer functions and add the graphs.

First put the transfer function in familiar form:

G_{1}(s) = \frac{100}{(s+10)}

and

G_{2}(s) = \frac{1}{s}

For G_{1}(s)

At low frequency the gain will be:

20log_{10}(100/10) = 20db

At a value of around \omega = 10 The pole will kick in and produce an asymptote of -20db/decade.

For the integrator:

The integrator will have a value of 0db at \omega = 1 so if you start your graph at \omega = .01 it will start with a value of 40db and slope downwards at 20db per decade.

Adding both of those graphs gives a magnitude plot that starts at +60db (for omega = .01) and goes down -20db/decade until 10db, where it goes down -40db/decade for all omega.

This is a very simple transfer function, how were you taught these? Perhaps there is some fundamental misunderstanding.
 
There sure is a fundamental misunderstanding :) I'm actually trying to learn them by my self with the aid of a book called Modern Control Systems (dorf).. I think I'm getting there, thanks alot!
 
The general rules for these asymptotic plots are:

-Poles cause -20db/decade slope at omega = a, where the the pole is \frac{1}{s+a}

-Zeros do the opposite, +20db/decade at omega = a, the zero is s+a

-Integrators and differentiators must have a value of zero db at omega = 1. Other than that they are pure slope (+/- 20db/decade)

-To find behavior at low frequency factor out the a, so for a pole you would get:

\frac{1}{a(\frac{s}{a}+1)}

You can see here that as s goes to zero, the frequency becomes \frac{1}{a}

It is the opposite for a zero, and this is all multiplied by the gain.

tl;dr go here:

http://lims.mech.northwestern.edu/~lynch/courses/ME391/2003/bodesketching.pdf
 
Thanks alot, I really appretiate it!
 
Back
Top