10MAT41 ENGINEERING MATHEMATICS - IV

Size: px
Start display at page:

Download "10MAT41 ENGINEERING MATHEMATICS - IV"

Transcription

1 10MAT41 ENGINEERING MATHEMATICS - IV MVJCE 1 COURSE DIARY

2 SYLLABUS ENGINEERING MATHEMATICS IV Sub Code: 10MAT41 I A Marks: 25 Hours / Week: 4 Exam Hours:03 Total Hours: 52 Exam Marks: 100 PART-A Unit-I: NUMERICAL METHODS - 1 Numerical solution of ordinary differential equations of first order and first degree; Picard s method, Taylor s series method, modified Euler s method, Runge-kutta method of fourth-order. Milne s and Adams - Bashforth predictor and corrector methods (No derivations of formulae). [6 hours] Unit-II: NUMERICAL METHODS 2 Numerical solution of simultaneous first order ordinary differential equations: Picard s method, Runge-Kutta method of fourth-order. Numerical solution of second order ordinary differential equations: Picard s method, Runge-Kutta method and Milne s method. [6 hours] Unit-III: Complex variables 1 Function of a complex variable, Analytic functions-cauchy-riemann equations in cartesian and polar forms. Properties of analytic functions. Application to flow problems- complex potential, velocity potential, equipotential lines, stream functions, stream lines. [7 hours] Unit-IV: Complex variables 2 Conformal Transformations: Bilinear Transformations. Discussion of Transformations: 22, w=, (/) z wzewzaz ==+. Complex line integrals- Cauchy s theorem and Cauchy s integral formula. [7 hours] Unit-V: SPECIAL FUNCTIONS PART-B Solution of Laplace equation in cylindrical and spherical systems leading Bessel s and Legendre s differential equations, Series solution of Bessel s differential equation leading to Bessel function of first kind. Orthogonal property of Bessel functions. Series solution of Legendre s differential equation leading to Legendre polynomials, Rodrigue s formula. [7 hours] MVJCE 2 COURSE DIARY

3 Unit-VI: PROBABILITY THEORY - 1 Probability of an event, empherical and axiomatic definition, probability associated with set theory, addition law, conditional probability, multiplication law, Baye s theorem. [6 hours] Unit-VII: PROBABILITY THEORY- 2 Random variables (discrete and continuous), probability density function, cumulative density function. Probability distributions Binomial and Poisson distributions; Exponential and normal distributions. [7 hours] Unit-VIII: SAMPLING THEORY Sampling, Sampling distributions, standard error, test of hypothesis for means, confidence limits for means, student s t-distribution. Chi -Square distribution as a test of goodness of fit [6 hours] Text Books: 1. B.S. Grewal, Higher Engineering Mathematics, Latest edition, Khanna Publishers 2. Erwin Kreyszig, Advanced Engineering Mathematics, Latest edition, Wiley Publications. Reference Book: 1. B.V. Ramana, Higher Engineering Mathematics, Latest edition, Tata Mc. Graw Hill Publications. 2. Peter V. O Neil, Engineering Mathematics, CENGAGE Learning India Pvt Ltd.Publishers MVJCE 3 COURSE DIARY

4 LESSON PLAN 10MAT-41 Hours / Week: 05 I.A. Marks: 25 Total Hours: 60 No. of Topics Hrs Unit 1 Numerical Methods 1 Numerical solutions of first order and first degree ordinary differential equations 2 Taylor s series method 3 Modified Euler s method 4 Runge Kutta method of fourth order 5 Milne s and Adams-Bashforth predictor 6 corrector methods Unit 2 Complex Variables 7 Function of a complex variable, Limit, Continuity Differentiability-Definitions 8 Analytic functions 9 Cauchy Riemann equations in Cartesian and polar forms 10 Properties of analytic functions 11 Conformal Transformation Definition 12 Discussion of transformations: W = z 2, W = e z, W = z + (1/z), z 0 13 Bilinear transformations Unit 3 Complex Integration 14 Complex line integrals 15 Cauchy s theorem 16 Cauchy s integral formula 17 Taylor s and Laurent s series (Statements only) 18 Singularities, Poles, Residues 19 Cauchy s residue theorem Unit 4 Series solution of Ordinary Differential Equations and Special Functions 20 Series solution 21 Frobenius method 22 Series solution of Bessel s D.E. leading to Bessel function of first kind 23 Equations reducible to essel s D.E 24 series solution of Legendre s D.E 25 leading to Legendre polynomials 26 Rodirgue s formula Unit 5 Statistical Methods 27 Curve fitting by the method of least squares: y = a + bx 28 y = a + bx+cx 2, y = ax b, y = ab x, y = ae bx 29 Correlation and Regression 30 Probability: Addition rule, Conditional probability 31 Multiplication rule 32 Baye s theorem Unit 6 33 Random Variables (Discrete and Continuous) 34 p.d.f 35 c.d.f MVJCE 4 COURSE DIARY

5 No. of Hrs Topics 36 Binomial 37 Poisson 38 Normal 39 Exponential distributions Unit 7 40 Sampling 41 Sampling distribution 42 Standard error 43 Testing of hypothesis for means 44 Confidence limits for means 45 Student s t distribution 46 Chi-square distribution as a test of goodness of fit Unit 8 47 Concept of joint probability Joint probability distribution 48 Discrete and Independent random variables 49 Expectation, Covariance, Correlation coefficient 50 Probability vectors, Stochastic matrices, Fixed points, Regular stochastic matrices 51 Markov chains, Higher transition probabilities 52 Stationary distribution of regular Markov chains MVJCE 5 COURSE DIARY

6 10EES42 MICROCONTROLLERS MVJCE 6 COURSE DIARY

7 SYLLABUS SUBJECT CODE: 10ES42 IA MARKS: 25 SUBJECT: MICROCONTROLLERS EXAM HOURS: 3 (Common to, EE, EC, IT, TC, BM and ML) EXAM MARKS: 100 HOURS / WEEK: 04 TOTAL HOURS: 52 UNIT 1: Microprocessors and microcontroller. Introduction, Microprocessors and Microcontrollers, RISC & CISC CPU Architectures, Harvard & Von-Neumann CPU architecture, Computer software. The 8051 Architecture: Introduction, Architecture of 8051, Pin diagram of 8051, Memory organization, External Memory interfacing, Stacks. 6 Hours UNIT 2: Addressing Modes: Introduction, Instruction syntax, Data types, Subroutines, Addressing modes: Immediate addressing, Register addressing, Direct addressing, Indirect addressing, relative addressing, Absolute addressing, Long addressing, Indexed addressing, Bit inherent addressing, bit direct addressing. Instruction set: Instruction timings, 8051 instructions: Data transfer instructions, Arithmetic instructions, Logical instructions, Branch instructions, Subroutine instructions, Bit manipulation instruction. 6 Hours UNIT 3: 8051 programming: Assembler directives, Assembly language programs and Time delay calculations. 6 Hours UNIT 4: 8051 Interfacing and Applications: Basics of I/O concepts, I/O Port Operation, Interfacing 8051 to LCD, Keyboard, parallel and serial ADC, DAC, Stepper motor interfacing and DC motor interfacing and programming 7 Hours UNIT 5: 8051 Interrupts and Timers/counters: Basics of interrupts, 8051 interrupt structure, Timers and Counters, 8051 timers/counters, programming 8051 timers in assembly and C. 6 Hours UNIT 6: 8051 Serial Communication: Data communication, Basics of Serial Data Communication, 8051 Serial Communication, connections to RS-232, Serial communication Programming in assembly and C. 8255A Programmable Peripheral Interface:, Architecture of 8255A, I/O addressing,, I/O devices interfacing with 8051 using 8255A. 6 Hours Course Aim The MSP430 microcontroller is ideally suited for development of low-power embedded systems that must run on batteries for many years. There are also applications where MSP430 microcontroller must operate on energy harvested from the environment. This is possible due to the ultra-low power operation of MSP430 and the fact that it provides a complete system solution including a RISC CPU, flash memory, on-chip data converters and on-chip peripherals. MVJCE 7 COURSE DIARY

8 UNIT 7: Motivation for MSP430microcontrollers Low Power embedded systems, On-chip peripherals (analog and digital), low-power RF capabilities. Target applications (Single-chip, low cost, low power, high performance system design). 2 Hours MSP430 RISC CPU architecture, Compiler-friendly features, Instruction set, Clock system, Memory subsystem. Key differentiating factors between different MSP430 families. 2 Hours Introduction to Code Composer Studio (CCS v4). Understanding how to use CCS for Assembly, C, Assembly+C projects for MSP430 microcontrollers. Interrupt programming. 3 Hours Digital I/O I/O ports programming using C and assembly, Understanding the muxing scheme of the MSP430 pins. 2 Hours UNIT 8: On-chip peripherals. Watchdog Timer, Comparator, Op-Amp, Basic Timer, Real Time Clock (RTC), ADC, DAC, SD16, LCD, DMA. 2 Hours Using the Low-power features of MSP430. Clock system, low-power modes, Clock request feature, Low-power programming and Interrupt. 2 Hours Interfacing LED, LCD, External memory. Seven segment LED modules interfacing. Example Realtime clock. 2 Hours Case Studies of applications of MSP430 - Data acquisition system, Wired Sensor network, Wireless sensor network with Chipcon RF interfaces. 3 Hours TEXT BOOKS: 1. The 8051 Microcontroller and Embedded Systems using assembly and C -, Muhammad Ali Mazidi and Janice Gillespie Mazidi and Rollin D. McKinlay; PHI, 2006 / Pearson, MSP430 Microcontroller Basics, John Davies, Elsevier, 2010 (Indian edition available) REFERENCE BOOKS: 1. The 8051 Microcontroller Architecture, Programming & Applications, 2e Kenneth J. Ayala ;, Penram International, 1996 / Thomson Learning The 8051 Microcontroller, V.Udayashankar and MalikarjunaSwamy, TMH, MSP430 Teaching CD-ROM, Texas Instruments, 2008 (can be requested ) 4. Microcontrollers: Architecture, Programming, Interfacing and System Design,Raj Kamal, Pearson Education, 2005 MVJCE 8 COURSE DIARY

