Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique

Size: px
Start display at page:

Download "Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique"

Transcription

1 Journal homepage: ISSN: Transient Analysis of Separately Excited DC Motor and Braking of DC Motor Using Numerical Technique Pavan R Patil, Javeed Kittur, Pavankumar M Pattar, Prajwal Reddy, Poornanand Chittal Department of Electrical and Electronics B.V.B College of Engineering and Technology Hubli, India patil477pavan@gmail.com, pavankumarmpattar@gmail.com Abstract: This paper deals with transient analysis of separately excited DC motor and braking of DC motor where transient equations are worked out using numerical technique. The code is written for both transient analysis of separately excited DC motor and braking and thus verified using the GNU plot and also the results are verified using MATLAB / Simulink model. Keywords- Regenerative Braking; Plugging; Dynamic Braking. I. INTRODUCTION Transient Analysis is done to know the performance of motors. Basically, it tells us how one parameter is varied with respect to the other. In this paper, it tells us how current is varied with respect to time and how speed is varied with respect to time, without and with load torque of separately excited DC motor. Brakes are used to reduce or cease the speed of motors. We know that there are various types of motors available (DC motors, induction motors, synchronous motors, single phase motors, etc.) and the specialty and properties of these motors are different from each other, hence this braking method also differs from each other [1]. Breaking can be attained either mechanically or electrically. Under electrical breaking, there are three types, namely 117 P a g e

2 Regenerative Braking Plugging type Braking Dynamic Braking. II. NUMERICAL TECHNIQUE Numerical analysis involves the study of methods of computing numerical data. In many problems this implies producing a sequence of approximations by repeating the procedure again and again [2]. People who employ numerical methods for solving problems have to worry about the following issues: the rate of convergence (how long does it take for the method to end the answer), the accuracy (or even validity) of the answer and the completeness of the response (do other solutions, in addition to the one found, exist). Numerical methods provide approximations to the problems in question. No matter how accurate, they are, they do not, in most cases, provide the exact answer. In some instances working out the exact answer by a different approach may not be possible or may be too time consuming and it is in these cases where numerical methods are most often used [3]. Euler s method: Euler s method provides us with approximation for the solution of the differential equations. The idea behind Euler s method is to use the concept of linearity to join multiple small line segments so that they make up an approximation of the actual curve. Note: Generally, the approximation gets less accurate the further you get away from the initial point [4]. Three things needed in order to use Euler s method: 1) Initial point Starting point must be given. 2) Delta- The change in step size must be given directly or information to find it. 3) The differential equation-the slope of each individual line segment should be known so that delta is found. Let us take as an example an initial value problem in ODE (1) The forward Euler s method is one such numerical method and is explicit. Explicit methods calculate the state of the system at a later time from the state of the system at the current time without the need to solve algebraic equations. For the forward (from this point on 118 P a g e

3 forward Euler s method will be known as forward) method, we begin by choosing a step size or t the size of t determines the accuracy of the approximate solutions as well as the number of computations. Graphically, this method produces a series of line segments, which thereby approximates the solution curve. Fig. 1 Graphical illustration of Euler s method Let = 0, 1, 2 be a sequence in time with (2) Let, and, be the exact and the approximate solution at, respectively. To obtain from, we use the differential equation. Since the slope of the solution to the equation at the point is, the Euler method determines the point (), by assuming that it lies on the line through with the slope, Hence the formula for the slope of a line gives Or (4) As the step size or t decreases, then the error between the actual and approximation is reduced. Roughly speaking, we halve the error by halving the step size in this case. However, halving the t doubles the amount of computation. Backward Euler s method: The backward Euler s method is an implicit one which, contrary to explicit methods finds the solution by solving an equation involving the current state of the system and the later one. More precisely, we have (5) 119 P a g e

4 This disadvantage to using this method is the time it takes to solve this equation. However, advantages to this method include that they are usually more numerically stable for solving a stiff equation a larger step size t can be used. Let us take following initial value problem (6) We will use forward and the backward Euler s method to approximate the solution to this problem and these approximations to the exact solution (7) In both methods we let t = 0.1 and the final time t = 0.5. (T) (FEA) (BEA) Exact (FE) (BE) Where T-time, FEA- forward Euler s approximation, BEA-backward Euler s approximation, FE- forward error, BE- backward error [5]. Forward and Backward Euler s Method Compared to Exact Solution The ei error averages were also computed for both methods and the result was for the average error for forward Euler s method was and the average error for the backward Euler s method was As it can be seen in both the chart above and the ei error averages that the backward Euler s method seems to be the more accurate between the methods [5]. 120 P a g e

