In-class Activity
Required Reading Material
Sometimes to simplify our system or block diagrams; we have to move things around while preserving semantic equivalency so that we can apply the simplications we know to be true. What this means will become clear as we go on forward. This material is based on: https://electronicscoach.com/block-diagram-reduction-rules.html.
Shifting of take-off point ahead of the block
A take-off or pick-off point is a place in the block diagram from which we branch out a variable to reuse it. Suppose we have a combination of take-off point and block as shown below:
If we need to shift the take-off point ahead of the block, then we must keep '$p$' as it is
Here $p = X(s)$
So even after shifting p must be $X(s)$ and for this, we have to add a block with which is reciprocal of the originally present block.
As the actual block is $G(s)$ so the new/additional block will have a $1/G(s)$.
Shifting of take-off point behind the block
Suppose there is a take-off point ahead of block as given below:
In order to move the take-off point behind the block, we need to keep the value of $p$ same. Here $p = X(s)G(s)$.
But with backward movement $p$ will become $X(s)$. So, we have to add another block with the same value to balance things out. This will make the value of $p = X(s)G(s)$
Shifting of summing point ahead of the block
Suppose we have a configuration of summing point and block as given below:
If the summing point is to be moved from backward to forward of the block, then $Y(s)$ will become $X(s)G(s)+p$. However earlier $Y(s)$ was $[X(s)+p]G(s)$.
So, to have unaltered output, we need to add a block having exact value as the original one.
Shifting of summing point behind the block
Suppose we have a combination where we have a summing point present after the block as shown below:
We need to move this summing point behind the position of the block without changing the response. So, for this, a block with value which is reciprocal of the original block is to be inserted in the configuration in series.
Problems
For the two diagrams shown below. Use properties we have discussed in class and/or the above rules to simplify the diagrams.
Problem 1
Simplify the block diagram into one equivalent transfer function.
Problem 2
Simply block diagram into one equivalent transfer function.