ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM

Size: px
Start display at page:

Download "ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM"

Transcription

1 CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September :29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such as resistors, capacitors, and transistors. An important building block for circuits is an operational amplifier (op amp) which is also an example of a complex feedback system. Electric circuit types are: passive and active Passive circuits consist of interconnections of resistors, capacitors, and inductors; Active devices include diodes, transistors, and amplifiers. The basic equations of electric circuits are based on Kirchoff's laws: Kirchoff's current law (KCL) states that the sum of currents leaving a junction or node equals the algebraic sum of currents entering the node. Kirchoff's voltage law (KVL) states that the algebraic sum of all voltages taken around a closed path in a circuit is zero. With complex circuits of many elements, it is essential to write the equations in a well organized way one method for doing this is based on the node analysis scheme (See Electrical circuits course).

2 CHAPTER 1 BY RADU MURESAN Page 2 MODELS OF ELECTROMECHANICAL SYSTEMS Electric current and magnetic fields interact in two ways that are important in the operation of electromechanical actuators and sensors: a. LAW OF MOTORS: if a current of i amperes [A] in a conductor of length l meters is arranged at right angles in a magnetic field of B Tesla [T], then there is a force on the conductor at right angles to the plane formed by i and B, with magnitude of F = B l i Newton. b. LAW OF GENERATORS: if a conductor of length l meters is moving in a magnetic field of B Tesla at a velocity of v m/s at mutually right angles, an electric voltage is established across the conductor with magnitude e(t) = B l v Volts. EXAMPLE MODELING A LOUDSPEAKER Next figure shows a typical geometry for a loudspeaker. The permanent magnet establishes a radial field in the cylindrical gap between the poles of the magnet. The force on the conductor wound on the bobbin causes the voice coil to move, producing sound. The effects of the air can be modeled as if the cone had equivalent mass M and a viscous friction coefficient b. Assume that the magnet establishes a uniform field B = 0.5 Tesla and the bobbin has 20 turns at 2 cm diameter. Write the equations of motion of the device.

3 CHAPTER 1 BY RADU MURESAN Page 3 SOLUTION The law of motors applies to the bobbin of length: The bobbin moves the cone The current is at right angles to the field B, and the force of interest is at right angles to the plane ixb. The equation of motion follows from Newton's laws, and for a mass M and friction coefficient b, we have:

