TRV Problem With IEEE C By Thomas Field Southern Company Services

Size: px
Start display at page:

Download "TRV Problem With IEEE C By Thomas Field Southern Company Services"

Transcription

1 RV Problem With IEEE C By homas Field Southern Company Services

2 Question Asked of IEEE about Standard C How do I use the values in ables 5, 6, 7, and 8 along with Figure 15 to draw a circuit breaker RV capability curve so that the actual system RV curve can be compared to the capability curve?

3 Presentation Outline Utility RV Standard Applications Standard C RV Problem Similar Problem in Proposed Changes to C RV Standard Solutions to Problems

4 Utility Application of RV Standards Generate Ideal Breaker Capability Curve Generate System RV Response Curve Comparison of Ideal and System Curve

5 Ideal Breaker Capability Curve Ideal Breaker Capability Curve represents the Minimum Requirements for Circuit Breakers Actual Circuit Breakers Response May be Greater than the Standards Minimum Computer Programs Used For Curve Reproduction

6 EMP Curve Generation Equations Defining Continuous Minimum Capability of Breaker Defined in Standard Curve Generated Based on Equations Curve Compared to System Response on Single Graph

7 C Curve Equations hree Phase Bus Fault Short ine Fault

8 C hree Phase Fault

9

10

11 EMP Program for Ideal Response ACS HYBRID C C ENER HE BREAKER VOAGE RAING IN VOS 11VRA C ENER HE BREAKER CURREN RAING IN AMPS 11IRA C ENER HE BREAKER IME IN SECONDS C ENER HE BREAKER R VAUE IN VOS/SECOND C this comes from table 5 of ansi c R 1.8E9 C C ENER HE ACUA FAU CURREN IN AMPS C 11CUR C C DEERMINE HE FRACION OF RAED CURREN 99EV = (VRA.E.7500) 99EV1 = (VRA.G.7500) 99F1 = EV*.5 + EV1*5. 99F = EV*1.5 + EV1*. 99F3 = EV*1.0 + EV1*3. 99F4 = EV*.5 + EV1*1. 99E = CUR/IRA 99E1 = (E.GE.0.AND. E.E..3) 99E = (E.G..3.AND. E.E..6) 99E3 = (E.G..6.AND. E.E.1.0) 99KR = (E1*0.) + (E*((E-.3)/.3)*) + (E3*(-(E-.6)/.4)) 99KR = (EV*0.) + (EV1*KR) 99K = (E1*F1) + (E*(F+F3*((.6-E)/.3))) + (E3*(F-F4*(E-.6)/.4)) 99KE = 1+((1-E)/.55)*.1 C 99E1 = 1.5*SQR(./3.)*VRA 99E = (EV*1.88*VRA) + (EV1*1.76*VRA) 99B = /K 99EB = E*KE 99RB = R*KR C C C CACUAE HE RV C C this is equation ) on page 5 of C C the form is (E/.0)*k1*(1-cos(pi*t*K/) C ke is k1 and K is 1/kt C the different equations for the value under, kt, are not presented C but are in figure 5 and able 1 99BRKRX =EB/.*(1-COS(PI/B*IMEX)) C this is equation 1) on page 5 of C C the form is E1*(1-e**(1R*Kr*t/E1)) 99BRKRZ =E1*(1.-EXP(-RB*IMEX/E1)) IF (BRKRX.G.BRKRZ) HEN 98FAG =1 ENDIF IF (FAG.EQ.1)HEN 98BRKRV =BRKRX ESE 98BRKRV =BRKRZ ENDIF C 33BRKRVBRKRXBRKRZ C C <Name-<>InitialVal<- 77FAG 0.0 C...^...^..

12 EMP Output of Ideal Response

13 C Short ine Fault

14 Short ine Fault Boundary Equations

15 System RV Response System Fault Modeled in Simulation Program Response across First Pole o Open Graphed Graph Compared to Minimum Breaker Capability Curve Capacitance added if Minimum Breaker Capability Curve Exceeded

16 Simple System Fault Model Pre-Opening Current Injected Model Capacitances and Inductances Fault hree Phases Monitor Voltage Across First Open Contact

17 Drawing of Simple Fault Circuit

18 Program for Circuit Simulation C <Bus M<Bus K<Bus 3<Bus 4<----R<----<----C<---R<---<---C<---R3<---3<---C3 SOURA SOURB SOURC C...^...^...^...^...^...^...^...^...^...^...^...^...^ C <Bus M<Bus K<Bus 3<Bus 4<----R<----<----C<---R<---<---C<---R3<---3<---C3 SOURA SOURB SOURC C...^...^...^...^...^...^...^...^...^...^...^...^...^ C <Bus M<Bus K<Bus 3<Bus 4<----R<----<----C<---R<---<---C<---R3<---3<---C3 INEA INEB INEC C...^...^...^...^...^...^...^...^...^...^...^...^...^ C <Bus M<Bus K<Bus 3<Bus 4<----R<----<----C<---R<---<---C<---R3<---3<---C3 INEA INEB INEC C...^...^...^...^...^...^...^...^...^...^...^...^...^ C BANK CARD ENDING BRANCH DAA C SWICHES C C <Bus K<Bus M<---close<----open< Ie<---Vflash<-Special-<-Bus5<-Bus6<--O SOURA INEA C...^...^...^...^...^...^...^...^...^...^ C <Bus K<Bus M<---close<----open< Ie<---Vflash<-Special-<-Bus5<-Bus6<--O INEA INEB INEB INEC C...^...^...^...^...^...^...^...^...^...^ BANK CARD ENDING SWICHES C C SOURCE C C <--Bus<V<Amplitude<-----Freq<----Phase< A1< <---start<----stop 14SOURA INEA C...^.^...^...^...^...^...^...^...^ BANK CARD ENDING SOURCE CARDS C OUPU SPECIFICAION CARDS C <Bus 1<Bus <Bus 3<Bus 4<Bus 5<Bus 6<Bus 7<Bus 8<Bus 9<Bus10<Bus11<Bus1<Bus13 INEA SOURA C...^...^...^...^...^...^...^...^...^...^...^...^...^ BANK CARD C POS CARDS BANK CARD BANK CARD BEGIN NEW DAA CASE BANK CARD

19 Output of System Response

20 Comparison of Breaker Capability Curve and System Response P3P>SOURA -INEA (ype 8) P3P>SOURA -INEA (ype 8) P3P>ACS -BRKRV(ype 9) Voltage (V) ime (us)

21 C RV Problem Minimum Range Specified For Circuit Breakers Capability Curve No Boundary Defined for System Response No Equations for Minimum Circuit Breaker Capability Curve Unable to Determine System Capacitance Needed

22 Minimum Range Specified Rate of Rise ime Delay Peak Voltage angent in Undefined Region op of Curve Function Described No Defining Equations