5 III. TRANSIENT ANALYSIS OF SEPARATELY EXCITED DC MOTOR Fig.2 Separately Excited DC Motor (Saber Model) Where V: applied voltage, : motor current, : induced back emf voltage, : armature winding inductance, : Armature Resistance, T: motor output torque, : motor output speed. Solution of Transient equations of the DC motor drive using Backward Euler s method 121 P a g e

6 Using equations (12) and (16) we can carry out the simulation in C-language. Here open source software Code blocks is used for programming. GNU PLOT: GNU PLOT is a command line program that can generate two and three dimensional plots of functions, data and data fits. It is a frequently used for publication-quality graphics as well as education. Pseudo Code: Start of Program Initialize the value Open a file to store current and speed values Start of loop execution continue till the specified time is encountered End of execution 122 P a g e

7 Flow Chart: START Initialize values END For(i=0;i<n,t<=n;i++,t=t+h) Displaying speed, current w.r.t time Fig. 3 Waveform showing Open loop operation of separately excited DC motor without load torque. Fig. 3 shows current and speed waveforms during open loop operation of DC motor drive. In this case, the motor is operating under no load conditions. The motor current increases 123 P a g e

8 initially, and reaches its maximum peak. The initial motor current is high as the back emf is negligible during starting. When the speed of the motor increases and tends towards steady speed, the value of back emf becomes considerable and thus opposes the supply voltage. This causes the motor current to decrease and tend towards zero. Fig. 4 Waveform showing the Open loop operation of separately excited DC motor with load torque. Fig. 4 shows the current and speed waveforms during open loop operation of DC motor with applied torque T= 3 N-m. It is observed that the motor takes more time to attain its steady speed as compared to that of no load condition. This is because, when the motor is connected to the supply, the initial value of the current is zero and due to the armature circuit inductance, it takes some time to reach the load current. And the armature current value remains finite. MATLAB (Simulink) model of separately excited DC Motor (without load torque): 124 P a g e

9 Fig. 5 Matlab(Simulink) model of separately excited DC Motor(without load torque) Simulink Plots: Fig. 6 Variation of speed with respect to time 125 P a g e

10 Fig. 7 Variation of current with respect to time IV. BRAKING The term braking comes from the term brake. The brake is an equipment to reduce the speed of any moving or rotating equipment, like vehicles, locomotives. The process of applying the brakes can be termed as braking. In braking, the motor works as a generator developing a negative torque, which opposes the motion [1]. Where, I a = Armature current V= Supply voltage E= Back emf R a = Armature resistance There are three types of braking Plugging type Braking Dynamic Braking Regenerative Braking 126 P a g e

11 Using GNU Plots for these 3 breaking operations: Plugging type Braking: For plugging, the supply voltage of a separately excited motor is reversed so that it assists the back emf in forcing armature current in the reverse direction. A resistance R a is also connected in series with the armature to limit the current. Plugging gives fast braking due to higher average torque, even with one section of barking resistance R a. Plugging is highly inefficient because in addition to the generated power, the power supplied by the source is also wasted in resistances. Fig. 8 Plugging Circuit (Saber Model) Speed and current waveforms of DC motor during plugging is shown in Fig.9. Here motoring operation is same as that of regenerative braking. In plugging, the voltage applied to the armature is reversed so that the armature current flows in the reverse direction, therefore the torque produced is opposite to the earlier torque direction. Hence opposite torque braking is achieved. 127 P a g e

12 Fig. 9 Waveform showing motoring and plugging operations Dynamic Braking: Shows the current and speed waveform for dynamic braking. When the motor attains the desired speed, supply voltage to the armature circuit is cut off and an external resistance R B (10Ω) is connected across the armature. In this case, the motor acts as a generator and converts kinetic energy stored in moving parts into electrical energy and this energy is dissipated in the form of heat in the resistor R B. The braking time depends upon the value of the external resistance connected in parallel to the armature circuit. As shown in Fig.10, braking with R B = 50Ω is faster compared to that with R B = 10Ω, shown in Fig.11. Fig. 10 Waveform showing motoring and dynamic braking with R B =50 Ω 128 P a g e

