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

Size: px
Start display at page:

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

Transcription

1 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Problem Set solutions September 8, 3 e dλ dt Problem : Torque is, for this system, T = Mi i sin θ and voltage in coil is v = = d dt M cos θi.. if i = constant, then the answers are trivial: e T v = MI I sin ωt = ωmi sin ωt These are plotted in Figure Problem, Constant Secondary Current Torque, Nm Terminal Voltage Time, s Figure : Problem : Fixed Current in Coil. if λ =, M i = I cos ωt L Torque is straightforward: Flux in coil is: e (MI ) (MI ) T = sin ωt cos ωt = sinωt L L M M I M I λ = M cos ωt I cos ωt = cos ωt = ( + cosωt) L L L

2 Problem, Zero Secondary Flux.5 Terminal Voltage Torque, Nm Time, s Figure : Problem : Zero flux in Coil Differentiating this we have These are plotted in Figure M I v = sinωt 3. Connected to a resistor, this is most conveniently worked in complex amplitudes: or which gives us where Torque is: voltage in coil is v = L V = RI = jωl I + jωmi jωm I = I R + jωl i = I cos (ωt + φ) ωm I = J I R + (ωl ) π ωl φ = tan R e T = MI I sinωt cos(ωt + φ) MI I = (sin(ωt + φ) sin φ) dλ which can be evaluated to be: dt v di = ωm sinωti + M cos ωt dt = ωm I (sin ωt cos(ωt + φ) + cos ωt sin(ωt + φ)) = ωm I sin(ωt + φ)

3 .5 Problem, Secondary shorted through resistor Terminal Voltage Torque, Nm Time, s Figure 3: Problem : Coil connected to Ohm Resistor These are plotted in Figure 3 4. The last part of this is simply taking the average value of torque and plotting over a range of speeds. This is plotted in Figure 4. 3

4 .384 Problem, Average Torque N m RPM Figure 4: Problem : Average Torque 4

5 Problem :. using the principal of virtual work, W m = Li + λi We don t know L but if it doesn t vary it doesn t matter, and force is just f e = m W x λ = i x From the voltage test described in the problem statement: dλ v = = dt dλ dx dx dt and if u = dx dt = 5m/s, and we can also use t =, so that: x u and then force is: dλ A α = xe u dx u x dλ f e = i dx = (4e)xe x Problem Set, part.3.. N m Figure 5: Force vs. position. Energy required to lift the magnet is W = mgh = =.49J. This is also force integrated over distance: x W = I 4exe dx. Using αx xe dx = α (αx ) e αx 5

6 where α =, Then required current is: x. xe dx = 4 (. + ) e = 4. e.49 I = 6.5A 8 4 6

7 Problem 3:. The rail width is such that, when the yoke is centered, each side has an overlap of w. Area is square meter, so force per unit area must be: Then flux density across the gap must be: Required current is: F 5, B P = = = 6 Pa = A.5 µ F B = µ.58t A B NI = g 37,7A-T. To accommodate lateral motion, note that total permeance of the system is: where µ P = P + P ( w ) µ l x P = g ( ) w µ l + x P = g then ( ) w µ l x P = g w Suspension Force is: Or, inverting, required ampere-turns is: This is plotted in the top part of Figure. (NI) P F = g 8Fwg NI = µ (w 4x ) 3. Lateral force is found by differentiating the permeance with respect to lateral position x: (NI) P (NI) x µ l F x = = x w g 4. Since we have already calculated NI(x), we may combine that expression and the derivative of permeance with respect to x to get: 8gFx F x = w 4x This is plotted in the lower half of Figure. 7

8 x Problem Set, Problem Amp Turns x 4 Restoring, N Offset, m Figure 6: Required Ampere-Turns and Lateral Force 8

9 % Problem Set, Problem % Parameters L =.; L =.; M =.8; I = 5; R = ; om = *pi*6; t =-/6:/6:/6; % Part : Constant Current I = 5; Tm = M*I*I; Vm = om*m*i; T_e = -M*I*I.* sin(om.* t); V = -om*m*i.* sin(om.* t); fprintf( Problem Set, Problem \n ) fprintf( Part : Torque Magnitude = %g\n, Tm) fprintf( Part : Voltage Magnitude = %g\n, Vm) figure() subplot plot(t, T_e) title( Problem, Constant Secondary Current ) ylabel( Torque, Nm ) subplot plot(t, V); ylabel( Terminal Voltage ) xlabel( Time, s ) % Part : Rotor shorted Tm = (M*I)^/(*L); Vm = om*m^*i/l; T_e = (M^/(*L))*I^.* sin(*om.*t); V = (om*m^*i/l).* sin(*om.*t); fprintf( Part : Torque Magnitude = %g\n, Tm) fprintf( Part : Voltage Magnitude = %g\n,vm) figure() subplot plot(t, T_e) title( Problem, Zero Secondary Flux ) ylabel( Torque, Nm ) subplot 9