23 Minimum Breaker Requirements

24 Minimum Breaker Requirements

25 System Source Fault ong Delay Short arge Window for System Response 1-cos Waveshape Fits Into Window

26 System Source Fault

27 System Source Fault Simulation GEN>SOURA -INEA (ype 8) GEN>SOURA -INEA (ype 8) GEN>ACS -SOPE1(ype 9) GEN>ACS -SOPE(ype 9) Voltage (V) ime (us)

28 Generator Source Fault Short Delay ong Small Window 1-cos Waveshape Does Not Fit in Window

29 Generator Source Fault

30 Generator Source Fault Simulation GEN>INEA -SOURA (ype 8) GEN>INEA -SOURA (ype 8) GEN>ACS -SOPE1(ype 9) GEN>ACS -SOPE(ype 9) Voltage (V) ime (us)

31 Problem Area In ast Graph GEN>INEA -SOURA (ype 8) GEN>INEA -SOURA (ype 8) GEN>ACS -BRKCOS(ype 9) GEN>ACS -SOPE1(ype 9) GEN>ACS -SOPE(ype 9) 6956 Voltage (V) ime (us)

32 Similar Problem With C Proposed Changes IEC Harmonization with IEEE IEC Standard 56 Waveshapes to Replace Defined Functions Parameter Function 4 Parameter Function Circuit Breaker Range No System Response Boundary Defined

33 Parameter Function of IEC 56 (Similar to IEEE C )

34 4 Parameter Function of IEC 56

35 Possible Solutions to Problem IEC Reference Waveshape Delay ine to E Delay ine to %1 and then ROR ine Delay ine to %1 and then Slope to ROR ine at % Delay ine to %1, then Slope to ROR ine at %, then Curve to E at

36 Delay ine to %1 and then ROR ine

37 Delay ine to %1 and then Slope to % ROR ine

38 Delay ine to %1, then Slope to ROR ine at %, then Curve to E at

39 otal Suggested Solution

40 Possible Generic Solution