13 Fig. 11 Waveform showing motoring and dynamic braking with R B =10 Ω Regenerative Braking: Regenerative braking operation of the DC motor drive is depicted in Fig.12.When the motor attains its constant speed, the supply voltage is cut off and switching pulses are reversed. Thus, the direction of the current will reverse. Later, the motor speed decreases to reach zero value. In this case, the motor act as a generator and the current stored in the armature inductance is fed back to the source. 129 P a g e

14 Fig. 12 Waveform showing motoring and regenerative braking V. CONCLUSION Transient behaviour: Plot of current and speed with respect to time is verified both using GNU plots (both with and without load torque) and MATLAB (Simulink) model (without load torque) of separately excited DC motor. All 3 types of braking are verified using GNU plots. In dynamic braking, braking time depends on the value of the resistance, higher the value of resistance less is the braking time. Appendix: Separately excited DC Motor specification: Sl. No Motor Parameters Values 01. Rated Power (P) 15 hp 02. Rated Voltage ( V) 230V 03. Armature resistance (Ra) 0.5 Ω 04. Armature inductance( La) 0.05H 05. Coefficient of Viscous friction (B) 0.02Nm/rad/sec 06. Moment of inertia (J) 2kg-m 2 ACKNOWLEDGEMENTS We wish to place on record our profound and deep sense of gratitude to our guide Asst Prof. Javeed Kittur, for his wholehearted guidance without which this endeavour would not have been possible. Our diction falls short of words to gratify our guide for being the primary source of inspiration and strength for the project study. We are grateful to Dr. A. B. Raju, our Head of the Department for their valuable guidance and encouragement with suggestions and permitting me to carry out my project work and also for their co-operation throughout the project. 130 P a g e

15 We are grateful to Dr. Ashok Shettar, our respected principal for having provided us the academic environment which nurtured our practical skills contributing to the success of our project. VI. REFERENCES [1] Types of Braking - Electrical4u.com [2] Steven C. Chapra & Raymond P. Canale, Numerical methods for Engineers, Fourth Edition. [3] Numeicalanalysis- [4] What is NumericalMethod. www3.ul.ie/~mlc/support/compmaths2/files/ [5] Euler'sMethod_www.mathscoop.com(euler) [6] Gopal K. Dubey, Fundamentals of Electrical Drives, Second edition [7] Explicit and Implicit Methods In Solving Differential Equations digitalcommons.uconn.edu/cgi/viewcontent.cgi. [8] Balaguruswamy, Programming in ANSI C. 131 P a g e

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS

Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Comparative Study of Synchronous Machine, Model 1.0 and Model 1.1 in Transient Stability Studies with and without PSS Abhijit N Morab, Abhishek P Jinde, Jayakrishna Narra, Omkar Kokane Guide: Kiran R Patil

More information

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment

Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment Mathematical Modeling and Dynamic Simulation of DC Motors using MATLAB/Simulink Environment K. Kalaiselvi 1, K.Abinaya 2, P. Ramesh Babu 3 1,2 Under Graduate Scholar, Department of EEE, Saranathan College

More information

3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement

3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement 3 Lab 3: DC Motor Transfer Function Estimation by Explicit Measurement 3.1 Introduction There are two common methods for determining a plant s transfer function. They are: 1. Measure all the physical parameters

More information

SPEED CONTROL OF PMSM BY USING DSVM -DTC TECHNIQUE

SPEED CONTROL OF PMSM BY USING DSVM -DTC TECHNIQUE SPEED CONTROL OF PMSM BY USING DSVM -DTC TECHNIQUE J Sinivas Rao #1, S Chandra Sekhar *2, T Raghu #3 1 Asst Prof, Dept Of EEE, Anurag Engineering College, AP, INDIA 3 Asst Prof, Dept Of EEE, Anurag Engineering

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

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR

DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR DEVELOPMENT OF DIRECT TORQUE CONTROL MODELWITH USING SVI FOR THREE PHASE INDUCTION MOTOR MUKESH KUMAR ARYA * Electrical Engg. Department, Madhav Institute of Technology & Science, Gwalior, Gwalior, 474005,

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

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

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout

SRV02-Series Rotary Experiment # 1. Position Control. Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout SRV02-Series Rotary Experiment # 1 Position Control Student Handout 1. Objectives The objective in this experiment is to introduce the

More information

Full Order Observer Controller Design for DC Motor Based on State Space Approach

Full Order Observer Controller Design for DC Motor Based on State Space Approach ISSN (Online): 2319-764 Index Copernicus Value (213): 6.14 Impact Factor (214): 5.611 Full Order Observer Controller Design for DC Motor Based on State Space Approach Debabrata Pal Aksum University, College

More information

Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine

Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine Mathematical MATLAB Model and Performance Analysis of Asynchronous Machine Bikram Dutta 1, Suman Ghosh 2 Assistant Professor, Dept. of EE, Guru Nanak Institute of Technology, Kolkata, West Bengal, India

More information

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat

Electric Machines I Three Phase Induction Motor. Dr. Firas Obeidat Electric Machines I Three Phase Induction Motor Dr. Firas Obeidat 1 Table of contents 1 General Principles 2 Construction 3 Production of Rotating Field 4 Why Does the Rotor Rotate 5 The Slip and Rotor

More information

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems

ET3-7: Modelling I(V) Introduction and Objectives. Electrical, Mechanical and Thermal Systems ET3-7: Modelling I(V) Introduction and Objectives Electrical, Mechanical and Thermal Systems Objectives analyse and model basic linear dynamic systems -Electrical -Mechanical -Thermal Recognise the analogies

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

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS

DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS DESIGN AND MODELLING OF SENSORLESS VECTOR CONTROLLED INDUCTION MOTOR USING MODEL REFERENCE ADAPTIVE SYSTEMS Janaki Pakalapati 1 Assistant Professor, Dept. of EEE, Avanthi Institute of Engineering and Technology,

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

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

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

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control DC Motor Control Trainer (DCMCT) Student Manual Table of Contents 1 Laboratory Objectives1 2 References1 3 DCMCT Plant

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

Electrical Drives I. Week 3: SPEED-TORQUE characteristics of Electric motors

Electrical Drives I. Week 3: SPEED-TORQUE characteristics of Electric motors Electrical Drives I Week 3: SPEED-TORQUE characteristics of Electric motors b- Shunt DC motor: I f Series and shunt field resistances are connected in shunt (parallel) Exhibits identical characteristics

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

LIAPUNOV S STABILITY THEORY-BASED MODEL REFERENCE ADAPTIVE CONTROL FOR DC MOTOR

LIAPUNOV S STABILITY THEORY-BASED MODEL REFERENCE ADAPTIVE CONTROL FOR DC MOTOR LIAPUNOV S STABILITY THEORY-BASED MODEL REFERENCE ADAPTIVE CONTROL FOR DC MOTOR *Ganta Ramesh, # R. Hanumanth Nayak *#Assistant Professor in EEE, Gudlavalleru Engg College, JNTU, Kakinada University, Gudlavalleru

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

Power Electronics. Lecture - 14

Power Electronics. Lecture - 14 Power Electronics Prof. B.G Fernandes Electrical Engineering Indian Institute of Technology, Bombay Lecture - 14 So far we have discussed uncontrolled bridge, wherein all the 4 devices were diodes. We

More information

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB

SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB olume No.0, Issue No. 08, August 014 ISSN (online): 48 7550 SIMULATION OF STEADY-STATE PERFORMANCE OF THREE PHASE INDUCTION MOTOR BY MATLAB Harish Kumar Mishra 1, Dr.Anurag Tripathi 1 Research Scholar,

More information

Model of a DC Generator Driving a DC Motor (which propels a car)

Model of a DC Generator Driving a DC Motor (which propels a car) Model of a DC Generator Driving a DC Motor (which propels a car) John Hung 5 July 2011 The dc is connected to the dc as illustrated in Fig. 1. Both machines are of permanent magnet type, so their respective

More information

Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink

Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink 2016 IJSRSET Volume 2 Issue 3 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Mathematical Modelling of an 3 Phase Induction Motor Using MATLAB/Simulink ABSTRACT

