d i t e e dt units of time are s. Determine the total charge that has entered a circuit element for t 0. Answer:

Size: px
Start display at page:

Download "d i t e e dt units of time are s. Determine the total charge that has entered a circuit element for t 0. Answer:"

Transcription

1 Chaper Homework P.2-, 3, 4 P.3-2, 4 P.5-, 3, 5, 6, 7, 8 P.2. The oal charge ha has enered a circui elemen is q() =.25( e 5 ) when and q() = when <. Deermine he curren in his circui elemen for. Answer: i() = 6.25e 5 A d i e e d 5 5 =.25 = 6.25 A ( ) ( ) P.2-3 The curren in a circui elemen is i() = 4 sin 3 A when and i() = when <. Deermine he oal charge ha has enered a circui elemen for. Hin: τ q() = i( τ) dτ = d τ = q( ) = i( τ) dτ + q( ) = 4sin 5 d cos 3 cos 3 C τ τ + = τ = < 2 2 2< < 4 P.2-4 The curren in a circui elemen is i () = where he unis of curren are A and he 4 < < 8 8< unis of ime are s. Deermine he oal charge ha has enered a circui elemen for. Answer: < < < 4 q ( ) = where he unis of charge are C. 8 4 < < 8 8< ( ) ( ) C for 2 so q(2) =. q = i d = d = ( ) ( ) ( 2) C for 2 4. In paricular, q(4) = 4 C. q = i d + q = d = = 2 2 ( ) ( τ) τ ( ) τ τ 4 8 C for 4 8. In paricular, q(8) = C. q = i d + q 4 = d + 4= + 4= 4 4

2 ( ) ( ) ( ) q = i d + q 8 = d + = 8 8 C for 8. P.3-2 A charge of 45 nc passes hrough a circui elemen during a paricular inerval of ime ha is 5 ms in duraion. Deermine he average curren in his circui elemen during ha inerval of ime. Answer: i = 9 μa 9 q 45 6 i = = = 9 = 9 ma 3 5 P.3-4 The charge flowing in a wire is ploed in Figure P.3-4. Skech he corresponding curren. Figure P.3-4 P = 7.5 = 7.5 ma when < < 2ms d 5 3 i( ) = q( ) = he slope of he q versus plo = = 5 = 5 ma when 4ms< < 7ms 6 d 3 oherwise P.5- Figure P.5- shows four circui elemens idenified by he leers A, B, C, and D. (a) hich of he devices supply 3 m? (b) hich of he devices absorb.3? (c) ha is he value of he power received by device B? (d) ha is he value of he power delivered by device B? (e) ha is he value of he power delivered by device C?

3 Figure P.5- (a) A and D. The elemen volage and curren do no adhere o he passive convenion in Figures P.5- A and D so he produc of he elemen volage and curren is he power supplied by hese elemens. (b) B and C. The elemen volage and curren adhere o he passive convenion in Figures P.5- B and C so he produc of he elemen volage and curren is he power delivered o, or absorbed by hese elemens. (c) 3 m. The elemen volage and curren adhere o he passive convenion in Figure P.5-B, so he produc of he elemen volage and curren is he power received by his elemen: (5 V)(6 ma) = 3 m. The power supplied by he elemen is he negaive of he power received o he elemen, 3. (d) 3 m (e) 3 m. The elemen volage and curren adhere o he passive convenion in Figure P.5-C, so he produc of he elemen volage and curren is he power received by his elemen: (5 V)(6 ma) = 3 m. The power supplied by he elemen is he negaive of he power received o he elemen, 3. P.5-3 A walker s cassee ape player uses four AA baeries in series o provide 6 V o he player circui. The four alkaline baery cells sore a oal of 2 wa-seconds of energy. If he cassee player is drawing a consan ma from he baery pack, how long will he cassee operae a normal power? ( )( ) P = 6V ma =.6 w 2 s = = = P s P.5-5 An auomobile baery is charged wih a consan curren of 2 A for five hours. The erminal volage of he baery is v = +.5 V for >, where is in hours. (a) Find he energy delivered o he baery during he five hours. (b) If elecric energy coss 5 cens/kh, find he cos of charging he baery for five hours.

4 Answer: (b).84 cens a.) Assuming no more energy is delivered o he baery afer 5 hours (baery is fully charged). 5( 36) 5( 36) w = Pd = vi d = 2 22 d + = = 44 J = 44 kj b.) hr 5 Cos = 44kJ =.84 36s khr