4 CHAPTER 1 BY RADU MURESAN Page 4 EXAMPLE LOUDSPEAKER WITH CIRCUIT For the loudspeaker presented above and the electrical circuit driving it (See figure below), find the differential equations relating the input voltage va to the output core displacement x. Assume the effective circuit resistance is R and the inductance is L. SOLUTION The loudspeaker motion satisfies the differential equation: This motion results in an induced voltage across the coil as given by: We need to add the KVL (Kirchoff's Voltage Law) for the circuit to the previous analysis to link va and x: Equations (1) and (2) form the complete dynamic model for the loudspeaker. The final transfer function is:

5 CHAPTER 1 BY RADU MURESAN Page 5 MODELING A DC MOTOR DC MOTOR FUNCTIONALITY A common actuator based on the law of motors and generators is the DC motor that is used to provide rotary motion. The motor components are shown in figure below The motor equations give the torque T on the rotor (from the law of motors) in terms of the armature current i a and express the back emf voltage e in terms of the shaft's rotational velocity (from the law of generators). The nonturning part (stator) has magnets which establish a field across the rotor the magnets may be electromagnets or, for small motors, permanent magnets. The brushes contact the rotating commutator which causes the current always to be in the proper conductor windings so as to produce maximum torque. If the direction of the current is reversed, the direction of the torque is reversed.

6 CHAPTER 1 BY RADU MURESAN Page 6 DC MOTOR MODELING SCHEMATIC The free body diagram for the rotor, defines the positive direction and shows the two applied torques. Assume that the rotor has inertia J m and viscous friction coefficient b. T is the external torque on the rotor that is produced by the armature current i a moving in the stator's field B; Application of Newton's Law (M = I α) to the rotor gives: KVL applied to the circuit loop that includes the back emf gives:

7 CHAPTER 1 BY RADU MURESAN Page 7 The transfer function of the motor can be obtained from Eq. (3) and (4) by substituting s for d/dt: In many cases the relative effect of the inductance is negligible compared with the mechanical motion and can be neglected in Eq. (4) as follows: From Eq. (6) it is clear that the effect of the back emf through K e is indistinguishable from the friction effect through b (both coefficients are part of the θ dot term).

8 CHAPTER 1 BY RADU MURESAN Page 8 AC MOTORS Another device used for electromechanical energy conversion. Elementary analysis of AC motors is more complex than the analysis of the DC motors. Experimental curves of speed versus torque are normally used to derive motor constants that will provide the dynamic model of the AC motor. See Mechatronics course!

9 CHAPTER 1 BY RADU MURESAN Page 9 LINEAR SYSTEM ANALYSIS USING MATLAB OR LABVIEW STEP 1: write the differential equations describing the dynamic behaviour of the physical system (t domain). STEP 2: determine and designate inputs and outputs of the system and then compute the transfer function characterizing the input output behaviour of the dynamic system. The transfer function can be represented as: i. A ratio of two polynomials (num/den); ii. As a factored zero pole form. STEP 3: analyze the transfer function to determine the quantitative and qualitative dynamic properties of the system. NOTES ON POLES AND ZEROS OF A TRANSFER FUNCTION ZEROS and POLES may be complex quantities and we can display their locations in a complex plane referred to as the 's plane', where s = σ + ω i; ZEROS: the roots of the numerator are called the finite zeros of the system the zeros are locations in the s plane where the transfer function is zero. The system has the inherent capability to block frequencies coinciding with its zero locations; The zeros also have a significant effect on the transient properties of the system.

10 CHAPTER 1 BY RADU MURESAN Page 10 POLES: the roots of the denominator are the poles of the system these are locations in the s plane where the magnitude of the transfer function goes to infinity. The poles of the transfer function determine the stability of the system; The poles also determine the modes of the system (such as natural or unforced behaviour). The location of the poles and zeros lies at the heart of feedback control design and have significant practical implications for control system design. Consider the degree of the denominator as n and the degree of the numerator as m: The system has (n m) zeros at infinity if m < n because the transfer function approaches zero as s approaches infinity; If the zeros at infinity are counted the system will have the same number of zeros and poles. No physical system can have n < m, otherwise it will have an infinite response at ω = ; If zi = pi, then there are cancellations in the transfer function that can lead to undesirable system properties. FOR REVIEW ON LAPLACE TRANSFORM CHECK CHAPTER 3 OF THE "FEEDBACK CONTROL OF DYNAMIC SYSTEMS" BOOK BY G. F. FRANKLIN ET AL.!!!

11 CHAPTER 1 BY RADU MURESAN Page 11 EXAMPLE DC MOTOR TRANSFER FUNCTION USING MATLAB In the DC motor example, using the transfer function given by Eq. (5) assume that: J m = 0.01 kg m 2 ; b = N m sec; K t = K e = 1; R a = 10 Ω; and L a = 1 H. Find the transfer function between the input v a and: a. The output θ m ; b. The output θ m HOMEWORK!! MATLAB NOTES: >> [z, p, k] = tf2zp(numa, dena); % matlab functions >> % that converts from the polynomial form >> % numa/dena to the pole zero form >> [numg, deng] = zp2tf(z, p, k); % converts from the >> % zero pole form to the polynomial form SOLUTION

12 CHAPTER 1 BY RADU MURESAN Page 12 The MATLAB results show that the zero matrix Z = [] is empty as a result no zeroes. The P matrix shows 3 poles as a result we can write the transfer function in the zero pole form as:

13 CASE b rotational velocity is the output CHAPTER 1 BY RADU MURESAN Page 13

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Lecture 6: Modeling of Electromechanical Systems Principles of Motor Operation

More information

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e

2002 Prentice Hall, Inc. Gene F. Franklin, J. David Powell, Abbas Emami-Naeini Feedback Control of Dynamic Systems, 4e u Figure 2.1 Cruise-control model x Friction force bx m x u Figure 2.2 Free-body diagram for cruise control S P 278 Figure 2.3 Automobile suspension y m 2 k s b v car x m 1 k w Road surface r Inertial

More information

EE 410/510: Electromechanical Systems Chapter 4

EE 410/510: Electromechanical Systems Chapter 4 EE 410/510: Electromechanical Systems Chapter 4 Chapter 4. Direct Current Electric Machines and Motion Devices Permanent Magnet DC Electric Machines Radial Topology Simulation and Experimental Studies

More information

MCE380: Measurements and Instrumentation Lab. Chapter 5: Electromechanical Transducers

MCE380: Measurements and Instrumentation Lab. Chapter 5: Electromechanical Transducers MCE380: Measurements and Instrumentation Lab Chapter 5: Electromechanical Transducers Part I Topics: Transducers and Impedance Magnetic Electromechanical Coupling Reference: Holman, CH 4. Cleveland State

More information

(a) Torsional spring-mass system. (b) Spring element.

(a) Torsional spring-mass system. (b) Spring element. m v s T s v a (a) T a (b) T a FIGURE 2.1 (a) Torsional spring-mass system. (b) Spring element. by ky Wall friction, b Mass M k y M y r(t) Force r(t) (a) (b) FIGURE 2.2 (a) Spring-mass-damper system. (b)

More information

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown.

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown. Solved Problems Electric Circuits & Components 1-1 Write the KVL equation for the circuit shown. 1-2 Write the KCL equation for the principal node shown. 1-2A In the DC circuit given in Fig. 1, find (i)

More information

Modeling of Electrical Elements

Modeling of Electrical Elements Modeling of Electrical Elements Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by MHRD This Lecture Contains Modeling of

More information

Introduction to Controls

Introduction to Controls EE 474 Review Exam 1 Name Answer each of the questions. Show your work. Note were essay-type answers are requested. Answer with complete sentences. Incomplete sentences will count heavily against the grade.

More information

School of Mechanical Engineering Purdue University. ME375 ElectroMechanical - 1

School of Mechanical Engineering Purdue University. ME375 ElectroMechanical - 1 Electro-Mechanical Systems DC Motors Principles of Operation Modeling (Derivation of fg Governing Equations (EOM)) Block Diagram Representations Using Block Diagrams to Represent Equations in s - Domain

More information

(a) Torsional spring-mass system. (b) Spring element.

(a) Torsional spring-mass system. (b) Spring element. m v s T s v a (a) T a (b) T a FIGURE 2.1 (a) Torsional spring-mass system. (b) Spring element. by ky Wall friction, b Mass M k y M y r(t) Force r(t) (a) (b) FIGURE 2.2 (a) Spring-mass-damper system. (b)

More information

PROBLEMS - chapter 3 *

PROBLEMS - chapter 3 * OpenStax-CNX module: m28362 1 PROBLEMS - chapter 3 * NGUYEN Phuc This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 PROBLEMS This lecture note is based

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 10 Issued November 11, 2013 Due November 20, 2013 Problem 1: Permanent

More information

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67

ECEN 420 LINEAR CONTROL SYSTEMS. Lecture 6 Mathematical Representation of Physical Systems II 1/67 1/67 ECEN 420 LINEAR CONTROL SYSTEMS Lecture 6 Mathematical Representation of Physical Systems II State Variable Models for Dynamic Systems u 1 u 2 u ṙ. Internal Variables x 1, x 2 x n y 1 y 2. y m Figure

More information

6.013 Lecture 12: Magnetic Forces and Devices

6.013 Lecture 12: Magnetic Forces and Devices 6.013 Lecture 12: Magnetic Forces and Devices A. Overview Magnetic forces are central to a wide array of actuators and sensors. These forces can be calculated using either energy methods or the Lorentz

More information

EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES. ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION

EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES. ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION EDEXCEL NATIONALS UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES ASSIGNMENT No. 3 - ELECTRO MAGNETIC INDUCTION NAME: I agree to the assessment as contained in this assignment. I confirm that the work submitted

More information

Equal Pitch and Unequal Pitch:

Equal Pitch and Unequal Pitch: Equal Pitch and Unequal Pitch: Equal-Pitch Multiple-Stack Stepper: For each rotor stack, there is a toothed stator segment around it, whose pitch angle is identical to that of the rotor (θs = θr). A stator

More information

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011

Basic Electronics. Introductory Lecture Course for. Technology and Instrumentation in Particle Physics Chicago, Illinois June 9-14, 2011 Basic Electronics Introductory Lecture Course for Technology and Instrumentation in Particle Physics 2011 Chicago, Illinois June 9-14, 2011 Presented By Gary Drake Argonne National Laboratory drake@anl.gov

More information

EE155/255 Green Electronics

EE155/255 Green Electronics EE155/255 Green Electronics Electric Motors 10/19/16 Prof. William Dally Computer Systems Laboratory Stanford University This week is flipped Course Logistics Discussion on 10/17, Motors on 10/19, Isolated

More information

Revision Guide for Chapter 15

Revision Guide for Chapter 15 Revision Guide for Chapter 15 Contents tudent s Checklist Revision otes Transformer... 4 Electromagnetic induction... 4 Generator... 5 Electric motor... 6 Magnetic field... 8 Magnetic flux... 9 Force on

More information

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Electronics & Communication Engineering

PESIT Bangalore South Campus Hosur road, 1km before Electronic City, Bengaluru -100 Department of Electronics & Communication Engineering QUESTION PAPER INTERNAL ASSESSMENT TEST 2 Date : /10/2016 Marks: 0 Subject & Code: BASIC ELECTRICAL ENGINEERING -15ELE15 Sec : F,G,H,I,J,K Name of faculty : Dhanashree Bhate, Hema B, Prashanth V Time :

More information

Basic Electrical Engineering SYLLABUS. Total No. of Lecture Hrs. : 50 Exam Marks : 80

Basic Electrical Engineering SYLLABUS. Total No. of Lecture Hrs. : 50 Exam Marks : 80 SYLLABUS Subject Code: /25 No. of Lecture Hrs./ Week : 04 IA Marks : 20 Exam Hours : 03 Total No. of Lecture Hrs. : 50 Exam Marks : 80 Course objectives: Impart a basic knowledge of electrical quantities

More information

An Introduction to Electrical Machines. P. Di Barba, University of Pavia, Italy

An Introduction to Electrical Machines. P. Di Barba, University of Pavia, Italy An Introduction to Electrical Machines P. Di Barba, University of Pavia, Italy Academic year 0-0 Contents Transformer. An overview of the device. Principle of operation of a single-phase transformer 3.

More information

Chapter 2. Engr228 Circuit Analysis. Dr Curtis Nelson

Chapter 2. Engr228 Circuit Analysis. Dr Curtis Nelson Chapter 2 Engr228 Circuit Analysis Dr Curtis Nelson Chapter 2 Objectives Understand symbols and behavior of the following circuit elements: Independent voltage and current sources; Dependent voltage and

More information

Revision Guide for Chapter 15

Revision Guide for Chapter 15 Revision Guide for Chapter 15 Contents Revision Checklist Revision otes Transformer...4 Electromagnetic induction...4 Lenz's law...5 Generator...6 Electric motor...7 Magnetic field...9 Magnetic flux...

More information

DcMotor_ Model Help File

DcMotor_ Model Help File Name of Model: DcMotor_021708 Author: Vladimir L. Chervyakov Date: 2002-10-26 Executable file name DcMotor_021708.vtm Version number: 1.0 Description This model represents a Nonlinear model of a permanent

More information

Basics of Network Theory (Part-I)

Basics of Network Theory (Part-I) Basics of Network Theory (PartI). A square waveform as shown in figure is applied across mh ideal inductor. The current through the inductor is a. wave of peak amplitude. V 0 0.5 t (m sec) [Gate 987: Marks]

More information

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors Applied and Computational Mechanics 3 (2009) 331 338 Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors M. Mikhov a, a Faculty of Automatics,

More information

EE155/255 Green Electronics

EE155/255 Green Electronics EE155/255 Green Electronics Electric Motors 10/16/17 Prof. William Dally Computer Systems Laboratory Stanford University Course Logistics Solar day is Monday 10/23 HW 3 is due today HW 4 out, due next

More information

Note that a current-carrying solenoid produces a dipole field similar to that of a bar magnet. The field is uniform within the coil.

Note that a current-carrying solenoid produces a dipole field similar to that of a bar magnet. The field is uniform within the coil. An electrical current produces a magnetic field that is directed around it. Conventional current is the flow of positive charge. Hence, it is directed from the positive terminal of the power supply, through

More information

FEEDBACK CONTROL SYSTEMS

FEEDBACK CONTROL SYSTEMS FEEDBAC CONTROL SYSTEMS. Control System Design. Open and Closed-Loop Control Systems 3. Why Closed-Loop Control? 4. Case Study --- Speed Control of a DC Motor 5. Steady-State Errors in Unity Feedback Control

More information

JRE SCHOOL OF Engineering

JRE SCHOOL OF Engineering JRE SCHOOL OF Engineering Class Test-1 Examinations September 2014 Subject Name Electromechanical Energy Conversion-II Subject Code EEE -501 Roll No. of Student Max Marks 30 Marks Max Duration 1 hour Date

More information

A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS. 1 Introduction

A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS. 1 Introduction A FORCE BALANCE TECHNIQUE FOR MEASUREMENT OF YOUNG'S MODULUS Abhinav A. Kalamdani Dept. of Instrumentation Engineering, R. V. College of Engineering, Bangalore, India. kalamdani@ieee.org Abstract: A new

More information

Most matter is electrically neutral; its atoms and molecules have the same number of electrons as protons.

Most matter is electrically neutral; its atoms and molecules have the same number of electrons as protons. Magnetism Electricity Magnetism Magnetic fields are produced by the intrinsic magnetic moments of elementary particles associated with a fundamental quantum property, their spin. -> permanent magnets Magnetic

More information

Exercise 5 - Hydraulic Turbines and Electromagnetic Systems

Exercise 5 - Hydraulic Turbines and Electromagnetic Systems Exercise 5 - Hydraulic Turbines and Electromagnetic Systems 5.1 Hydraulic Turbines Whole courses are dedicated to the analysis of gas turbines. For the aim of modeling hydraulic systems, we analyze here

More information

Overview of motors and motion control

Overview of motors and motion control Overview of motors and motion control. Elements of a motion-control system Power upply High-level controller ow-level controller Driver Motor. Types of motors discussed here; Brushed, PM DC Motors Cheap,

More information

Chapter 3 AUTOMATIC VOLTAGE CONTROL

Chapter 3 AUTOMATIC VOLTAGE CONTROL Chapter 3 AUTOMATIC VOLTAGE CONTROL . INTRODUCTION TO EXCITATION SYSTEM The basic function of an excitation system is to provide direct current to the field winding of the synchronous generator. The excitation

More information

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems

ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems ET3-7: Modelling II(V) Electrical, Mechanical and Thermal Systems Agenda of the Day 1. Resume of lesson I 2. Basic system models. 3. Models of basic electrical system elements 4. Application of Matlab/Simulink

More information

ROEVER COLLEGE OF ENGINEERING & TECHNOLOGY ELAMBALUR, PERAMBALUR DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING ELECTRICAL MACHINES I

ROEVER COLLEGE OF ENGINEERING & TECHNOLOGY ELAMBALUR, PERAMBALUR DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING ELECTRICAL MACHINES I ROEVER COLLEGE OF ENGINEERING & TECHNOLOGY ELAMBALUR, PERAMBALUR-621220 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING ELECTRICAL MACHINES I Unit I Introduction 1. What are the three basic types

More information

1. An isolated stationary point charge produces around it. a) An electric field only. b) A magnetic field only. c) Electric as well magnetic fields.

