Electronic – control systems – how to obtain the transfer function from this block diagram

control systemtransfer function

I am trying to find the transfer function for this basic block diagram

enter image description here

According to the book I am reading I should be able to derive the transfer function (given in the image above) from the block diagram, but I think I am doing it totally incorrectly… This is what I tried:

enter image description here

Could anybody correct me?

Best Answer

  1. First simplify the innermost feedback loop.

    $$\frac{\frac{1}{s}}{1+\frac{1}{s}\ \frac{R}{L}}=\frac{L}{L s+R}$$

  2. Now simplify the blocks in series.

    $$\frac{1}{s}\frac{1}{L}\frac{L}{L s+R}=\frac{1}{s (L s+R)}$$

  3. Simplify the remaining feedback loop.

    $$ \frac{\frac{1}{s (L s+R)}}{1+\frac{1}{s (L s+R)}\frac{1}{C}}=\frac{C}{C s (L s+R)+1} $$

  4. Finally things are in series.

    $$\frac{1}{C}\frac{C}{C s (L s+R)+1} R=\frac{R}{C L s^2+C R s+1}$$