5 P.5-6 Find he power, p(), supplied by he elemen shown in Figure P.5-6 when v() = 4 sin 3 V and i() = (/2) sin 3 A. Evaluae p() a =.5 s and = s. Observe ha he power supplied by his elemen has a posiive value a some imes and a negaive value a oher imes. Hin: (sin a)(sin b) = (cos( a b) cos( a + b) ) 2 Answer: p() = (/6)cos(6), p(.5) =.235, p() =.2466 p ( ) vi ( ) ( ) ( 4cos3) = = sin 3 = ( sin + sin 6) = sin p (.5) = sin 3 = p ( ) = sin 6 = Here is a MATLAB program o plo p(): clear =; % iniial ime f=2; % final ime d=.2; % ime incremen =:d:f; % ime v=4*cos(3*); i=(/2)*sin(3*); for k=:lengh() p(k)=v(k)*i(k); end % device volage % device curren % power plo(,p) xlabel('ime, s'); ylabel('power, ')

6 P.5-7 Find he power, p(), supplied by he elemen shown in Figure P.5-6 when v() = 8 sin 3 V and i() = 2 sin 3 A. Hin: (sin a)(sin b) = (cos( a b) cos( a + b) ) 2 Answer: p() = 8 8cos 6 Figure P.5-7 ( ) ( ) ( ) ( )( ) ( ) p = vi = 8sin 3 2sin 3 = 8 cos cos 6 = 8 8cos 6 Here is a MATLAB program o plo p(): clear =; f=2; d=.2; =:d:f; v=8*sin(3*); i=2*sin(3*); for k=:lengh() p(k)=v(k)*i(k); end % iniial ime % final ime % ime incremen % ime % device volage % device curren % power plo(,p) xlabel('ime, s'); ylabel('power, ')

7 P.5-8 Find he power, p(), supplied by he elemen shown in Figure P.5-6. The elemen volage is represened as v() = 4( e 2 )V when and v() = when <. The elemen curren is represened as i() = 2e 2 A when and i() = when <. Answer: p() = 8( e 2 )e 2 Here is a MATLAB program o plo p(): clear ( ) = ( ) ( ) = ( ) = ( ) p vi e e e e Figure P.5-7 =; f=2; d=.2; =:d:f; v=4*(-exp(-2*)); i=2*exp(-2*); for k=:lengh() p(k)=v(k)*i(k); end % iniial ime % final ime % ime incremen % ime % device volage % device curren % power plo(,p) xlabel('ime, s'); ylabel('power, ')

Chapter 1 Electric Circuit Variables

Chapter 1 Electric Circuit Variables Chaper 1 Elecric Circui Variables Exercises Exercise 1.2-1 Find he charge ha has enered an elemen by ime when i = 8 2 4 A, 0. Assume q() = 0 for < 0. 8 3 2 Answer: q () = 2 C 3 () 2 i = 8 4 A 2 8 3 2 8

More information

Chapter 1 Electric Circuit Variables

Chapter 1 Electric Circuit Variables Chaper 1 Elecric Circui Variables Exercises Exercise 1.2-1 Find he charge ha has enered an elemen by ime when i = 8 2 4 A, 0. Assume q() = 0 for < 0. 8 3 2 Answer: q () = 2 C 3 2 i() = 8 4 A 2 8 3 2 8

More information

MEMS 0031 Electric Circuits

MEMS 0031 Electric Circuits MEMS 0031 Elecric Circuis Chaper 1 Circui variables Chaper/Lecure Learning Objecives A he end of his lecure and chaper, you should able o: Represen he curren and volage of an elecric circui elemen, paying

More information

Circuit Variables. AP 1.1 Use a product of ratios to convert two-thirds the speed of light from meters per second to miles per second: 1 ft 12 in

Circuit Variables. AP 1.1 Use a product of ratios to convert two-thirds the speed of light from meters per second to miles per second: 1 ft 12 in Circui Variables 1 Assessmen Problems AP 1.1 Use a produc of raios o conver wo-hirds he speed of ligh from meers per second o miles per second: ( ) 2 3 1 8 m 3 1 s 1 cm 1 m 1 in 2.54 cm 1 f 12 in 1 mile

More information

8. Basic RL and RC Circuits

8. Basic RL and RC Circuits 8. Basic L and C Circuis This chaper deals wih he soluions of he responses of L and C circuis The analysis of C and L circuis leads o a linear differenial equaion This chaper covers he following opics

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Direc Curren Physics for Scieniss & Engineers 2 Spring Semeser 2005 Lecure 16 This week we will sudy charges in moion Elecric charge moving from one region o anoher is called elecric curren Curren is all

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

Direct Current Circuits. February 19, 2014 Physics for Scientists & Engineers 2, Chapter 26 1

Direct Current Circuits. February 19, 2014 Physics for Scientists & Engineers 2, Chapter 26 1 Direc Curren Circuis February 19, 2014 Physics for Scieniss & Engineers 2, Chaper 26 1 Ammeers and Volmeers! A device used o measure curren is called an ammeer! A device used o measure poenial difference

More information

7. Capacitors and Inductors

7. Capacitors and Inductors 7. Capaciors and Inducors 7. The Capacior The ideal capacior is a passive elemen wih circui symbol The curren-volage relaion is i=c dv where v and i saisfy he convenions for a passive elemen The capacior

More information

Chapter 10 INDUCTANCE Recommended Problems:

Chapter 10 INDUCTANCE Recommended Problems: Chaper 0 NDUCTANCE Recommended Problems: 3,5,7,9,5,6,7,8,9,,,3,6,7,9,3,35,47,48,5,5,69, 7,7. Self nducance Consider he circui shown in he Figure. When he swich is closed, he curren, and so he magneic field,

More information

EEEB113 CIRCUIT ANALYSIS I

EEEB113 CIRCUIT ANALYSIS I 9/14/29 1 EEEB113 CICUIT ANALYSIS I Chaper 7 Firs-Order Circuis Maerials from Fundamenals of Elecric Circuis 4e, Alexander Sadiku, McGraw-Hill Companies, Inc. 2 Firs-Order Circuis -Chaper 7 7.2 The Source-Free

More information

Phys1112: DC and RC circuits

Phys1112: DC and RC circuits Name: Group Members: Dae: TA s Name: Phys1112: DC and RC circuis Objecives: 1. To undersand curren and volage characerisics of a DC RC discharging circui. 2. To undersand he effec of he RC ime consan.

More information

Chapter 16: Summary. Instructor: Jean-François MILLITHALER.

Chapter 16: Summary. Instructor: Jean-François MILLITHALER. Chaper 16: Summary Insrucor: Jean-François MILLITHALER hp://faculy.uml.edu/jeanfrancois_millihaler/funelec/spring2017 Slide 1 Curren & Charge Elecric curren is he ime rae of change of charge, measured

More information

CHAPTER 12 DIRECT CURRENT CIRCUITS

CHAPTER 12 DIRECT CURRENT CIRCUITS CHAPTER 12 DIRECT CURRENT CIUITS DIRECT CURRENT CIUITS 257 12.1 RESISTORS IN SERIES AND IN PARALLEL When wo resisors are conneced ogeher as shown in Figure 12.1 we said ha hey are conneced in series. As

More information

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4.

Reading from Young & Freedman: For this topic, read sections 25.4 & 25.5, the introduction to chapter 26 and sections 26.1 to 26.2 & 26.4. PHY1 Elecriciy Topic 7 (Lecures 1 & 11) Elecric Circuis n his opic, we will cover: 1) Elecromoive Force (EMF) ) Series and parallel resisor combinaions 3) Kirchhoff s rules for circuis 4) Time dependence

More information

Università degli Studi di Roma Tor Vergata Dipartimento di Ingegneria Elettronica. Analogue Electronics. Paolo Colantonio A.A.

Università degli Studi di Roma Tor Vergata Dipartimento di Ingegneria Elettronica. Analogue Electronics. Paolo Colantonio A.A. Universià degli Sudi di Roma Tor Vergaa Diparimeno di Ingegneria Eleronica Analogue Elecronics Paolo Colanonio A.A. 2015-16 Diode circui analysis The non linearbehaviorofdiodesmakesanalysisdifficul consider

More information

Chapter 7 Response of First-order RL and RC Circuits

Chapter 7 Response of First-order RL and RC Circuits Chaper 7 Response of Firs-order RL and RC Circuis 7.- The Naural Response of RL and RC Circuis 7.3 The Sep Response of RL and RC Circuis 7.4 A General Soluion for Sep and Naural Responses 7.5 Sequenial

More information

Basic Circuit Elements Professor J R Lucas November 2001

Basic Circuit Elements Professor J R Lucas November 2001 Basic Circui Elemens - J ucas An elecrical circui is an inerconnecion of circui elemens. These circui elemens can be caegorised ino wo ypes, namely acive and passive elemens. Some Definiions/explanaions

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

CHAPTER 6: FIRST-ORDER CIRCUITS

CHAPTER 6: FIRST-ORDER CIRCUITS EEE5: CI CUI T THEOY CHAPTE 6: FIST-ODE CICUITS 6. Inroducion This chaper considers L and C circuis. Applying he Kirshoff s law o C and L circuis produces differenial equaions. The differenial equaions

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

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

Name: Total Points: Multiple choice questions [120 points]

Name: Total Points: Multiple choice questions [120 points] Name: Toal Poins: (Las) (Firs) Muliple choice quesions [1 poins] Answer all of he following quesions. Read each quesion carefully. Fill he correc bubble on your scanron shee. Each correc answer is worh

More information

3. Alternating Current

3. Alternating Current 3. Alernaing Curren TOPCS Definiion and nroducion AC Generaor Componens of AC Circuis Series LRC Circuis Power in AC Circuis Transformers & AC Transmission nroducion o AC The elecric power ou of a home

More information

CHAPTER 2 Signals And Spectra

CHAPTER 2 Signals And Spectra CHAPER Signals And Specra Properies of Signals and Noise In communicaion sysems he received waveform is usually caegorized ino he desired par conaining he informaion, and he undesired par. he desired par

More information

3.6 Derivatives as Rates of Change