1. An isolated stationary point charge produces around it. a) An electric field only. b) A magnetic field only. c) Electric as well magnetic fields. 1. An isolated stationary point charge produces around it. a) An electric field only. b) A magnetic field only. c) Electric as well magnetic fields. 2. An isolated moving point charge produces around it.

More information

Rotational Systems, Gears, and DC Servo Motors

Rotational Systems, Gears, and DC Servo Motors Rotational Systems Rotational Systems, Gears, and DC Servo Motors Rotational systems behave exactly like translational systems, except that The state (angle) is denoted with rather than x (position) Inertia

More information

Lecture # 2 Basic Circuit Laws

Lecture # 2 Basic Circuit Laws CPEN 206 Linear Circuits Lecture # 2 Basic Circuit Laws Dr. Godfrey A. Mills Email: gmills@ug.edu.gh Phone: 026907363 February 5, 206 Course TA David S. Tamakloe CPEN 206 Lecture 2 205_206 What is Electrical

More information

EXAMPLE: MODELING THE PT326 PROCESS TRAINER

EXAMPLE: MODELING THE PT326 PROCESS TRAINER CHAPTER 1 By Radu Muresan University of Guelph Page 1 EXAMPLE: MODELING THE PT326 PROCESS TRAINER The PT326 apparatus models common industrial situations in which temperature control is required in the