9 LESSON PLAN SUBJECT CODE: 10ES42 IA MARKS: 25 SUBJECT: MICROCONTROLLERS EXAM HOURS: 03 EXAM MARKS: 100 TOTAL HOURS: 60 Chapter No. 1 Chapter name Hrs Topic to be covered Microprocessors And Microcontroller 1 Introduction, Microprocessors and Microcontrollers, A Microprocessors survey. 2 RISC & CISC CPU Architectures, Harvard & Von-Neumann CPU architecture. 3 Introduction, 8051 Microcontroller Hardware 4 Input / Output Pins 5 Ports and Circuits External Memory, Counter and Timers 6 Serial Data Input / Output, Addressing Modes and Operations Jump and Call Instructions 8051 programming in C 7 Interrupts. types 8 Introduction, Addressing modes, External data Moves 9 Code Memory, Read Only Data Moves / Indexed Addressing mode 10 PUSH and POP Opcodes, Data exchanges, Example Programs 11 Byte level logical Operations, Bit level Logical Operations 12 Rotate and Swap Operations, Example Programs 13 Arithmetic Operations: Flags, Incrementing and Decrementing, Addition, Subtraction 14 Multiplication and Division, Decimal Arithmetic, 15 Example Programs. 16 The JUMP and CALL Program range 17 Jumps, calls programs 18 Subroutines programs 19 Interrupts and Returns 20 More Detail on Interrupts 21 Example Problems 22 Example Problems 23 Data types and time delays in 8051C 24 I/O programming 25 Data conversion programs 26 Accessing code ROM space, 27 Communication Programs in C 28 logic operations 29 data serialization 30 Example programs MVJCE 9 COURSE DIARY

10 Chapter No. Chapter name Hrs Topic to be covered 5. Timer / Counter Programming in Programming 8051 Timers 32 Programming 8051 Timers (cont.) 33 Counter Programming 34 Counter Programming (cont.) 35 Programming timers 0 and 1 in 8051 C 36 Programming timers 0 and 1 in 8051 C (cont.) 37 Example programs 38 Basics of Serial Communication connections to RS Serial Communication Serial communication Programming 41 Programming the second serial port 42 Serial port programming in C 43 Example Programs 44 Exercise programs Interrupts 46 Programming Timer Interrupts 7 Interrupts Programming 47 Programming External Hardware Interrupts 48 Programming the Serial Communication Interrupts 49 Interrupt Priority in the 8051/52 50 Interrupt programming in C 51 Exercise and example programs 52 Interfacing 8051 to LCD 53 Interfacing 8051 to Keyboard 54 Interfacing 8051 to parallel and serial ADC Interfacing and Applications 55 Interfacing 8051 to DAC 56 Interfacing 8051 to Stepper motor interfacing 57 Interfacing 8051 to DC motor interfacing 58 Interfacing 8051 to PWM 59 Solving of VTU Question Paper 60 Solving of VTU Question Paper MVJCE 10 COURSE DIARY

11 10ES43 CONTROL SYSTEMS MVJCE 11 COURSE DIARY

12 SYLLABUS SUBJECT CODE: 10ES43 IA MARKS: 25 SUBJECT: CONTROL SYSTEMS EXAM HOURS: 3 (Common to, EE, EC, IT, TC, BM and ML) EXAM MARKS: 100 HOURS / WEEK: 04 TOTAL HOURS: 52 PART A UNIT 1: Modeling of Systems: Introduction to Control Systems, Types of control systems, Effect of feedback systems, Differential equations of physical systems Mechanical systems- Friction, Translational systems (Mechanical accelerometer, Levered systems excluded), Rotational systems, Gear trains. Electrical systems, Analogous systems. 6 Hours UNIT 2: Block diagrams and signal flow graphs: Transfer functions, Block diagrams, Signal Flow graphs (State variable formulation excluded). 7 Hours UNIT 3: Time Response of feed back control systems: Standard test signals, Unit step response of First and second order systems, Time response specifications, Time response specifications of second order systems, steady state errors and error constants. 7Hours UNIT 4: Stability analysis: Concepts of stability, Necessary conditions for Stability, Routh-Hurwitz stability criterion, Relative stability analysis; Special cases of RH criterion. 6 Hours PART B UNIT 5: Root Locus Techniques: Introduction, basic properties of root loci, Construction of root loci. 6 Hours UNIT 6: Stability analysis in frequency domain: Introduction, Mathematical preliminaries, Nyquist Stability criterion, (Inverse polar plots excluded), Assessment of relative stability using Nyquist criterion, (Systems with transportation lag excluded). 7Hours UNIT 7: Frequency domain analysis: Correlation between time and frequency response, Bode plots, All pass and minimum phase systems, Experimental determination of transfer functions, Assessment of relative stability using Bode Plots. 7 Hours UNIT 8: Introduction to State variable analysis: Concepts of state, state variable and state models for electrical systems, Solution of state equations. 6 Hours MVJCE 12 COURSE DIARY

13 TEXT BOOK : 1. Control Systems Engineering, I. J. Nagarath and M.Gopal, New Age International (P) Limited, 4th Edition Modern Control Engineering, K. Ogata, PHI, 5th Edition, REFERENCE BOOKS: 1. Control Systems Engineering,Norman S Nise,Wiley Student Edition,5th Edition, Automatic Control Systems, Benjamin C.Kuo and Farid Golnaaghi, Wiley Student Edition,8th Edition, Feedback and Control Systems,Joseph J Distefano III and other, Schaum s Outlines,TMH,2nd Edition, Control Systems, Ananda Kumar, PHI,2009. MVJCE 13 COURSE DIARY

14 LESSON PLAN SEMESTER: IV TEACHING HOURS: 60 SUB: CONTROL SYSTEMS SUB_CODE: 10ES43 Chapter No Chapter name Modeling of systems Block diagrams and signal flow graphs Time response of feedback control systems Hrs Topic to be covered 1 Introduction to overall subject, Question paper pattern Discussion of types of control system 2 Introduction to Mathematical modeling of system, dynamic equation, F-V, F-I analysis 3 Problems on Translational system 4 Problems on Translational system 5 Introduction to rotational system, T-V & T-I analysis & Problems on rotational system 6 Introduction to modeling of gear system 7 Solution of numericals on gear system 8 Introduction to transfer functions, derivation of transfer functions of physical systems 9 Derivation of transfer functions of physical systems (contd.)& solution of numerical 10 Introduction to block diagram & construction of block diagram; introduction to poles & zeroes 11 Introduction to signal flow graph, construction of signal flow graph & Mason s gain formula 12 Problems on block diagram reduction technique & signal flow graph 13 Problems on block diagram reduction technique & signal flow graph 14 Problems on signal flow graph 15 Problems on multiple input & multiple output systems 15 Introduction to time response analysis & standard input signals 16 Time response analysis of first order system applying unit (i) Step, (ii) Ramp, (iii) Impulse & (iv) Sinusoidal inputs 17 Solution of numericals on Time response analysis of first order system 18 Time response analysis of second order system Analysis of Time Response (i) Overshoot & Undershoot, (ii) 19 Underdamped, Overdamped & Critically Damped systems, (iii) Settling time 21 Time domain specifications & derivation of expressions for them 22 Solution of numericals on second order system & Time domain specifications 23 Introduction to static error coefficient & problems on finding static error coefficient MVJCE 14 COURSE DIARY

15 Chapter No Chapter name Stability analysis Root Locus Technique Stability in the Frequency domain Frequency domain analysis Hrs Topic to be covered 24 Introduction to stability analysis, concept of stability and role of poles & zeroes on stability 25 Techniques of stability analysis : Time domain & Frequency domain; introduction to Routh-Hurwitz criterion 26 Necessary & sufficient conditions of stability as per Routh-Hurwitz criterion and formation of Routh s Table 27 Concept of Relative Stability & its analysis 28 Solution of numericals on stability analysis applying Routh-Hurwitz criterion 29 Solution of numericals on stability analysis applying Routh-Hurwitz criterion when zero appears on first column 30 Solution of numericals on stability analysis 31 Introduction to Root Locus diagram & procedure to plot the Root Locus diagram 32 Procedure to plot the Root Locus diagram (contd.) 33 Solution of numericals on Root Locus 34 Solution of numericals on Root Locus 35 Solution of numericals on Root Locus 36 Solution of numericals on Root Locus 37 Solution of numericals on Root Locus 38 Introduction to concept of polar plot 39 Concept of encircle & enclose 40 Introduction to concept of Nyquist plot criterion ; construction of GH- Plot 41 Assessment of stability from GH Plot & solution of mu,ericals 42 Introduction to assessment of relative stability using Nyquist criterion 43 Solution of numericals on Nyquist plot 44 Solution of numericals on Nyquist plot 45 Solution of numericals on Nyquist plot 46 Introduction to frequency domain analysis & discussion of advantages of frequency response analysis 47 Discussion of frequency domain specifications & derivation of expressions for them 48 Introduction to phase margin & gain margin & correlation between time domain & frequency domain 49 Introduction to Bode plot 50 Problems on Bode plot 51 Determination of Gain Margin & Phase Margin from Bode Plot 52 Assessment of stability from Bode Plot 53 Solution of numericals on Bode plot 54 Solution of numericals on Bode plot MVJCE 15 COURSE DIARY

16 Chapter No. 8. Chapter name Introduction to state variable analysis Hrs Topic to be covered 55 Introduction to concepts of state & state variables, Advantages of state space analysis 56 Introduction to state space representation & state space representation of physical systems 57 Discussion of state space representation of Electrical network 58 Problems on state space representation of Electrical network 59 Introduction to state transition matrix & problems on state system matrix 60 Problems on solution of state equations MVJCE 16 COURSE DIARY