3.6 Derivatives as Rates of Change 3.6 Derivaives as Raes of Change Problem 1 John is walking along a sraigh pah. His posiion a he ime >0 is given by s = f(). He sars a =0from his house (f(0) = 0) and he graph of f is given below. (a) Describe

More information

2.4 Cuk converter example

2.4 Cuk converter example 2.4 Cuk converer example C 1 Cuk converer, wih ideal swich i 1 i v 1 2 1 2 C 2 v 2 Cuk converer: pracical realizaion using MOSFET and diode C 1 i 1 i v 1 2 Q 1 D 1 C 2 v 2 28 Analysis sraegy This converer

More information

i L = VT L (16.34) 918a i D v OUT i L v C V - S 1 FIGURE A switched power supply circuit with diode and a switch.

i L = VT L (16.34) 918a i D v OUT i L v C V - S 1 FIGURE A switched power supply circuit with diode and a switch. 16.4.3 A SWITHED POWER SUPPY USINGA DIODE In his example, we will analyze he behavior of he diodebased swiched power supply circui shown in Figure 16.15. Noice ha his circui is similar o ha in Figure 12.41,

More information

Section 2.2 Charge and Current 2.6 b) The current direction is designated as the direction of the movement of positive charges.

Section 2.2 Charge and Current 2.6 b) The current direction is designated as the direction of the movement of positive charges. Chaper Soluions Secion. Inroducion. Curren source. Volage source. esisor.4 Capacior.5 Inducor Secion. Charge and Curren.6 b) The curren direcion is designaed as he direcion of he movemen of posiive charges..7

More information

Chapter 8 The Complete Response of RL and RC Circuits

Chapter 8 The Complete Response of RL and RC Circuits Chaper 8 The Complee Response of RL and RC Circuis Seoul Naional Universiy Deparmen of Elecrical and Compuer Engineering Wha is Firs Order Circuis? Circuis ha conain only one inducor or only one capacior

More information

dv 7. Voltage-current relationship can be obtained by integrating both sides of i = C :

dv 7. Voltage-current relationship can be obtained by integrating both sides of i = C : EECE202 NETWORK ANALYSIS I Dr. Charles J. Kim Class Noe 22: Capaciors, Inducors, and Op Amp Circuis A. Capaciors. A capacior is a passive elemen designed o sored energy in is elecric field. 2. A capacior

More information

EECS 141: FALL 00 MIDTERM 2

EECS 141: FALL 00 MIDTERM 2 Universiy of California College of Engineering Deparmen of Elecrical Engineering and Compuer Science J. M. Rabaey TuTh9:30-11am ee141@eecs EECS 141: FALL 00 MIDTERM 2 For all problems, you can assume he

More information

ELEC Power Electronics

ELEC Power Electronics School of Elecrical Engineering & Telecommunicaions Universiy of New Souh Wales ELEC464 - Power Elecronics Power Elecronics Soluion of Tuorial - Basic Conceps in Power Elecronics Quesion. (a) V A R During

More information

Lab 10: RC, RL, and RLC Circuits

Lab 10: RC, RL, and RLC Circuits Lab 10: RC, RL, and RLC Circuis In his experimen, we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors. We will sudy he way volages and currens change in

More information

Linear Circuit Elements

Linear Circuit Elements 1/25/2011 inear ircui Elemens.doc 1/6 inear ircui Elemens Mos microwave devices can be described or modeled in erms of he hree sandard circui elemens: 1. ESISTANE () 2. INDUTANE () 3. APAITANE () For he

More information

Physics 221 Fall 2008 Homework #2 Solutions Ch. 2 Due Tues, Sept 9, 2008

Physics 221 Fall 2008 Homework #2 Solutions Ch. 2 Due Tues, Sept 9, 2008 Physics 221 Fall 28 Homework #2 Soluions Ch. 2 Due Tues, Sep 9, 28 2.1 A paricle moving along he x-axis moves direcly from posiion x =. m a ime =. s o posiion x = 1. m by ime = 1. s, and hen moves direcly

More information

AP Calculus BC Chapter 10 Part 1 AP Exam Problems

AP Calculus BC Chapter 10 Part 1 AP Exam Problems AP Calculus BC Chaper Par AP Eam Problems All problems are NO CALCULATOR unless oherwise indicaed Parameric Curves and Derivaives In he y plane, he graph of he parameric equaions = 5 + and y= for, is a

More information

Capacitors. C d. An electrical component which stores charge. parallel plate capacitor. Scale in cm

Capacitors. C d. An electrical component which stores charge. parallel plate capacitor. Scale in cm apaciors An elecrical componen which sores charge E 2 2 d A 2 parallel plae capacior Scale in cm Leyden Jars I was invened independenly by German cleric Ewald Georg von Kleis on Ocober 745 and by Duch

More information

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2 Page of 6 all effec Aim :- ) To deermine he all coefficien (R ) ) To measure he unknown magneic field (B ) and o compare i wih ha measured by he Gaussmeer (B ). Apparaus :- ) Gauss meer wih probe ) Elecromagne