More information

Kirchhoff's Laws and Circuit Analysis (EC 2)

Kirchhoff's Laws and Circuit Analysis (EC 2) Kirchhoff's Laws and Circuit Analysis (EC ) Circuit analysis: solving for I and V at each element Linear circuits: involve resistors, capacitors, inductors Initial analysis uses only resistors Power sources,

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3. OUTCOME 3 - MAGNETISM and INDUCTION

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3. OUTCOME 3 - MAGNETISM and INDUCTION EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 3 - MAGNETISM and INDUCTION 3 Understand the principles and properties of magnetism Magnetic field:

More information

Automatic Control Systems. -Lecture Note 15-

Automatic Control Systems. -Lecture Note 15- -Lecture Note 15- Modeling of Physical Systems 5 1/52 AC Motors AC Motors Classification i) Induction Motor (Asynchronous Motor) ii) Synchronous Motor 2/52 Advantages of AC Motors i) Cost-effective ii)

More information

Electromagnetic Induction & Inductors

Electromagnetic Induction & Inductors Electromagnetic Induction & Inductors 1 Revision of Electromagnetic Induction and Inductors (Much of this material has come from Electrical & Electronic Principles & Technology by John Bird) Magnetic Field

More information

Lecture #3. Review: Power

Lecture #3. Review: Power Lecture #3 OUTLINE Power calculations Circuit elements Voltage and current sources Electrical resistance (Ohm s law) Kirchhoff s laws Reading Chapter 2 Lecture 3, Slide 1 Review: Power If an element is