17 MODEL QUESTION PAPER I 1. Distinguish between Open-Loop and Closed-Loop control system. (4) 2. A system has 30% overshoot and settling time of 5 seconds for an unit step input. Determine (i) The transfer function (ii) Peak time (t p ) (iii) Output response (Assume e ss as 2%) (8) 3. Distinguish between type of system and Order of the system. Determine the steady state errors for Type 1 and Type 2 systems with the inputs (i) Unit Step (ii) Unit Parabolic. (6) 4. The open loop transfer function of a unity feedback system is given by G(s) = K (s + 2) (s + 4) (s 2 + 6s + 25) Discuss the stability of the system. (8) 5. Negative non-unity feedback system is represented by G(s) = 100(s + 5) H(s) = 1/s (s 2 + 5s + 10) Determine (i) Order and Type of the system and (ii) Steady state error for unit ramp input. (10) 6. Determine the stability of the control system whose characteristic equations are given by (i) s 6 + 2s 5 + 8s s s s + 16 = 0 (ii) s s s s + 80 = 0 (12) 7. Explain the terms Gain Margin and Phase Margin of the system. (6) 8. By means of the Nyquist criterion, determine whether the closed loop system having the following open-loop transfer function is stable or not. If not, how many closed loop poles lie in the right half S-plane? (14) G(s) H(s) = 1 + 4s s 2 + (1 + s) (1 + 2s) MVJCE 17 COURSE DIARY

18 MODEL QUESTION PAPER II 1. Derive an expression for the response of a second-order system excited by unit step input. (8) 2. The open-loop transfer function of a unity feedback servomotor system is given by G(s) = 1.6 ( s) ( s) Calculate (i) Damping ratio (ii) Percentage overshoot (iii) Damped frequency of oscillations. Assuming the input to be unit step and also find the study state error. (10) 3. The Open Loop transfer function of a control system is given by G(s) H(s) = K s (s + 2) (s + 10) Draw the Bode Plots for K = 10, and determine the stability of the system. Also determine the value of K so that the system may be stable with (i) Gain Margin equal to 6db. (ii) Phase Margin equal to 45 0 (16) 4. A unity feedback has G(s) = 40 (s + 2) s (s + 1) (s + 4) Determine (i) Type of the system (ii) Error coefficients Kp, Kv, Ka (iii) Steady-State Error for the input r(t) = 4(t) (6) 5.Write short notes on any four of the following (4 Χ 5 = 20) i. Servo mechanisms ii. Automatic regulating systems iii. Speed control system iv. M and N circles v. Stability of non-linear systems vi. Describing function method. 6.The open loop transfer function of a certain system is given by G(s) H(s) = K s (s + 4) (s 2 + 4s + 20) (10) Sketch the Root Locus. 7. (a) Derive the Frequency response specifications for a second order system (b) State construction rules of Root Locus. 8. (a). Sketch the Nyquist plot of the following G(s) = K (s + 2) (s 2 + 3s + 1) (12) (8) (20) MVJCE 18 COURSE DIARY

19 10EE44 FIELD THEORY MVJCE 19 COURSE DIARY

20 SYLLABUS SUBJECT CODE: 10ES44 IA MARKS: 25 SUBJECT:FIELD THEORY EXAM HOURS: 3 EXAM MARKS: 100 HOURS / WEEK: 04 TOTAL HOURS: 52 PART A UNIT -1 a. Coulomb s Law and electric field intensity: Experimental law of Coulomb, Electric field intensity, Field due to continuous volume charge distribution, Field of a line charge. 03 Hours b. Electric flux density, Gauss law and divergence: Electric flux density, Gauss law, Divergence, Maxwell s First equation (Electrostatics), vector operator and divergence theorem 04 Hours UNIT- 2 a. Energy and potential: Energy expended in moving a point charge in an electric field, The line integral, Definition of potential difference and Potential, The potential field of a point charge and system of charges, Potential gradient, Energy density in an electrostatic field 04 Hours b. Conductors, dielectrics and capacitance: Current and current density, continuity of current, metallic conductors, conductor properties and boundary conditions, boundary conditions for perfect dielectrics, capacitance and examples. 03 Hours UNIT- 3 Poisson s and Laplace s equations: Derivations of Poisson s and Laplace s Equations, Uniqueness theorem, Examples of the solutions of Laplace s and Poisson s equations. 06 Hours UNIT -4 The steady magnetic field: Biot-Savart law, Ampere s circuital law, Curl, Stokes theorem, magnetic flux and flux density, scalar and Vector magnetic potentials. 06 Hours PART B UNIT- 5 a. Magnetic forces: Force on a moving charge and differential current element, Force between differential current elements, Force and torque on a closed circuit. 03 Hours b. Magnetic materials and inductance: Magnetization and permeability, Magnetic boundary conditions, Magnetic circuit, Potential energy and forces on magnetic materials, Inductance and Mutual Inductance. 04 Hours UNIT-6 Time varying fields and Maxwell s equations: Faraday s law, displacement current, Maxwell s equation in point and Integral form, retarded potentials. 06 Hours UNIT- 7 Uniform plane wave: Wave propagation in free space and dielectrics, Poynting s theorem and wave power, propagation in good conductors, skin effect. 07 Hours UNIT- 8 Plane waves at boundaries and in dispersive media: Reflection of uniform plane waves at normal incidence, SWR, Plane wave propagation in general directions. 06 Hours MVJCE 20 COURSE DIARY

21 TEXT BOOK: 1. Engineering Electromagnetics, William H Hayt Jr. and John A Buck, Tata McGraw-Hill, 7th edition, Principles of Electromagnetics, Matthew N.O. Sadiku, 4th Edition, Oxford University Press, REFERENCE BOOKS: 1.Electromagnetics with Applications, John Krauss and Daniel A Fleisch, McGraw-Hill, 5th edition, Electromagnetism-Theory and Applications, Ashutosh Pramanik, PHI, 2nd edition,reprint Field and Wave Electromagnetics, David K Cheng, Pearson Education Asia, 2nd edition, , Indian Reprint MVJCE 21 COURSE DIARY

22 Unit No. 1a. 1b. 2a. 2b. SEMESTER: IV (NS) TEACHING HOURS: 60 LESSON PLAN SUB: FIELD THEORY SUB_CODE: 10ES44 Unit Name Hrs Topic to be covered Coulomb s Law and electric field intensity Electric flux density, Gauss law and divergence Energy and potential Conductors, dielectrics and capacitance 1 Introduction to vectors 2 Review of vectors continued 3 Explanation of coulomb s law & problems 4 Problems on Coulomb s law continued 5 Definition of electrical field intensity and explanation same 6 Problems on E.F.I 7 Problems on E.F.I continued 8 Problems on E.F.I continued 9 General representation of E.F.I for various types of charges to be discussed 10 Derivation for E.F.I at any point due to infinite lint charge 11 Derivation for E.F.I for finite line charge and sheet charge to find electrical field intensity 12 Problems on line charge, surface charge to find electrical field intensity 13 Finding electrical field intensity for ring & disc charge 14 Derivation for work done in an electrical field in moving charge 15 Solved problems in electrical field in moving charge 16 Statement & Proof of Gauss Law& Its Application 17 Problem & Application on Gauss Law 18 Statement & Proof of Gauss Law in Point form,laplace, Poission s Equation 19 Problems on Gauss Law 20 Problems on gauss laws 21 Electric Scalar Potential, Differential Relation 22 Problems & Differential Relation 23 Problem on Potential & Work Done 24 Problem on Potential, 25 Definition of electric Flux 26 Current, Current Density Relation B/w J & Velocity, Continuity Eqn.,Metallic Conductors, Introduction to Boundary Conditions 27 Energy Density & Electric Field 28 Capacitance, Composite Capacitance 29 Energy & Energy Density for a Capacitor 30 Problem Based on Capacitance MVJCE 22 COURSE DIARY

23 Unit No a. 5b Unit Name Hrs Topic to be covered Poisson s and Laplace s The steady magnetic field Magnetic forces Magnetic materials & inductance Time varying fields and Maxwell s equations Uniform plane wave Plane waves at boundaries and in dispersive media 31 Problems on Divergence, Laplace, Poission s Equation 32 Problems on Laplace, Poission s Equation 33 Problems on Laplace, 34 Poission s Equation to be continued 35 Explanation of Biot Savart Law, Relation B/w B & H and B for ifinite line conductor 36 B for finite Line Conductor, Ampere s Law in Integral & Differential form 37 Problems on Ampere s Law 38 Define of curl, stokes Theorem, Scalar Magnetic Potential 39 Vector Magnetic Potential Problem 40 Vector Magnetic Potential Problem continued 41 Force on Moving Charge & Different Current Element, B/w Different Current Element 42 Force & Torque on Closed Circuit, Magnetization & Permeability Problems 43 Boundary condition & Problems 44 Magnetic circuit, Energy & forces on magnetic materials, self inductance 45 Faraday s Law & Displacement Current Problem 46 Maxwell s Eqn. In Point & Integral Form 47 Retarded Potential, Problems 48 Related problems continued 49 Wave Propagation in Force space & Dielectric Problems 50 Pointing Vector Power Consideration 51 Problems on Pointing Vector 52 Plane Wave at Boundaries 53 Problems on Plane Waves 54 Problems continued 55 Problems on plane waves 56 Reflection of Uniform Plane Wave at Normal Incidence 57 Problems on Reflection of Uniform Plane Wave at Normal Incidence 58 Skin Depth, Problems on Skin Depth, For Power Dielectric 59 Standing Wave Ratio on a Transmission Line 60 Problems on Standing Wave MVJCE 23 COURSE DIARY

24 MODEL QUESTION PAPER 1.a. Find the expression of the field component at a far point due to a dipole. 06 b. Find the far field for the linear quadruple having three charges along Z-axis.2q at Z=0,-q at Z=a and q at Z=a. 07 c. E= 10 [xa x +ya y ]-2a z V/m x 2 +y 2 Potential at (3,4,5) is 10 volt. Find V at (6, -8,7) a. State and prove Gauss s law and determine the field due to an infinite line charge using this. 10 b. A spherical volume charge density is given by ρ= ρ o (1-r 2 /a 2 ) r a r>a I. Calculate the total charge Q ii. Find the electric field intensity E outside the charge distribution iii. Find the electric field intensity for r a. iv. Show that the maximum value of E is at r= 0.745a 10 3.a. Derive Expressions for energy and energy density in a capacitor 06 b. Show that the capacitance between two identical spheres of radius R separated by a distance (d >>R) is given by 4πε o dr/ 2(d-R) 08 c. Derive the expression for the magnetic flux density at a point due to an infinitely long current carrying conductor a. State and explain the Amperes circuit law. Apply the law to determine the magnetic field inside and outside a conductor of radius a. The conductor carries a current of I amperes. Sketch the fields. 06 b. Determine the magnetic vector potential near a long conductor 0f carrying steady current. 06 c. Calculate the displacement current when AC voltage of 100sin(2π10 4 t) is applied across a capacitor of 4 microfarad at instances0.01ms, 1.0ms a. How many turns are required for a square loop of 100 mm on a side to develop a maximum emf of 10 mv RMS if the loop rotates at 30 r/s in earth s magnetic field? Take B = 60 micro sec 10 b. Show that the line integral of magnetic vector potential vector A over a closed loop gives the magnetic flux passing through the area bounded by the loop a. Prove wave propagation in a general medium & arrive at wave propagation in a good conducing medium. 10 b. Determine Attenuation constant, Phase shift constant, Phase velocity & intrinsic impedance of the medium a. State and prove Poynting theorem. 08 b. Prove wave propagation in a general medium & arrive at wave propagation in a good conducting medium a. Explain polarization of plane waves. Write different types of polarization of plane wave. 10 MVJCE 24 COURSE DIARY