More information

Tutorial 1 - Drive fundamentals and DC motor characteristics

Tutorial 1 - Drive fundamentals and DC motor characteristics University of New South Wales School of Electrical Engineering & elecommunications ELEC4613 ELECRIC DRIVE SYSEMS utorial 1 - Drive fundamentals and DC motor characteristics 1. In the hoist drive system

More information

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

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September 21 10 2:29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such

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

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

DC motors. 1. Parallel (shunt) excited DC motor

DC motors. 1. Parallel (shunt) excited DC motor DC motors 1. Parallel (shunt) excited DC motor A shunt excited DC motor s terminal voltage is 500 V. The armature resistance is 0,5 Ω, field resistance is 250 Ω. On a certain load it takes 20 A current

More information

LAB REPORT: THREE-PHASE INDUCTION MACHINE

LAB REPORT: THREE-PHASE INDUCTION MACHINE LAB REPORT: THREE-PHASE INDUCTION MACHINE ANDY BENNETT 1. Summary This report details the operation, modelling and characteristics of a three-phase induction machine. It attempts to provide a concise overview

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

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

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Power System Stability and Control Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Contents Chapter 1 Introduction to Power System Stability

More information

ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS

ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS Journal of Al Azhar University Engineering Sector Vol. 13, No. 49, October, 2018, 1290-1299 ENHANCEMENT MAXIMUM POWER POINT TRACKING OF PV SYSTEMS USING DIFFERENT ALGORITHMS Yasmin Gharib 1, Wagdy R. Anis

More information

Lesson 17: Synchronous Machines

Lesson 17: Synchronous Machines Lesson 17: Synchronous Machines ET 332b Ac Motors, Generators and Power Systems Lesson 17_et332b.pptx 1 Learning Objectives After this presentation you will be able to: Explain how synchronous machines

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

Chapter 23 Magnetic Flux and Faraday s Law of Induction

Chapter 23 Magnetic Flux and Faraday s Law of Induction Chapter 23 Magnetic Flux and Faraday s Law of Induction 1 Overview of Chapter 23 Induced Electromotive Force Magnetic Flux Faraday s Law of Induction Lenz s Law Mechanical Work and Electrical Energy Generators

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

Nonlinear Electrical FEA Simulation of 1MW High Power. Synchronous Generator System

Nonlinear Electrical FEA Simulation of 1MW High Power. Synchronous Generator System Nonlinear Electrical FEA Simulation of 1MW High Power Synchronous Generator System Jie Chen Jay G Vaidya Electrodynamics Associates, Inc. 409 Eastbridge Drive, Oviedo, FL 32765 Shaohua Lin Thomas Wu ABSTRACT

More information

MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK

MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK MATHEMATICAL MODELING OF OPEN LOOP PMDC MOTOR USING MATLAB/SIMULINK 1 Mr.Dhaval K.Patel 1 Assistant Professor, Dept. of Electrical Engineering. Gidc Degree Engineering College Abrama, Navsari. ABSTRACT:

More information

Electric Vehicle Performance Power and Efficiency

Electric Vehicle Performance Power and Efficiency Electric Vehicle Performance Power and Efficiency 1 Assignment a) Examine measurement guide and electric vehicle (EV) arrangement. b) Drive the route according to teacher s instruction and download measured

More information

Exam 2 Solutions. Answer: 3.0 W Solution: The total current is in the series circuit is 1 A, so the power dissipated in R 2 is i 2 R 2

Exam 2 Solutions. Answer: 3.0 W Solution: The total current is in the series circuit is 1 A, so the power dissipated in R 2 is i 2 R 2 Exam 2 Solutions Prof. Pradeep Kumar Prof. Paul Avery Mar. 21, 2012 1. A portable CD player does not have a power rating listed, but it has a label stating that it draws a maximum current of 159.0 ma.

More information

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR

PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR PERFORMANCE ANALYSIS OF DIRECT TORQUE CONTROL OF 3-PHASE INDUCTION MOTOR 1 A.PANDIAN, 2 Dr.R.DHANASEKARAN 1 Associate Professor., Department of Electrical and Electronics Engineering, Angel College of

More information

Lab 3: Quanser Hardware and Proportional Control