More information

SECOND ENGINEER REG III/2 MARINE ELECTRO-TECHNOLOGY. 1. Understands the physical construction and characteristics of basic components.

SECOND ENGINEER REG III/2 MARINE ELECTRO-TECHNOLOGY. 1. Understands the physical construction and characteristics of basic components. SECOND ENGINEER REG III/ MARINE ELECTRO-TECHNOLOGY LIST OF TOPICS A B C D Electric and Electronic Components Electric Circuit Principles Electromagnetism Electrical Machines The expected learning outcome

More information

ENGR 2405 Class No Electric Circuits I

ENGR 2405 Class No Electric Circuits I ENGR 2405 Class No. 48056 Electric Circuits I Dr. R. Williams Ph.D. rube.williams@hccs.edu Electric Circuit An electric circuit is an interconnec9on of electrical elements Charge Charge is an electrical

More information

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos

Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Texas A & M University Department of Mechanical Engineering MEEN 364 Dynamic Systems and Controls Dr. Alexander G. Parlos Lecture 5: Electrical and Electromagnetic System Components The objective of this

More information

UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS

UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS UNIT 4 DC EQUIVALENT CIRCUIT AND NETWORK THEOREMS 1.0 Kirchoff s Law Kirchoff s Current Law (KCL) states at any junction in an electric circuit the total current flowing towards that junction is equal

More information

Mechatronics Engineering. Li Wen