25 b. Define wave & uniform plane wave W.R.T Circular & Elliptical polarization of electric field a. What is Equi-potential surface? Give two examples of such surfaces. 10 b. Derive an expression for skin depth. Give an example for it Write short note on i. Wave Propagation in a good conducting medium ii. Brewster angle iii. Linear polarization iv. Boundary condition between two dielectrics (5Marks each) MVJCE 25 COURSE DIARY

26 10EE45 POWER ELECTRONICS MVJCE 26 COURSE DIARY

27 SYLLABUS SUBJECT CODE: 10EE45 IA MARKS: 25 SUBJECT: POWER ELECTRONICS EXAM HOURS: 3 EXAM MARKS: 100 HOURS / WEEK: 04 TOTAL HOURS: 52 PART A UNIT 1: Power Semiconductor Devices: Introduction to semiconductors, Power Electronics, Power semiconductor devices, Control Characteristics. Types of power electronic converters and industrial applications-drives, Electrolysis, Heating, Welding, Static Compensators, SMPS, HVDC power transmission, Thyristorized tap changers and Circuit breakers. 7 hours UNIT 2: Power Transistors: Power BJT s switching characteristics, switching limits, base drive control. Power MOSFET s and IGBT s characteristics, gate drive, di/dt and dv/dt limitations. Isolation of gate and base drives. Simple design of gate and base drives. 6 Hours UNIT 3: Thyristors Introduction, Two Transistor Model, characteristics-static and dynamic. di/dt and dv/dt protection. Ratings of thyristors. Thyristor types. Series and parallel operation of Thyristors. Thyristor firing circuits. Design of firing circuits using UJT, R, R-C circuits. Analysis of firing circuits using operational amplifiers and digital IC s. 7 Hours UNIT 4: Commutation Techniques: Introduction. Natural Commutation. Forced commutation- selfcommutation, impulse commutation, resonant pulse commutation and complementary commutation. 6 Hours PART B UNIT 5: Controlled Rectifiers: Introduction. Principle of phase controlled converter operation. Single- phase semi-converters. Full converters. Three-phase half-wave converters. Three-phase full-wave converters. 7 Hours UNIT 6: Choppers: Introduction. Principle of step-down and step-up chopper with R-L load. Performance parameters. Chopper classification. Analysis of impulse commutated thyristor chopper (only qualitative analysis) 6 Hours UNIT 7: Inverters: Introduction. Principle of operation. Performance parameters. Single-phase bridge inverters. Threephase inverters. Voltage control of single-phase inverters single pulse width, multiple pulse width, and sinusoidal pulse width modulation. Current source inverters. 7 Hours MVJCE 27 COURSE DIARY

28 UNIT 8: (a) AC Voltage Controllers: Introduction. Principle of ON-OFF and phase control. Single-phase, bidirectional controllers with resistive and R-L loads. (b) Electromagnetic Compatibility: Introduction, effect of power electronic converters and remedial measures. 6 Hours Text Book: 1. Power Electronics, M.H.Rashid,, Pearson, 3 rd Edition, Power Electronics, M.D. Singh and Khanchandani K.B., T.M.H., 2 nd Edition, 2001 References: 1.Power Electronics Essentials and Applications,L.Umanand, Wiley India Pvt Ltd,Reprint, Thyristorised Power Controllers, G.K. Dubey, S.R. Doradla, A. Joshi and R.M.K. Sinha, New Age International Publishers. 3. Power Electronics Converters, Applications and Design, Ned Mohan, Tore M. Undeland, and William P. Robins, Third Edition, John Wiley and Sons, Power Electronics: A Simplified Approach, R.S. Ananda Murthy and V. Nattarasu, pearson/sanguine Technical Publishers. MVJCE 28 COURSE DIARY

29 LESSON PLAN SUBJECT CODE: 10EE45 IA MARKS: 25 SUBJECT: POWER ELECTRONICS (For EE Only) EXAM HOURS: 3 TOTAL HOURS: 60 Chapter No 1 2 Chapter Introduction to power semiconductor devices Power transisters 3 Thyristors 5 AC voltage controllers Hour No. 01 Topics To Be Covered Applications of power electronics, history of power electronics 02 Power semiconductors devices 03 Control characteristics of power devices, 04 Types of power electronics circuits 05 Thyristorized power controllers, classification & characteristics 06 Peripheral effects of different devices 07 Power BJT s, switching characteristics 08 switching limits, base-drive control 09 Power MOSFETs, switching characteristics 10 gate drive. IGBT s, 11 di/dt and dv/dt limitations 12 Isolation of gate and base drives 13 Design of gate and base drive 14 Dynamic characteristics of Thyristor 15 Two transistor model of Thyristor 16 Thyristor turn ON and Thyristor turn OFF 17 di/dt and dv/dt ptotection, Thyristor types 18 series and parallel operation of thyristors 19 Thyristor firing circuits 20 Design of firing circuits using UJT, op-amps, and digital IC s 21 Introduction to AC voltage controllers 22 Principles of ON & OFF control 23 Principles of phase control 24 Single-phase Bi-Directional controllers with resistive loads. 25 Single-phase controllers with inductive loads 26 problems MVJCE 29 COURSE DIARY

30 Chapter No 6 Chapter Controlled rectifiers 7 DC Choppers 8 Inverters 4 Commutation techniques Hour No. Topics To Be Covered 27 Introduction to rectifiers Principles of phase controlled converter operation 28 Single phase semi converters with R load 29 Single phase semi converters with RL load 30 Single phase full converters - with R load 31 Single phase full converters - with RL load 32 Continuous and discontinuous conduction 33 Three phase half wave converters 34 Three phase semi converters 35 Three phase full converters 36 Problems 37 Introduction to Choppers. 38 Principle of step-down 39 step-up choppers 40 step-down chopper with RL loads 41 Performance parameters 42 Chopper classification of Choppers. 43 Analysis of Impulse commutated thyristor chopper (only qualitative analysis) 44 Solutions to Problems. 45 Introduction to Inverters. 46 Principle of operation of Inverters. 47 performance parameters 48 single phase bridge inverters 49 Three phase inverters 50 Voltage control of single phase inverters- single pulse, multiple pulse modulation 51 sinusoidal pulse width modulation 52 current source inverter 53 variable DC link inverter 54 problems 55 Introduction to Thyristor commutation techniques - Natural commutation - Forced commutation 56 Self commutation, Impulse commutation 57 Resonant pulse commutation, Complimentary commutation 58 External pulse commutation, 59 Line side commutation 60 Load side commutation MVJCE 30 COURSE DIARY

31 POWER ELECTRONICS (06EE45) Model Question Paper-I Duration: 3 Hrs Max. Marks: 100 Answer any five questions 1. a) Discuss the VI characteristics of the Triac. Compare the characteristics of SCR with Triac. b) List the classifications of power controllers. Mention at least two applications of each. 06 c) For A snubber circuit The junction capacitance of thyristor is C j2 = 15 pf and can be assumed to be independent of the off state voltage. The limiting value of charging current to turn an thyristor is 5mA and the critical value is 200V/µs. Determine the value of capacitance C s so that the thyristor will not be turned on due to dv/dt a) Give simple circuit configuration for providing over voltage and over current protection for SCR s. 10 b) Design the triggering circuit the parameters of the UJT are V BB = 20V, η=0.66, I p = 10µA, V v = 2.5 V, and I v = 10mA. The frequency of oscillation is f = 1KHz and the width of the gate is t g = 40µs a) Explain briefly the operation of a 3-phase dual converter. 10 b) A single phase full converter has an R-L load of L = 8mH, R = 5Ω and E = 10V. The input voltage is 120V rms at 60Hz for a delay angle of α=60. Find (i) Load current (ii) The Fourier series for the input current (iii) Displacement factor input power factor a) With the help of neat diagram explain the operation of a single phase semi converter with R-L load. b) A three phase half-wave converter is operated from a three phase Y connected 20V, 60Hz. Supply and the load resistance is R = 10Ω. If it is required to obtain an average output voltage of 50% of the maximum possible output voltage, calculate (a) The delay angle α (b) the rms and average output currents. (c) The transformer utilization factor TUF (d) The input power factor PF. 5. a)distinguish clearly between natural commutation and forced commutation. b) Explain the principle of operation of an impulse commutation circuit. c) In a self commutation circuit the initial capacitor voltage V 0 = 600V, capacitance C = 40µF and inductance L = 10µH. Determine the peak value of resonant current and conduction time of thyristor MVJCE 31 COURSE DIARY

32 6. a) With relevant waveform explain the working of single phase full-wave controller connected to a resistive load. Derived the expression for rms output voltage. 10 b) An AC controller is as shown in figure below has a resistive load R = 10Ω and the rms input voltage is 120V at 60Hz. The thyristor switch is on for n = 25 cycle and is off for m = 75 cycles. Determine (a) rms output voltage V 0 (b) input power factor pf (c) the average and rms current of thyristor a) How are choppers classified? Explain them briefly. 08 b) A step-down chopper is feeding an RL load with V s = 230V, R = 5Ω, L = 7.5mH, f = 1KHz, K = 0.5 and E = 0V. Calculate (a) The minimum instantaneous load current I 1 (b) The peak instantaneous load current I 2 (c) The maximum peak to peak load ripple current (d) The average value of load current I a (e) The rms load current I 0 (f) The effective input resistance R I seen by the source (g) the rms chopper current I R a) With the help of neat diagram and associated waveforms describe the operation of a BUCK regulator. 12 b) What is the principle of closed loop control of DC drives? 08 MVJCE 32 COURSE DIARY

