In GNC, Guidance decides where to go (reference), Navigation figures out where you are (state estimate), and Control makes the vehicle actually get there. This note is about the machinery of that last block: the four organs of any feedback loop.
WHY these four? Because control is fundamentally information → action → measurement. You need something to act (actuator), something to be acted on (plant), something to see the result (sensor), and something to decide (controller). Remove any one and the loop breaks.
Step 2 — closed loop.Why? Apply the boxed formula.
T(s)=1+GG=1+K/[s(s+2)]K/[s(s+2)]=s(s+2)+KK=s2+2s+KK
Step 3 — read stability & response.Why? Compare denominator to s2+2ζωns+ωn2.
ωn=K,2ζωn=2⇒ζ=K1
Bigger K → faster (ωn↑) but less damped (ζ↓) → more overshoot. This is the eternal control trade-off.
Setup: unity feedback, G(s)=s+35, input a unit step R(s)=1/s.
Step 1 — error transfer function.Why? We want E, not Y.
RE=1+G1(from E=R−Y,Y=1+GGR)
Step 2 — Final Value Theorem.Why? Steady-state error = limt→∞e(t)=lims→0sE(s) (valid since the loop is stable).
ess=lims→0s⋅1+G(s)1⋅s1=1+G(0)1=1+5/31=83=0.375
Interpretation: finite error because the loop has no integrator (no pole at s=0). Add integral action (C=K/s) → G(0)→∞ → ess→0. That's why the "I" in PID kills steady-state error.
Imagine you're riding a bike toward a mailbox with your eyes (sensor). Your brain (controller) sees you're a bit to the left (error), so it decides to steer right. Your hands (actuator) turn the handlebars, and the bike (plant) moves. Then your eyes check again — over and over — until you're dead-on. If you closed your eyes (no feedback) you'd probably crash. That constant look–think–steer–look is a control loop!
Dekho, control system basically ek loop hai jismein chaar cheezein hoti hain. Plant wo physical cheez hai jise tum control karna chahte ho — jaise rocket, motor ya robotic arm; iski physics fixed hoti hai, tum change nahi kar sakte. Actuator wo hardware hai jo controller ke command ko real physical action mein badalta hai — jaise thruster ya motor torque. Sensor output ko measure karta hai (gyro, encoder). Aur Controller dimaag hai jo error dekh ke decide karta hai kitna push dena hai.
Ab magic feedback mein hai. Reference r (jahan jaana hai) se measured value ym minus karke error e nikalta hai. Controller us error par kaam karta hai, actuator push deta hai, plant hilti hai, sensor phir se measure karta hai — aur ye cycle repeat hota rehta hai jab tak error zero na ho jaye. Bilkul cycle chalate waqt mailbox ki taraf dekhna-steer karna-phir dekhna jaisa. Aankh band (no feedback = open loop) matlab crash pakka.
Maths mein cascaded blocks Laplace domain mein multiply hote hain, isliye forward path G=CAP. Loop solve karke milta hai famous formula T(s)=G/(1+GH). Ye 1+GH wala denominator sab kuch decide karta hai — iski roots (poles) batati hain system stable hai ya nahi. Yahi characteristic equation hai.
Do bade practical points yaad rakhna: (1) Gain K zyada badhaoge to system fast to hoga par damping kam ho jayegi — overshoot aur oscillation aayega, aur bahut zyada karoge to unstable. (2) Step input pe steady-state error hatane ke liye integral action (pole at s=0) chahiye — yahi PID ka "I" karta hai. Sensor accurate hone se kaafi nahi; uski dynamics loop ke andar hoti hai, to wo bhi stability affect karti hai. Ye samajh liya to aadha GNC clear!