More information

Electrical Circuits. 1. Circuit Laws. Tools Used in Lab 13 Series Circuits Damped Vibrations: Energy Van der Pol Circuit

Electrical Circuits. 1. Circuit Laws. Tools Used in Lab 13 Series Circuits Damped Vibrations: Energy Van der Pol Circuit V() R L C 513 Elecrical Circuis Tools Used in Lab 13 Series Circuis Damped Vibraions: Energy Van der Pol Circui A series circui wih an inducor, resisor, and capacior can be represened by Lq + Rq + 1, a

More information

dv i= C. dt 1. Assuming the passive sign convention, (a) i = 0 (dc) (b) (220)( 9)(16.2) t t Engineering Circuit Analysis 8 th Edition

dv i= C. dt 1. Assuming the passive sign convention, (a) i = 0 (dc) (b) (220)( 9)(16.2) t t Engineering Circuit Analysis 8 th Edition . Assuming he passive sign convenion, dv i= C. d (a) i = (dc) 9 9 (b) (22)( 9)(6.2) i= e = 32.8e A 9 3 (c) i (22 = )(8 )(.) sin. = 7.6sin. pa 9 (d) i= (22 )(9)(.8) cos.8 = 58.4 cos.8 na 2. (a) C = 3 pf,

More information

V L. DT s D T s t. Figure 1: Buck-boost converter: inductor current i(t) in the continuous conduction mode.

V L. DT s D T s t. Figure 1: Buck-boost converter: inductor current i(t) in the continuous conduction mode. ECE 445 Analysis and Design of Power Elecronic Circuis Problem Se 7 Soluions Problem PS7.1 Erickson, Problem 5.1 Soluion (a) Firs, recall he operaion of he buck-boos converer in he coninuous conducion

More information

Electromagnetic Induction: The creation of an electric current by a changing magnetic field.

Electromagnetic Induction: The creation of an electric current by a changing magnetic field. Inducion 1. Inducion 1. Observaions 2. Flux 1. Inducion Elecromagneic Inducion: The creaion of an elecric curren by a changing magneic field. M. Faraday was he firs o really invesigae his phenomenon o

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

RC, RL and RLC circuits

RC, RL and RLC circuits Name Dae Time o Complee h m Parner Course/ Secion / Grade RC, RL and RLC circuis Inroducion In his experimen we will invesigae he behavior of circuis conaining combinaions of resisors, capaciors, and inducors.

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

University of Cyprus Biomedical Imaging and Applied Optics. Appendix. DC Circuits Capacitors and Inductors AC Circuits Operational Amplifiers

University of Cyprus Biomedical Imaging and Applied Optics. Appendix. DC Circuits Capacitors and Inductors AC Circuits Operational Amplifiers Universiy of Cyprus Biomedical Imaging and Applied Opics Appendix DC Circuis Capaciors and Inducors AC Circuis Operaional Amplifiers Circui Elemens An elecrical circui consiss of circui elemens such as

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

SPH3U1 Lesson 03 Kinematics

SPH3U1 Lesson 03 Kinematics SPH3U1 Lesson 03 Kinemaics GRAPHICAL ANALYSIS LEARNING GOALS Sudens will Learn how o read values, find slopes and calculae areas on graphs. Learn wha hese values mean on boh posiion-ime and velociy-ime

More information

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17 EES 16A Designing Informaion Devices and Sysems I Spring 019 Lecure Noes Noe 17 17.1 apaciive ouchscreen In he las noe, we saw ha a capacior consiss of wo pieces on conducive maerial separaed by a nonconducive

More information

Voltage/current relationship Stored Energy. RL / RC circuits Steady State / Transient response Natural / Step response

Voltage/current relationship Stored Energy. RL / RC circuits Steady State / Transient response Natural / Step response Review Capaciors/Inducors Volage/curren relaionship Sored Energy s Order Circuis RL / RC circuis Seady Sae / Transien response Naural / Sep response EE4 Summer 5: Lecure 5 Insrucor: Ocavian Florescu Lecure

More information

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits

EECE251. Circuit Analysis I. Set 4: Capacitors, Inductors, and First-Order Linear Circuits EEE25 ircui Analysis I Se 4: apaciors, Inducors, and Firs-Order inear ircuis Shahriar Mirabbasi Deparmen of Elecrical and ompuer Engineering Universiy of Briish olumbia shahriar@ece.ubc.ca Overview Passive

More information

Capacitors & Inductors

Capacitors & Inductors apaciors & Inducors EEE5 Elecric ircuis Anawach Sangswang Dep. of Elecrical Engineering KMUTT Elecric Field Elecric flux densiy Elecric field srengh E Elecric flux lines always exend from a posiively charged

More information

a 10.0 (m/s 2 ) 5.0 Name: Date: 1. The graph below describes the motion of a fly that starts out going right V(m/s)