Mechatronics Engineering. Li Wen Mechatronics Engineering Li Wen Bio-inspired robot-dc motor drive Unstable system Mirko Kovac,EPFL Modeling and simulation of the control system Problems 1. Why we establish mathematical model of the control

More information

Introduction to Control (034040) lecture no. 2

Introduction to Control (034040) lecture no. 2 Introduction to Control (034040) lecture no. 2 Leonid Mirkin Faculty of Mechanical Engineering Technion IIT Setup: Abstract control problem to begin with y P(s) u where P is a plant u is a control signal

More information

MOTORS AND GENERATORS

MOTORS AND GENERATORS DO PHYSCS ONLNE MOTORS AND GENERATORS view 1 Charge q Q [coulomb C] view 2 Current i [ampere A] view 3 Potential difference v V [volt V] Electric ield E [V.m -1 N.C -1 ] view 4 Resistance R [ohm ] view

More information

Electricity. From the word Elektron Greek for amber

Electricity. From the word Elektron Greek for amber Electricity From the word Elektron Greek for amber Electrical systems have two main objectives: To gather, store, process, transport information & Energy To distribute and convert energy Electrical Engineering

More information

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application

Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application 797 Dynamic Modeling of Surface Mounted Permanent Synchronous Motor for Servo motor application Ritu Tak 1, Sudhir Y Kumar 2, B.S.Rajpurohit 3 1,2 Electrical Engineering, Mody University of Science & Technology,

More information

4.7.1 Permanent and induced magnetism, magnetic forces and fields. Content Key opportunities for skills development

4.7.1 Permanent and induced magnetism, magnetic forces and fields. Content Key opportunities for skills development 4.7 Magnetism and electromagnetism Electromagnetic effects are used in a wide variety of devices. Engineers make use of the fact that a magnet moving in a coil can produce electric current and also that

More information

Sliding Conducting Bar

Sliding Conducting Bar Motional emf, final For equilibrium, qe = qvb or E = vb A potential difference is maintained between the ends of the conductor as long as the conductor continues to move through the uniform magnetic field

More information

Calculation of voltage and current in electric network (circuit)

Calculation of voltage and current in electric network (circuit) UNIVERSITY OF LJUBLJANA Calculation of voltage and current in electric network (circuit) Power distribution and Industrial Systems Alba Romero Montero 13/04/2018 Professor: Grega Bizjak Content Background...2...3

More information

Motor Info on the WWW Motorola Motors DC motor» /MOTORDCTUT.

Motor Info on the WWW Motorola Motors DC motor»   /MOTORDCTUT. Motor Info on the WWW Motorola Motors DC motor» http://www.freescale.com/files/microcontrollers/doc/train_ref_material /MOTORDCTUT.html Brushless DC motor» http://www.freescale.com/files/microcontrollers/doc/train_ref_material

More information

Applied Electronics and Electrical Machines

Applied Electronics and Electrical Machines School of Electrical and Computer Engineering Applied Electronics and Electrical Machines (ELEC 365) Fall 2015 DC Machines 1 DC Machines Key educational goals: Develop the basic principle of operation

More information

ENGR 2405 Chapter 6. Capacitors And Inductors

ENGR 2405 Chapter 6. Capacitors And Inductors ENGR 2405 Chapter 6 Capacitors And Inductors Overview This chapter will introduce two new linear circuit elements: The capacitor The inductor Unlike resistors, these elements do not dissipate energy They

More information

Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic

Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic Definition Application of electrical machines Electromagnetism: review Analogies between electric and magnetic circuits Faraday s Law Electromagnetic Force Motor action Generator action Types and parts

More information

MEP 382: Design of Applied Measurement Systems Lecture 3: DC & AC Circuit Analysis

MEP 382: Design of Applied Measurement Systems Lecture 3: DC & AC Circuit Analysis Faculty of Engineering MEP 38: Design of Applied Measurement Systems Lecture 3: DC & AC Circuit Analysis Outline oltage and Current Ohm s Law Kirchoff s laws esistors Series and Parallel oltage Dividers

More information

Modeling and Analysis of Dynamic Systems

Modeling and Analysis of Dynamic Systems Modeling and Analysis of Dynamic Systems by Dr. Guillaume Ducard Fall 2016 Institute for Dynamic Systems and Control ETH Zurich, Switzerland 1/22 Outline 1 Lecture 5: Hydraulic Systems Pelton Turbine:

More information

EE Branch GATE Paper 2010

EE Branch GATE Paper 2010 Q.1 Q.25 carry one mark each 1. The value of the quantity P, where, is equal to 0 1 e 1/e 2. Divergence of the three-dimensional radial vector field is 3 1/r 3. The period of the signal x(t) = 8 is 0.4

More information

ANNOUNCEMENT ANNOUNCEMENT

