How Does Moving the Summation Block Affect the Equation in Control Systems?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
LauraMorrison
Messages
25
Reaction score
0
Screen Shot 2014-12-11 at 18.12.51.png

Hi there,

I am struggling to understand how moving the summation (with H3) to before G1 will cause H3 to have to be divided by G1. I tried writing down how the equations would work to make sense of it but I still can't see how it works out.

Please can someone explain this to me?

Thanks,
Laura Morrison
 
Last edited by a moderator:
Physics news on Phys.org
If you move the summation block backwards, then the ENTIRE result of the summation block will be multiplied by G1, not just one of the termsyou are multiplying V3 by H3, then subtracting it from V1*G1, so your expression looks like
V1*G1-V3*H3

notice how the V3*H3 term is completely independent of the value of G1.

If you move the summation block before G1, then the expression will be

(V1-V3*H3)*G1 which is also V1*G1-V3*H3*G1

notice how the second term will change as G1 changes.

make sense?