33 Model Question Paper-II Duration: 3 Hrs Max. Marks: 100 Answer any five questions 1. a. Using two transistor analogy, derive the expression for the anode current of a Thyristor. 07 b. Explain the need to limit dv/dt and di/dt in a Thyristor. 06 c. A Thyristor has a forward characteristics which may be approximately over its normal working range to the strength line in a V-I characteristics curve (a) a continues ON state current of 23A. (b) a half-sine wave of mean value 18A. (c) a level current of 39.6 A for one half-cycle (d) a level current of 48.5A for one third cycle a. Explain the switching characteristics of IGBT. Mention its advantages over BJT. 10 b. Explain the significance of (i) current rating (ii) voltage rating of a thyristor a. Explain with relevant waveforms, derive expression for I DC, I RMS, V DC, V RMS, p.f. for single phase full converter for R-load. 10 b. A three-phase full converter is supplied from a three phase 230V, 60Hz supply. The load current is continuous and has negligible ripple. If the average load current I dc = 150A and the commutating inductance L c = 0.1mH determine the overlap angle when (a) α = 30 and (b) α = a. With the help of neat diagram and associated waveforms, explain the operation of three-phase half wave controlled rectifier supplying a resistive load. 10 b. A single phase semi-converter has a purely resistive load of R and the delay angle is α= π/2, determine (a) the rectification efficiency (b) the form factor FF (c) the ripple factor RF (d) the peak inverse voltage of thyristor a. With the help of a neat diagram, explain the operation of a resonant pulse chopper circuit.10 b. Design the values of commutating L m and C (in the impulse commutated chopper) circuit to provide a turn off time of 20µs. Assume V s = 600volts, I m = 350A, L s = 6µH. The peak current through T 1 is not to exceed 2I m a. What are the advantages and disadvantages of ON-OFF control? 06 b. A single-phase full-wave ac voltage controller has a resistive load of R= 10Ω and the input voltage is Vs = 120 V (rms), 60Hz. The delay angle of thyristors T 1 and T 2 are equal : α 1 = α 2 = α = π/2. Determine (a) the rms output voltage V 0 (b) the input power factor p.f. (c) the average current of thyristors I A, and (d) the rms current of thyristors I R, also derive the necessary formulae a. With the help of neat diagram and associated waveforms, describe the operation of step-up chopper supplying R-L load. 10 MVJCE 33 COURSE DIARY

34 b.the buck-boost regulator has an input voltage of V s = 12 V. The duty cycle K = 0.25 and the switching frequency is 25 KHz. The inductance L = 150µH and filter capacitance C = 220 F. The average load current I a = 1.25 A. Determine (a) the average output voltage V a (b) the peakto-peak ripple current of inductor I and (d) the peak current of the transistor, I p a. Develop the open loop transfer function model of a separately excited dc motor. Explain how could be the model be used to find the response due to changes in reference voltage and load torque. 10 b.the step-down dc chopper has a resistive load, R = 20Ω and input voltage, V s = 220 V. When the chopper remains on, its voltage drop is V ch = 1.5 V and chopping frequency is f = 10KHz if the duty cycle is 80%, determine (a) the average output voltage V a (b) the rms output voltage V 0 (c) the chopper efficiency (d) the effective input resistance R i and (e) the rms value of the fundamental component of harmonics in the output voltage. MVJCE 34 COURSE DIARY

35 10EE46 TRANSFORMERS AND INDUCTION MACHINES MVJCE 35 COURSE DIARY

36 SYLLABUS SUBJECT CODE: 106EE46 IA MARKS: 25 SUBJECT: TRANSFORMERS AND INDUCTION MACHINES EXAM HOURS: 3 EXAM MARKS: 100 HOURS / WEEK: 04 TOTAL HOURS: 52 PART A UNIT 1: Basic Concepts: Principle of operation of transformer, Constructional details of shell type and core type single-phase and three-phase transformers. EMF equation, operation of practical power transformer under no load and on load (with phasor diagrams).concept of ideal transformers, current inrush in transformers. 6 Hours UNIT 2: Single-phase Transformers: Equivalent circuit, losses, efficiency, condition for maximum efficiency, all day efficiency. Open circuit and Short circuit tests, calculation of parameters of equivalent circuit. Regulation, predetermination of efficiency and regulation. Polarity test, Sumpner s test. 6 Hours UNIT 3: Parallel operation - need, conditions to be satisfied for parallel operation. Load sharing in case of similar and dissimilar transformers. Auto-transformers, copper economy. Brief discussion on constant voltage transformer, constant current transformer. 6 Hours UNIT 4: Three-phase Transformers: Introduction, choice between single unit three-phase transformer and bank of single-phase transformers. Transformer connection for three phase operation star / star, delta / delta, star/delta,zigzag/star and vee/vee,choice of connection. Phase conversion - Scott connection for three-phase to two-phase conversion. Labeling of three-phase transformer terminals, phase shift between primary and secondary and vector groups. Conditions for parallel operation of three-phase transformers,load sharing. Equivalent circuit of three-phase transformer. 8 Hours PART B UNIT 5: Basic Concepts of three phase Induction Machines: Concept of rotating magnetic field. Principle of operation, construction, classification and types - single-phase, three-phase, squirrel-cage, slip-ring. Slip, torque, torque-slip characteristic covering motoring, generating and braking regions of operation. Maximum torque. 7 Hours UNIT 6: Three-phase Induction Motor: Phasor diagram of induction motor on no-load and on load. equivalent circuit Losses, efficiency, No-load and blocked rotor tests. Circle diagram and performance evaluation of the motor. Cogging and crawling. 6 Hours UNIT 7: High torque rotors-double cage and deep rotor bars.equivalent circuit and performance evaluation of double cage induction motor. Induction generator externally excited and self excited. Importance of induction generators in windmills. 6 Hours MVJCE 36 COURSE DIARY

37 UNIT 8: (a) Starting and speed Control of Three-phase Induction Motors: Need for starter. Direct on line (DOL), Star-Delta and autotransformer starting. Rotor resistance starting. Soft(electronic) starters. Speed control - voltage, frequency, and rotor resistance. 4 Hours (b) Single-phase Induction Motor: Double revolving field theory and principle of operation. Types of single-phase induction motors: split-phase, capacitor start, shaded pole motors. Applications. 3 Hours Text Books 1.Electric Machines, I. J. Nagrath and D. P. Kothari, T.M.H, 4 th Edition, Electric Machines, Mulukuntla S.Sarma, Mukesh K.Pathak, Cengage Learing,First edition,2009. References 1. Performance and Design of A.C. Machines, M. G. Say,C.B.S. Publishers, 3 rd Edition, Theory of Alternating Current Machines, Alexander Langsdorf, T.M.H, 2 nd edition, Electrical Machines and Transformers, Kosow, Pearson, 2 nd edition, Transformers, BHEL, TMH,2 nd Edition, Eight reprint MVJCE 37 COURSE DIARY

38 LESSON PLAN UNIT NO. TRANSFORMER & INDUCTION MACHINES Sub_Code : 10EE46 IA Marks: 25 Hrs/Week : 05 Exam Hrs: 03 Total Hrs : 60 Exam Marks: 100 UNIT NAME NO OF HOURS TOPICS TO BE TAKEN 1 Concept of coupled circuits. Dot convention. 1 Basic concepts 2 Single-phase Transformers 3 Transformer test 2 Writing network equilibrium equations in coupled circuits Principle of Transformer action for voltage Transformation, 3 Construction of shell, core type of 1 phase& 3 phase Transformers 4 power transformer, distribution transformer 5 Constant Voltage, Constant Current Transformers 6 Variable Frequency transformers 7 Autotransformers Concept of ideal transformer. Equation for E.M.F. 8 induced in the two windings. Voltage transformation ratio. Ideal transformer on noload and loaded condition with phasor diagram 9 Concept of M.M.F. balance in the magnetic circuit of an 10 ideal transformer. Current transformation ratio Concept of referring impedance connected on one side of 11 ideal transformer to the other side. Practical transformer how it deviates from the ideal 12 transformer. Development of exact equivalent circuit of a practical transformer visualization of a practical transformer as an ideal 13 transformer combined with imperfections of electric and magnetic circuits 14 Approximate equivalent circuit of a practical transformer Concept of ideal transformer, EMF Equation of 15 Transformer Phasor diagram of a practical transformer for both noload and loaded conditions Losses, power and all-day efficiency, regulation. Explanation of polarity test 18 Explanation of O.C & S.C test on transformer Explanation of how to pre-determine efficiency and 19 regulation using these tests 20 Problem on Equivalent Circuits Solving problems on losses in a transformer and hence to 21 determine efficiency & regulation Solving problems on O.C & S. C test and hence to find Efficiency & Regulation 22 Explanation of All Day Efficiency Solving problem on the same Explanation of Sumpner s Test 23 Comparison with O.C & S.C- Test Solving problems on the same Parallel operation need, conditions to be satisfied for 24 parallel operation. Load sharing. MVJCE 38 COURSE DIARY

DEPARTMENT OF ELECTRICAL ENGINEERING DIT UNIVERSITY, DEHRA DUN EA5210: POWER ELECTRONICS

DEPARTMENT OF ELECTRICAL ENGINEERING DIT UNIVERSITY, DEHRA DUN EA5210: POWER ELECTRONICS EA5210: POWER ELECTRONICS UNIT-I: Power semiconductor Devices: Power semiconductor devices their symbols and static characteristics; Characteristics and specifications of switches, types of power electronic

More information

Ballari Institute of Technology & Management Ballari Department of Electrical and Electronics Engineering. Vision & Mission of the Institute

Ballari Institute of Technology & Management Ballari Department of Electrical and Electronics Engineering. Vision & Mission of the Institute Ballari Institute of Technology & Management Ballari Department of Electrical and Electronics Engineering Vision & Mission of the Institute Vision We will be a top notch educational Institution that provides

More information

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams.