Lab 3: Quanser Hardware and Proportional Control Lab 3: Quanser Hardware and Proportional Control The worst wheel of the cart makes the most noise. Benjamin Franklin 1 Objectives The goal of this lab is to: 1. familiarize you with Quanser s QuaRC tools

More information

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD

MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD MODELING AND SIMULATION OF ENGINE DRIVEN INDUCTION GENERATOR USING HUNTING NETWORK METHOD K. Ashwini 1, G. N. Sreenivas 1 and T. Giribabu 2 1 Department of Electrical and Electronics Engineering, JNTUH

More information

The next two questions pertain to the situation described below. Consider a parallel plate capacitor with separation d:

The next two questions pertain to the situation described below. Consider a parallel plate capacitor with separation d: PHYS 102 Exams Exam 2 PRINT (A) The next two questions pertain to the situation described below. Consider a parallel plate capacitor with separation d: It is connected to a battery with constant emf V.

More information

Index. Index. More information. in this web service Cambridge University Press

Index. Index. More information.  in this web service Cambridge University Press A-type elements, 4 7, 18, 31, 168, 198, 202, 219, 220, 222, 225 A-type variables. See Across variable ac current, 172, 251 ac induction motor, 251 Acceleration rotational, 30 translational, 16 Accumulator,

More information

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE

EFFECTS OF LOAD AND SPEED VARIATIONS IN A MODIFIED CLOSED LOOP V/F INDUCTION MOTOR DRIVE Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 3, November, 2012, pp. 365 369. Copyright 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 EFFECTS OF LOAD AND SPEED VARIATIONS

More information

Dynamic d-q Model of Induction Motor Using Simulink

Dynamic d-q Model of Induction Motor Using Simulink Dynamic d-q Model of Induction Motor Using Simulink Anand Bellure #1, Dr. M.S Aspalli #2, #1,2 Electrical and Electronics Engineering Department, Poojya Doddappa Appa College of Engineering, Gulbarga,

More information

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM

Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Independent Control of Speed and Torque in a Vector Controlled Induction Motor Drive using Predictive Current Controller and SVPWM Vandana Peethambaran 1, Dr.R.Sankaran 2 Assistant Professor, Dept. of

More information

Prediction of Electromagnetic Forces and Vibrations in SRMs Operating at Steady State and Transient Speeds

Prediction of Electromagnetic Forces and Vibrations in SRMs Operating at Steady State and Transient Speeds Prediction of Electromagnetic Forces and Vibrations in SRMs Operating at Steady State and Transient Speeds Zhangjun Tang Stryker Instruments Kalamazoo, MI 491 Phone: 269-323-77 Ext.363 Fax: 269-323-394

More information

Chapter 30. Induction and Inductance

Chapter 30. Induction and Inductance Chapter 30 Induction and Inductance 30.2: First Experiment: 1. A current appears only if there is relative motion between the loop and the magnet (one must move relative to the other); the current disappears

More information

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint Laboratory 11 State Feedback Controller for Position Control of a Flexible Joint 11.1 Objective The objective of this laboratory is to design a full state feedback controller for endpoint position control

More information

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS

CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 47 CHAPTER 5 SIMULATION AND TEST SETUP FOR FAULT ANALYSIS 5.1 INTRODUCTION This chapter describes the simulation model and experimental set up used for the fault analysis. For the simulation set up, the

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 6: Modeling of Electromechanical Systems Principles of Motor Operation

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

Practical 1 RC Circuits

Practical 1 RC Circuits Objectives Practical 1 Circuits 1) Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. 2) Graphically determine the time constant for the decay, τ =.

More information

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle

Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Page 359 World Electric Vehicle Journal Vol. 3 - ISSN 232-6653 - 29 AVERE Parameter Prediction and Modelling Methods for Traction Motor of Hybrid Electric Vehicle Tao Sun, Soon-O Kwon, Geun-Ho Lee, Jung-Pyo

More information

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II Asst. Prof. Dr.-Ing. Sudchai Boonto Department of Control Systems and Instrumentation Engineering King Mongkut s University

More information

Slide 1 / 26. Inductance by Bryan Pflueger

Slide 1 / 26. Inductance by Bryan Pflueger Slide 1 / 26 Inductance 2011 by Bryan Pflueger Slide 2 / 26 Mutual Inductance If two coils of wire are placed near each other and have a current passing through them, they will each induce an emf on one