41 ( ) ( ) t E c t E c t Rt t ae t ae be t d d t R d t + + = = + = = = = 5 1) ( 5 5 cos 1 ) ( ) ( ) ( π π

42

43 Without imit on Cosine PROP>ACS -INEDR(ype 9) PROP>ACS -INEDR(ype 9) PROP>ACS -INROR(ype 9) Current (A) ime (us)

44 imit on Cosine PROP>ACS -INEDR(ype 9) PROP>ACS -INEDR(ype 9) PROP>ACS -INROR(ype 9) Current (A) ime (us)

45 ACS HYBRID C C ENER VAUE (in us) 11I 7. C ENER E VAUE (in kv) 11EI 7.6 C ENER HE IME DEAY (in us) 11ID 1.0 C ENER CONSAN A IN % 11AICON 10.0 C ENER CONSAN B IN % 11BICON 30.0 C ENER CONSAN C IN % 11CICON 50.0 C 99 =I/ D =ID/ E =EI* ACON =AICON/ BCON =BICON/ CCON =CICON/ =0.85* 99ROR =E/3 991 =(ACON*E/ROR)+D 994 =BCON*E/ROR 995 =CCON*E/ROR C IF (IMEX.. D) HEN 98INEDR =0.0 ENDIF IF (IMEX.GE. D.AND.IMEX..1) HEN 98INEDR =ROR*(IMEX-D) ENDIF IF (IMEX.G. 1.AND.IMEX..4) HEN 98INEDR =((BCON-ACON)*E/(4-1))*(IMEX-1)+ACON*E ENDIF IF (IMEX.G. 4.AND.IMEX..5) HEN 98INEDR =ROR*IMEX ENDIF IF (IMEX.G.5)HEN 98EMP1 =(1-CCON)*E 98ARGCS =(PI/.0)*(IMEX-5)/(-5)+PI/.0 98EMP =EMP1*(1-COS(ARGCS)) 98INEDR =EMP+((*CCON)-1.0)*E ENDIF 98CHECK =ROR*IMEX IF (INEDR.G. CHECK) HEN 98INEDR =CHECK ENDIF IF (IMEX.. 3) HEN 98INROR =ROR*IMEX ESE 98INROR =E ENDIF C C <name1<name<name3<name4<name5<name6<name7<name8<name9<nam10<nam11<nam1<nam13< 33INEDRINROR C...^...^...^...^...^...^...^...^...^...^...^...^...^.

46 A=30%, B=50%, C=70% PROP3>ACS -INEDR(ype 9) PROP3>ACS -INEDR(ype 9) PROP3>ACS -INROR(ype 9) Current (A) ime (us)

47 Cosine Oscillation PROP4>ACS -INEDR(ype 9) PROP4>ACS -INEDR(ype 9) PROP4>ACS -INROR(ype 9) Current (A) ime (us)

48 ( ) ( ) t E c t E c t ae t ae be t d d t R d t + + = + = = = = 4 1) ( 5 5 cos 1 ) ( ) ( ) ( π π

49 4 Segment Method a=10%, b=90%, c=67.5% PROP5>ACS -INEDR(ype 9) PROP5>ACS -INEDR(ype 9) PROP5>ACS -INROR(ype 9) Current (A) ime (us)

50 ACS HYBRID C C ENER VAUE (in us) 11I 7. C ENER E VAUE (in kv) 11EI 7.6 C ENER HE IME DEAY (in us) 11ID 1.0 C ENER CONSAN A IN % 11AICON 10.0 C ENER CONSAN B IN % 11BICON 80.0 C ENER CONSAN C IN % 11CICON 67.5 C 99 =I/ D =ID/ E =EI* ACON =AICON/ BCON =BICON/ CCON =CICON/ =0.85* 99ROR =E/3 991 =(ACON*E/ROR)+D 994 =BCON*E/ROR 995 =CCON*E/ROR C IF (IMEX.. D) HEN 98INEDR =0.0 ENDIF IF (IMEX.GE. D.AND.IMEX..1) HEN 98INEDR =ROR*(IMEX-D) ENDIF IF (IMEX.G. 1.AND.IMEX..4) HEN 98INEDR =((BCON-ACON)*E/(4-1))*(IMEX-1)+ACON*E ENDIF IF (IMEX.G.4)HEN 98EMP1 =(1-CCON)*E 98ARGCS =(PI/.0)*(IMEX-5)/(-5)+PI/.0 98EMP =EMP1*(1-COS(ARGCS)) 98INEDR =EMP+((*CCON)-1.0)*E ENDIF 98CHECK =ROR*IMEX IF (INEDR.G. CHECK) HEN 98INEDR =CHECK ENDIF IF (IMEX.. 3) HEN 98INROR =ROR*IMEX ESE 98INROR =E ENDIF C C <name1<name<name3<name4<name5<name6<name7<name8<name9<nam10<nam11<nam1 <nam13< 33INEDRINROR

51 Actual Breaker RV

52 Final Proposed Solution Specify a, b, and c for breakpoints in 5 segment curve Specify the point that the 1-cosine curve should be centered around Calculate the start of last segment based on time in curve instead of start of zero cosine point

53 Modified Equations 0, 1,, and 3 remain the same Parameters a, b, and c remain the same Add parameter d for percent of E that the 1-cosine curve is centered around Modify 4 by replacing 5 in cosine argument with parameter x Calculate x based on point in wave that 1-cosine centered around de equals ce

54 ( ) ( ) t E d x x t E d t Rt t ae t ae be t d d t R d t + + = = + = = = = 5 1) ( cos 1 ) ( ) ( ) ( π π d c d d c d x = 1 cos 5 1 cos π π

55

56 Curve FromC a=10, d=90, c=90, d=67.5 FIN>ACS -INEDR(ype 9) FIN>ACS -INEDR(ype 9) FIN>ACS -INROR(ype 9) Current (A) ime (us)

57 ACS HYBRID C C ENER VAUE (in us) 11I 7. C ENER E VAUE (in kv) 11EI 7.6 C ENER HE IME DEAY (in us) 11ID 1.0 C ENER CONSAN A IN % 11AICON 10.0 C ENER CONSAN B IN % 11BICON 90.0 C ENER CONSAN C IN % (place to start 1-cos wave) 11CICON 90.0 C ENER CONSAN D IN % (center of 1-cos wave) 11DICON =I/ D =ID/ E =EI* ACON =AICON/ BCON =BICON/ CCON =CICON/ DCON =DICON/ =0.85* 99ROR =E/3 991 =(ACON*E/ROR)+D 994 =BCON*E/ROR 995 =CCON*E/ROR 99DUMV1 =(.0/PI)*(ACOS(DCON-CCON)/(1-DCON)) 99X =(1.0/DUMV1)*(*(DUMV1-1.0)-5) IF (IMEX.. D) HEN 98INEDR =0.0 ENDIF IF (IMEX.GE. D.AND.IMEX..1) HEN 98INEDR =ROR*(IMEX-D) ENDIF IF (IMEX.G. 1.AND.IMEX..4) HEN 98INEDR =((BCON-ACON)*E/(4-1))*(IMEX-1)+ACON*E ENDIF IF (IMEX.G. 4.AND.IMEX..5) HEN 98INEDR =ROR*IMEX ENDIF IF (IMEX.G.5)HEN 98EMP1 =(1-DCON)*E 98ARGCS =(PI/.0)*(IMEX-X)/(-X)+PI/.0 98EMP =EMP1*(1-COS(ARGCS)) 98INEDR =EMP+((*DCON)-1.0)*E ENDIF 98CHECK =ROR*IMEX IF (INEDR.G. CHECK) HEN 98INEDR =CHECK ENDIF IF (IMEX.. 3) HEN 98INROR =ROR*IMEX ESE 98INROR =E ENDIF C <name1<name<name3<name4<name5<name6<name7<name8<name9<nam10<nam11<nam1<nam13< 33INEDRINROR 5 DCON CCON X C...^...^...^...^...^...^...^...^...^...^...^...^...^. C <Name-<>InitialVal<- 77INEDR 0.0 C...^...^..

58 Conclusions Minimum RV Curves Should Be Specified For C Segment Curve Suggested Exact Values/Equations Must Be Determined From est Data C Use of IEC RV Standard May Have Similar Problem as C if Minimum RV Curve Not Specified

PI5A3158. SOTINY TM Low Voltage Dual SPDT An a log Switch 2:1 Mux/DeMux Bus Switch. Features. Description. Connection Diagram.

PI5A3158. SOTINY TM Low Voltage Dual SPDT An a log Switch 2:1 Mux/DeMux Bus Switch. Features. Description. Connection Diagram. PI53158 OINY M Low Voltage Dual PD n a log witch Features CMO echnology for Bus and nalog pplications Low On-Resistance: 8Ω at 3.0V Wide Range: 1.65V to 5.5V Rail-to-Rail ignal Range Control Input Overvoltage

More information

ES 250 Practice Final Exam

ES 250 Practice Final Exam ES 50 Pracice Final Exam. Given ha v 8 V, a Deermine he values of v o : 0 Ω, v o. V 0 Firs, v o 8. V 0 + 0 Nex, 8 40 40 0 40 0 400 400 ib i 0 40 + 40 + 40 40 40 + + ( ) 480 + 5 + 40 + 8 400 400( 0) 000

More information

Industrial Technology: Electronic Technology Crosswalk to AZ Math Standards

Industrial Technology: Electronic Technology Crosswalk to AZ Math Standards Page 1 of 1 August 1998 1M-P1 Compare and contrast the real number system and its various subsystems with regard to their structural characteristics. PO 2 PO 3 2.0 Apply mathematics calculations. 2.1 Apply

More information

Chemistry 112 Midterm January 30, 2006

Chemistry 112 Midterm January 30, 2006 1. (35 points) The reaction of A and B to form products is thought to go according to the following mechanism: A + 2B 2C + D k -1 2C 2C 2C + M k 2 k 3 k 4 G H J + M (a) (5) Identify the products in this

More information

CHAPTER 14 SIGNAL GENERATORS AND WAVEFORM SHAPING CIRCUITS

CHAPTER 14 SIGNAL GENERATORS AND WAVEFORM SHAPING CIRCUITS CHAPTER 4 SIGNA GENERATORS AND WAEFORM SHAPING CIRCUITS Chapter Outline 4. Basic Principles of Sinusoidal Oscillators 4. Op Amp RC Oscillators 4.3 C and Crystal Oscillators 4.4 Bistable Multivibrators

More information

(b) (a) (d) (c) (e) Figure 10-N1. (f) Solution:

(b) (a) (d) (c) (e) Figure 10-N1. (f) Solution: Example: The inpu o each of he circuis shown in Figure 10-N1 is he volage source volage. The oupu of each circui is he curren i( ). Deermine he oupu of each of he circuis. (a) (b) (c) (d) (e) Figure 10-N1

More information

A3-107 INCREASED PERFORMANCE OF CAPACITOR BANK CIRCUIT BREAKERS BY CONTROLLED OPENING

A3-107 INCREASED PERFORMANCE OF CAPACITOR BANK CIRCUIT BREAKERS BY CONTROLLED OPENING , rue d'artois, F-758 Paris http://www.cigre.org A3-7 Session 4 CIGRÉ INCREASED PERFORMANCE OF CAPACITOR BANK CIRCUIT BREAKERS BY CONTROLLED OPENING U. KRÜSI * P. M. JONSSON Swiss Federal Institute of

More information

METAL OXIDE VARISTORS TNR TM

METAL OXIDE VARISTORS TNR TM MEA OXIE VARISORS NR M?FEAURES @arge surge capability (the surge current ratings of NR V series, by / Ms, are about two times larger than NR G series). @arge energy capability (1. time larger than NR G

More information

non-linear oscillators

non-linear oscillators non-linear oscillaors The invering comparaor operaion can be summarized as When he inpu is low, he oupu is high. When he inpu is high, he oupu is low. R b V REF R a and are given by he expressions derived

More information

Transients on Integrated Power System

Transients on Integrated Power System Chapter 3 Transients on Integrated Power System 3.1 Line Dropping and Load Rejection 3.1.1 Line Dropping In three phase circuit capacitance switching, the determination of the voltage trapped after switching

More information

Microprocessor Based Characteristics and adjustments

Microprocessor Based Characteristics and adjustments Microprocessor Based Characteristics and adjustments 7- Range Operation Settings Operation and Examples 0 Ground Fault and Pre-rip larm LED ndication and OCR Controller ime/current Curves - OCR Checker

More information

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives:

Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Chapter 10 Sinusoidal Steady State Analysis Chapter Objectives: Apply previously learn circuit techniques to sinusoidal steady-state analysis. Learn how to apply nodal and mesh analysis in the frequency

More information

EE221 - Practice for the Midterm Exam

EE221 - Practice for the Midterm Exam EE1 - Practice for the Midterm Exam 1. Consider this circuit and corresponding plot of the inductor current: Determine the values of L, R 1 and R : L = H, R 1 = Ω and R = Ω. Hint: Use the plot to determine

More information

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis

SHORT QUESTIONS AND ANSWERS. Year/ Semester/ Class : III/ V/ EEE Academic Year: Subject Code/ Name: EE6501/ Power System Analysis Srividya colllege of Engg & Tech,Virudhunagar Sri Vidya College of Engineering And Technology Virudhunagar 626 005 Department of Electrical and Electronics Engineering QUESTION BANK SHORT QUESTIONS AND

More information

TUTORIAL: STATE VARIABLES and MATLAB

TUTORIAL: STATE VARIABLES and MATLAB TUTORIAL TUTORIAL: STATE VARIABLES and MATLAB Time-domain analysis of circuits with more than one L and C is difficult because it requires solution of characteristic equations higher than second degree.

More information

METAL OXIDE VARISTORS TNR

METAL OXIDE VARISTORS TNR MEA OXIE VARISORS NR?FEAURES @arge surge capability (the surge current ratings of NR V series, by / M Sec., are about two times larger than NR G series). @arge energy capability (1. time larger than NR

More information

Micrologic Control units 2.0 and 5.0 Low Voltage Products

Micrologic Control units 2.0 and 5.0 Low Voltage Products Micrologic Conol unis.0 and 5.0 Low Volage Producs User manual We do more wih eleciciy. Micrologic Conol unis.0 and 5.0 Discovering your conol uni Idenifying your conol uni Overview of funcions 4 Seing

More information

16PESGM2316 Characterizing Transmission System Harmonic Impedances with R-X Loci Plots. David Mueller

16PESGM2316 Characterizing Transmission System Harmonic Impedances with R-X Loci Plots. David Mueller 1 16PESGM2316 Characterizing Transmission System Harmonic Impedances with R-X Loci Plots David Mueller 2 Transmission System Harmonics Studies In the US, the closure of older coal fired plants is a driver

More information

Modeling of Transmission Line and Substation for Insulation Coordination Studies

Modeling of Transmission Line and Substation for Insulation Coordination Studies TRAINING DUBROVNIK, CROATIA - APRIL, 27-29 2009 SIMULATION & ANALYSIS OF POWER SYSTEM TRANSIENTS WITH EMTP-RV Modeling of Transmission Line and Substation for Insulation Coordination Studies Prof. Ivo

More information

4.5 (A4.3) - TEMPERATURE INDEPENDENT BIASING (BANDGAP)

4.5 (A4.3) - TEMPERATURE INDEPENDENT BIASING (BANDGAP) emp. Indep. Biasing (7/14/00) Page 1 4.5 (A4.3) - EMPERAURE INDEPENDEN BIASING (BANDGAP) INRODUCION Objective he objective of this presentation is: 1.) Introduce the concept of a bandgap reference 2.)

More information

A L A BA M A L A W R E V IE W

A L A BA M A L A W R E V IE W A L A BA M A L A W R E V IE W Volume 52 Fall 2000 Number 1 B E F O R E D I S A B I L I T Y C I V I L R I G HT S : C I V I L W A R P E N S I O N S A N D TH E P O L I T I C S O F D I S A B I L I T Y I N

More information

EE 435. Lecture 2: Basic Op Amp Design. - Single Stage Low Gain Op Amps

EE 435. Lecture 2: Basic Op Amp Design. - Single Stage Low Gain Op Amps EE 435 ecture 2: Basic Op Amp Design - Single Stage ow Gain Op Amps 1 Review from last lecture: How does an amplifier differ from an operational amplifier?? Op Amp Amplifier Amplifier used in open-loop

More information

UNIVERSITY OF CALIFORNIA AT BERKELEY

UNIVERSITY OF CALIFORNIA AT BERKELEY Homework #10 Soluions EECS 40, Fall 2006 Prof. Chang-Hasnain Due a 6 pm in 240 Cory on Wednesday, 04/18/07 oal Poins: 100 Pu (1) your name and (2) discussion secion number on your homework. You need o

More information

Generators. What its all about

Generators. What its all about Generators What its all about How do we make a generator? Synchronous Operation Rotor Magnetic Field Stator Magnetic Field Forces and Magnetic Fields Force Between Fields Motoring Generators & motors are

More information

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update

Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update Elevated Neutral to Earth Voltages Due to Harmonics A T&D Update E. R. (Randy) Collins, PhD, PE Dept. of Electrical and Computer Engineering Clemson University Clemson, South Carolina Stray Voltage Panel

More information

Electronic Circuits Summary

Electronic Circuits Summary Electronic Circuits Summary Andreas Biri, D-ITET 6.06.4 Constants (@300K) ε 0 = 8.854 0 F m m 0 = 9. 0 3 kg k =.38 0 3 J K = 8.67 0 5 ev/k kt q = 0.059 V, q kt = 38.6, kt = 5.9 mev V Small Signal Equivalent

More information

ESE319 Introduction to Microelectronics. Feedback Basics

ESE319 Introduction to Microelectronics. Feedback Basics Feedback Basics Feedback concept Feedback in emitter follower Stability One-pole feedback and root locus Frequency dependent feedback and root locus Gain and phase margins Conditions for closed loop stability

More information

SN54HC393, SN74HC393 DUAL 4-BIT BINARY COUNTERS

SN54HC393, SN74HC393 DUAL 4-BIT BINARY COUNTERS Dual 4-Bit Binary Counters With Individual Clocks Direct Clear for Each 4-Bit Counter Can Significantly Improve System Densities by educing Counter Package Count by 0 Percent Package Options Include Plastic

More information

Parallel Circuits. Chapter

Parallel Circuits. Chapter Chapter 5 Parallel Circuits Topics Covered in Chapter 5 5-1: The Applied Voltage V A Is the Same Across Parallel Branches 5-2: Each Branch I Equals V A / R 5-3: Kirchhoff s Current Law (KCL) 5-4: Resistance

More information

Physics 3A: Basic Physics I Shoup Sample Midterm. Useful Equations. x f. x i v x. a x. x i. v xi v xf. 2a x f x i. y f. a r.

Physics 3A: Basic Physics I Shoup Sample Midterm. Useful Equations. x f. x i v x. a x. x i. v xi v xf. 2a x f x i. y f. a r. Physics 3A: Basic Physics I Shoup Sample Miderm Useful Equaions A y Asin A A x A y an A y A x A = A x i + A y j + A z k A * B = A B cos(θ) A x B = A B sin(θ) A * B = A x B x + A y B y + A z B z A x B =

More information

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION

EE 6501 POWER SYSTEMS UNIT I INTRODUCTION EE 6501 POWER SYSTEMS UNIT I INTRODUCTION PART A (2 MARKS) 1. What is single line diagram? A Single line diagram is diagrammatic representation of power system in which the components are represented by

More information

Inductor Energy Storage

Inductor Energy Storage School of Compuer Science and Elecrical Engineering 5/5/ nducor Energy Sorage Boh capaciors and inducors are energy sorage devices They do no dissipae energy like a resisor, bu sore and reurn i o he circui

More information

Dynamic simulation of a five-bus system

Dynamic simulation of a five-bus system ELEC0047 - Power system dynamics, control and stability Dynamic simulation of a five-bus system Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct November 2017 1 / 16 System modelling

More information

ECE 585 Power System Stability

ECE 585 Power System Stability Homework 1, Due on January 29 ECE 585 Power System Stability Consider the power system below. The network frequency is 60 Hz. At the pre-fault steady state (a) the power generated by the machine is 400

More information

An Innovative Simple Test Circuit for Single-Phase Short Circuit Making Test of High-Voltage Switching Devices

An Innovative Simple Test Circuit for Single-Phase Short Circuit Making Test of High-Voltage Switching Devices An Innovative Simple Test Circuit for Single-Phase Short Circuit Making Test of High-Voltage Switching Devices Downloaded from jiaeee.com at 2:32 +33 on Sunday November 4th 28 Abstract: N. Nikpour K. Niayesh

More information

Request Ensure that this Instruction Manual is delivered to the end users and the maintenance manager.

Request Ensure that this Instruction Manual is delivered to the end users and the maintenance manager. Request Ensure that this Instruction Manual is delivered to the end users and the maintenance manager. 1 -A - Introduction - Thank for your purchasing MITSUBISHI ELECTRIC MELPRO TM D Series Digital Protection

More information

Refinements to Incremental Transistor Model

Refinements to Incremental Transistor Model Refinements to Incremental Transistor Model This section presents modifications to the incremental models that account for non-ideal transistor behavior Incremental output port resistance Incremental changes

More information

n i exp E g 2kT lnn i E g 2kT

n i exp E g 2kT lnn i E g 2kT HOMEWORK #10 12.19 For intrinsic semiconductors, the intrinsic carrier concentration n i depends on temperature as follows: n i exp E g 2kT (28.35a) or taking natural logarithms, lnn i E g 2kT (12.35b)

More information

Homework-8(1) P8.3-1, 3, 8, 10, 17, 21, 24, 28,29 P8.4-1, 2, 5

Homework-8(1) P8.3-1, 3, 8, 10, 17, 21, 24, 28,29 P8.4-1, 2, 5 Homework-8() P8.3-, 3, 8, 0, 7, 2, 24, 28,29 P8.4-, 2, 5 Secion 8.3: The Response of a Firs Order Circui o a Consan Inpu P 8.3- The circui shown in Figure P 8.3- is a seady sae before he swich closes a

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous)

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 ELECTRICAL AND ELECTRONICS ENGINEERING QUESTION BANK Course Name : Computer Methods in Power Systems Course Code : A60222