6. Explain control characteristics of GTO, MCT, SITH with the help of waveforms and circuit diagrams. POWER ELECTRONICS QUESTION BANK Unit 1: Introduction 1. Explain the control characteristics of SCR and GTO with circuit diagrams, and waveforms of control signal and output voltage. 2. Explain the different

More information

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day Subject Name EE-01 Control Systems EE-02 Systems and Signal Processing EE-03 Analog and Digital Electronics EE-04 Engineering Mathematics and Numerical Analysis EE-05 Electric Circuits and Fields EE-06

More information

COMBO ONLINE TEST SERIES GATE 2019 SCHEDULE: ELECTRONICS & COMMUNICATION ENGINEERING Syllabus Test Date Test Type [ EB-Engineering Branch ; EM- No. of Engineering Mathematics; GA- General Question Marks

More information

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory.

Topic wise Tests. Complex Variables, Numerical Methods, Probability and Statistics & Transfrom Theory. Topic wise Tests Each test carries 25 marks and 45 minutes duration Test consists of 5 one mark questions and 10 two marks questions Tests will be activated at 2:00 pm on scheduled day Test No Topic code

More information

Power Electronics (BEG335EC )

Power Electronics (BEG335EC ) 1 Power Electronics (BEG335EC ) 2 PURWANCHAL UNIVERSITY V SEMESTER FINAL EXAMINATION - 2003 The figures in margin indicate full marks. Attempt any FIVE questions. Q. [1] [a] A single phase full converter

More information

Downloaded From All JNTU World

Downloaded From   All JNTU World Code: 9A02403 GENERATION OF ELECTRIC POWER 1 Discuss the advantages and disadvantages of a nuclear plant as compared to other conventional power plants. 2 Explain about: (a) Solar distillation. (b) Solar

More information

UPSC Electrical Engineering Syllabus

UPSC Electrical Engineering Syllabus UPSC Electrical Engineering Syllabus UPSC Electrical Engineering Syllabus PAPER I 1. Circuit Theory: Circuit components; network graphs; KCL, KVL; circuit analysis methods: nodal analysis, mesh analysis;

More information

Downloaded From JNTU World. B.Tech II Year II Semester (R09) Supplementary Examinations December/January 2014/2015 GENERATION OF ELECTRIC POWER

Downloaded From JNTU World. B.Tech II Year II Semester (R09) Supplementary Examinations December/January 2014/2015 GENERATION OF ELECTRIC POWER Downloaded From Code: 9A02403 B.Tech II Year II Semester () Supplementary Examinations December/January 2014/2015 GENERATION OF ELECTRIC POWER Answer any FIVE questions 1 Discuss the advantages and disadvantages

More information

BSNL TTA Question Paper Control Systems Specialization 2007

BSNL TTA Question Paper Control Systems Specialization 2007 BSNL TTA Question Paper Control Systems Specialization 2007 1. An open loop control system has its (a) control action independent of the output or desired quantity (b) controlling action, depending upon

More information

ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I

ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I ELECTRICAL ENGINEERING (CODE NO. 10) PAPER - I 1. Circuit theory Circuit Components, Network graphs, KCL, KVL, Circuit analysis methods: Nodal analysis, mesh analysis, basic network theorems; transient

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad I INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad-000 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING TUTORIAL QUESTION BANK Course Name : POWER ELECTRONICS Course Code : AEE0

More information

11. Define the term pinch off voltage of MOSFET. (May/June 2012)

11. Define the term pinch off voltage of MOSFET. (May/June 2012) Subject Code : EE6503 Branch : EEE Subject Name : Power Electronics Year/Sem. : III /V Unit - I PART-A 1. State the advantages of IGBT over MOSFET. (Nov/Dec 2008) 2. What is the function of snubber circuit?

More information

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING DHANALAKSHMI COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING Power Diode EE2301 POWER ELECTRONICS UNIT I POWER SEMICONDUCTOR DEVICES PART A 1. What is meant by fast recovery

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad -500 043 AERONAUTICAL ENGINEERING TUTORIAL QUESTION BANK : ELECTRICAL AND ELECTRONICS ENGINEERING : A40203

More information

GATE: Electronics MCQs (Practice Test 1 of 13)

GATE: Electronics MCQs (Practice Test 1 of 13) GATE: Electronics MCQs (Practice Test 1 of 13) 1. Removing bypass capacitor across the emitter leg resistor in a CE amplifier causes a. increase in current gain b. decrease in current gain c. increase

More information

( ) ON s inductance of 10 mh. The motor draws an average current of 20A at a constant back emf of 80 V, under steady state.

( ) ON s inductance of 10 mh. The motor draws an average current of 20A at a constant back emf of 80 V, under steady state. 1991 1.12 The operating state that distinguishes a silicon controlled rectifier (SCR) from a diode is (a) forward conduction state (b) forward blocking state (c) reverse conduction state (d) reverse blocking

More information

Electrical Materials may be referred to a metal, dielectrics,electrical insulators or conductors,paramagnetic materials and many other.

Electrical Materials may be referred to a metal, dielectrics,electrical insulators or conductors,paramagnetic materials and many other. Electrical Engineering Paper-1 Syllabus : This part is for both objective and conventional types papers : 1) EM Theory- The electromagnetic force is said to be one of the fundamental interactions in nature

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS)

INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS) Name Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS) Dundigal, Hyderabad -500 043 CIVIL ENGINEERING TUTORIAL QUESTION BANK : ELECTRICAL AND ELECTRONICS ENGINEERING : A30203 : II B.

More information

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION Sem / Branch : V /EIE Subject code /Title: EI2301/Industrial Electronics UNIT-1 POWER DEVICES 1. What are the different methods

More information

POWER ELECTRONICS. Alpha. Science International Ltd. S.C. Tripathy. Oxford, U.K.

POWER ELECTRONICS. Alpha. Science International Ltd. S.C. Tripathy. Oxford, U.K. POWER ELECTRONICS S.C. Tripathy Alpha Science International Ltd. Oxford, U.K. Contents Preface vii 1. SEMICONDUCTOR DIODE THEORY 1.1 1.1 Introduction 1.1 1.2 Charge Densities in a Doped Semiconductor 1.1

More information

ANNA UNIVERSITY :: CHENNAI MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS

ANNA UNIVERSITY :: CHENNAI MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS ANNA UNIVERSITY :: CHENNAI - 600 025 MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS Time: 3hrs Max Marks: 100 Answer all Questions PART - A (10

More information

UNIVERSITY QUESTIONS. Unit-1 Introduction to Power Electronics

UNIVERSITY QUESTIONS. Unit-1 Introduction to Power Electronics UNIVERSITY QUESTIONS Unit-1 Introduction to Power Electronics 1. Give the symbol and characteristic features of the following devices. (i) SCR (ii) GTO (iii) TRIAC (iv) IGBT (v) SIT (June 2012) 2. What

More information

Power Electronics (Sample Questions) Module-1

Power Electronics (Sample Questions) Module-1 Module-1 Short Questions (Previous Years BPUT Questions 1 to 18) 1. What are the conditions for a thyristor to conduct? di 2. What is the common method used for protection? dt 3. What is the importance

More information

SEMESTER V SEMESTER V MICROPROCESSOR THEORY & APPLICATIONS EC(ID)

SEMESTER V SEMESTER V MICROPROCESSOR THEORY & APPLICATIONS EC(ID) SEMESTER V SEMESTER V MICROPROCESSOR THEORY & APPLICATIONS EC(ID) - 5001 Course Code Name of the Course EC(ID) 5001 Credits : 4 L-3, T-1, P-0 MICROPROCESSOR THEORY & APPLICATIONS Lectures to be delivered

More information

EC CONTROL SYSTEMS ENGINEERING

EC CONTROL SYSTEMS ENGINEERING 1 YEAR / SEM: II / IV EC 1256. CONTROL SYSTEMS ENGINEERING UNIT I CONTROL SYSTEM MODELING PART-A 1. Define open loop and closed loop systems. 2. Define signal flow graph. 3. List the force-voltage analogous

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad I INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad-500043 CIVIL ENGINEERING TUTORIAL QUESTION BANK Course Name : BASIC ELECTRICAL AND ELECTRONICS ENGINEERING Course Code : AEE018

More information

PAPER-II (Subjective)

PAPER-II (Subjective) PAPER-II (Subjective) 1.(A) Choose and write the correct answer from among the four options given in each case for (a) to (j) below: (a) Improved commutation in d.c machines cannot be achieved by (i) Use

More information

ENGINEERING ANALYSIS

ENGINEERING ANALYSIS Year :Third ENGINEERING ANALYSIS EG 301 Theory :2 hrs./week Tutorial : hr./week 1) Fourier Transform: Properties, convolution theorem power spectral density and convolution signals and linear system applications.

More information

(i) Determine the admittance parameters of the network of Fig 1 (f) and draw its - equivalent circuit.

(i) Determine the admittance parameters of the network of Fig 1 (f) and draw its - equivalent circuit. I.E.S-(Conv.)-1995 ELECTRONICS AND TELECOMMUNICATION ENGINEERING PAPER - I Some useful data: Electron charge: 1.6 10 19 Coulomb Free space permeability: 4 10 7 H/m Free space permittivity: 8.85 pf/m Velocity

More information

Fundamentals of Power Electronics

Fundamentals of Power Electronics Fundamentals of Power Electronics SECOND EDITION Robert W. Erickson Dragan Maksimovic University of Colorado Boulder, Colorado Preface 1 Introduction 1 1.1 Introduction to Power Processing 1 1.2 Several

More information

Module 1. Introduction. Version 2 EE IIT, Kharagpur

Module 1. Introduction. Version 2 EE IIT, Kharagpur Module 1 Introduction Lesson 1 Introducing the Course on Basic Electrical Contents 1 Introducing the course (Lesson-1) 4 Introduction... 4 Module-1 Introduction... 4 Module-2 D.C. circuits.. 4 Module-3

More information

ELECTRICAL & ELECTRONICS ENGINEERING

ELECTRICAL & ELECTRONICS ENGINEERING ELECTRICAL & ELECTRONICS ENGINEERING 15EE32 ELECTRIC CIRCUIT ANALYSIS Apply knowledge of mathematics, science, and engineering to the analysis and design of electrical circuits. Identify, formulate, and