a 10.0 (m/s 2 ) 5.0 Name: Date: 1. The graph below describes the motion of a fly that starts out going right V(m/s) Name: Dae: Kinemaics Review (Honors. Physics) Complee he following on a separae shee of paper o be urned in on he day of he es. ALL WORK MUST BE SHOWN TO RECEIVE CREDIT. 1. The graph below describes he

More information

A First Course on Kinetics and Reaction Engineering. Class 19 on Unit 18

A First Course on Kinetics and Reaction Engineering. Class 19 on Unit 18 A Firs ourse on Kineics and Reacion Engineering lass 19 on Uni 18 Par I - hemical Reacions Par II - hemical Reacion Kineics Where We re Going Par III - hemical Reacion Engineering A. Ideal Reacors B. Perfecly

More information

copper ring magnetic field

copper ring magnetic field IB PHYSICS: Magneic Fields, lecromagneic Inducion, Alernaing Curren 1. This quesion is abou elecromagneic inducion. In 1831 Michael Faraday demonsraed hree ways of inducing an elecric curren in a ring

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

Section 3.8, Mechanical and Electrical Vibrations

Section 3.8, Mechanical and Electrical Vibrations Secion 3.8, Mechanical and Elecrical Vibraions Mechanical Unis in he U.S. Cusomary and Meric Sysems Disance Mass Time Force g (Earh) Uni U.S. Cusomary MKS Sysem CGS Sysem fee f slugs seconds sec pounds

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

Laplace Transforms. Examples. Is this equation differential? y 2 2y + 1 = 0, y 2 2y + 1 = 0, (y ) 2 2y + 1 = cos x,

Laplace Transforms. Examples. Is this equation differential? y 2 2y + 1 = 0, y 2 2y + 1 = 0, (y ) 2 2y + 1 = cos x, Laplace Transforms Definiion. An ordinary differenial equaion is an equaion ha conains one or several derivaives of an unknown funcion which we call y and which we wan o deermine from he equaion. The equaion

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

5.2. The Natural Logarithm. Solution

5.2. The Natural Logarithm. Solution 5.2 The Naural Logarihm The number e is an irraional number, similar in naure o π. Is non-erminaing, non-repeaing value is e 2.718 281 828 59. Like π, e also occurs frequenly in naural phenomena. In fac,

More information

( ) ( ) if t = t. It must satisfy the identity. So, bulkiness of the unit impulse (hyper)function is equal to 1. The defining characteristic is

( ) ( ) if t = t. It must satisfy the identity. So, bulkiness of the unit impulse (hyper)function is equal to 1. The defining characteristic is UNIT IMPULSE RESPONSE, UNIT STEP RESPONSE, STABILITY. Uni impulse funcion (Dirac dela funcion, dela funcion) rigorously defined is no sricly a funcion, bu disribuion (or measure), precise reamen requires

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

IE1206 Embedded Electronics

IE1206 Embedded Electronics IE06 Embee Elecronics Le Le3 Le4 Le Ex Ex PI-block Documenaion, Seriecom Pulse sensors I, U, R, P, series an parallel K LAB Pulse sensors, Menu program Sar of programing ask Kirchhoffs laws Noe analysis

More information

Today: Graphing. Note: I hope this joke will be funnier (or at least make you roll your eyes and say ugh ) after class. v (miles per hour ) Time

Today: Graphing. Note: I hope this joke will be funnier (or at least make you roll your eyes and say ugh ) after class. v (miles per hour ) Time +v Today: Graphing v (miles per hour ) 9 8 7 6 5 4 - - Time Noe: I hope his joke will be funnier (or a leas make you roll your eyes and say ugh ) afer class. Do yourself a favor! Prof Sarah s fail-safe

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

EE100 Lab 3 Experiment Guide: RC Circuits

EE100 Lab 3 Experiment Guide: RC Circuits I. Inroducion EE100 Lab 3 Experimen Guide: A. apaciors A capacior is a passive elecronic componen ha sores energy in he form of an elecrosaic field. The uni of capaciance is he farad (coulomb/vol). Pracical

More information

Pulse Generators. Any of the following calculations may be asked in the midterms/exam.

Pulse Generators. Any of the following calculations may be asked in the midterms/exam. ulse Generaors ny of he following calculaions may be asked in he miderms/exam.. a) capacior of wha capaciance forms an RC circui of s ime consan wih a 0 MΩ resisor? b) Wha percenage of he iniial volage