ANNOUNCEMENT ANNOUNCEMENT ANNOUNCEMENT Exam : Tuesday September 25, 208, 8 PM - 0 PM Location: Elliott Hall of Music (see seating chart) Covers all readings, lectures, homework from Chapters 2 through 23 Multiple choice (5-8 questions)

More information

Chapter 1 Magnetic Circuits

Chapter 1 Magnetic Circuits Principles of Electric Machines and Power Electronics Third Edition P. C. Sen Chapter 1 Magnetic Circuits Chapter 1: Main contents i-h relation, B-H relation Magnetic circuit and analysis Property of magnetic

More information

E E 2320 Circuit Analysis. Calculating Resistance

E E 2320 Circuit Analysis. Calculating Resistance E E 30 Circuit Analysis Lecture 03 Simple esistive Circuits it and Applications Calculating esistance l A 6 1.67 10 cm cu 6 al.7010 Area, A When conductor has uniform crosssection cm l 1 Temperature Coefficient

More information

r where the electric constant

r where the electric constant 1.0 ELECTROSTATICS At the end of this topic, students will be able to: 10 1.1 Coulomb s law a) Explain the concepts of electrons, protons, charged objects, charged up, gaining charge, losing charge, charging

More information

PHYS 1444 Section 02 Review #2

PHYS 1444 Section 02 Review #2 PHYS 1444 Section 02 Review #2 November 9, 2011 Ian Howley 1 1444 Test 2 Eq. Sheet Terminal voltage Resistors in series Resistors in parallel Magnetic field from long straight wire Ampére s Law Force on

More information

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi

Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi Electrical Machines and Energy Systems: Operating Principles (Part 2) SYED A Rizvi AC Machines Operating Principles: Synchronous Motor In synchronous motors, the stator of the motor has a rotating magnetic

More information

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department

University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department University of Jordan Faculty of Engineering & Technology Electric Power Engineering Department EE471: Electrical Machines-II Tutorial # 2: 3-ph Induction Motor/Generator Question #1 A 100 hp, 60-Hz, three-phase

More information

UNIT-I INTRODUCTION. 1. State the principle of electromechanical energy conversion.

UNIT-I INTRODUCTION. 1. State the principle of electromechanical energy conversion. UNIT-I INTRODUCTION 1. State the principle of electromechanical energy conversion. The mechanical energy is converted in to electrical energy which takes place through either by magnetic field or electric

More information

The basic principle to be used in mechanical systems to derive a mathematical model is Newton s law,

The basic principle to be used in mechanical systems to derive a mathematical model is Newton s law, Chapter. DYNAMIC MODELING Understanding the nature of the process to be controlled is a central issue for a control engineer. Thus the engineer must construct a model of the process with whatever information

More information

SECTION 1.2. DYNAMIC MODELS

SECTION 1.2. DYNAMIC MODELS CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 5 September 16 10 6:47 PM SECTION 1.2. DYNAMIC MODELS A dynamic model is a mathematical description of the process to be controlled. Specifically, a set

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM Unit Objectives Describe the structure of an atom. Identify atoms with a positive charge and atoms with a negative charge. Explain

More information

ES250: Electrical Science. HW1: Electric Circuit Variables, Elements and Kirchhoff s Laws

ES250: Electrical Science. HW1: Electric Circuit Variables, Elements and Kirchhoff s Laws ES250: Electrical Science HW1: Electric Circuit Variables, Elements and Kirchhoff s Laws Introduction Engineers use electric circuits to solve problems that are important to modern society, such as: 1.

More information

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance ECE2262 Electric Circuits Chapter 6: Capacitance and Inductance Capacitors Inductors Capacitor and Inductor Combinations Op-Amp Integrator and Op-Amp Differentiator 1 CAPACITANCE AND INDUCTANCE Introduces

More information

fusion production of elements in stars, 345

fusion production of elements in stars, 345 I N D E X AC circuits capacitive reactance, 278 circuit frequency, 267 from wall socket, 269 fundamentals of, 267 impedance in general, 283 peak to peak voltage, 268 phase shift in RC circuit, 280-281

More information

DC Motor Position: System Modeling

DC Motor Position: System Modeling 1 of 7 01/03/2014 22:07 Tips Effects TIPS ABOUT BASICS INDEX NEXT INTRODUCTION CRUISE CONTROL MOTOR SPEED MOTOR POSITION SUSPENSION INVERTED PENDULUM SYSTEM MODELING ANALYSIS DC Motor Position: System

More information

SIMPLE D.C. CIRCUITS AND MEASUREMENTS Background

SIMPLE D.C. CIRCUITS AND MEASUREMENTS Background SIMPLE D.C. CICUITS AND MEASUEMENTSBackground This unit will discuss simple D.C. (direct current current in only one direction) circuits: The elements in them, the simple arrangements of these elements,

More information

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response

Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Page 1 of 5 Example: Modeling DC Motor Position Physical Setup System Equations Design Requirements MATLAB Representation and Open-Loop Response Physical Setup A common actuator in control systems is the