More information

INDUCTION MOTOR MODEL AND PARAMETERS

INDUCTION MOTOR MODEL AND PARAMETERS APPENDIX C INDUCTION MOTOR MODEL AND PARAMETERS C.1 Dynamic Model of the Induction Motor in Stationary Reference Frame A three phase induction machine can be represented by an equivalent two phase machine

More information

Control of an Induction Motor Drive

Control of an Induction Motor Drive Control of an Induction Motor Drive 1 Introduction This assignment deals with control of an induction motor drive. First, scalar control (or Volts-per-Hertz control) is studied in Section 2, where also

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

Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor

Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 3 (2007) No. 3, pp. 180-188 Robust sliding mode speed controller for hybrid SVPWM based direct torque control of induction motor

More information

AP Physics C. Magnetism - Term 4

AP Physics C. Magnetism - Term 4 AP Physics C Magnetism - Term 4 Interest Packet Term Introduction: AP Physics has been specifically designed to build on physics knowledge previously acquired for a more in depth understanding of the world

More information

General Physics (PHYC 252) Exam 4

General Physics (PHYC 252) Exam 4 General Physics (PHYC 5) Exam 4 Multiple Choice (6 points). Circle the one best answer for each question. For Questions 1-3, consider a car battery with 1. V emf and internal resistance r of. Ω that is

More information

Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems

Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems Analysis of Electric DC Drive Using Matlab Simulink and SimPower Systems Miklosevic, Kresimir ; Spoljaric, Zeljko & Jerkovic, Vedrana Department of Electromechanical Engineering Faculty of Electrical Engineering,

More information

Research on Permanent Magnet Linear Synchronous Motor Control System Simulation *

Research on Permanent Magnet Linear Synchronous Motor Control System Simulation * Available online at www.sciencedirect.com AASRI Procedia 3 (2012 ) 262 269 2012 AASRI Conference on Modeling, Identification and Control Research on Permanent Magnet Linear Synchronous Motor Control System

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

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

magneticsp17 September 14, of 17

magneticsp17 September 14, of 17 EXPERIMENT Magnetics Faraday s Law in Coils with Permanent Magnet, DC and AC Excitation OBJECTIVE The knowledge and understanding of the behavior of magnetic materials is of prime importance for the design

More information

Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis The MathWorks, Inc. 1

Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis The MathWorks, Inc. 1 Deriving a Fast and Accurate PMSM Motor Model from Finite Element Analysis Dakai Hu, Ph.D Haiwei Cai, Ph.D MathWorks Application Engineer ANSYS Application Engineer 2017 The MathWorks, Inc. 1 Motivation

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

Analysis of Field Oriented Control Strategy for Induction Motor

Analysis of Field Oriented Control Strategy for Induction Motor Kalpa Publications in Engineering Volume 1, 2017, Pages 214 219 ICRISET2017. International Conference on Research and Innovations in Science, Engineering &Technology. Selected Papers in Engineering Analysis

More information

Conventional Paper-I-2011 PART-A

Conventional Paper-I-2011 PART-A Conventional Paper-I-0 PART-A.a Give five properties of static magnetic field intensity. What are the different methods by which it can be calculated? Write a Maxwell s equation relating this in integral

More information

Coupled Drive Apparatus Modelling and Simulation

Coupled Drive Apparatus Modelling and Simulation University of Ljubljana Faculty of Electrical Engineering Victor Centellas Gil Coupled Drive Apparatus Modelling and Simulation Diploma thesis Menthor: prof. dr. Maja Atanasijević-Kunc Ljubljana, 2015

More information

A Power System Dynamic Simulation Program Using MATLAB/ Simulink

A Power System Dynamic Simulation Program Using MATLAB/ Simulink A Power System Dynamic Simulation Program Using MATLAB/ Simulink Linash P. Kunjumuhammed Post doctoral fellow, Department of Electrical and Electronic Engineering, Imperial College London, United Kingdom

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

Lecture (20) DC Machine Examples Start of Synchronous Machines

Lecture (20) DC Machine Examples Start of Synchronous Machines Lecture (20) DC Machine Examples Start of Synchronous Machines Energy Systems Research Laboratory, FIU All rights reserved. 20-1 Energy Systems Research Laboratory, FIU All rights reserved. 20-2 Ra R f