More information

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes *****

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes ***** Code: 9A050 III B. Tech I Semester (R09) Regular Eaminations, November 0 Time: hours Ma Marks: 70 (a) What is a mathematical model of a physical system? Eplain briefly. (b) Write the differential equations

More information

Conventional Paper-II-2013

Conventional Paper-II-2013 1. All parts carry equal marks Conventional Paper-II-013 (a) (d) A 0V DC shunt motor takes 0A at full load running at 500 rpm. The armature resistance is 0.4Ω and shunt field resistance of 176Ω. The machine

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (AUTONOMOUS) Dundigal, Hyderabad - 500 043 CIVIL ENGINEERING ASSIGNMENT Name : Electrical and Electronics Engineering Code : A30203 Class : II B. Tech I Semester Branch

More information

SYLLABUS. For B.TECH. PROGRAMME ELECTRONICS & COMMUNICATION ENGINEERING

SYLLABUS. For B.TECH. PROGRAMME ELECTRONICS & COMMUNICATION ENGINEERING SYLLABUS For B.TECH. PROGRAMME In ELECTRONICS & COMMUNICATION ENGINEERING INSTITUTE OF TECHNOLOGY UNIVERSITY OF KASHMIR ZAKURA CAMPUS SRINAGAR, J&K, 190006 Course No. Lect Tut Prac ECE5117B Digital Signal

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK IV SEMESTER EI6402 ELECTRICAL MACHINES Regulation 2013 Academic

More information

PART A. 1. List the types of DC Motors. Give any difference between them. BTL 1 Remembering

PART A. 1. List the types of DC Motors. Give any difference between them. BTL 1 Remembering UNIT I DC MACHINES Three phase circuits, a review. Construction of DC machines Theory of operation of DC generators Characteristics of DC generators Operating principle of DC motors Types of DC motors

More information

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLY Mamallapuram chennai DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK V SEMESTER EE6503 - POWER ELECTRONICS Regulation 2013

More information

SYLLABUS. osmania university CHAPTER - 1 : CONTROL SYSTEMS CLASSIFICATION

SYLLABUS. osmania university CHAPTER - 1 : CONTROL SYSTEMS CLASSIFICATION i SYLLABUS osmania university UNIT - I CHAPTER - 1 : CONTROL SYSTEMS CLASSIFICATION Open Loop and Closed Loop Systems, Mathematical Models and Transfer Functions from Governing Equations of Mechanical,

More information

(a) average output voltage (b) average output current (c) average and rms values of SCR current and (d) input power factor. [16]

(a) average output voltage (b) average output current (c) average and rms values of SCR current and (d) input power factor. [16] Code No: 07A50204 R07 Set No. 2 1. A single phase fully controlled bridge converter is operated from 230 v, 50 Hz source. The load consists of 10Ω and a large inductance so as to reach the load current

More information

Linear Algebra, Calculus, Differential Equations and Vector Analysis. Complex Anaysis, Numerical Methods and Probability and Statistics.

Linear Algebra, Calculus, Differential Equations and Vector Analysis. Complex Anaysis, Numerical Methods and Probability and Statistics. Test No Topic code Topic EC-01 GEM (Engineering Mathematics) Topic wise Tests Each test carries 25 marks and 45 minutes duration Test consists of 5 one mark questions and 10 two marks questions Tests will

More information

IV Semester. Sl. No. Subject Code Subject Credits

IV Semester. Sl. No. Subject Code Subject Credits IV Semester Sl. No. Subject Code Subject Credits 1 UMAXXXC Engineering Mathematics IV 4.0 2 UEC412C Signals and Systems 4.0 3 UEC413C Linear Integrated Circuits 4.0 4 UEC414C 8051 Microcontroller and Embedded

More information

II/IV B.Tech (Supplementary) DEGREE EXAMINATION

II/IV B.Tech (Supplementary) DEGREE EXAMINATION CS/IT 221 April, 2017 1. a) Define a continuous random variable. b) Explain Normal approximation to binomial distribution. c) Write any two properties of Normal distribution. d) Define Point estimation.

More information

Conventional Paper-II-2011 Part-1A

Conventional Paper-II-2011 Part-1A Conventional Paper-II-2011 Part-1A 1(a) (b) (c) (d) (e) (f) (g) (h) The purpose of providing dummy coils in the armature of a DC machine is to: (A) Increase voltage induced (B) Decrease the armature resistance

More information

SEMESTER V. Unit I: Modelling of power system components - single line diagram per unit quantities bus impedance and admittance matrix.

SEMESTER V. Unit I: Modelling of power system components - single line diagram per unit quantities bus impedance and admittance matrix. SEMESTER V S.No. CODE COURSE OF STUDY L T P C 1. EE301 Power System Analysis 3 1 0 4 2. EE303 Control Systems 3 1 0 4 3. EE305 Linear Integrated Circuits 3 0 0 3 4. EE307 Signals and Systems 3 0 0 3 5.

More information

QUESTION BANK ETE (17331) CM/IF. Chapter1: DC Circuits

QUESTION BANK ETE (17331) CM/IF. Chapter1: DC Circuits QUESTION BANK ETE (17331) CM/IF Chapter1: DC Circuits Q1. State & explain Ohms law. Also explain concept of series & parallel circuit with the help of diagram. 3M Q2. Find the value of resistor in fig.

More information

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS

TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS vii TABLE OF CONTENTS CHAPTER NO. TITLE PAGE NO. ABSTRACT LIST OF TABLES LIST OF FIGURES LIST OF SYMBOLS AND ABBREVIATIONS iii xii xiii xxi 1 INTRODUCTION 1 1.1 GENERAL 1 1.2 LITERATURE SURVEY 1 1.3 OBJECTIVES

More information

ELECTRIC CIRCUITS. Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI

ELECTRIC CIRCUITS. Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI ELECTRIC CIRCUITS Third Edition JOSEPH EDMINISTER MAHMOOD NAHVI Includes 364 solved problems --fully explained Complete coverage of the fundamental, core concepts of electric circuits All-new chapters

More information

3. What is hysteresis loss? Also mention a method to minimize the loss. (N-11, N-12)

3. What is hysteresis loss? Also mention a method to minimize the loss. (N-11, N-12) DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE 6401 ELECTRICAL MACHINES I UNIT I : MAGNETIC CIRCUITS AND MAGNETIC MATERIALS Part A (2 Marks) 1. List

More information

ELECTROMAGNETIC INDUCTION AND ALTERNATING CURRENT (Assignment)

ELECTROMAGNETIC INDUCTION AND ALTERNATING CURRENT (Assignment) ELECTROMAGNETIC INDUCTION AND ALTERNATING CURRENT (Assignment) 1. In an A.C. circuit A ; the current leads the voltage by 30 0 and in circuit B, the current lags behind the voltage by 30 0. What is the

More information

V.S.B ENGINEERING COLLEGE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING I EEE-II Semester all subjects 2 & 16 marks QB

V.S.B ENGINEERING COLLEGE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING I EEE-II Semester all subjects 2 & 16 marks QB V.S.B ENGINEERING COLLEGE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING I EEE-II Semester all subjects 2 & 16 marks QB Sl.No Subject Name Page No. 1 Circuit Theory 2 1 UNIT-I CIRCUIT THEORY TWO

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

Chhattisgarh Swami Vivekanand Technical University, Bhilai

Chhattisgarh Swami Vivekanand Technical University, Bhilai Scheme of teaching and examination M.E.(POWER ELECTRONICS) in the Department of Electrical Engg. IIIrd SEMESTER S N Board of study Subject code 1 Electrical Engg. 562311(24) Subject Name Static VAR Controller

More information

VIDYARTHIPLUS - ANNA UNIVERSITY ONLINE STUDENTS COMMUNITY UNIT 1 DC MACHINES PART A 1. State Faraday s law of Electro magnetic induction and Lenz law. 2. Mention the following functions in DC Machine (i)

More information

Name of chapter & details

Name of chapter & details Course Title Course Code Power Electronics-I EL509 Lecture : 03 / 03 Course Credit / Hours Practical : 01 / 02 Tutorial : 00 / 00 Course Learning Outcomes Total : 04 / 05 At the end of the session student

More information

Sub Name: ELECTRICAL MACHINES I Unit: I Branch: B.E (EEE) Semester: IV

Sub Name: ELECTRICAL MACHINES I Unit: I Branch: B.E (EEE) Semester: IV Unit: I Branch: B.E (EEE) Semester: IV Page 1 of 6 Unit Syllabus: MAGNETIC CIRCUITS AND MAGNETIC MATERIALS 12 Magnetic circuits Laws governing magnetic circuits - Flux linkage, Inductance and energy Statically

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad ELECTRICAL AND ELECTRONICS ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad ELECTRICAL AND ELECTRONICS ENGINEERING Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK : ELECRICAL MACHINES I : A40212

More information

1. Explain in detail the constructional details and working of DC motor.

1. Explain in detail the constructional details and working of DC motor. DHANALAKSHMI SRINIVASAN INSTITUTE OF RESEARCH AND TECHNOLOGY, PERAMBALUR DEPT OF ECE EC6352-ELECTRICAL ENGINEERING AND INSTRUMENTATION UNIT 1 PART B 1. Explain in detail the constructional details and

More information

EE 5203 ELECTRICAL MACHINES II Credits: 3

EE 5203 ELECTRICAL MACHINES II Credits: 3 Birla Institute of Technology, Mesra, Patna Campus Department of Electrical & Electronics Engineering Syllabus of 5 th Semester -------------------------------------------------------------------------------------------------------------------------------

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

Test. Class 2 Tuesday, February 3,2015. Efficiency Voltage regulation, O.C.& S.C. Tests

Test. Class 2 Tuesday, February 3,2015. Efficiency Voltage regulation, O.C.& S.C. Tests Jahangirabad Institute of Technology MOHAMMED WARIS SENAN Assistant Professor Semester 4 th, 2016 MASTER SCHEDULE: ELECTRICAL MACHINES & CONTROL SYSTEM (NEE 409) week 1 Class 1 Monday, February 2,2015

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY

CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY CHIEF ENGINEER REG III/2 MARINE ELECTROTECHNOLOGY LIST OF TOPICS 1 Electric Circuit Principles 2 Electronic Circuit Principles 3 Generation 4 Distribution 5 Utilisation The expected learning outcome is