More information

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR

PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR HUNGARIAN JOURNAL OF INDUSTRIAL CHEMISTRY VESZPRÉM Vol. 39(1) pp. 157-161 (2011) PARAMETER SENSITIVITY ANALYSIS OF AN INDUCTION MOTOR P. HATOS, A. FODOR, A. MAGYAR University of Pannonia, Department of

More information

Module 3 Electrical Fundamentals

Module 3 Electrical Fundamentals 3.1 Electron Theory Structure and distribution of electrical charges within: atoms, molecules, ions, compounds; Molecular structure of conductors, semiconductors and insulators. 3.2 Static Electricity

More information

Stepping Motors. Chapter 11 L E L F L D

Stepping Motors. Chapter 11 L E L F L D Chapter 11 Stepping Motors In the synchronous motor, the combination of sinusoidally distributed windings and sinusoidally time varying current produces a smoothly rotating magnetic field. We can eliminate

More information

ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics

ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics ME 3210 Mechatronics II Laboratory Lab 4: DC Motor Characteristics Introduction Often, due to budget constraints or convenience, engineers must use whatever tools are available to create new or improved

More information

ENGG 225. David Ng. Winter January 9, Circuits, Currents, and Voltages... 5

ENGG 225. David Ng. Winter January 9, Circuits, Currents, and Voltages... 5 ENGG 225 David Ng Winter 2017 Contents 1 January 9, 2017 5 1.1 Circuits, Currents, and Voltages.................... 5 2 January 11, 2017 6 2.1 Ideal Basic Circuit Elements....................... 6 3 January

More information

Lecture 24. April 5 th, Magnetic Circuits & Inductance

Lecture 24. April 5 th, Magnetic Circuits & Inductance Lecture 24 April 5 th, 2005 Magnetic Circuits & Inductance Reading: Boylestad s Circuit Analysis, 3 rd Canadian Edition Chapter 11.1-11.5, Pages 331-338 Chapter 12.1-12.4, Pages 341-349 Chapter 12.7-12.9,

More information

(Refer Slide Time: 00:01:30 min)

(Refer Slide Time: 00:01:30 min) Control Engineering Prof. M. Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 3 Introduction to Control Problem (Contd.) Well friends, I have been giving you various

More information

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR

International Journal of Advance Engineering and Research Development SIMULATION OF FIELD ORIENTED CONTROL OF PERMANENT MAGNET SYNCHRONOUS MOTOR Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 SIMULATION

More information

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance ECE2262 Electric Circuits Chapter 6: Capacitance and Inductance Capacitors Inductors Capacitor and Inductor Combinations 1 CAPACITANCE AND INDUCTANCE Introduces two passive, energy storing devices: Capacitors

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 2100 Circuit Analysis Lesson 3 Chapter 2 Ohm s Law Network Topology: nodes, branches, and loops Daniel M. Litynski, Ph.D. http://homepages.wmich.edu/~dlitynsk/ esistance ESISTANCE = Physical property

More information

4.7 Magnetism and electromagnetism

4.7 Magnetism and electromagnetism 4.7 Magnetism and electromagnetism Electromagnetic effects are used in a wide variety of devices. Engineers make use of the fact that a magnet moving in a coil can produce electric current and also that

More information

Tutorial Sheet IV. Fig. IV_2.

Tutorial Sheet IV. Fig. IV_2. Tutorial Sheet IV 1. Two identical inductors 1 H each are connected in series as shown. Deduce the combined inductance. If a third and then a fourth are similarly connected in series with this combined

More information

Basic Electrical Circuits Analysis ECE 221

Basic Electrical Circuits Analysis ECE 221 Basic Electrical Circuits Analysis ECE 221 PhD. Khodr Saaifan http://trsys.faculty.jacobs-university.de k.saaifan@jacobs-university.de 1 2 Reference: Electric Circuits, 8th Edition James W. Nilsson, and

More information

EIT Review. Electrical Circuits DC Circuits. Lecturer: Russ Tatro. Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1

EIT Review. Electrical Circuits DC Circuits. Lecturer: Russ Tatro. Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1 EIT Review Electrical Circuits DC Circuits Lecturer: Russ Tatro Presented by Tau Beta Pi The Engineering Honor Society 10/3/2006 1 Session Outline Basic Concepts Basic Laws Methods of Analysis Circuit

More information

Example: DC Motor Speed Modeling

Example: DC Motor Speed Modeling Page 1 of 5 Example: DC Motor Speed Modeling Physical setup and system equations Design requirements MATLAB representation and open-loop response Physical setup and system equations A common actuator in

More information

Mutual Inductance. The field lines flow from a + charge to a - change

Mutual Inductance. The field lines flow from a + charge to a - change Capacitors Mutual Inductance Since electrical charges do exist, electric field lines have a starting point and an ending point. For example, if you have a + and a - change, the field lines would look something

More information