The Theory of Control: a Brief Overview

Total Page:16

File Type:pdf, Size:1020Kb

The Theory of Control: a Brief Overview The Theory of Control: A Brief Overview Robin H. Pearce Abstract Control systems form a vital part of engineering, where anything that needs to be regulated or optimised can be done so with a technique that is encompassed by control theory. Since the 16th century, problems have been modelled as dynamical systems so that a mathematical control strategy could be devised and an equivalent physical strategy invented. Methods for controlling mechanical, analogue and digital systems have been invented and some are widely used. I will briefly introduce and explain many of the relevant topics considered to be part of control theory. \Control Theory" is somewhat an umbrella term, are both linear and time-invariant. These systems used to describe a wide range of analytic techniques are known as LTI systems and are extremely useful and styles which are applied to the control of a math- in control and signal processing. ematical system. Much of this theory is linked to sys- When considering the simplest, stateless LTI SISO tems theory, since many of the problems that can be system, we have that solved can also be modelled as a dynamical system. The methods involved range from classical open or y(t) = (u ? h)(t) closed loop control, up to more modern disturbance rejection and noise filtering, as well as stabilisation where h(t) is the impulse response of the system. By and fine-tuning. taking the Laplace transform of both sides, we end up with Y (s) = U(s)H(s) Systems where Y (s), U(s) and H(s) are the laplace transforms Many of the systems can be modelled as a system of of y(t), u(t) and h(t) respectively. The function H(s) differential equations. Usually these are modelled in is known as the transfer function of the system and continuous time, however discrete time equations can can be written as also be useful. The basic system model in continuous Y (s) time is H(s) = U(s) x_(t) = f(x(t); u(t); t) Closed loop system y(t) = h(x(t); u(t); t) One of the simplest and most useful control systems where x(t) is the state, u(t) is the control input and is a closed-loop feedback controller, similar to the one y(t) is the system output at time t. The easiest sys- seen in Figure 1. In this system, the output is mea- tem to consider is one where x; y and u are all scalar. sured and sent back into the system to help regulate This is known as a SISO system, which stands for sin- the response of the system. Using the same notation gle input single output. Generally, these systems look before, we can consider two controllers, G1(S) and at signal processing, particularly for systems which G2(s), so that we can find the closed-loop transfer 1 The Theory of Control Robin H. Pearce function H~ (s), that is the function which satisfies where N(s) and D(s) are polynomials, then the sta- ~ bility can be determined by the location of all s which Y (s) = R(s)H(s) satisfy D(s) = 0. By the Routh-Hurwitz criterion, where R(s) is the laplace transform of the reference the system will be stable if the real parts of all such signal r(t) and U(s) is the laplace transform of the s are negative. If we are given a particular system signal u(t) before it enters the plant H(s). where H(s) is unstable, then we can design a feed- back controller like the one in Figure 1, such that H~ (s) or Hc(s) is stable by choosing G1(s) and G2(s). If NH (s) N1(s) N2(s) H(s) = ;G1(s) = ;G2(s) = ; DH (s) D1(s) D2(s) then we can rewrite the closed loop transfer function as NH N1D2 Hc(s) = : DH D1D2 + NH N1N2 Figure 1: Closed-loop feedback controller This system will now be stable if the solutions to DH D1D2 + NH N1N2 = 0 are all in the left-hand By starting with Y (s) = U(s)H(s) and substitut- plane, that is the real part of all the solutions are negative. The simplest set of controls for the closed ing back for U(s), G1(s), E(s), R(s) and G2(s), we end up with the expression loop system are to take G1(s) = K and G2(s) = 1, so now the system is stable if the zeros of 1 + KH(s) G (s)H(s) Y (s) = R(s) 1 are in the left-hand plane. 1 + G2(s)G1(s)H(s) so we have an expression for H~ (s), where Y (s) = States R(s)H~ (s). Quite often these systems are being con- trolled because some property of stability is desired. So far, the control methods considered are for sys- tems where the state doesn't matter. In many real life examples this is not the case, so we need to con- Stability sider methods which control the state of a system. Most often, systems will be either linear or easily ap- There are two main types of stability in control sys- proximated by a linear system. These linear systems tems: BIBO stability and internal stability. BIBO take the form stands for bounded inupt bounded output, and con- cerns the systems ability to return bounded outputs when given bounded inputs. The second type of sta- x_(t) = Ax(t) + Bu(t) bility is often the most important, and can be deter- mined using the Routh-Hurwitz criterion. y(t) = Cx(t) + Du(t) Internal stability refers to the ability of the system where x(t) 2 n, u(t) 2 m and y(t) 2 p. The to return to a state of equilibrium after an arbitrary R R R matrices are all constant and the system is commonly displacement from equilibrium. This is commonly as- referred to as an (A; B; C; D) system. The discrete sociated with the location of the poles of the transfer time equivalent is just the same, except t is replaced function, H(s). That is, if by n andx _(t) becomes x(n + 1). N(s) For a linear autonomous system,x _(t) = Ax(t) + H(s) = A(t−t0) D(s) g(t), solutions take the form Φ(t; t0) = e , 2 The Theory of Control Robin H. Pearce where eA(t−t0) is the matrix exponential. The laplace we get an augmented system which only depends on transform for eAt is (sI −A)−1 which is known as the x(t) and r(t). Also, if (A; B) is controllable, then resolvant. For the full (A; B; C; D) system, the same it is possible to choose the eigenvalues of the state computations lead to transition matrix to be what we want by making the right choice of F . H(s) = C(sI − A)−1B + D Of course, eAt can often be difficult to calculate for Observability non-diagonal systems, so we can consider a similarity transform P x~ = x, where det(P ) 6= 0. The system is A system is observable if we can determine the initial −1 −1 now a (P AP; P B; CP; D) system, where P AP condition for the state given the inputs and outputs At is diagonal and e is in Jordan normal form. over a finite time interval. The observability of a sys- tem can be found from the matrices A and C using a Controllability similar method to controllability, where the observ- ability matrix is given by For any (A; B; C; D) system, we can find all states obs(A; C) = [CT ;AT CT ; (A2)T CT ; :::; (An−1)T CT ]T that we can reach through controlling the system. A state xd is considered reachable or controllable-from- The condition for observability of a system is sim- the-origin if there exists a control input u that takes ilar to that for controllability; that is, the observ- the state x(t) from the zero state to xd in a finite ability matrix has full rank if and only if the system amount of time. is observable. One interesting result is that there is The converse definition is that a state xs is called a duality between controllability and observability. controllable if there exists a control input u that takes When given a standard (A; B; C; D) system, we can the state from xs to the zero state in a finite amount define the dual system as of time. Any set of states can also be called reachable or controllable if every state in the set is reachable or T T controllable. If all states are reachable or control- x_(t) = A x(t) + C u(t) lable, then the system is a reachable or controllable T T system. y(t) = B x(t) + D u(t) To determine if a system is controllable, we can The result is that the dual system is controllable calculate the controllability matrix from the matrices if and only if the original system is observable and A and B, defined to be the original system is controllable if and only if the con(A; B) = [B; AB; A2B; :::; An−1B] dual system is observable. In real life, not all systems are observable, so it is useful to design an observer to where the system is controllable if and only if the con- estimate the state of the system and make corrections trollability matrix has full rank.
Recommended publications
  • Warren Mcculloch and the British Cyberneticians
    Warren McCulloch and the British cyberneticians Article (Accepted Version) Husbands, Phil and Holland, Owen (2012) Warren McCulloch and the British cyberneticians. Interdisciplinary Science Reviews, 37 (3). pp. 237-253. ISSN 0308-0188 This version is available from Sussex Research Online: http://sro.sussex.ac.uk/id/eprint/43089/ This document is made available in accordance with publisher policies and may differ from the published version or from the version of record. If you wish to cite this item you are advised to consult the publisher’s version. Please see the URL above for details on accessing the published version. Copyright and reuse: Sussex Research Online is a digital repository of the research output of the University. Copyright and all moral rights to the version of the paper presented here belong to the individual author(s) and/or other copyright owners. To the extent reasonable and practicable, the material made available in SRO has been checked for eligibility before being made available. Copies of full text items generally can be reproduced, displayed or performed and given to third parties in any format or medium for personal research or study, educational, or not-for-profit purposes without prior permission or charge, provided that the authors, title and full bibliographic details are credited, a hyperlink and/or URL is given for the original metadata page and the content is not changed in any way. http://sro.sussex.ac.uk Warren McCulloch and the British Cyberneticians1 Phil Husbands and Owen Holland Dept. Informatics, University of Sussex Abstract Warren McCulloch was a significant influence on a number of British cyberneticians, as some British pioneers in this area were on him.
    [Show full text]
  • Control Theory
    Control theory S. Simrock DESY, Hamburg, Germany Abstract In engineering and mathematics, control theory deals with the behaviour of dynamical systems. The desired output of a system is called the reference. When one or more output variables of a system need to follow a certain ref- erence over time, a controller manipulates the inputs to a system to obtain the desired effect on the output of the system. Rapid advances in digital system technology have radically altered the control design options. It has become routinely practicable to design very complicated digital controllers and to carry out the extensive calculations required for their design. These advances in im- plementation and design capability can be obtained at low cost because of the widespread availability of inexpensive and powerful digital processing plat- forms and high-speed analog IO devices. 1 Introduction The emphasis of this tutorial on control theory is on the design of digital controls to achieve good dy- namic response and small errors while using signals that are sampled in time and quantized in amplitude. Both transform (classical control) and state-space (modern control) methods are described and applied to illustrative examples. The transform methods emphasized are the root-locus method of Evans and fre- quency response. The state-space methods developed are the technique of pole assignment augmented by an estimator (observer) and optimal quadratic-loss control. The optimal control problems use the steady-state constant gain solution. Other topics covered are system identification and non-linear control. System identification is a general term to describe mathematical tools and algorithms that build dynamical models from measured data.
    [Show full text]
  • An Introduction to Control Systems; K. Warwick
    An Introduction to Control Systems; K. Warwick 362 pages; World Scientific, 1996; K. Warwick; 9810225970, 9789810225971; 1996; An Introduction to Control Systems; This significantly revised edition presents a broad introduction to Control Systems and balances new, modern methods with the more classical. It is an excellent text for use as a first course in Control Systems by undergraduate students in all branches of engineering and applied mathematics. The book contains: A comprehensive coverage of automatic control, integrating digital and computer control techniques and their implementations, the practical issues and problems in Control System design; the three-term PID controller, the most widely used controller in industry today; numerous in-chapter worked examples and end-of-chapter exercises. This second edition also includes an introductory guide to some more recent developments, namely fuzzy logic control and neural networks. file download wici.pdf The Breakthrough in Artificial Intelligence; While horror films and science fiction have repeatedly warned of robots running amok, Kevin Warwick takes the threats out of the realm of fiction and into the real world, truly; Computers; K. Warwick; 307 pages; ISBN:0252072235; 1997; March of the Machines Control Bruce O. Watkins; Introduction to control systems; UOM:39015002007683; Technology & Engineering; 625 pages; 1969 Robot Control; ISBN:0863411282; Jan 1, 1988; K. Warwick, Alan Pugh; Technology & Engineering; 238 pages; Theory and Applications Automatic control; ISBN:0750622989; Davinder K. Anand; 730 pages; Since the second edition of this classic text for students and engineers appeared in 1984, the use of computer-aided design software has become an important adjunct to the; Introduction to Control Systems; Jan 1, 1995 An Introduction to Control Systems pdf download 596 pages; Mar 18, 1993; STANFORD:36105004050907; based on the proceedings of a conference on Robotics, applied mathematics and computational aspects; K.
    [Show full text]
  • Jeff Mellow John Jay College of Criminal Justice Department of Criminal Justice 445 West 59Th Street, Rm 2122N New York, NY 10019 212-237-8035 [email protected]
    J. Mellow/ May 2015 Curriculum Vitae Jeff Mellow John Jay College of Criminal Justice Department of Criminal Justice 445 West 59th Street, Rm 2122N New York, NY 10019 212-237-8035 [email protected] Research Interests: Issues in correctional policy and practice, community corrections, reentry, evaluation of criminal justice programs, evidence based practices in prisons and jails ______________________________________________________________________________ Professional Experience 2010-present Professor Department of Criminal Justice, John Jay College of Criminal Justice City University of New York (CUNY) 2006-present Faculty Member Program of Doctoral Studies in Criminal Justice, The Graduate Center, CUNY M.A. Program in Criminal Justice, John Jay College 2010-2013 Deputy Executive Officer Program of Doctoral Studies in Criminal Justice, The Graduate Center, CUNY 2011-2012 Faculty Research Fellow Research and Evaluation Center, John Jay College, CUNY 2009-2010 Associate Professor Department of Criminal Justice, John Jay College, CUNY 2007-2010 Senior Research Associate Criminal Justice Research and Evaluation Center, John Jay College, CUNY Prisoner Reentry Institute, John Jay College, CUNY 2005-2009 Associate Professor Department of Law, Police Science & Criminal Justice Administration, John Jay College, CUNY 2004-2005 Associate Professor Department of Sociology, Bloomfield College, Bloomfield, NJ. 1 J. Mellow/ May 2015 1998-2004 Assistant Professor Department of Sociology, Bloomfield College, Bloomfield, NJ. 1998-1999 Teaching Associate The Center for Excellence in Teaching and Learning, State University of New York, Albany, NY. 1991-1992 News Producer Law Enforcement Training Network (LETN), Dallas, TX. Academic Degrees 2001 Ph.D., Criminal Justice University at Albany, State University of New York, Albany NY. 1994 M.A., Criminal Justice University at Albany, State University of New York, Albany NY.
    [Show full text]
  • Control System Design Methods
    Christiansen-Sec.19.qxd 06:08:2004 6:43 PM Page 19.1 The Electronics Engineers' Handbook, 5th Edition McGraw-Hill, Section 19, pp. 19.1-19.30, 2005. SECTION 19 CONTROL SYSTEMS Control is used to modify the behavior of a system so it behaves in a specific desirable way over time. For example, we may want the speed of a car on the highway to remain as close as possible to 60 miles per hour in spite of possible hills or adverse wind; or we may want an aircraft to follow a desired altitude, heading, and velocity profile independent of wind gusts; or we may want the temperature and pressure in a reactor vessel in a chemical process plant to be maintained at desired levels. All these are being accomplished today by control methods and the above are examples of what automatic control systems are designed to do, without human intervention. Control is used whenever quantities such as speed, altitude, temperature, or voltage must be made to behave in some desirable way over time. This section provides an introduction to control system design methods. P.A., Z.G. In This Section: CHAPTER 19.1 CONTROL SYSTEM DESIGN 19.3 INTRODUCTION 19.3 Proportional-Integral-Derivative Control 19.3 The Role of Control Theory 19.4 MATHEMATICAL DESCRIPTIONS 19.4 Linear Differential Equations 19.4 State Variable Descriptions 19.5 Transfer Functions 19.7 Frequency Response 19.9 ANALYSIS OF DYNAMICAL BEHAVIOR 19.10 System Response, Modes and Stability 19.10 Response of First and Second Order Systems 19.11 Transient Response Performance Specifications for a Second Order
    [Show full text]
  • Seminar on Cybernetics & Cyborgs
    SEMINAR ON CYBERNETICS & CYBORGS PREPARED BY, JAZEEL J COMPUTER ENGINEERING REG.NO:87130025 NO:22 CENTRAL POLYTECHNIC COLLEGE VATTIYOORKAVU,TVPM CONTENTS INTRODUCTION REAL LIFE CYBORGS ROBOTS & CYBORGS TYPES OF CYBORGS LATEST DEVELOPMENTS APPLICATIONS OF CYBORGS DEMERITS PHOTO GALLERY CONCLUSION INTRODUCTION Cybernetics is the interdisciplinary study of the structure of the regulatory system. Cybernetics is closely related to control theory and system theory. Contemporary cybernetics began as an interdisciplinary study connecting the fields of control systems, electrical network theory, mechanical engineering, logic model, evolutionary biology, neuroscience etc., Cyborgs are originated from the concept of cybernetics, which is referred as a mixture of both organism and the technology. When an organism is half human and half machine then we call them CYBORG. The whole process of becoming a Cyborg is known as Cyborgation. Among the Cyborgs living today Dr. Kevin Warwick heads the Cybernetics Department at the University of Reading in the United Kingdom and has taken the first steps on this path, using himself as a guinea pig test subject receiving, by surgical operation, technological implants connected to his central nervous system. The world's first cyborg was a white lab rat, part of an experimental program at New York's Rockland State Hospital in the late 1950s. The rat had implanted in its body a tiny osmotic pump that injected precisely controlled doses of chemicals, altering several of its physiological parameters. It was part animal, part machine. REAL LIFE CYBORGS Cyborgs are Cybernetic Organisms. The term was coined in 1960’s when Manfred Clynes and Nathan used it in an article about the advantages of self- regulating human-machine systems in outer space.
    [Show full text]
  • A Meta-Theory of Command & Control in Emergency Management
    Grant A meta-theory of C2 in EM A Meta-theory of Command & Control in Emergency Management Tim Grant Retired But Active Researcher (R-BAR) [email protected] ABSTRACT This paper presents work in progress on developing a meta-theory of C2 in emergency management. Most research in C2 focuses just on one or two scientific disciplines. Just one paper has been found that gives a systematic overview of the science of C2. The approach taken employs entity-relationship modelling, yielding a set of scientific disciplines. These disciplines are compared with five military C2 doctrine publications. Doctrine found in at least four publications corresponded to the disciplines of decision theory, leadership theory, organizational theory, psychology, and the degree of delegation. Some topics not covered by the disciplines were found, indicating that analysis should be extended to C2 processes, resilience, and agility, permitting the development of guidance for practitioners. Further work is needed to compare the disciplines with civilian doctrine. Moreover, the disciplines could be compared to ICCRTS and ISCRAM conference proceedings, yielding an assessment of the maturity of C2 research. Keywords Command and control, doctrine, meta-theory, scientific discipline, entity-relationship modelling. INTRODUCTION Command & Control (C2) is seminally defined as “the exercise of authority and direction by a properly designated commander over assigned and attached forces in the accomplishment of the mission” (JP1-02, 2016). The overwhelming majority of the C2 literature is to be found in the military domain. As ISCRAM’s C2 Studies track shows, C2 is also an essential element of emergency management (EM). Other application domains share ideas with C2, but give it another name, e.g.
    [Show full text]
  • Cybernetics Forum the Publication Oftheamerican Society for Cybernetics
    CYBERNETICS FORUM THE PUBLICATION OFTHEAMERICAN SOCIETY FOR CYBERNETICS FALL 1979 VOLUME IX NO. 3 A SPECIAL ISSUE HONORING DR. HEINZ VON FOERSTER ON THE OCCASION OF HIS RETIREMENT IN THIS ISSUE: Heinz Von Foerster: A Second Order Cybernetician, Stuart Umpleby. 3 An Open Letter to Dr. Von Foerster, Stafford Beer . 13 The lmportance of Being Magie, Gordon Pask . ...... ........ ....... ... .. ........ ... ...... 17 The Wholeness of the Unity: Conversations with Heinz Von Foerster, Humberto R. Maturana . 20 Creative Cybernetics, Lars LÖfgren . 27 With Heinz Von Foerster, Edwin Schlossberg . 28 Heinz Von Foerster's Gontributions to the Development of Cybernetics, Kenneth L. Wilson ........ .. .. 30 List of Publications of Heinz Von Foerster . 33 The Work of Visiting Cyberneticians in the Biological Computer Laboratory, Kenneth L. Wilson . 36 About the Autho ~$. 40 © 1979 American Society for Cybernetics BOARD OF EDITORS Editor Charles H. Dym Frederick Kile V.G. DROZIN Dym, Frank & Company Aid Assoe/ation for Lutherans Department of Physics 2511 Massachusetts Avenue, N. W. Appleton, Wl 54911 Buckne/1 University Washington, DC 20008 Lewisburg, PA 17837 Mark N. Ozer TECHNICAL EDITOR Gertrude Herrmann The George Washington University Kenneth W. Gaul School of Medicine and Conference Calendar Editor 111 0/in Science Building Health Seiences Buckne/1 University 1131 Unlversity Boulevard West, 12122 3000 Connecticut AvenueN. W. Lewisburg, PA 17837 Washington, DC 20008 Si/ver Spring, MD 20902 ASSOCIATE EDITORS Charles I. Bartfeld Doreen Ray Steg School of Business Administration, Harold K. Hughes Department of Human Behavior & The State University College American University Development, Potsdam, NY 13.767 Mass. & Nebraska Aves. N. W. Drexel University Washington, DC 20016 Philadelphia, PA 19104 N.A.
    [Show full text]
  • Cyborgs and Enhancement Technology
    philosophies Article Cyborgs and Enhancement Technology Woodrow Barfield 1 and Alexander Williams 2,* 1 Professor Emeritus, University of Washington, Seattle, Washington, DC 98105, USA; [email protected] 2 140 BPW Club Rd., Apt E16, Carrboro, NC 27510, USA * Correspondence: [email protected]; Tel.: +1-919-548-1393 Academic Editor: Jordi Vallverdú Received: 12 October 2016; Accepted: 2 January 2017; Published: 16 January 2017 Abstract: As we move deeper into the twenty-first century there is a major trend to enhance the body with “cyborg technology”. In fact, due to medical necessity, there are currently millions of people worldwide equipped with prosthetic devices to restore lost functions, and there is a growing DIY movement to self-enhance the body to create new senses or to enhance current senses to “beyond normal” levels of performance. From prosthetic limbs, artificial heart pacers and defibrillators, implants creating brain–computer interfaces, cochlear implants, retinal prosthesis, magnets as implants, exoskeletons, and a host of other enhancement technologies, the human body is becoming more mechanical and computational and thus less biological. This trend will continue to accelerate as the body becomes transformed into an information processing technology, which ultimately will challenge one’s sense of identity and what it means to be human. This paper reviews “cyborg enhancement technologies”, with an emphasis placed on technological enhancements to the brain and the creation of new senses—the benefits of which may allow information to be directly implanted into the brain, memories to be edited, wireless brain-to-brain (i.e., thought-to-thought) communication, and a broad range of sensory information to be explored and experienced.
    [Show full text]
  • Marcy Couldn't Decide Which Dress to Wear. Cover by Ellen Bloomenstein
    Marcy couldn't decide which dress to wear. cover by Ellen Bloomenstein - COMMUNICATION AND ANTI -COMMUNICATION American Society for Cybernetics 2033 K Street NW Suite 230 Washington, DC 20052 Tel: (202) 994-5203 Fax: (202) 994-5225 E-mail: asc@ gwis2.circ.gwu.edu I like cybernetics: Its intrinsic circularity helps me to see myself through the eyes of the other. Heinz van Foerster The following was written by Larry Richards in response to a request for text for an updated ASC brochure. CYBERNETICS The field of cybernetics is distinguished by the questions it asks and how they are asked. These questions tend to be those that are in principle undecidable, and "only questions which are in principle undecidable, we can decide." (Heinz von Foerster) This form of questioning distinguishes cybernetics from virtually all of the sciences; it in fact seeks "to cure all temporary truth of eternal triteness." (Herbert Brun) Cybernetics is "a way of thinking, not a collection of facts." (Ernst von Glasersfeld) It is a way of thinking about questions, about questioning, and about ways of thinking (of which it is one). This recursive aspect of cybernetics (a way of thinking about ways of thinking) requires a conceptual focus different from that of other fields of endeavor. That focus is dynamics and process, rather than substance and objects. Change (or difference) is the fundamental entity in cybernetics. Rather than dealing with matter and energy, cybernetics deals with form and pattern, information and organization. Of particular interest are systems in which "complexity [in the dynamic patterns of behavior] is outstanding and too important to ignore." (W.
    [Show full text]
  • Leveraging System Science When Doing System Engineering
    Leveraging System Science When Doing System Engineering Richard A. Martin INCOSE System Science Working Group and Tinwisle Corporation System Science and System Engineering Synergy • Every System Engineer has a bit of the scientific experimenter in them and we apply scientific knowledge to the spectrum of engineering domains that we serve. • The INCOSE System Science Working Group is examining and promoting the advancement and understanding of Systems Science and its application to System Engineering. • This webinar will report on these efforts to: – encourage advancement of Systems Science principles and concepts as they apply to Systems Engineering; – promote awareness of Systems Science as a foundation for Systems Engineering; and – highlight linkages between Systems Science theories and empirical practices of Systems Engineering. 7/10/2013 INCOSE Enchantment Chapter Webinar Presentation 2 Engineering or Science • “Most sciences look at certain classes of systems defined by types of components in the system. Systems science looks at systems of all types of components, and emphasizes types of relations (and interactions) between components.” George Klir – past President of International Society for the System Sciences • Most engineering looks at certain classes of systems defined by types of components in the system. Systems engineering looks at systems of all types of components, and emphasizes types of relations (and interactions) between components. 7/10/2013 INCOSE Enchantment Chapter Webinar Presentation 3 Engineer or Scientist
    [Show full text]
  • Medi211 – Control Mechanisms Exam Notes
    MEDI211 – CONTROL MECHANISMS EXAM NOTES Control Theory - Homeostasis = regulation of the physical, chemical and thermal status of all cells within an organism. - Control vs. Regulation o Control = modifying physiological functions to support life. § E.g. Heart rate, breathing o Regulation = regulating a variable through ‘control’ functions § E.g. Vessel diameter controlled to regulate blood pressure. § More stable thresholds = more tightly maintained than controlled variables. - Types of control o On/off control = effector is either maximally turned on or completely turned off. § Outcome: fluctuating levels, rarely near target. o Proportional control = output signal by effector is in direct proportion to the stimulus applied. § Outcome: stable levels, mostly near target – better maintenance of homeostasis. - Types of Feedback o Negative feedback = output reduces original effect of stimulus o Positive feedback = output enhances original effect of stimulus. § Control infrequent events that do not require regulation. § E.g. Oxytocin release during childbirth causes increased contractions. o Feedforward = anticipatory signal that primes the control mechanism. § Initiated in the brain via autonomic nervous system - Other considerations for homeostasis o Redundancy § The more critical the parameter, the more systems dedicated to its preservation § Failure of one system compensated by increased use of other systems – the parameter is still regulated. o Equilibrium = parameter is well-regulated o Acclimatisation = set a new equilibrium (adaptation) § E.g. changes in breathing due to high altitude. Metabolism - Oxidation/reduction o Reactions tightly controlled to avoid dangerous rates of heat production § Oxidation in cellular metabolism results in ATP formation only 30% efficient, 70% is wasted energy as heat. - Energy balance: o 1st law of thermodynamics = energy cannot be created nor destroyed.
    [Show full text]