0% found this document useful (0 votes)
58 views9 pages

Control Systems - Block Diagram Algebra - Tutorialspoint 4

The document discusses block diagram algebra, which involves the mathematical representation of control systems using block diagrams. It explains three basic types of connections: series, parallel, and feedback connections, detailing how to derive output equations from these configurations. Additionally, it covers the shifting of summing and take-off points in block diagrams and the necessary adjustments to maintain equivalent outputs.

Uploaded by

70138105
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)
58 views9 pages

Control Systems - Block Diagram Algebra - Tutorialspoint 4

The document discusses block diagram algebra, which involves the mathematical representation of control systems using block diagrams. It explains three basic types of connections: series, parallel, and feedback connections, detailing how to derive output equations from these configurations. Additionally, it covers the shifting of summing and take-off points in block diagrams and the necessary adjustments to maintain equivalent outputs.

Uploaded by

70138105
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

2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Control Systems - Block Diagram Algebra

Block diagram algebra is nothing but the algebra involved with the basic elements of the block diagram.
This algebra deals with the pictorial representation of algebraic equations.

Basic Connections for Blocks

There are three basic types of connections between two blocks.

Series Connection

Series connection is also called cascade connection. In the following figure, two blocks having transfer

functions G
G1 (s)
1 (s)
and G
G2 (s)
2 (s)
are connected in series.

For this combination, we will get the output Y


Y((s
s)) as

Y
Y((s
s)) =
= G
G2 (s)Z (s)
2 (s)Z (s)

Where, Z
Z((s
s)) =
= G
G1 (s)X(s)
1 (s)X(s)


⇒ Y
Y((s
s)) =
= G
G2 (s)[ G1
2 (s)[G
(s)X(s)] = G1
1 (s)X(s)] = G
(s) G2
1 (s)G
(s)X(s)
2 (s)X(s)


⇒ Y
Y((s
s)) =
= {
{GG1 (
(ss)
)GG2 (
(ss)
)}}X
X((s
s))
1 2

Compare this equation with the standard form of the output equation, Y
Y((s
s)) =
= G
G((s
s))X
X((s
s)) . Where,

G
G((s
s)) =
= G
G1 (s)G 2 (
1 (s)G2 (ss)
) .

[Link] 1/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

That means we can represent the series connection of two blocks with a single block. The transfer
function of this single block is the product of the transfer functions of those two blocks. The equivalent
block diagram is shown below.

Similarly, you can represent series connection of ‘n’ blocks with a single block. The transfer function of this
single block is the product of the transfer functions of all those ‘n’ blocks.

Parallel Connection

The blocks which are connected in parallel will have the same input. In the following figure, two blocks

having transfer functions G


G1 (s)
1 (s)
and G
G2 (s)
2 (s)
are connected in parallel. The outputs of these two

blocks are connected to the summing point.

For this combination, we will get the output Y


Y((s
s)) as

Y
Y((s
s)) =
= Y
Y1 (s) + Y 2 (
1 (s) + Y2 (ss)
)

Where, Y
Y1 (s) = G 1 (
1 (s) = G1 (ss)
)XX(
(ss)
) and Y
Y2 (s) = G 2 (
2 (s) = G2 (ss)
)XX(
(ss)
)


⇒ Y
Y((s
s)) =
= G
G1 (s)X(s) + G2
1 (s)X(s) + G
(s)X(s) = { G1
2 (s)X(s) = {G
(s) + G2
1 (s) + G
(s)}X(s)
2 (s)}X(s)

[Link] 2/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Compare this equation with the standard form of the output equation, Y
Y((s
s)) =
= G
G((s
s))X
X((s
s)) .

Where, G
G((s
s)) =
= G
G1 (s) + G 2 (
1 (s) + G2 (ss)
) .

That means we can represent the parallel connection of two blocks with a single block. The transfer
function of this single block is the sum of the transfer functions of those two blocks. The equivalent
block diagram is shown below.

Similarly, you can represent parallel connection of ‘n’ blocks with a single block. The transfer function of
this single block is the algebraic sum of the transfer functions of all those ‘n’ blocks.

Feedback Connection

As we discussed in previous chapters, there are two types of feedback — positive feedback and negative
feedback. The following figure shows negative feedback control system. Here, two blocks having transfer

functions G
G((s
s)) and H
H((s
s)) form a closed loop.

The output of the summing point is -

E
E((s
s)) =
= X
X((s
s))−
−HH(
(ss)
)YY(
(ss)
)

The output Y
Y((s
s)) is -

[Link] 3/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Y
Y((s
s)) =
= E
E((s
s))G
G((s
s))

Substitute E
E((s
s)) value in the above equation.

Y
Y((s
s)) =
= {
{XX(
(ss)
)−−H
H((s
s))Y
Y((s
s))}
}GG(
(ss)
)}}