More information

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF

Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF Sensorless Control for High-Speed BLDC Motors With Low Inductance and Nonideal Back EMF P.Suganya Assistant Professor, Department of EEE, Bharathiyar Institute of Engineering for Women Salem (DT). Abstract

More information

Chapter 7 Direct-Current Circuits

Chapter 7 Direct-Current Circuits Chapter 7 Direct-Current Circuits 7. Introduction... 7. Electromotive Force... 7.3 Resistors in Series and in Parallel... 4 7.4 Kirchhoff s Circuit Rules... 6 7.5 Voltage-Current Measurements... 8 7.6

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

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

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

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

System Modeling: Motor position, θ The physical parameters for the dc motor are:

System Modeling: Motor position, θ The physical parameters for the dc motor are: Dept. of EEE, KUET, Sessional on EE 3202: Expt. # 2 2k15 Batch Experiment No. 02 Name of the experiment: Modeling of Physical systems and study of their closed loop response Objective: (i) (ii) (iii) (iv)

More information

POWER SEMICONDUCTOR BASED ELECTRIC DRIVES

POWER SEMICONDUCTOR BASED ELECTRIC DRIVES POWER SEMICONDUCT BASED ELECTRIC DRIVES [Time: 3 Hrs] [Max. Marks: 80] Instructions: Solve any six questions from Q.No (1 or 2), Q.No (3 or 4), Q.No (5 or 6), Q.No (7 or 8), Q.No (9 or 10), Q.No (11 or

More information

Basic RL and RC Circuits R-L TRANSIENTS: STORAGE CYCLE. Engineering Collage Electrical Engineering Dep. Dr. Ibrahim Aljubouri

Basic RL and RC Circuits R-L TRANSIENTS: STORAGE CYCLE. Engineering Collage Electrical Engineering Dep. Dr. Ibrahim Aljubouri st Class Basic RL and RC Circuits The RL circuit with D.C (steady state) The inductor is short time at Calculate the inductor current for circuits shown below. I L E R A I L E R R 3 R R 3 I L I L R 3 R

More information

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator

MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator 628 Progress In Electromagnetics Research Symposium 2006, Cambridge, USA, March 26-29 MATLAB SIMULINK Based DQ Modeling and Dynamic Characteristics of Three Phase Self Excited Induction Generator A. Kishore,

More information

A study on wheel force measurement using strain gauge equipped wheels

A study on wheel force measurement using strain gauge equipped wheels A study on wheel force measurement using strain gauge equipped wheels PAVLOS MAVROMATIDIS a, ANDREAS KANARACHOS b Electrical Engineering Department a, Mechanical Engineering Department b Frederick University

More information

Physics 2135 Exam 2 October 20, 2015

Physics 2135 Exam 2 October 20, 2015 Exam Total / 200 Physics 2135 Exam 2 October 20, 2015 Printed Name: Rec. Sec. Letter: Five multiple choice questions, 8 points each. Choose the best or most nearly correct answer. 1. A straight wire segment

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

Transient Stability Analysis of Single Machine Infinite Bus System by Numerical Methods

Transient Stability Analysis of Single Machine Infinite Bus System by Numerical Methods International Journal of Electrical and Electronics Research ISSN 348-6988 (online) Vol., Issue 3, pp: (58-66), Month: July - September 04, Available at: www.researchpublish.com Transient Stability Analysis

More information

د شوقي حامد عرفه ابراهيم

د شوقي حامد عرفه ابراهيم 2015 /1/19 اإلجابة النموذجية لمادة نظم التشغيل الكهربية ك 563 د شوقي حامد عرفه ابراهيم يوم االثنين الموافق Benha University Benha Faculty of Engineering Subject: Electrical drives (E563) Time: 3hours Fifth

More information

Eigenvalues and eigenvectors System Theory: electricmotor

Eigenvalues and eigenvectors System Theory: electricmotor Eigenvalues and eigenvectors System Theory: electricmotor Alireza Abouhossein Ph.D. Alireza.abouhossein@unibo.it 1 Example-1 Can you calculate A^2, A -1 -I? without multiplying A or finding the inverse

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