More information

and cables for offshore wind connection

and cables for offshore wind connection Transient analysis of transformers and cables for offshore wind connection Bjørn Gustavsen SINTEF Energy Research Trondheim, Norway Wind power R&D seminar deep sea offshore wind: Trondheim, Norway, 20-21

More information

3VT4 Molded Case Circuit Breakers up to 1000 A

3VT4 Molded Case Circuit Breakers up to 1000 A VT4 Molded Case Circuit Breakers up to 00 A Catalog Technical nformation VT4 Molded Case Circuit Breakers up to 00 A General data / - Overview Circuit breakers Switch disconnectors / - Selection and ordering

More information

Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation

Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation Evaluation of the risk of failure due to switching overvoltages of a phase to phase insulation A. Xemard, J. Michaud, A. Guerrier, I. Uglesic, G. Levacic, M. Mesic Abstract-- The upgrade of an overhead

More information

EE202 Circuit Theory II , Spring. Dr. Yılmaz KALKAN & Dr. Atilla DÖNÜK

EE202 Circuit Theory II , Spring. Dr. Yılmaz KALKAN & Dr. Atilla DÖNÜK EE202 Circui Theory II 2018 2019, Spring Dr. Yılmaz KALKAN & Dr. Ailla DÖNÜK 1. Basic Conceps (Chaper 1 of Nilsson - 3 Hrs.) Inroducion, Curren and Volage, Power and Energy 2. Basic Laws (Chaper 2&3 of

More information

Switched-Capacitor Circuits David Johns and Ken Martin University of Toronto

Switched-Capacitor Circuits David Johns and Ken Martin University of Toronto Switched-Capacitor Circuits David Johns and Ken Martin University of Toronto (johns@eecg.toronto.edu) (martin@eecg.toronto.edu) University of Toronto 1 of 60 Basic Building Blocks Opamps Ideal opamps usually

More information

EE/ME/AE324: Dynamical Systems. Chapter 8: Transfer Function Analysis

EE/ME/AE324: Dynamical Systems. Chapter 8: Transfer Function Analysis EE/ME/AE34: Dynamical Sytem Chapter 8: Tranfer Function Analyi The Sytem Tranfer Function Conider the ytem decribed by the nth-order I/O eqn.: ( n) ( n 1) ( m) y + a y + + a y = b u + + bu n 1 0 m 0 Taking

More information

THE EFFECT OF REVERSAL ON CAPACITOR LIFE

THE EFFECT OF REVERSAL ON CAPACITOR LIFE GENERAL ATOMICS ENERGY PRODUCTS Engineering Bulletin 96-004 THE EFFECT OF REVERSAL ON CAPACITOR LIFE November 2003 2003 Sorrento Electronics, Inc. Capacitor Engineering Department General Atomics Energy

More information

EE 435. Lecture 2: Basic Op Amp Design. - Single Stage Low Gain Op Amps

EE 435. Lecture 2: Basic Op Amp Design. - Single Stage Low Gain Op Amps EE 435 ecture 2: Basic Op mp Design - Single Stage ow Gain Op mps 1 Review from last lecture: How does an amplifier differ from an operational amplifier?? Op mp mplifier mplifier used in open-loop applications

More information

PI5A3157. SOTINY TM Low Voltage SPDT Analog Switch 2:1 Mux/Demux Bus Switch. Features. Descriptio n. Applications. Connection Diagram Pin Description

PI5A3157. SOTINY TM Low Voltage SPDT Analog Switch 2:1 Mux/Demux Bus Switch. Features. Descriptio n. Applications. Connection Diagram Pin Description PI53157 OINY M Low Volage PD nalog wich 2:1 Mux/Demux Bus wich Feaures CMO echnology for Bus and nalog pplicaions Low ON Resisance: 8-ohms a 3.0V Wide Range: 1.65V o 5.5V Rail-o-Rail ignal Range Conrol

More information

Fault Analysis Power System Representation

Fault Analysis Power System Representation .1. Power System Representation Single Line Diagram: Almost all modern power systems are three phase systems with the phases of equal magnitude and equal phase difference (i.e., 10 o ). These three phase

More information

LabQuest 24. Capacitors

LabQuest 24. Capacitors Capaciors LabQues 24 The charge q on a capacior s plae is proporional o he poenial difference V across he capacior. We express his wih q V = C where C is a proporionaliy consan known as he capaciance.

More information

ESE319 Introduction to Microelectronics. Output Stages

ESE319 Introduction to Microelectronics. Output Stages Output Stages Power amplifier classification Class A amplifier circuits Class A Power conversion efficiency Class B amplifier circuits Class B Power conversion efficiency Class AB amplifier circuits Class

More information

Metallized Polyester Film Capacitors (MKT-S)

Metallized Polyester Film Capacitors (MKT-S) Metallized Polyester Film Capacitors (MKT-S) Series/Type: B32538 The following products presented in this data sheet are being withdrawn. Ordering Code Substitute Product Date of Withdrawal Deadline Last

More information

5SJ4...-.HG Circuit Breakers to IEC and UL 489

5SJ4...-.HG Circuit Breakers to IEC and UL 489 Siemens AG 009 5SJ...-.HG Circuit Breakers to IEC and UL 89 BETA Low-Voltage Circuit Protection Compliance with industry standards is a must in today's manufacturing environment. Worldwide acceptance is

More information

Effects of Capacitor Bank Installation in a Medium Voltage (MV) Substation

Effects of Capacitor Bank Installation in a Medium Voltage (MV) Substation Effects of Capacitor Bank Installation in a Medium Voltage (MV) Substation Adesina, Lambe Mutalub Department of Engineering & Standardization, Eko Electricity Distribution Plc, 24/25, Marina, Lagos Island,

More information

Quick Review. ESE319 Introduction to Microelectronics. and Q1 = Q2, what is the value of V O-dm. If R C1 = R C2. s.t. R C1. Let Q1 = Q2 and R C1

Quick Review. ESE319 Introduction to Microelectronics. and Q1 = Q2, what is the value of V O-dm. If R C1 = R C2. s.t. R C1. Let Q1 = Q2 and R C1 Quick Review If R C1 = R C2 and Q1 = Q2, what is the value of V O-dm? Let Q1 = Q2 and R C1 R C2 s.t. R C1 > R C2, express R C1 & R C2 in terms R C and ΔR C. If V O-dm is the differential output offset

More information

2002 HKAL Physics MC Suggested Solution 1. Before the cord is cut, tension in the cord, T c = 2 mg, tension in the spring, T s = mg

2002 HKAL Physics MC Suggested Solution 1. Before the cord is cut, tension in the cord, T c = 2 mg, tension in the spring, T s = mg 00 HKAL Physics MC Suggested Solution 1. Before the cord is cut, tension in the cord, T c = mg, tension in the spring, T s = mg Just after the cord is cut, Net force acting on X = mg +T s = mg, so the

More information

KINGS COLLEGE OF ENGINEERING Punalkulam

KINGS COLLEGE OF ENGINEERING Punalkulam KINGS COLLEGE OF ENGINEERING Punalkulam 613 303 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING POWER SYSTEM ANALYSIS QUESTION BANK UNIT I THE POWER SYSTEM AN OVERVIEW AND MODELLING PART A (TWO MARK

More information

SN54HC4060, SN74HC STAGE ASYNCHRONOUS BINARY COUNTERS AND OSCILLATORS

SN54HC4060, SN74HC STAGE ASYNCHRONOUS BINARY COUNTERS AND OSCILLATORS -SAGE ASYHONOUS BINAY COUNES AND OSCILLAOS SCLSB DECEMBE 82 EVISED MAY Allow Design of Either C or Crystal Oscillator Circuits Package Options Include Plastic Small-Outline (D) and Ceramic Flat (W) Packages,

More information

Self-heat Modeling of Multi-finger n-mosfets for RF-CMOS Applications

Self-heat Modeling of Multi-finger n-mosfets for RF-CMOS Applications Self-heat Modeling of Multi-finger n-mosfets for RF-CMOS Applications Hitoshi Aoki and Haruo Kobayashi Faculty of Science and Technology, Gunma University (RMO2D-3) Outline Research Background Purposes

More information

Chapter 8: Unsymmetrical Faults

Chapter 8: Unsymmetrical Faults Chapter 8: Unsymmetrical Faults Introduction The sequence circuits and the sequence networks developed in the previous chapter will now be used for finding out fault current during unsymmetrical faults.

More information

Silicon Diffused Power Transistor

Silicon Diffused Power Transistor GENERAL DESCRIPTION Enhanced performance, new generaion, high-volage, high-speed swiching npn ransisor in a plasic full-pack envelope inended for use in horizonal deflecion circuis of colour elevision

More information

Physics 2D Lecture Slides. Oct 15. UCSD Physics. Vivek Sharma

Physics 2D Lecture Slides. Oct 15. UCSD Physics. Vivek Sharma Physics 2D Lecture Slides Oct 15 Vivek Sharma UCSD Physics Properties of EM Waves: Maxwell s Equations Power incident on an area A Intensity of Radiation I = Larger t Energy Flow in EM W aves : 1 Poy nting

More information

Basics of Network Theory (Part-I)

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

More information

Physics 20 Lesson 5 Graphical Analysis Acceleration

Physics 20 Lesson 5 Graphical Analysis Acceleration Physics 2 Lesson 5 Graphical Analysis Acceleraion I. Insananeous Velociy From our previous work wih consan speed and consan velociy, we know ha he slope of a posiion-ime graph is equal o he velociy of

More information

Section 5. TADS Data Reporting Instruction Manual DRAFT Section 5 and Associated Appendices With Proposed Event Type Numbers

Section 5. TADS Data Reporting Instruction Manual DRAFT Section 5 and Associated Appendices With Proposed Event Type Numbers Section 5 TADS Data Reporting Instruction Manual DRAFT Section 5 and Associated Appendices With Proposed Event Type Numbers Rev. 5/10/2010 1 Section 5 Form for Event ID and Event Type Number Data TO s

More information

EE 435. Lecture 3 Spring Design Space Exploration --with applications to single-stage amplifier design

EE 435. Lecture 3 Spring Design Space Exploration --with applications to single-stage amplifier design EE 435 Lecture 3 Spring 2016 Design Space Exploration --with applications to single-stage amplifier design 1 Review from last lecture: Single-ended Op Amp Inverting Amplifier V IN R 1 V 1 R 2 A V V OUT

More information

6.003 Homework #8 Solutions

6.003 Homework #8 Solutions 6.003 Homework #8 Soluions Problems. Fourier Series Deermine he Fourier series coefficiens a k for x () shown below. x ()= x ( + 0) 0 a 0 = 0 a k = e /0 sin(/0) for k 0 a k = π x()e k d = 0 0 π e 0 k d

More information

p h a s e - o u t Three Phase Rectifier Bridge with IGBT and Fast Recovery Diode for Braking System VVZB 135 = 1600 V = 135 A Recommended replacement:

p h a s e - o u t Three Phase Rectifier Bridge with IGBT and Fast Recovery Diode for Braking System VVZB 135 = 1600 V = 135 A Recommended replacement: VVZB 5 Three Phase Recifier Bridge wih IGBT and Fas Recovery Diode for Braking Sysem V RRM I dvm = 6 V = 5 V RRM Type + 6 5 4 NTC 9 + V 6 VVZB 5-6 NO 6+7 4+5 + Symbol Condiions Maximum Raings V RRM 6 V

More information

Chapter 2: Principles of steady-state converter analysis

Chapter 2: Principles of steady-state converter analysis Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance, capacior charge balance, and he small ripple approximaion 2.3. Boos converer example 2.4. Cuk converer

More information

ELECTRICAL ENGINEERING

ELECTRICAL ENGINEERING ELECTRICAL ENGINEERING Subject Code: EE Course Structure Sections/Units Section A Unit 1 Unit 2 Unit 3 Unit 4 Unit 5 Unit 6 Unit 7 Section B Section C Section D Section E Section F Section G Section H

More information

Chapter 3. Chapter 3

Chapter 3. Chapter 3 Chapter 3 Summary Review of V, I, and R Voltage is the amount of energy per charge available to move electrons from one point to another in a circuit. Current is the rate of charge flow and is measured

More information

Figure 5.2 Instantaneous Power, Voltage & Current in a Resistor

Figure 5.2 Instantaneous Power, Voltage & Current in a Resistor ower in the Sinusoidal Steady-State ower is the rate at which work is done by an electrical component. It tells us how much heat will be produced by an electric furnace, or how much light will be generated

More information

New Algorithms for Removal of DC Offset and Subsynchronous. Resonance terms in the Current and Voltage Signals under Fault.

New Algorithms for Removal of DC Offset and Subsynchronous. Resonance terms in the Current and Voltage Signals under Fault. ew Algorithms for Removal of DC Offset and Subsynchronous Resonance terms in the Current and Voltage Signals under Fault Conditions KAALESH KUAR SHARA Department of Electronics & Communication Engineering

More information

x i v x t a dx dt t x

x i v x t a dx dt t x Physics 3A: Basic Physics I Shoup - Miderm Useful Equaions A y A sin A A A y an A y A A = A i + A y j + A z k A * B = A B cos(θ) A B = A B sin(θ) A * B = A B + A y B y + A z B z A B = (A y B z A z B y

More information

Lecture 13 RC/RL Circuits, Time Dependent Op Amp Circuits

Lecture 13 RC/RL Circuits, Time Dependent Op Amp Circuits Lecure 13 RC/RL Circuis, Time Dependen Op Amp Circuis RL Circuis The seps involved in solving simple circuis conaining dc sources, resisances, and one energy-sorage elemen (inducance or capaciance) are:

More information

Frequency Dependent Aspects of Op-amps

Frequency Dependent Aspects of Op-amps Frequency Dependent Aspects of Op-amps Frequency dependent feedback circuits The arguments that lead to expressions describing the circuit gain of inverting and non-inverting amplifier circuits with resistive

More information

POWER SYSTEM STABILITY

POWER SYSTEM STABILITY LESSON SUMMARY-1:- POWER SYSTEM STABILITY 1. Introduction 2. Classification of Power System Stability 3. Dynamic Equation of Synchronous Machine Power system stability involves the study of the dynamics

More information

Lecture 400 Discrete-Time Comparators (4/8/02) Page 400-1

Lecture 400 Discrete-Time Comparators (4/8/02) Page 400-1 Lecture 400 DiscreteTime omparators (4/8/02) Page 4001 LETURE 400 DISRETETIME OMPARATORS (LATHES) (READING: AH 475483) Objective The objective of this presentation is: 1.) Illustrate discretetime comparators

More information

Electric Currents and Circuits

Electric Currents and Circuits Electric Currents and Circuits Producing Electric Current Electric Current flow of charged particles Need a potential difference to occur Conventional Current- flow of positive charges flowing from positive

More information

SECTION 3 BASIC AUTOMATIC CONTROLS UNIT 12 BASIC ELECTRICITY AND MAGNETISM

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

More information

POWER SEMICONDUCTOR BASED ELECTRIC DRIVES

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

More information

Power System Stability GENERATOR CONTROL AND PROTECTION

Power System Stability GENERATOR CONTROL AND PROTECTION Power System Stability Outline Basis for Steady-State Stability Transient Stability Effect of Excitation System on Stability Small Signal Stability Power System Stabilizers Speed Based Integral of Accelerating

More information

EE 3CL4: Introduction to Control Systems Lab 4: Lead Compensation

EE 3CL4: Introduction to Control Systems Lab 4: Lead Compensation EE 3CL4: Introduction to Control Systems Lab 4: Lead Compensation Tim Davidson Ext. 27352 davidson@mcmaster.ca Objective To use the root locus technique to design a lead compensator for a marginally-stable

More information

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines)

Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) Equivalent Circuits with Multiple Damper Windings (e.g. Round rotor Machines) d axis: L fd L F - M R fd F L 1d L D - M R 1d D R fd R F e fd e F R 1d R D Subscript Notations: ( ) fd ~ field winding quantities