Y
Y((s
s)){
{11+
+GG(
(ss)
)HH(
(ss)
)}} =
= X
X((s
s))G
G((s
s))}
}

Y
Y((s
s)) G
G((s
s))

⇒ =
=
X
X((s
s)) 1
1++G
G((s
s))H
H((s
s))

G
G((s
s))
Therefore, the negative feedback closed loop transfer function is
1
1++G
G((s
s))H
H((s
s))

This means we can represent the negative feedback connection of two blocks with a single block. The
transfer function of this single block is the closed loop transfer function of the negative feedback. The
equivalent block diagram is shown below.

Similarly, you can represent the positive feedback connection of two blocks with a single block. The
transfer function of this single block is the closed loop transfer function of the positive feedback, i.e.,
G
G((s
s))

1
1−−G
G((s
s))H
H((s
s))

Block Diagram Algebra for Summing Points

There are two possibilities of shifting summing points with respect to blocks −
Shifting summing point after the block
Shifting summing point before the block

Let us now see what kind of arrangements need to be done in the above two cases one by one.

[Link] 4/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Shifting Summing Point After the Block

Consider the block diagram shown in the following figure. Here, the summing point is present before the
block.

Summing point has two inputs R


R((s
s)) and X
X((s
s)) . The output of it is {
{RR(
(ss)
)++X
X((s
s))}
} .

So, the input to the block G


G((s
s)) is {
{RR(
(ss)
)++X
X((s
s))}
} and the output of it is –

Y
Y((s
s)) =
= G
G((s
s)){
{RR(
(ss)
)++X
X((s
s))}
}


⇒ Y
Y((s
s)) =
= G
G((s
s))R
R((s
s))+
+GG(
(ss)
)XX(
(ss)
) (Equation 1)

Now, shift the summing point after the block. This block diagram is shown in the following figure.

Output of the block G


G((s
s)) is G
G((s
s))R
R((s
s)) .

The output of the summing point is

Y
Y((s
s)) =
= G
G((s
s))R
R((s
s))+
+XX(
(ss)
) (Equation 2)

[Link] 5/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Compare Equation 1 and Equation 2.

The first term ‘‘G


G((s
s))R
R((s
s))
′′
is same in both the equations. But, there is difference in the second term. In

order to get the second term also same, we require one more block G
G((s
s)) . It is having the input

X
X((s
s)) and the output of this block is given as input to summing point instead of X
X((s
s)) . This block

diagram is shown in the following figure.

Shifting Summing Point Before the Block

Consider the block diagram shown in the following figure. Here, the summing point is present after the
block.

Output of this block diagram is -

Y
Y((s
s)) =
= G
G((s
s))R
R((s
s))+
+XX(
(ss)
) (Equation 3)

[Link] 6/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Now, shift the summing point before the block. This block diagram is shown in the following figure.

Output of this block diagram is -

Y
Y((S
S)) =
= G
G((s
s))R
R((s
s))+
+GG(
(ss)
)XX(
(ss)
) (Equation 4)

Compare Equation 3 and Equation 4,

The first term ‘‘G


G((s
s))R
R((s
s))
′′
is same in both equations. But, there is difference in the second term. In

order to get the second term also same, we require one more block 1
1
. It is having the input
G
G((s
s))

X
X((s
s)) and the output of this block is given as input to summing point instead of X
X((s
s)) . This block

diagram is shown in the following figure.

Block Diagram Algebra for Take-off Points


There are two possibilities of shifting the take-off points with respect to blocks −
[Link] 7/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Shifting take-off point after the block


Shifting take-off point before the block

Let us now see what kind of arrangements are to be done in the above two cases, one by one.

Shifting Take-off Point After the Block

Consider the block diagram shown in the following figure. In this case, the take-off point is present before
the block.

Here, X
X((s
s)) =
= R
R((s
s)) and Y
Y((s
s)) =
= G
G((s
s))R
R((s
s))

When you shift the take-off point after the block, the output Y
Y((s
s)) will be same. But, there is difference

in X
X((s
s)) value. So, in order to get the same X
X((s
s)) value, we require one more block 1
1
. It is
G
G((s
s))

having the input Y


Y((s
s)) and the output is X
X((s
s)) . This block diagram is shown in the following figure.

Shifting Take-off Point Before the Block

[Link] 8/9
2/7/2020 Control Systems - Block Diagram Algebra - Tutorialspoint

Consider the block diagram shown in the following figure. Here, the take-off point is present after the
block.

Here, X
X((s
s)) =
= Y
Y((s
s)) =
= G
G((s
s))R
R((s
s))

When you shift the take-off point before the block, the output Y
Y((s
s)) will be same. But, there is

difference in X
X((s
s)) value. So, in order to get same X
X((s
s)) value, we require one more block

G
G((s
s)) . It is having the input R
R((s
s)) and the output is X
X((s
s)) . This block diagram is shown in the

following figure.

[Link] 9/9

You might also like