5. Root-Locus Technique Kuo-95 (p.470) ) s ( R

Slides:



Advertisements
Similar presentations
Square-root and Absolute Functions By Mr Porter
Advertisements

Section 5.1 – Graphing Quadratics. REVIEW  Graphing.
Rules for Sketching the Root Locus 1.Number of Branches: The number of branches of root locus = the number of closed loop poles. 2.Symmetry: The root locus.
What is Root Locus ? The characteristic equation of the closed-loop system is 1 + K G(s) = 0 The root locus is essentially the trajectories of roots of.
f(t) m x(t) fd(t) LINEAR CONTROL C (Ns/m) k (N/m)
Graphs of Functions Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 The graph of a function y = f (x) is a set of.
Chapter 5: Root Locus Nov. 8, Key conditions for Plotting Root Locus Given open-loop transfer function G k (s) Characteristic equation Magnitude.
Modern Control Systems (MCS) Dr. Imtiaz Hussain Assistant Professor URL :
Modern Control System EKT 308
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Areas in the Plane Section 7.2.
Root Locus Techniques (Sketching Method) Date: 25 th September 2008 Prepared by: Megat Syahirul Amin bin Megat Ali
Modern Control System EKT 308 Root Locus Method (contd…)
5. Root-LocusKuo-91 (p.428) Example 5.1 )s(R Locations of the roots on the complex plane (s plane) Poles : D 1 (s)=0 Zeros: N 1 (s)=0 Number of branches.
7.1 Root Locus (RL) Principle We introduce the RL through an example. Consider servo motor system shown bellow The closed loop transfer function is motor.
P.1 Graphs and Models Main Ideas Sketch the graph of an equation. find the intercepts of a graph. Test a graph for symmetry with respect to an axis and.
CONTROL SYSTEM UNIT-IV Datta Meghe Institute of engineering Technology and Research Sawangi (meghe),Wardha 1 DEPARTMENT OF ELECTRONICS & TELECOMMUNICATION.
Lecture 11/12 Analysis and design in the time domain using root locus North China Electric Power University Sun Hairong.
General Stability Criterion Most industrial processes are stable without feedback control. Thus, they are said to be open-loop stable or self-regulating.
Routh Hurwitz Stability Test & Analysis of Closed-loop System
The Root Locus Analysis
Root locus A technique enabling you to see how close-loop poles would vary if a parameter in the system is varied Can be used to design controllers or.
Salman Bin Abdulaziz University
Root Locus Method Assist. Professor. Dr. Mohammed Abdulrazzaq
2.1Intercepts;Symmetry;Graphing Key Equations
Chapter 5 Root Locus.
Lecture 19: Root Locus Continued
Solution of Nonlinear Equations
Chapter 1: Lesson 1.5 Analyzing Graphs of Functions
Asymptotes are drawn thru the box corners
Guidelines for sketching the graph of a function
Final value theorem Conditions: f(t) is finite and converges
Two parameters: k and a. would like to know how they affect poles
The root locus technique
Solving Quadratic Equations by Graphing
Other Types of Polar Graphs…
7.1 Root Locus (RL) Principle
What damping ratio range do we typically want?___0.4~1____
Hyperbolic function The general form of a hyperbolic function is:
Name:_________________
Root-locus Technique for Control Design
Root-Locus Analysis (1)
1. Use the quadratic formula to find all real zeros of the second-degree polynomial
Prototype 2nd order system:
LINEAR CONTROL SYSTEMS
4.1 Stability Routh Tabulation Example 4.1
Week 2 Given that the equation 4x2 – kx + k – 3 = 0, where k is a constant, has real roots find the range of values of k Given that cos θ = 2 −1 find.
Rational Functions II: Analyzing Graphs
Two parameters: k and a. would like to know how they affect poles
AP Calculus Honors Ms. Olifer
Graph Polynomials Effect of Multiplicity on a graph
Root Locus by: Nafees Ahmed
Graphs of Equations Objectives: Find intercepts from a Graph
Transverse Axis Asymptotes of a Hyperbola
Continuous Random Variable Normal Distribution
Root Locus Techniques CH 8: Islamic University of Gaza
8. Root-Locus Analysis 8.1 Determining stability bonds in closed-loop systems DEU-MEE 5017 Advanced Automatic Control.
Reciprocal Functions.
Root-Locus Analysis (2)
Section 5.3: Finding the Total Area
P.1 Graphs and Models.
Graph Polynomials Effect of Multiplicity on a graph
Graphs of Equations Objectives: Find intercepts from a Graph
Root Locus Techniques CH 8: Islamic University of Gaza
Owen Skrelunas and Christian Morell
CH. 6 Root Locus Chapter6. Root Locus.
4.0 ROOT LOCUS OBJECTIVE ~ Rules on sketching the root locus.
The Coordinate Plane #39.
IntroductionLecture 1: Basic Ideas & Terminology
5. Root-Locus Technique Kuo-95 (p.470) ) s ( R
LTI system stability S-domain analysis
Presentation transcript:

5. Root-Locus Technique Kuo-95 (p.470) ) s ( R Curves of eigenvalues in the s-plane depending on K Example 5.1 n1=[1,3];a1=conv([1,5,0],[1,6]); a2=[1,2,2];p=roots(a2) d1=conv(a1,a2) rlocus(n1,d1) Roots: D1(s)=0 Zeros: N1(s)=0 5 parts ( D1(s) 5. order) Symmetrical with respect to real axis

Intersect of the asymptotes: Routh tabulation (Example 3.1) k=35; a=polyadd(d1,k*n1);p=roots(a) Breakaway points: n1d=[1];d1d=[5,4*13,3*54,2*82,60]; a=polyadd(conv(n1d,d1),-conv(d1d,n1));roots(a)

ksi=0.6;wn=2;sg=-ksi*wn;w=wn*sqrt(1-ksi^2); hold on;plot([0,sg],[0,w]);hold off;rlocfind(n1,d1)