More information

DATA SHEET MULTILAYER CERAMIC CAPACITORS CC Series Y5V 10 V TO 50 V

DATA SHEET MULTILAYER CERAMIC CAPACITORS CC Series Y5V 10 V TO 50 V DAA SHEE MULILAYER CERAMIC CAPACIORS Series Y5V 10 V O 50 V Product Specification Supersedes Date of Jan 14, 2005 Product specification 2 Surface Mount Multilayer Ceramic Capacitors SCOPE his specification

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 1 Circui Analysis Lesson 35 Chaper 8: Second Order Circuis Daniel M. Liynski, Ph.D. ECE 1 Circui Analysis Lesson 3-34 Chaper 7: Firs Order Circuis (Naural response RC & RL circuis, Singulariy funcions,

More information

Cambridge International Examinations Cambridge International Advanced Level

Cambridge International Examinations Cambridge International Advanced Level Cambridge International Examinations Cambridge International Advanced Level *1906711534* PHYSICS 9702/41 Paper 4 A2 Structured Questions May/June 2014 2 hours Candidates answer on the Question Paper. No

More information

University of TN Chattanooga Physics 1040L 8/18/2012 PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB

University of TN Chattanooga Physics 1040L 8/18/2012 PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB PHYSICS 1040L LAB LAB 4: R.C. TIME CONSTANT LAB OBJECT: To study the discharging of a capacitor and determine the time constant for a simple circuit. APPARATUS: Capacitor (about 24 μf), two resistors (about

More information

CHEMISTRY. Chapter 13. Chapter Outline. Factors Affecting Rate

CHEMISTRY. Chapter 13. Chapter Outline. Factors Affecting Rate CHEMISTRY Fifth Edition Gilbert Kirss Foster Bretz Davies Chapter 3 Chemical Kinetics: Reactions in the Atmosphere Chemistry, 5 th Edition Copyright 207, W. W. Norton & Company Chapter Outline 3.4 Reaction

More information

EE 230 Lecture 24. Waveform Generators. - Sinusoidal Oscillators

EE 230 Lecture 24. Waveform Generators. - Sinusoidal Oscillators EE 230 Lecture 24 Waveform Generators - Sinusoidal Oscillators Quiz 18 Determine the characteristic equation for the following network without adding an excitation. C R L And the number is? 1 3 8 2? 6

More information

0-2 Operations with Complex Numbers

0-2 Operations with Complex Numbers Simplify. 1. i 10 2. i 2 + i 8 3. i 3 + i 20 4. i 100 5. i 77 esolutions Manual - Powered by Cognero Page 1 6. i 4 + i 12 7. i 5 + i 9 8. i 18 Simplify. 9. (3 + 2i) + ( 4 + 6i) 10. (7 4i) + (2 3i) 11.

More information

/ \ ( )-----/\/\/\/ \ / In Lecture 3 we offered this as an example of a first order LTI system.

/ \ ( )-----/\/\/\/ \ / In Lecture 3 we offered this as an example of a first order LTI system. 18.03 Class 17, March 12, 2010 Linearity and time invariance [1] RLC [2] Superposition III [3] Time invariance [4] Review of solution methods [1] We've spent a lot of time with mx" + bx' + cx = q(t). There

More information

Equivalent Circuits. Henna Tahvanainen. November 4, ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3

Equivalent Circuits. Henna Tahvanainen. November 4, ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3 Equivalent Circuits ELEC-E5610 Acoustics and the Physics of Sound, Lecture 3 Henna Tahvanainen Department of Signal Processing and Acoustics Aalto University School of Science and Technology November 4,

More information

Introduction. HFSS 3D EM Analysis S-parameter. Q3D R/L/C/G Extraction Model. magnitude [db] Frequency [GHz] S11 S21 -30

Introduction. HFSS 3D EM Analysis S-parameter. Q3D R/L/C/G Extraction Model. magnitude [db] Frequency [GHz] S11 S21 -30 ANSOFT Q3D TRANING Introduction HFSS 3D EM Analysis S-parameter Q3D R/L/C/G Extraction Model 0-5 -10 magnitude [db] -15-20 -25-30 S11 S21-35 0 1 2 3 4 5 6 7 8 9 10 Frequency [GHz] Quasi-static or full-wave

More information

0-2 Operations with Complex Numbers

0-2 Operations with Complex Numbers Simplify. 1. i 10 1 2. i 2 + i 8 0 3. i 3 + i 20 1 i esolutions Manual - Powered by Cognero Page 1 4. i 100 1 5. i 77 i 6. i 4 + i 12 2 7. i 5 + i 9 2i esolutions Manual - Powered by Cognero Page 2 8.

More information

Silicon Diffused Power Transistor

Silicon Diffused Power Transistor GENERAL DESCRIPTION Enhanced performance, new generaion, high-volage, high-speed swiching npn ransisor in a plasic full-pack envelope inended for use in horizonal deflecion circuis of colour elevision

More information

CHAPTER 2 OVERVOLTAGE DUE TO SELF-EXCITATION AND INRUSH CURRENT DUE TO CAPACITOR SWITCHING

CHAPTER 2 OVERVOLTAGE DUE TO SELF-EXCITATION AND INRUSH CURRENT DUE TO CAPACITOR SWITCHING 20 CHAPTER 2 OVERVOLTAGE DUE TO SELF-EXCITATION AND INRUSH CURRENT DUE TO CAPACITOR SWITCHING 2.1 INTRODUCTION It is becoming more common to find use of shunt capacitors for the application of powerfactor

More information

Physics 2D Lecture Slides Lecture 11: Jan 27 th 2004

Physics 2D Lecture Slides Lecture 11: Jan 27 th 2004 Brian Wecht, the TA, is away this week. I will substitute for his office hours (in my office 3314 Mayer Hall, discussion and PS session. Pl. give all regrade requests to me this week (only) Quiz 3 is This

More information

A FAMILY OF THREE-LEVEL DC-DC CONVERTERS

A FAMILY OF THREE-LEVEL DC-DC CONVERTERS A FAMIY OF THREE-EVE DC-DC CONVERTERS Anonio José Beno Boion, Ivo Barbi Federal Universiy of Sana Caarina - UFSC, Power Elecronics Insiue - INEP PO box 5119, ZIP code 88040-970, Florianópolis, SC, BRAZI

More information