10 plot(t, V); ylabel( Terminal Voltage ) xlabel( Time, s ) % Part 3: Rotor shorted through a resistor Im = om*m*i/sqrt((om*l)^+r^); phi = atan(om*l/r); theta = pi/ - phi; T_e3 = -(M*I*Im/).* (sin(theta) - sin(*om.* t + theta)); V3 = om*m*im.* sin(*om.* t + theta); figure(3) subplot plot(t, T_e3) title( Problem, Secondary shorted through resistor ) ylabel( Torque, Nm ) subplot plot(t, V3); ylabel( Terminal Voltage ) xlabel( Time, s ) % part 4: Average torque over a speed range RPM = 5:5; Om = (*pi/6).* RPM; I_ = I.* Om.* M./ sqrt(r^ + (Om.* L).^); Theta = pi/ - atan(om.* L./ R); Tav = -.5*M*I.* I_.* sin(theta); figure(4) plot(rpm, Tav) title( Problem, Average Torque ); ylabel( N-m ) xlabel( RPM )

11 % Problem set, problem, 3 a = 5; A = *exp(); %x =.:.:; t = -.5:.:.5; f = A.* t.* exp(-a.* abs(t)); %g = exp(-a.* abs(x)).* (-a.* abs(x) -)./ a^; figure() %subplot() plot(t, f) %subplot() %plot(x, g) title( Coil Voltage ) xlabel( time, ms ) ylabel( Volts ) axis([ ]) grid on % now we can plot force vs. position u = 5; x = -.5:.:.5; D = (A/u^).* x.* exp(-(a/u).* abs(x)); figure() plot(x, D) title( d flux/dx ) ylabel( Wb/m ) xlabel( distance from center, m ) axis([ ]) grid on % now get energy stored B = A/u^; b = a/u; x = :.:.5; W_ = -(B/b).* x.* exp(-b.* x) + (B/b^).* (-exp(-b.* x)); % energy with respe figure(4) plot(x, W_) title( Energy from center of coil ) ylabel( Joules ) xlabel( Distance from coil center, m ) x =.; xx =.:.:.5; W = (B/b).* (x * exp(-b * x) - xx M =.5; v = sqrt((/m).* W); % to get energy with respect to this position.* exp(-b.* xx)) + (B/b^).* (exp(-b*x) - exp(-b.* xx

12 x =.; W = (B/b) *(x *exp(-b*x) - x*exp(-b*x)) + (B/b^) * (exp(-b*x) - exp(-b*x)); v = sqrt((/m) * W); fprintf( Velocity = %g\n, v) figure(3) plot(xx, v) title( Velocity vs. x ) ylabel( m/s ) xlabel( position, m )

13 % 6.685, Fall, 3 problem set, problem 3 F = 5; % required force muzero = pi*4e-7; W =.; l = ; g =.5; A = W*l; B = sqrt(*muzero*f/a); NIz = *g*b/muzero; % width % length % gap % resulting area fprintf( Required Supporting Flux Density %g T\n, B) fprintf( Required Coil Current %g A-t\n,NIz) d=w/4; % increment of x x = -W/4:d:W/4; % over this range of x NIsq = 8*F*W*g^./(muzero*l*(W^- 4.*x.^)); NI =sqrt(nisq); Fx = - 8*g*F.*x./(W^ - 4.*x.^); figure() subplot plot(x, NI) title( Problem Set, Problem 3 ) ylabel( Amp Turns ) grid on subplot plot(x, Fx) ylabel( Restoring, N ) xlabel( Offset, m ) grid on 3

14 MIT OpenCourseWare Electric Machines Fall 3 For information about citing these materials or our Terms of Use, visit:

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set Solutions September 17, 5 Problem 1: First, note that λ 1 = L 1 i 1 +

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 1 Solutions September 1, 5 Problem 1: If we assume, as suggested in the

More information

6.061 / Introduction to Electric Power Systems

6.061 / Introduction to Electric Power Systems MIT OpenCourseWare http://ocw.mit.edu 6.6 / 6.69 Introduction to Electric Power Systems Spring 7 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Massachusetts

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 5 Solutions October 14, 013 Problem 1: The six slot, two pole winding

More information

6.061 / Introduction to Electric Power Systems

6.061 / Introduction to Electric Power Systems MIT OpenCourseWare http://ocw.mit.edu 6.061 / 6.690 Introduction to Electric Power Systems Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Problem Set 3 Solutions February 14, 2011 Problem 1: Voltage across

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 11 Solutions November 27, 211 Problem 1: Variable Reluctance Motor Much

More information

Announcements: Today: more AC circuits

Announcements: Today: more AC circuits Announcements: Today: more AC circuits I 0 I rms Current through a light bulb I 0 I rms I t = I 0 cos ωt I 0 Current through a LED I t = I 0 cos ωt Θ(cos ωt ) Theta function (is zero for a negative argument)

More information

6.061 / Introduction to Electric Power Systems

6.061 / Introduction to Electric Power Systems MIT OpenCourseWare http://ocw.mit.edu 6.61 / 6.69 Introduction to Electric Power Systems Spring 27 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Massachusetts

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 11 Solutions December 4, 2005 Problem 1 This is a straightforward linear

More information

Sinusoidal Steady State Analysis

Sinusoidal Steady State Analysis Sinusoidal Steady State Analysis 9 Assessment Problems AP 9. [a] V = 70/ 40 V [b] 0 sin(000t +20 ) = 0 cos(000t 70 ).. I = 0/ 70 A [c] I =5/36.87 + 0/ 53.3 =4+j3+6 j8 =0 j5 =.8/ 26.57 A [d] sin(20,000πt

More information

Toolbox: Electrical Systems Dynamics

Toolbox: Electrical Systems Dynamics Toolbox: Electrical Systems Dynamics Dr. John C. Wright MIT - PSFC 05 OCT 2010 Introduction Outline Outline AC and DC power transmission Basic electric circuits Electricity and the grid Image removed due

More information

Review of DC Electric Circuit. DC Electric Circuits Examples (source:

Review of DC Electric Circuit. DC Electric Circuits Examples (source: Review of DC Electric Circuit DC Electric Circuits Examples (source: http://hyperphysics.phyastr.gsu.edu/hbase/electric/dcex.html) 1 Review - DC Electric Circuit Multisim Circuit Simulation DC Circuit

More information

Lecture 11 - AC Power

Lecture 11 - AC Power - AC Power 11/17/2015 Reading: Chapter 11 1 Outline Instantaneous power Complex power Average (real) power Reactive power Apparent power Maximum power transfer Power factor correction 2 Power in AC Circuits

More information

6.641 Electromagnetic Fields, Forces, and Motion

6.641 Electromagnetic Fields, Forces, and Motion MIT OpenCourseWare http://ocw.mit.edu 6.641 Electromagnetic Fields, Forces, and Motion Spring 9 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 6.641,

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Problem Set 9 Solutions April 18, 011 Problem 1: Chapter 9, Problem

More information

Driven RLC Circuits Challenge Problem Solutions

Driven RLC Circuits Challenge Problem Solutions Driven LC Circuits Challenge Problem Solutions Problem : Using the same circuit as in problem 6, only this time leaving the function generator on and driving below resonance, which in the following pairs

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 4 Solution October 5, 201 Problem 1: No secrets here. The script to do

More information

6.061 / Introduction to Electric Power Systems

6.061 / Introduction to Electric Power Systems MIT OpenCourseWare http://ocw.mit.edu 6.061 / 6.690 Introduction to Electric Power Systems Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Prof. Krishna Vasudevan, Prof. G. Sridhara Rao, Prof. P. Sasidhara Rao

Prof. Krishna Vasudevan, Prof. G. Sridhara Rao, Prof. P. Sasidhara Rao 2 Basic Principles As mentioned earlier the transformer is a static device working on the principle of Faraday s law of induction. Faraday s law states that a voltage appears across the terminals of an

More information

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is

Part 4: Electromagnetism. 4.1: Induction. A. Faraday's Law. The magnetic flux through a loop of wire is 1 Part 4: Electromagnetism 4.1: Induction A. Faraday's Law The magnetic flux through a loop of wire is Φ = BA cos θ B A B = magnetic field penetrating loop [T] A = area of loop [m 2 ] = angle between field

More information

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

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

More information

6.061 / Introduction to Electric Power Systems

6.061 / Introduction to Electric Power Systems MIT OpenCourseWare http://ocw.mit.edu 6.061 / 6.690 Introduction to Electric Power Systems Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science.01/.90 Introduction to Power Systems Problem Set 4 Solutions February 28, 2007 Problem 1: Part 1: Chapter,

More information

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT Chapter 31: ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT 1 A charged capacitor and an inductor are connected in series At time t = 0 the current is zero, but the capacitor is charged If T is the

More information

Chapter 15 Magnetic Circuits and Transformers

Chapter 15 Magnetic Circuits and Transformers Chapter 15 Magnetic Circuits and Transformers Chapter 15 Magnetic Circuits and Transformers 1. Understand magnetic fields and their interactio with moving charges. 2. Use the right-hand rule to determine

More information

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement ENE 240 Electrical and Electronic Measurement Class 11, February 4, 2009 werapon.chi@kmutt.ac.th 1 Work, Energy and Power Work is an activity of force and movement in the direction

More information

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

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electric Machines Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Problem Set 4 Solutions October 0, 2005 Problem : The problem statement should have

More information

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09)

(Refer Slide Time: 00:55) Friends, today we shall continue to study about the modelling of synchronous machine. (Refer Slide Time: 01:09) (Refer Slide Time: 00:55) Power System Dynamics Prof. M. L. Kothari Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 09 Modelling of Synchronous Machine (Contd ) Friends,

More information

Alternating Currents. The power is transmitted from a power house on high voltage ac because (a) Electric current travels faster at higher volts (b) It is more economical due to less power wastage (c)

More information

Chapter 10: Sinusoidal Steady-State Analysis

Chapter 10: Sinusoidal Steady-State Analysis Chapter 10: Sinusoidal Steady-State Analysis 1 Objectives : sinusoidal functions Impedance use phasors to determine the forced response of a circuit subjected to sinusoidal excitation Apply techniques

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 11 Sinusoidal Steady-State Analysis Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Contents and Objectives 3 Chapter Contents 11.1

More information

Sinusoidal Steady-State Analysis

Sinusoidal Steady-State Analysis Chapter 4 Sinusoidal Steady-State Analysis In this unit, we consider circuits in which the sources are sinusoidal in nature. The review section of this unit covers most of section 9.1 9.9 of the text.

More information

Lecture 4: R-L-C Circuits and Resonant Circuits

Lecture 4: R-L-C Circuits and Resonant Circuits Lecture 4: R-L-C Circuits and Resonant Circuits RLC series circuit: What's V R? Simplest way to solve for V is to use voltage divider equation in complex notation: V X L X C V R = in R R + X C + X L L

More information

Electrical Machines-I Prof. D. Kastha Department of Electrical Engineering Indian Institute of Technology, Kharagpur

Electrical Machines-I Prof. D. Kastha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Electrical Machines-I Prof. D. Kastha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 20 Potential and Current Transformers (Refer Slide Time: 00:37) So far we

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.061/6.690 Introduction to Power Systems Problem Set 10 Solutions April 22, 2011 Chapter 9, Problems 2,

More information

Fundamentals of Electric Circuits, Second Edition - Alexander/Sadiku

Fundamentals of Electric Circuits, Second Edition - Alexander/Sadiku Chapter 3, Problem 9(8). Find V x in the network shown in Fig. 3.78. Figure 3.78 Chapter 3, Solution 9(8). Consider the circuit below. 2 Ω 2 Ω -j 8 30 o I j 4 j 4 I 2 -j2v For loop, 8 30 = (2 j4)i ji 2

More information

PHYSICS NOTES ALTERNATING CURRENT

PHYSICS NOTES ALTERNATING CURRENT LESSON 7 ALENAING CUEN Alternating current As we have seen earlier a rotating coil in a magnetic field, induces an alternating emf and hence an alternating current. Since the emf induced in the coil varies

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.004 Dynamics and Control II Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Massachusetts Institute

More information

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2

Module 25: Outline Resonance & Resonance Driven & LRC Circuits Circuits 2 Module 25: Driven RLC Circuits 1 Module 25: Outline Resonance & Driven LRC Circuits 2 Driven Oscillations: Resonance 3 Mass on a Spring: Simple Harmonic Motion A Second Look 4 Mass on a Spring (1) (2)

More information

R-L-C Circuits and Resonant Circuits

R-L-C Circuits and Resonant Circuits P517/617 Lec4, P1 R-L-C Circuits and Resonant Circuits Consider the following RLC series circuit What's R? Simplest way to solve for is to use voltage divider equation in complex notation. X L X C in 0

More information

CIRCUIT ANALYSIS II. (AC Circuits)

CIRCUIT ANALYSIS II. (AC Circuits) Will Moore MT & MT CIRCUIT ANALYSIS II (AC Circuits) Syllabus Complex impedance, power factor, frequency response of AC networks including Bode diagrams, second-order and resonant circuits, damping and

More information

Sinusoids and Phasors

Sinusoids and Phasors CHAPTER 9 Sinusoids and Phasors We now begins the analysis of circuits in which the voltage or current sources are time-varying. In this chapter, we are particularly interested in sinusoidally time-varying

More information

Yell if you have any questions

Yell if you have any questions Class 31: Outline Hour 1: Concept Review / Overview PRS Questions possible exam questions Hour : Sample Exam Yell if you have any questions P31 1 Exam 3 Topics Faraday s Law Self Inductance Energy Stored

More information

Module 24: Outline. Expt. 8: Part 2:Undriven RLC Circuits

Module 24: Outline. Expt. 8: Part 2:Undriven RLC Circuits Module 24: Undriven RLC Circuits 1 Module 24: Outline Undriven RLC Circuits Expt. 8: Part 2:Undriven RLC Circuits 2 Circuits that Oscillate (LRC) 3 Mass on a Spring: Simple Harmonic Motion (Demonstration)

More information

Electronic Power Conversion

Electronic Power Conversion Electronic Power Conversion Review of Basic Electrical and Magnetic Circuit Concepts Challenge the future 3. Review of Basic Electrical and Magnetic Circuit Concepts Notation Electric circuits Steady state

More information

Electric Current. Equilibrium: Nonequilibrium: Electric current: E = 0 inside conductor. Mobile charge carriers undergo random motion.

Electric Current. Equilibrium: Nonequilibrium: Electric current: E = 0 inside conductor. Mobile charge carriers undergo random motion. Electric Current Equilibrium: E = 0 inside conductor. Mobile charge carriers undergo random motion. Nonequilibrium: E 0 inside conductor. Mobile charge carriers undergo random motion and drift. Positive

More information

Phys 2025, First Test. September 20, minutes Name:

Phys 2025, First Test. September 20, minutes Name: Phys 05, First Test. September 0, 011 50 minutes Name: Show all work for maximum credit. Each problem is worth 10 points. Work 10 of the 11 problems. k = 9.0 x 10 9 N m / C ε 0 = 8.85 x 10-1 C / N m e

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

Overview Electrical Machines and Drives

Overview Electrical Machines and Drives Overview Electrical Machine and Drive 7-9 1: Introduction, Maxwell equation, magnetic circuit 11-9 1.-3: Magnetic circuit, Princile 14-9 3-4.: Princile, DC machine 18-9 4.3-4.7: DC machine and drive 1-9

More information

Alternating Current. Symbol for A.C. source. A.C.

Alternating Current. Symbol for A.C. source. A.C. Alternating Current Kirchoff s rules for loops and junctions may be used to analyze complicated circuits such as the one below, powered by an alternating current (A.C.) source. But the analysis can quickly

More information

15-884/484 Electric Power Systems 1: DC and AC Circuits

15-884/484 Electric Power Systems 1: DC and AC Circuits 15-884/484 Electric Power Systems 1: DC and AC Circuits J. Zico Kolter October 8, 2013 1 Hydro Estimated U.S. Energy Use in 2010: ~98.0 Quads Lawrence Livermore National Laboratory Solar 0.11 0.01 8.44

More information

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18

Circuit Analysis-III. Circuit Analysis-II Lecture # 3 Friday 06 th April, 18 Circuit Analysis-III Sinusoids Example #1 ü Find the amplitude, phase, period and frequency of the sinusoid: v (t ) =12cos(50t +10 ) Signal Conversion ü From sine to cosine and vice versa. ü sin (A ± B)

More information

Gen. Phys. II Exam 2 - Chs. 21,22,23 - Circuits, Magnetism, EM Induction Mar. 5, 2018

Gen. Phys. II Exam 2 - Chs. 21,22,23 - Circuits, Magnetism, EM Induction Mar. 5, 2018 Gen. Phys. II Exam 2 - Chs. 21,22,23 - Circuits, Magnetism, EM Induction Mar. 5, 2018 Rec. Time Name For full credit, make your work clear. Show formulas used, essential steps, and results with correct

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Exam 3 Topics. Displacement Current Poynting Vector. Faraday s Law Self Inductance. Circuits. Energy Stored in Inductor/Magnetic Field

Exam 3 Topics. Displacement Current Poynting Vector. Faraday s Law Self Inductance. Circuits. Energy Stored in Inductor/Magnetic Field Exam 3 Topics Faraday s Law Self Inductance Energy Stored in Inductor/Magnetic Field Circuits LR Circuits Undriven (R)LC Circuits Driven RLC Circuits Displacement Current Poynting Vector NO: B Materials,

More information

ELECTROMAGNETIC INDUCTION

ELECTROMAGNETIC INDUCTION ELECTROMAGNETIC INDUCTION 1. Magnetic Flux 2. Faraday s Experiments 3. Faraday s Laws of Electromagnetic Induction 4. Lenz s Law and Law of Conservation of Energy 5. Expression for Induced emf based on

More information

AC analysis - many examples

AC analysis - many examples AC analysis - many examples The basic method for AC analysis:. epresent the AC sources as complex numbers: ( ). Convert resistors, capacitors, and inductors into their respective impedances: resistor Z

More information

Electrical Eng. fundamental Lecture 1

Electrical Eng. fundamental Lecture 1 Electrical Eng. fundamental Lecture 1 Contact details: h-elhelw@staffs.ac.uk Introduction Electrical systems pervade our lives; they are found in home, school, workplaces, factories,

More information

EELE 3332 Electromagnetic II Chapter 9. Maxwell s Equations. Islamic University of Gaza Electrical Engineering Department Dr.

EELE 3332 Electromagnetic II Chapter 9. Maxwell s Equations. Islamic University of Gaza Electrical Engineering Department Dr. EELE 3332 Electromagnetic II Chapter 9 Maxwell s Equations Islamic University of Gaza Electrical Engineering Department Dr. Talal Skaik 2013 1 Review Electrostatics and Magnetostatics Electrostatic Fields

More information

Revision Compare Between. Application

Revision Compare Between. Application evision Compare etween Points of Comparison Series Connection Parallel Connection Drawing otal resistance ( ) = + + 3 3 Potential Difference () = + + 3 = = = 3 Electric Current (I) I = I = I = I 3 I =

More information

Get Discount Coupons for your Coaching institute and FREE Study Material at ELECTROMAGNETIC INDUCTION

Get Discount Coupons for your Coaching institute and FREE Study Material at  ELECTROMAGNETIC INDUCTION ELECTROMAGNETIC INDUCTION 1. Magnetic Flux 2. Faraday s Experiments 3. Faraday s Laws of Electromagnetic Induction 4. Lenz s Law and Law of Conservation of Energy 5. Expression for Induced emf based on

More information

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx

Physics 142 AC Circuits Page 1. AC Circuits. I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Physics 142 A ircuits Page 1 A ircuits I ve had a perfectly lovely evening but this wasn t it. Groucho Marx Alternating current: generators and values It is relatively easy to devise a source (a generator

More information

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

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

More information

Supplemental Notes on Complex Numbers, Complex Impedance, RLC Circuits, and Resonance

Supplemental Notes on Complex Numbers, Complex Impedance, RLC Circuits, and Resonance Supplemental Notes on Complex Numbers, Complex Impedance, RLC Circuits, and Resonance Complex numbers Complex numbers are expressions of the form z = a + ib, where both a and b are real numbers, and i

More information

Integration by Substitution

Integration by Substitution November 22, 2013 Introduction 7x 2 cos(3x 3 )dx =? 2xe x2 +5 dx =? Chain rule The chain rule: d dx (f (g(x))) = f (g(x)) g (x). Use the chain rule to find f (x) and then write the corresponding anti-differentiation

More information

PROBLEM SOLUTIONS: Chapter 4

PROBLEM SOLUTIONS: Chapter 4 48 PROBLEM SOLUTIONS: Chapter 4 Problem 4.1 ω m = 100 π/30 = 40π rad/sec part (b): 60 Hz; 10π rad/sec part (c): 100 5/6 = 1000 r/min Problem 4. The voltages in the remaining two phases can be expressed

More information

Typos and Mistakes Found in Practical Electronics for Inventors, 2 nd ed., by Paul Scherz (McGraw-Hill, 2007)

Typos and Mistakes Found in Practical Electronics for Inventors, 2 nd ed., by Paul Scherz (McGraw-Hill, 2007) Typos and Mistakes Found in Practical Electronics for Inventors, 2 nd ed., by Paul Scherz (McGraw-Hill, 2007) This list is being compiled by Martin Ligare during the spring semester of 2008 during the

More information

PHYS 241 EXAM #2 November 9, 2006

PHYS 241 EXAM #2 November 9, 2006 1. ( 5 points) A resistance R and a 3.9 H inductance are in series across a 60 Hz AC voltage. The voltage across the resistor is 23 V and the voltage across the inductor is 35 V. Assume that all voltages

More information

Exam 2 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses.

Exam 2 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Exam 2 Solutions Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 Part of a long, straight insulated wire carrying current i is bent into a circular

More information

AC Electric Machines. Objectives. Introduction. 1. To understand what the meant by the term ac circuit. 2. To understand how to analyze ac circuits.

AC Electric Machines. Objectives. Introduction. 1. To understand what the meant by the term ac circuit. 2. To understand how to analyze ac circuits. AC Electric Machines Objectives 1. To understand what the meant by the term ac circuit.. To understand how to analyze ac circuits. 3. To understand the basic construction and operation of an ac machine.

More information

Power and Energy Measurement

Power and Energy Measurement Power and Energy Measurement EIE 240 Electrical and Electronic Measurement April 24, 2015 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is

More information

PROBLEMS - chapter 3 *

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

More information

UNIT I INTRODUCTION Part A- Two marks questions

UNIT I INTRODUCTION Part A- Two marks questions ROEVER COLLEGE OF ENGINEERING & TECHNOLOGY ELAMBALUR, PERAMBALUR-621220 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING DESIGN OF ELECTRICAL MACHINES UNIT I INTRODUCTION 1. Define specific magnetic

More information

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

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

More information

Chapter 1 Magnetic Circuits

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

More information

REACTANCE. By: Enzo Paterno Date: 03/2013

REACTANCE. By: Enzo Paterno Date: 03/2013 REACTANCE REACTANCE By: Enzo Paterno Date: 03/2013 5/2007 Enzo Paterno 1 RESISTANCE - R i R (t R A resistor for all practical purposes is unaffected by the frequency of the applied sinusoidal voltage or

More information

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

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

More information

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

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

More information

Physics 11b Lecture #13

Physics 11b Lecture #13 Physics 11b Lecture #13 Faraday s Law S&J Chapter 31 Midterm #2 Midterm #2 will be on April 7th by popular vote Covers lectures #8 through #14 inclusive Textbook chapters from 27 up to 32.4 There will

More information

20. Alternating Currents

20. Alternating Currents University of hode sland DigitalCommons@U PHY 204: Elementary Physics Physics Course Materials 2015 20. lternating Currents Gerhard Müller University of hode sland, gmuller@uri.edu Creative Commons License

More information

Analytical Calculation of Air Gap Magnetic Field Distribution in Vernier Motor

Analytical Calculation of Air Gap Magnetic Field Distribution in Vernier Motor IEEE PEDS 017, Honolulu, USA 1-15 June 015 Analytical Calculation of Air Gap Magnetic Field Distribution in Vernier Motor Hyoseok Shi, Noboru Niguchi, and Katsuhiro Hirata Department of Adaptive Machine

More information

ALTERNATING CURRENT

ALTERNATING CURRENT ATENATING UENT Important oints:. The alternating current (A) is generally expressed as ( ) I I sin ω t + φ Where i peak value of alternating current.. emf of an alternating current source is generally

More information

SUMMARY Phys 2523 (University Physics II) Compiled by Prof. Erickson. F e (r )=q E(r ) dq r 2 ˆr = k e E = V. V (r )=k e r = k q i. r i r.

SUMMARY Phys 2523 (University Physics II) Compiled by Prof. Erickson. F e (r )=q E(r ) dq r 2 ˆr = k e E = V. V (r )=k e r = k q i. r i r. SUMMARY Phys 53 (University Physics II) Compiled by Prof. Erickson q 1 q Coulomb s Law: F 1 = k e r ˆr where k e = 1 4π =8.9875 10 9 N m /C, and =8.85 10 1 C /(N m )isthepermittivity of free space. Generally,

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.685 Electric Machines Class Notes 4: Elementary Synchronous Machine Models September 14, 2005 c 2005 James

More information

Electromagnetic Energy Conversion Exam 98-Elec-A6 Spring 2002

Electromagnetic Energy Conversion Exam 98-Elec-A6 Spring 2002 Front Page Electromagnetic Energy Conversion Exam 98-Elec-A6 Spring 2002 Notes: Attempt question 1 and FOUR (4) other questions (FVE (5) questions in all). Unless you indicate otherwise, the first five

More information

ADMISSION TEST INDUSTRIAL AUTOMATION ENGINEERING

ADMISSION TEST INDUSTRIAL AUTOMATION ENGINEERING UNIVERSITÀ DEGLI STUDI DI PAVIA ADMISSION TEST INDUSTRIAL AUTOMATION ENGINEERING September 26, 2016 The candidates are required to answer the following multiple choice test which includes 30 questions;

More information

Solving systems of first order equations with ode Systems of first order differential equations.

Solving systems of first order equations with ode Systems of first order differential equations. A M S 20 MA TLA B NO T E S U C S C Solving systems of first order equations with ode45 c 2015, Yonatan Katznelson The M A T L A B numerical solver, ode45 is designed to work with first order differential

More information

Work, Energy and Power

Work, Energy and Power 1 Work, Energy and Power Work is an activity of force and movement in the direction of force (Joules) Energy is the capacity for doing work (Joules) Power is the rate of using energy (Watt) P = W / t,

More information

and the charge on a proton is +e. We never see objects that have a charge which is not a whole number multiple of this number.

and the charge on a proton is +e. We never see objects that have a charge which is not a whole number multiple of this number. Name: Physics Chapter 17 Study Guide ----------------------------------------------------------------------------------------------------- Useful Information: e = 1.6"10 #19 C k = 9 "10 9 Nm 2 C 2 $ 0

More information

Sinusoidal Steady State Power Calculations

Sinusoidal Steady State Power Calculations 10 Sinusoidal Steady State Power Calculations Assessment Problems AP 10.1 [a] V = 100/ 45 V, Therefore I = 20/15 A P = 1 (100)(20)cos[ 45 (15)] = 500W, 2 A B Q = 1000sin 60 = 866.03 VAR, B A [b] V = 100/

More information

Integration Techniques

Integration Techniques Review for the Final Exam - Part - Solution Math Name Quiz Section The following problems should help you review for the final exam. Don t hesitate to ask for hints if you get stuck. Integration Techniques.

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpenCourseWare http://ocwmitedu 00 Dynamics and Control II Spring 00 For information about citing these materials or our Terms of Use, visit: http://ocwmitedu/terms Massachusetts Institute of Technology

More information

Chapter 3: Capacitors, Inductors, and Complex Impedance

Chapter 3: Capacitors, Inductors, and Complex Impedance hapter 3: apacitors, Inductors, and omplex Impedance In this chapter we introduce the concept of complex resistance, or impedance, by studying two reactive circuit elements, the capacitor and the inductor.

More information

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown:

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown: ircuits onsider the R and series circuits shown: ++++ ---- R ++++ ---- Suppose that the circuits are formed at t with the capacitor charged to value. There is a qualitative difference in the time development

More information

8.03 Lecture 12. Systems we have learned: Wave equation: (1) String with constant tension and mass per unit length ρ L T v p = ρ L

8.03 Lecture 12. Systems we have learned: Wave equation: (1) String with constant tension and mass per unit length ρ L T v p = ρ L 8.03 Lecture 1 Systems we have learned: Wave equation: ψ = ψ v p x There are three different kinds of systems discussed in the lecture: (1) String with constant tension and mass per unit length ρ L T v

More information

Three Phase Circuits

Three Phase Circuits Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/ OUTLINE Previously on ELCN102 Three Phase Circuits Balanced

More information

Lecture Set 1 Introduction to Magnetic Circuits

Lecture Set 1 Introduction to Magnetic Circuits Lecture Set 1 Introduction to Magnetic Circuits S.D. Sudhoff Spring 2017 1 Goals Review physical laws pertaining to analysis of magnetic systems Introduce concept of magnetic circuit as means to obtain

More information

Exam 3 Solutions. The induced EMF (magnitude) is given by Faraday s Law d dt dt The current is given by

Exam 3 Solutions. The induced EMF (magnitude) is given by Faraday s Law d dt dt The current is given by PHY049 Spring 008 Prof. Darin Acosta Prof. Selman Hershfield April 9, 008. A metal rod is forced to move with constant velocity of 60 cm/s [or 90 cm/s] along two parallel metal rails, which are connected

More information

Homework 1 Solutions

Homework 1 Solutions 18-9 Signals and Systems Profs. Byron Yu and Pulkit Grover Fall 18 Homework 1 Solutions Part One 1. (8 points) Consider the DT signal given by the algorithm: x[] = 1 x[1] = x[n] = x[n 1] x[n ] (a) Plot

More information