More information

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180 Algebra Chapers & : Trigonomeric Funcions of Angles and Real Numbers Chapers & : Trigonomeric Funcions of Angles and Real Numbers - Angle Measures Radians: - a uni (rad o measure he size of an angle. rad

More information

AP Chemistry--Chapter 12: Chemical Kinetics

AP Chemistry--Chapter 12: Chemical Kinetics AP Chemisry--Chaper 12: Chemical Kineics I. Reacion Raes A. The area of chemisry ha deals wih reacion raes, or how fas a reacion occurs, is called chemical kineics. B. The rae of reacion depends on he

More information

( ) = Q 0. ( ) R = R dq. ( t) = I t

( ) = Q 0. ( ) R = R dq. ( t) = I t ircuis onceps The addiion of a simple capacior o a circui of resisors allows wo relaed phenomena o occur The observaion ha he ime-dependence of a complex waveform is alered by he circui is referred o as

More information

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder#

R.#W.#Erickson# Department#of#Electrical,#Computer,#and#Energy#Engineering# University#of#Colorado,#Boulder# .#W.#Erickson# Deparmen#of#Elecrical,#Compuer,#and#Energy#Engineering# Universiy#of#Colorado,#Boulder# Chaper 2 Principles of Seady-Sae Converer Analysis 2.1. Inroducion 2.2. Inducor vol-second balance,

More information

9. Alternating currents

9. Alternating currents WS 9. Alernaing currens 9.1 nroducion Besides ohmic resisors, capaciors and inducions play an imporan role in alernaing curren (AC circuis as well. n his experimen, one shall invesigae heir behaviour in

More information

8.022 (E&M) Lecture 9

8.022 (E&M) Lecture 9 8.0 (E&M) Lecure 9 Topics: circuis Thevenin s heorem Las ime Elecromoive force: How does a baery work and is inernal resisance How o solve simple circuis: Kirchhoff s firs rule: a any node, sum of he currens

More information

Silicon Controlled Rectifiers UNIT-1

Silicon Controlled Rectifiers UNIT-1 Silicon Conrolled Recifiers UNIT-1 Silicon Conrolled Recifier A Silicon Conrolled Recifier (or Semiconducor Conrolled Recifier) is a four layer solid sae device ha conrols curren flow The name silicon

More information

Constant Acceleration

Constant Acceleration Objecive Consan Acceleraion To deermine he acceleraion of objecs moving along a sraigh line wih consan acceleraion. Inroducion The posiion y of a paricle moving along a sraigh line wih a consan acceleraion

More information

Real Analog Chapter 6: Energy Storage Elements

Real Analog Chapter 6: Energy Storage Elements 1300 Henley C. Pullman, WA 99163 509.334.6306 www.sore.digilen.com 6 Inroducion and Chaper Objecives So far, we have considered circuis ha have been governed by algebraic relaions. These circuis have,

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

Traveling Waves. Chapter Introduction

Traveling Waves. Chapter Introduction Chaper 4 Traveling Waves 4.1 Inroducion To dae, we have considered oscillaions, i.e., periodic, ofen harmonic, variaions of a physical characerisic of a sysem. The sysem a one ime is indisinguishable from

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 31 Signals & Sysems Prof. Mar Fowler Noe Se #1 C-T Signals: Circuis wih Periodic Sources 1/1 Solving Circuis wih Periodic Sources FS maes i easy o find he response of an RLC circui o a periodic source!

More information

INDEX. Transient analysis 1 Initial Conditions 1

INDEX. Transient analysis 1 Initial Conditions 1 INDEX Secion Page Transien analysis 1 Iniial Condiions 1 Please inform me of your opinion of he relaive emphasis of he review maerial by simply making commens on his page and sending i o me a: Frank Mera

More information

Electrical and current self-induction

Electrical and current self-induction Elecrical and curren self-inducion F. F. Mende hp://fmnauka.narod.ru/works.hml mende_fedor@mail.ru Absrac The aricle considers he self-inducance of reacive elemens. Elecrical self-inducion To he laws of

More information

Displacement ( x) x x x

Displacement ( x) x x x Kinemaics Kinemaics is he branch of mechanics ha describes he moion of objecs wihou necessarily discussing wha causes he moion. 1-Dimensional Kinemaics (or 1- Dimensional moion) refers o moion in a sraigh

More information

Math 36. Rumbos Spring Solutions to Assignment #6. 1. Suppose the growth of a population is governed by the differential equation.

Math 36. Rumbos Spring Solutions to Assignment #6. 1. Suppose the growth of a population is governed by the differential equation. Mah 36. Rumbos Spring 1 1 Soluions o Assignmen #6 1. Suppose he growh of a populaion is governed by he differenial equaion where k is a posiive consan. d d = k (a Explain why his model predics ha he populaion

More information

- If one knows that a magnetic field has a symmetry, one may calculate the magnitude of B by use of Ampere s law: The integral of scalar product

- If one knows that a magnetic field has a symmetry, one may calculate the magnitude of B by use of Ampere s law: The integral of scalar product 11.1 APPCATON OF AMPEE S AW N SYMMETC MAGNETC FEDS - f one knows ha a magneic field has a symmery, one may calculae he magniude of by use of Ampere s law: The inegral of scalar produc Closed _ pah * d

More information

6.003 Homework #9 Solutions

6.003 Homework #9 Solutions 6.00 Homework #9 Soluions Problems. Fourier varieies a. Deermine he Fourier series coefficiens of he following signal, which is periodic in 0. x () 0 0 a 0 5 a k sin πk 5 sin πk 5 πk for k 0 a k 0 πk j

More information

Northern Arizona University Exam #1. Section 2, Spring 2006 February 17, 2006

Northern Arizona University Exam #1. Section 2, Spring 2006 February 17, 2006 Norhern Arizona Universiy Exam # CHM 52, General Chemisry II Dr. Brandon Cruickshank Secion 2, Spring 2006 February 7, 2006 Name ID # INSTRUCTIONS: Code he answers o he True-False and Muliple-Choice quesions

More information

STATE PLANE ANALYSIS, AVERAGING,

STATE PLANE ANALYSIS, AVERAGING, CHAPER 3 SAE PLAE AALYSIS, AVERAGIG, AD OHER AALYICAL OOLS he sinusoidal approximaions used in he previous chaper break down when he effecs of harmonics are significan. his is a paricular problem in he

More information

Lecture -14: Chopper fed DC Drives

Lecture -14: Chopper fed DC Drives Lecure -14: Chopper fed DC Drives Chopper fed DC drives o A chopper is a saic device ha convers fixed DC inpu volage o a variable dc oupu volage direcly o A chopper is a high speed on/off semiconducor

More information

Chapter 28 - Circuits

Chapter 28 - Circuits Physics 4B Lecure Noes Chaper 28 - Circuis Problem Se #7 - due: Ch 28 -, 9, 4, 7, 23, 38, 47, 53, 57, 66, 70, 75 Lecure Ouline. Kirchoff's ules 2. esisors in Series 3. esisors in Parallel 4. More Complex

More information

IE1206 Embedded Electronics

IE1206 Embedded Electronics E06 Embedded Elecronics Le Le3 Le4 Le Ex Ex P-block Documenaion, Seriecom Pulse sensors,, R, P, serial and parallel K LAB Pulse sensors, Menu program Sar of programing ask Kirchhoffs laws Node analysis

More information

Signal and System (Chapter 3. Continuous-Time Systems)

Signal and System (Chapter 3. Continuous-Time Systems) Signal and Sysem (Chaper 3. Coninuous-Time Sysems) Prof. Kwang-Chun Ho kwangho@hansung.ac.kr Tel: 0-760-453 Fax:0-760-4435 1 Dep. Elecronics and Informaion Eng. 1 Nodes, Branches, Loops A nework wih b

More information

Q2.1 This is the x t graph of the motion of a particle. Of the four points P, Q, R, and S, the velocity v x is greatest (most positive) at

Q2.1 This is the x t graph of the motion of a particle. Of the four points P, Q, R, and S, the velocity v x is greatest (most positive) at Q2.1 This is he x graph of he moion of a paricle. Of he four poins P, Q, R, and S, he velociy is greaes (mos posiive) a A. poin P. B. poin Q. C. poin R. D. poin S. E. no enough informaion in he graph o

More information

MEI Mechanics 1 General motion. Section 1: Using calculus

MEI Mechanics 1 General motion. Section 1: Using calculus Soluions o Exercise MEI Mechanics General moion Secion : Using calculus. s 4 v a 6 4 4 When =, v 4 a 6 4 6. (i) When = 0, s = -, so he iniial displacemen = - m. s v 4 When = 0, v = so he iniial velociy

More information

Chapter 4 AC Network Analysis

Chapter 4 AC Network Analysis haper 4 A Nework Analysis Jaesung Jang apaciance Inducance and Inducion Time-Varying Signals Sinusoidal Signals Reference: David K. heng, Field and Wave Elecromagneics. Energy Sorage ircui Elemens Energy

More information

6.003 Homework 1. Problems. Due at the beginning of recitation on Wednesday, February 10, 2010.

6.003 Homework 1. Problems. Due at the beginning of recitation on Wednesday, February 10, 2010. 6.003 Homework Due a he beginning of reciaion on Wednesday, February 0, 200. Problems. Independen and Dependen Variables Assume ha he heigh of a waer wave is given by g(x v) where x is disance, v is velociy,

More information

10.6 Parametric Equations

10.6 Parametric Equations 0_006.qd /8/05 9:05 AM Page 77 Secion 0.6 77 Parameric Equaions 0.6 Parameric Equaions Wha ou should learn Evaluae ses of parameric equaions for given values of he parameer. Skech curves ha are represened

More information

AC Circuits AC Circuit with only R AC circuit with only L AC circuit with only C AC circuit with LRC phasors Resonance Transformers

AC Circuits AC Circuit with only R AC circuit with only L AC circuit with only C AC circuit with LRC phasors Resonance Transformers A ircuis A ircui wih only A circui wih only A circui wih only A circui wih phasors esonance Transformers Phys 435: hap 31, Pg 1 A ircuis New Topic Phys : hap. 6, Pg Physics Moivaion as ime we discovered

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