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

8-Control-Systems-Block-Diagram-Algebra

The document explains block diagram algebra, focusing on series, parallel, and feedback connections of control systems. It details how to represent these connections with single blocks using transfer functions, and discusses the shifting of summing and take-off points in block diagrams. The document provides mathematical equations and examples for clarity on how these connections and shifts affect system outputs.
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 views8 pages

8-Control-Systems-Block-Diagram-Algebra

The document explains block diagram algebra, focusing on series, parallel, and feedback connections of control systems. It details how to represent these connections with single blocks using transfer functions, and discusses the shifting of summing and take-off points in block diagrams. The document provides mathematical equations and examples for clarity on how these connections and shifts affect system outputs.
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
You are on page 1/ 8

Page 1 of 8

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 G1 (s) and G2 (s) are connected in series.

For this combination, we will get the output Y (s) as

Y (s) = G2 (s)Z (s)

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

⇒ Y (s) = G2 (s)[G1 (s)X(s)] = G1 (s)G2 (s)X(s)

⇒ Y (s) = {G1 (s)G2 (s)}X(s)

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

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.

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 1/8
Page 2 of 8

Parallel Connection

The blocks which are connected in parallel will have the same input. In the following
figure, two blocks having transfer functions G1 (s) and G2 (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 (s) as

Y (s) = Y1 (s) + Y2 (s)

Where, Y1 (s) = G1 (s)X(s) and Y2 (s) = G2 (s)X(s)

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

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

Where, G(s) = G1 (s) + G2 (s).

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

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 2/8
Page 3 of 8

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(s) and H (s) form a closed loop.

The output of the summing point is -

E(s) = X(s) − H (s)Y (s)

The output Y (s) is -

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

Substitute E(s) value in the above equation.

Y (s) = {X(s) − H (s)Y (s)}G(s)}

Y (s) {1 + G(s)H (s)} = X(s)G(s)}

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

G(s)
Therefore, the negative feedback closed loop transfer function is
1+G(s)H (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
G(s)
positive feedback, i.e.,
1−G(s)H (s)

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 3/8
Page 4 of 8

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.

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(s) and X(s). The output of it is {R(s) + X(s)}.

So, the input to the block G(s) is {R(s) + X(s)} and the output of it is –

Y (s) = G(s) {R(s) + X(s)}

⇒ Y (s) = G(s)R(s) + G(s)X(s) (Equation 1)

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

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 4/8
Page 5 of 8

Output of the block G(s) is G(s)R(s).

The output of the summing point is

Y (s) = G(s)R(s) + X(s) (Equation 2)

Compare Equation 1 and Equation 2.

The first term ‘G(s)R(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(s). It is having the input X(s) and the output of this block is given as input to

summing point instead of X(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 (s) = G(s)R(s) + X(s) (Equation 3)

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 5/8
Page 6 of 8

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

Output of this block diagram is -

Y (S ) = G(s)R(s) + G(s)X(s) (Equation 4)

Compare Equation 3 and Equation 4,

The first term ‘G(s)R(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
. It is having the input X(s) and the output of this block is given as input to
G(s)

summing point instead of X(s). This block diagram is shown in the following figure.

Explore our latest online courses and learn new skills at your own pace. Enroll and
become a certified expert to boost your career.

Block Diagram Algebra for Take-off Points


There are two possibilities of shifting the take-off points with respect to blocks −

Shifting take-off point after the block

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 6/8
Page 7 of 8

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(s) = R(s) and Y (s) = G(s)R(s)

When you shift the take-off point after the block, the output Y (s) will be same. But,
there is difference in X(s) value. So, in order to get the same X(s) value, we require
one more block 1
. It is having the input Y (s) and the output is X(s). This block
G(s)

diagram is shown in the following figure.

Shifting Take-off Point Before the Block


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

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 7/8
Page 8 of 8

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

When you shift the take-off point before the block, the output Y (s) will be same. But,
there is difference in X(s) value. So, in order to get same X(s) value, we require one
more block G(s). It is having the input R(s) and the output is X(s). This block diagram
is shown in the following figure.

https://www.tutorialspoint.com/control_systems/control_systems_block_diagram_algebra.htm 8/8

You might also like