More information

Department of Electronics &Electrical Engineering

Department of Electronics &Electrical Engineering Department of Electronics &Electrical Engineering Question Bank- 3rd Semester, (Network Analysis & Synthesis) EE-201 Electronics & Communication Engineering TWO MARKS OUSTIONS: 1. Differentiate between

More information

GATE 2009 Electrical Engineering

GATE 2009 Electrical Engineering Q. No. 1 20 Carry One Mark Each GATE 2009 Electrical Engineering 1. The pressure coil of a dynamometer type wattmeter is (A) highly inductive (B) highly resistive (C) purely resistive (D) purely inductive

More information

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Microcontroller Based Advanced Triggering Circuit for Converters/Inverters Zameer Ahmad *1, S.N. Singh 2 *1,2 M.Tech Student,

More information

Downloaded From All JNTU World

Downloaded From   All JNTU World Code: 9A02401 PRINCIPLES OF ELECTRICAL ENGINEERING (Common to ECE, EIE, E.Con.E & ECC) 1 Find initial conditions for voltage across capacitor, the currents i 1, i 2 and the derivatives for the circuit

More information

Type of loads Active load torque: - Passive load torque :-

Type of loads Active load torque: - Passive load torque :- Type of loads Active load torque: - Active torques continues to act in the same direction irrespective of the direction of the drive. e.g. gravitational force or deformation in elastic bodies. Passive

More information

INTEGRATED CIRCUITS. AN1221 Switched-mode drives for DC motors. Author: Lester J. Hadley, Jr.

INTEGRATED CIRCUITS. AN1221 Switched-mode drives for DC motors. Author: Lester J. Hadley, Jr. INTEGRATED CIRCUITS Author: Lester J. Hadley, Jr. 1988 Dec Author: Lester J. Hadley, Jr. ABSTRACT The purpose of this paper is to demonstrate the use of integrated switched-mode controllers, generally

More information

* 1 [ Contd... BOARD DIPLOMA EXAMINATION, (C 14) OCT/NOV 2015 DEEE THIRD SEMESTER EXAMINATION ENGINEERING MATHEMATICS II

* 1 [ Contd... BOARD DIPLOMA EXAMINATION, (C 14) OCT/NOV 2015 DEEE THIRD SEMESTER EXAMINATION ENGINEERING MATHEMATICS II C14 EE 301/C14 CHPP 301/C14 PET 301 BOARD DIPLOMA EXAMINATION, (C 14) OCT/NOV 2015 DEEE THIRD SEMESTER EXAMINATION ENGINEERING MATHEMATICS II Time : 3 hours ] [ Total Marks : 80 Instructions : (1) Answer

More information

SILVER OAK COLLEGE OF ENGG. & TECHNOLOGY Midsem I Syllabus Electronics & communication Engineering

SILVER OAK COLLEGE OF ENGG. & TECHNOLOGY Midsem I Syllabus Electronics & communication Engineering SILVER OAK COLLEGE OF ENGG. & TECHNOLOGY Midsem I Syllabus Electronics & communication Engineering Subject Name: Control System Engineering Subject Code: 2141004 Unit 1: Introduction to Control Systems:

More information

Electronics Eingineering

Electronics Eingineering Electronics Eingineering 1. The output of a two-input gate is 0 if and only if its inputs are unequal. It is true for (A) XOR gate (B) NAND gate (C) NOR gate (D) XNOR gate 2. In K-map simplification, a

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 00 0 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK Course Name Course Code Class Branch : ELECRICAL MACHINES - II : A0 :

More information

Associate In Applied Science In Electronics Engineering Technology Expiration Date:

Associate In Applied Science In Electronics Engineering Technology Expiration Date: PROGRESS RECORD Study your lessons in the order listed below. Associate In Applied Science In Electronics Engineering Technology Expiration Date: 1 2330A Current and Voltage 2 2330B Controlling Current

More information

GATE 2000 Electrical Engineering

GATE 2000 Electrical Engineering GATE 2000 Electrical Engineering SECTION A (TOTAL MARKS=75) 1. This question consists of 25 (TWENTTY FIVE) sub-questions. Each sub-question carries ONE mark. The answers to these sub-questions MUST be

More information

ACADEMIC PLAN FOR 5th SEM B.Tech( ECE) Class: 5th SEM B.Tech Subject code: BEC 301 Subject: Digital Systems Design and VHDL

ACADEMIC PLAN FOR 5th SEM B.Tech( ECE) Class: 5th SEM B.Tech Subject code: BEC 301 Subject: Digital Systems Design and VHDL ACADEMIC PLAN FOR th SEM B.Tech( ECE) Class: th SEM B.Tech Subject code: BEC 301 Subject: Digital Systems Design and VHDL S.No Topics to be covered Total No. of 1 Introduction to VHDL, modeling concepts

More information

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT

GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM COURSE TITLE: POWER ELECTRONICS (COURSE CODE: 3350903) Diploma Programme in which this course is offered Semester in which offered

More information

B.Sc. Syllabus for Electronics under CBCS. Semester-I

B.Sc. Syllabus for Electronics under CBCS. Semester-I Semester-I Title: Electronic Circuit Analysis Course Code: UELTC101 Credits: 4 Total Marks: 100 Internal Examination: 20 marks End Semester Examination: 80 marks Duration: 3 hours Validity of Syllabus:

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER V PHYSICS PAPER VI (A) ELECTRONIC PRINCIPLES AND APPLICATIONS UNIT I: SEMICONDUCTOR DEVICES

More information

Analog circuit design ( )

Analog circuit design ( ) Silver Oak College of Engineering & Technology Department of Electronics and Communication 4 th Sem Mid semester-1(summer 2019) Syllabus Microprocessor & Interfacing (2141001) 1 Introduction To 8-bit Microprocessor

More information

Brief Course Description for Electrical Engineering Department study plan

Brief Course Description for Electrical Engineering Department study plan Brief Course Description for Electrical Engineering Department study plan 2011-2015 Fundamentals of engineering (610111) The course is a requirement for electrical engineering students. It introduces the

More information

VIDYAVARDHAKA COLLEGE OF ENGINEERING

VIDYAVARDHAKA COLLEGE OF ENGINEERING COURSE OUTCOMES OF 15 SCHEME SUBJECTS : 15MAT31 : C201 : Engg. Mathematics III CO1. Apply periodic signals and Fourier series to analyse circuits and system communications and develop Fourier series for

More information

S.E. Sem. III [ETRX] Control System Engineering SYLLABUS

S.E. Sem. III [ETRX] Control System Engineering SYLLABUS Oral : 25 Marks Control System Engineering 1. Introduction to control system analysis Introduction, examples of control systems, open loop control systems, closed loop control systems, Transfer function.

More information

Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore

Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore Switched Mode Power Conversion Prof. L. Umanand Department of Electronics Systems Engineering Indian Institute of Science, Bangalore Lecture -1 Introduction to DC-DC converter Good day to all of you, we

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 00 03 ELECTRICAL AND ELECTRONICS ENGINEERING ASSIGNMENT Course Name : ELECRICAL MACHINES - II Course Code : A0 Class : II B.TECH-II

More information

Physical electronics, various electronics devices, ICs form the core of Electronics and Telecommunication branch. This part includes

Physical electronics, various electronics devices, ICs form the core of Electronics and Telecommunication branch. This part includes Paper-1 Syllabus for Electronics & Telecommunication Engineering: This part is for both objective and conventional type papers: 1) Materials and Components Materials and Components are the vertebral column

More information

CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL

CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL 14 CHAPTER 2 A SERIES PARALLEL RESONANT CONVERTER WITH OPEN LOOP CONTROL 2.1 INTRODUCTION Power electronics devices have many advantages over the traditional power devices in many aspects such as converting

More information

Electrical Machines I : Transformers

Electrical Machines I : Transformers UNIT TRANSFORMERS PART A (Q&A) 1. What is step down transformer? The transformer used to step down the voltage from primary to secondary is called as step down transformer. (Ex: /11).. Draw the noload

More information

ELECTRONICS ENGINEERING

ELECTRONICS ENGINEERING ELECTRONICS ENGINEERING 1. Just as a voltage amplifier signal voltage a power amplifier. 1.amplifier power 2.amplifier signal 3.converts the signal ac power into DC power 4.converts a dc power into useful

More information

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville

Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Kevin Claycomb University of Evansville Using Magnetic Sensors for Absolute Position Detection and Feedback. Abstract Several types

More information

INDIAN SPACE RESEARCH ORGANISATION. Recruitment Entrance Test for Scientist/Engineer SC 2017

INDIAN SPACE RESEARCH ORGANISATION. Recruitment Entrance Test for Scientist/Engineer SC 2017 1. n inductance of one H carrying a current of two amperes will store the energy of watts joules 4 watts 4 joules. The square waveform of current has following relation between r.m.s value and average

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

1.What is frequency response? A frequency responses the steady state response of a system when the input to the system is a sinusoidal signal.

1.What is frequency response? A frequency responses the steady state response of a system when the input to the system is a sinusoidal signal. Control Systems (EC 334) 1.What is frequency response? A frequency responses the steady state response of a system when the input to the system is a sinusoidal signal. 2.List out the different frequency

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05220204 Set No. 1 II B.Tech II Semester Supplimentary Examinations, Aug/Sep 2007 ELECTRICAL MACHINES-II (Electrical & Electronic Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions

More information

Low Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer

Low Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer AU J.T. 6(4):193-198 (Apr. 2003) ow Voltage High Current Controlled Rectifier with IGBT A.C Controller on Primary Side of the Transformer Seshanna Panthala Faculty of Engineering, Assumption University

More information

Placement Paper For Electrical

Placement Paper For Electrical Placement Paper For Electrical Q.1 The two windings of a transformer is (A) conductively linked. (B) inductively linked. (C) not linked at all. (D) electrically linked. Ans : B Q.2 A salient pole synchronous

More information

POWER ELECTRONICS. Converters, Applications, and Design. NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota

POWER ELECTRONICS. Converters, Applications, and Design. NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota POWER ELECTRONICS Converters, Applications, and Design THIRD EDITION NED MOHAN Department of Electrical Engineering University of Minnesota Minneapolis, Minnesota TORE M. UNDELAND Department of Electrical

More information