Exercise 4 Modeling transient currents and voltages

Size: px
Start display at page:

Download "Exercise 4 Modeling transient currents and voltages"

Transcription

1 Exercise 4 Modeling transient currents and voltages Basic A circuit elements In a D circuit, the electro-motive forces push the electrons along the circuit and resistors remove that energy by conversion to heat. In A circuits, currents vary in time, so we have to consider variations in the energy stored in electric and magnetic fields of capacitors and inductors, respectively. apacitance: the capacitance between two opposite charged surfaces is defined by: Q V Where: Q is the magnitude of the charge distributed on either surface, and V is the potential difference between the surfaces. Differentiating Eq. (1) and using I = dq/dt, we obtain: (1) dv dt I () Inductance: The usual model for an inductor is a coil (solenoid). By Faraday s Law of self-inductance, a changing current in a coil induces a back electro-motive force (emf) that opposes the change in current: Where V is the back emf across the inductor, di/dt is the derivative of the current through the inductor and L is the inductance. The R ircuit Figure 1a) shows a circuit with no signal source, but we assume the capacitor to be initially charged. The voltage across the charged capacitor is: Q V di V L dt This voltage produces an initial loop current (3) (4) V I (5) R 1

2 Figure 1 a) The R circuit; b) Exponential decay of voltage as a function of time (R circuit). dv V By using Kirchhoff s loop rule and the derivative of Ohm s law:, the dt R voltage across the resistor (and capacitor) is given by: V ( t) V e t / R V e t / (6) The constant τ = R is called the time constant of this circuit. It defines the time needed for V(t) to fall to 1/e of its initial value. The voltage decay as a function of time is presented in Figure 1b). The Exercise You will use a circuit board with several resistors, capacitors and inductors. You may use Box A, below: BOX A

3 Alternatively, your group may work on Box B: BOX B A Data Acquisition System (DAQ) will provide the A voltages needed in your experiment. At the same time, the DAQ will collect data from the circuit (Voltage, Time) and send them to the computer. Some of the DAQ ports are already connected. Do not change them. You will use the Analog Output (a o ) port as the A voltage source for your circuit. onnect the BN wire at the top of the T-connector on a o. You will also collect the data from the circuit through the Analog Input (a i ) port. Data in real time will be displayed through a Lab View application. a o a i Figure : ircuit diagram 3

4 Build a R circuit according to Figure, using = 1.μF and an R of your choice. If you use Box A, connect the R var (Potentiometer 5-5kΩ). If you have Box B, choose any of the two resistors provided. Open the Desktop folder: nd Yr Lab Files and select harge and Discharge of a apacitor (Lab View Application). The Analog Output works as a function generator. Use the Square Wave form and vary the frequency until you observe -3 cycles of charging/discharging of the capacitor. In the background of the charge/discharge, you may notice the square wave (light grey). The whole dataset will have about 1 data points, which is a little too much for your Python program. Trimming the dataset is possible with Export Data, by confirming the length editing. ursors are now available. Place them at the two ends of one decay (or rise) and click on Export Data again. Save the text file on your memory stick. The dataset has Time(s) in the first column and Amplitude (Volt) in the second. Scroll down and examine the file. You will notice that some of the amplitude values are negative and also that the file has a header. Remove the header. Data was acquired as with an oscilloscope: zero amplitude is at the middle of the graph. You have to adjust (lift) all the amplitude values so that all are positive: find the largest negative amplitude and add its absolute value to all the data. The fitting program You will write the code for a nonlinear least squares fit, and will estimate the uncertainties and the correlations. alculation of fit statistics from the output of leastsq provides: - Goodness of fit parameters - onfidence intervals in fit parameters - orrelation (covariance) of variables Here is the plan of your program: - Import all the needed packages. - Define the fitting function, named peval(x,p)or else, where x is the independent variable (time) and p is the generic name of the parameters. You have to define what each component of p represents. The fitting function is the exponential from Eq.6. - Define residuals. - Load the file into an array. You have to specify the location of independent variable (x) and that of the dependent variable (y) in your array. You also have to define the uncertainty in y. - Estimate an initial guess of the parameters. - all leastsq to do the work. List the input arguments: residuals, initial guess of parameters, extra arguments (args). full_output has to be non-zero in order to return all optional outputs. Request the following outputs of leastsq: final values of parameters (p_final), estimate of covariance of x,y (cov_x), optional outputs (info), a string message giving information about the cause of failure of calculation (mesg), a flag indicating if solution was found or not (success). - Write a conditional loop linking success==1 to printing the result of the fit. - Define and the number of degrees of freedom. 4

5 - Output the statistical results. In order to output the errors in parameters, you have to use the cov_x output of leastsq. Look at the definitions from SciPy documentation: =leastsq#scipy.optimize.leastsq cov_x : ndarray Uses the optional outputs to construct an estimate of the jacobian around the solution. This matrix must be multiplied by the residual variance to get the covariance of the parameter estimates. The residual variance is given by: dof heck the Notes on Error Analysis for basic definitions: - Plot the graph of data with error bars and the fitting function. Python Programming: Write a fitting program with statistical output to fit the R transient voltage. Output the time constant τ and calculate R (R var ). Estimate uncertainties. ompare the calculated value with a direct measurement of R or R var using a multimeter. Note: disconnect R (R var ) from the circuit before connecting the instrument! Write the code, debug it. Print the graph and statistical output. Analyze the output according to the goodness of fit criteria: - Good fit: 1. - If: 1, there are too large deviations from the assumed distribution, which indicate an underestimation of uncertainties. - If: 1, too small deviations from the assumed distribution indicate an overestimation of uncertainties. Analyze the goodness of the fit and comment on uncertainties. Written by Ruxandra Serbanescu (1-13). The Data Acquisition System was built by Larry Avramidis. Larry also wrote the LabView application. References: L.R. Fortney Principles of Electronics: Analog and Digital, Harcourt Brace Jovanovich

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2003 Experiment 17: RLC Circuit (modified 4/15/2003) OBJECTIVES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2003 Experiment 17: RLC Circuit (modified 4/15/2003) OBJECTIVES MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8. Spring 3 Experiment 7: R Circuit (modified 4/5/3) OBJECTIVES. To observe electrical oscillations, measure their frequencies, and verify energy

More information

Version 001 CIRCUITS holland (1290) 1

Version 001 CIRCUITS holland (1290) 1 Version CIRCUITS holland (9) This print-out should have questions Multiple-choice questions may continue on the next column or page find all choices before answering AP M 99 MC points The power dissipated

More information

Capacitors. The charge Q on a capacitor s plate is proportional to the potential difference V across the Q = C V (1)

Capacitors. The charge Q on a capacitor s plate is proportional to the potential difference V across the Q = C V (1) apacitors THEORY The charge Q on a capacitor s plate is proportional to the potential difference V across the capacitor. We express this with Q = V (1) where is a proportionality constant known as the

More information

Inductance. Slide 2 / 26. Slide 1 / 26. Slide 4 / 26. Slide 3 / 26. Slide 6 / 26. Slide 5 / 26. Mutual Inductance. Mutual Inductance.

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

More information

INDUCTANCE Self Inductance

INDUCTANCE Self Inductance NDUTANE 3. Self nductance onsider the circuit shown in the Figure. When the switch is closed the current, and so the magnetic field, through the circuit increases from zero to a specific value. The increasing

More information

RC Circuits. Equipment: Capstone with 850 interface, RLC circuit board, 2 voltage sensors (no alligator clips), 3 leads V C = 1

RC Circuits. Equipment: Capstone with 850 interface, RLC circuit board, 2 voltage sensors (no alligator clips), 3 leads V C = 1 R ircuits Equipment: apstone with 850 interface, RL circuit board, 2 voltage sensors (no alligator clips), 3 leads 1 Introduction The 3 basic linear circuits elements are the resistor, the capacitor, and

More information

Lab 4 RC Circuits. Name. Partner s Name. I. Introduction/Theory

Lab 4 RC Circuits. Name. Partner s Name. I. Introduction/Theory Lab 4 RC Circuits Name Partner s Name I. Introduction/Theory Consider a circuit such as that in Figure 1, in which a potential difference is applied to the series combination of a resistor and a capacitor.

More information

Inductance, RL and RLC Circuits

Inductance, RL and RLC Circuits Inductance, RL and RLC Circuits Inductance Temporarily storage of energy by the magnetic field When the switch is closed, the current does not immediately reach its maximum value. Faraday s law of electromagnetic

More information

Exercise 1: RC Time Constants

Exercise 1: RC Time Constants Exercise 1: RC EXERCISE OBJECTIVE When you have completed this exercise, you will be able to determine the time constant of an RC circuit by using calculated and measured values. You will verify your results

More information

Experiment Guide for RC Circuits

Experiment Guide for RC Circuits Guide-P1 Experiment Guide for RC Circuits I. Introduction 1. Capacitors A capacitor is a passive electronic component that stores energy in the form of an electrostatic field. The unit of capacitance is

More information

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA

EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA EXPERIMENT 07 TO STUDY DC RC CIRCUIT AND TRANSIENT PHENOMENA DISCUSSION The capacitor is a element which stores electric energy by charging the charge on it. Bear in mind that the charge on a capacitor

More information

Simple circuits - 3 hr

Simple circuits - 3 hr Simple circuits - 3 hr Resistances in circuits Analogy of water flow and electric current An electrical circuit consists of a closed loop with a number of different elements through which electric current

More information

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab Lab 5 R ircuits What You Need To Know: The Physics In the previous two labs you ve dealt strictly with resistors. In today s lab you ll be using a new circuit element called a capacitor. A capacitor consists

More information

Handout 10: Inductance. Self-Inductance and inductors

Handout 10: Inductance. Self-Inductance and inductors 1 Handout 10: Inductance Self-Inductance and inductors In Fig. 1, electric current is present in an isolate circuit, setting up magnetic field that causes a magnetic flux through the circuit itself. This

More information

Class #12: Experiment The Exponential Function in Circuits, Pt 1

Class #12: Experiment The Exponential Function in Circuits, Pt 1 Class #12: Experiment The Exponential Function in Circuits, Pt 1 Purpose: The objective of this experiment is to begin to become familiar with the properties and uses of the exponential function in circuits

More information

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab

Lab 5 RC Circuits. What You Need To Know: Physics 212 Lab Lab 5 R ircuits What You Need To Know: The Physics In the previous two labs you ve dealt strictly with resistors. In today s lab you ll be using a new circuit element called a capacitor. A capacitor consists

More information

EXPERIMENT 5A RC Circuits

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

More information

Practical 1 RC Circuits

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

More information

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

First Order RC and RL Transient Circuits

First Order RC and RL Transient Circuits First Order R and RL Transient ircuits Objectives To introduce the transients phenomena. To analyze step and natural responses of first order R circuits. To analyze step and natural responses of first

More information

What happens when things change. Transient current and voltage relationships in a simple resistive circuit.

What happens when things change. Transient current and voltage relationships in a simple resistive circuit. Module 4 AC Theory What happens when things change. What you'll learn in Module 4. 4.1 Resistors in DC Circuits Transient events in DC circuits. The difference between Ideal and Practical circuits Transient

More information

Chapter 30 Inductance and Electromagnetic Oscillations

Chapter 30 Inductance and Electromagnetic Oscillations Chapter 30 Inductance and Electromagnetic Oscillations Units of Chapter 30 30.1 Mutual Inductance: 1 30.2 Self-Inductance: 2, 3, & 4 30.3 Energy Stored in a Magnetic Field: 5, 6, & 7 30.4 LR Circuit: 8,

More information

Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526)

Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526) NCEA Level 3 Physics (91526) 2015 page 1 of 6 Assessment Schedule 2015 Physics: Demonstrate understanding of electrical systems (91526) Evidence Q Evidence Achievement Achievement with Merit Achievement

More information

Electricity and Light Pre Lab Questions

Electricity and Light Pre Lab Questions Electricity and Light Pre Lab Questions The pre lab questions can be answered by reading the theory and procedure for the related lab. You are strongly encouraged to answers these questions on your own.

More information

Inductance, RL Circuits, LC Circuits, RLC Circuits

Inductance, RL Circuits, LC Circuits, RLC Circuits Inductance, R Circuits, C Circuits, RC Circuits Inductance What happens when we close the switch? The current flows What does the current look like as a function of time? Does it look like this? I t Inductance

More information

RC & RL TRANSIENT RESPONSE

RC & RL TRANSIENT RESPONSE INTRODUTION R & RL TRANSIENT RESPONSE The student will analyze series R and RL circuits. A step input will excite these respective circuits, producing a transient voltage response across various circuit

More information

Physics 6B Summer 2007 Final

Physics 6B Summer 2007 Final Physics 6B Summer 2007 Final Question 1 An electron passes through two rectangular regions that contain uniform magnetic fields, B 1 and B 2. The field B 1 is stronger than the field B 2. Each field fills

More information

Lecture 39. PHYC 161 Fall 2016

Lecture 39. PHYC 161 Fall 2016 Lecture 39 PHYC 161 Fall 016 Announcements DO THE ONLINE COURSE EVALUATIONS - response so far is < 8 % Magnetic field energy A resistor is a device in which energy is irrecoverably dissipated. By contrast,

More information

Introduction to AC Circuits (Capacitors and Inductors)

Introduction to AC Circuits (Capacitors and Inductors) Introduction to AC Circuits (Capacitors and Inductors) Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Slide 1 / 26. Inductance by Bryan Pflueger

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

More information

LAB 3: Capacitors & RC Circuits

LAB 3: Capacitors & RC Circuits LAB 3: Capacitors & C Circuits Name: Circuits Experiment Board Wire leads Capacitors, esistors EQUIPMENT NEEDED: Two D-cell Batteries Multimeter Logger Pro Software, ULI Purpose The purpose of this lab

More information

Physics 212. Lecture 11. RC Circuits. Change in schedule Exam 2 will be on Thursday, July 12 from 8 9:30 AM. Physics 212 Lecture 11, Slide 1

Physics 212. Lecture 11. RC Circuits. Change in schedule Exam 2 will be on Thursday, July 12 from 8 9:30 AM. Physics 212 Lecture 11, Slide 1 Physics 212 Lecture 11 ircuits hange in schedule Exam 2 will be on Thursday, July 12 from 8 9:30 AM. Physics 212 Lecture 11, Slide 1 ircuit harging apacitor uncharged, switch is moved to position a Kirchoff

More information

Problem info Geometry model Labelled Objects Results Nonlinear dependencies

Problem info Geometry model Labelled Objects Results Nonlinear dependencies Problem info Problem type: Transient Magnetics (integration time: 9.99999993922529E-09 s.) Geometry model class: Plane-Parallel Problem database file names: Problem: circuit.pbm Geometry: Circuit.mod Material

More information

PHYSICS 171 UNIVERSITY PHYSICS LAB II. Experiment 6. Transient Response of An RC Circuit

PHYSICS 171 UNIVERSITY PHYSICS LAB II. Experiment 6. Transient Response of An RC Circuit PHYSICS 171 UNIVERSITY PHYSICS LAB II Experiment 6 Transient Response of An RC Circuit Equipment: Supplies: Function Generator, Dual Trace Oscilloscope.002 Microfarad, 0.1 Microfarad capacitors; 1 Kilohm,

More information

Chapter 30. Inductance. PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow

Chapter 30. Inductance. PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow Chapter 30 Inductance PowerPoint Lectures for University Physics, 14th Edition Hugh D. Young and Roger A. Freedman Lectures by Jason Harlow Learning Goals for Chapter 30 Looking forward at how a time-varying

More information

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

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

More information

PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS

PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS PHYSICS 122 Lab EXPERIMENT NO. 6 AC CIRCUITS The first purpose of this laboratory is to observe voltages as a function of time in an RC circuit and compare it to its expected time behavior. In the second

More information

Chapter 26 Direct-Current Circuits

Chapter 26 Direct-Current Circuits Chapter 26 Direct-Current Circuits 1 Resistors in Series and Parallel In this chapter we introduce the reduction of resistor networks into an equivalent resistor R eq. We also develop a method for analyzing

More information

Circuit Analysis-II. Circuit Analysis-II Lecture # 5 Monday 23 rd April, 18

Circuit Analysis-II. Circuit Analysis-II Lecture # 5 Monday 23 rd April, 18 Circuit Analysis-II Capacitors in AC Circuits Introduction ü The instantaneous capacitor current is equal to the capacitance times the instantaneous rate of change of the voltage across the capacitor.

More information

Exercise 1: Capacitors

Exercise 1: Capacitors Capacitance AC 1 Fundamentals Exercise 1: Capacitors EXERCISE OBJECTIVE When you have completed this exercise, you will be able to describe the effect a capacitor has on dc and ac circuits by using measured

More information

The RC Circuit INTRODUCTION. Part 1: Capacitor Discharging Through a Resistor. Part 2: The Series RC Circuit and the Oscilloscope

The RC Circuit INTRODUCTION. Part 1: Capacitor Discharging Through a Resistor. Part 2: The Series RC Circuit and the Oscilloscope The RC Circuit INTRODUCTION The goal in this lab is to observe the time-varying voltages in several simple circuits involving a capacitor and resistor. In the first part, you will use very simple tools

More information

Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP

Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP Laboratory 3 page 1 of 6 Laboratory 3 Measuring Capacitor Discharge with the MicroBLIP Introduction In this lab, you will use the MicroBLIP in its Data Acquisition Mode to sample the voltage over time

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

OAKTON COMMUNITY COLLEGE COURSE SYLLABUS. I. Course Course Course Prefix Number Name Credit: Lecture Lab. PHY 132 College Physics II 4 3 2

OAKTON COMMUNITY COLLEGE COURSE SYLLABUS. I. Course Course Course Prefix Number Name Credit: Lecture Lab. PHY 132 College Physics II 4 3 2 OAKTON COMMUNITY COLLEGE COURSE SYLLABUS I. Course Course Course Prefix Number Name Credit: Lecture Lab PHY 132 College Physics II 4 3 2 II. Prerequisites: PHY 131 III. Course (catalog) Description: Course

More information

RC & RL Transient Response

RC & RL Transient Response EE 2006 University of Minnesota Duluth ab 8 1. Introduction R & R Transient Response The student will analyze series R and R circuits. A step input will excite these respective circuits, producing a transient

More information

2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM FREE-RESPONSE QUESTIONS

2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM FREE-RESPONSE QUESTIONS 2005 AP PHYSICS C: ELECTRICITY AND MAGNETISM In the circuit shown above, resistors 1 and 2 of resistance R 1 and R 2, respectively, and an inductor of inductance L are connected to a battery of emf e and

More information

Name: Lab Partner: Section:

Name: Lab Partner: Section: Chapter 6 Capacitors and RC Circuits Name: Lab Partner: Section: 6.1 Purpose The purpose of this experiment is to investigate the physics of capacitors in circuits. The charging and discharging of a capacitor

More information

Chapter 2: Capacitor And Dielectrics

Chapter 2: Capacitor And Dielectrics hapter 2: apacitor And Dielectrics In this chapter, we are going to discuss the different ways that a capacitor could be arranged in a circuit and how its capacitance could be increased. Overview apacitor

More information

Measuring the time constant for an RC-Circuit

Measuring the time constant for an RC-Circuit Physics 8.02T 1 Fall 2001 Measuring the time constant for an RC-Circuit Introduction: Capacitors Capacitors are circuit elements that store electric charge Q according to Q = CV where V is the voltage

More information

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits

Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Inductance, Inductors, RL Circuits & RC Circuits, LC, and RLC Circuits Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the timevarying

More information

CHEM*3440. Current Convention. Charge. Potential Energy. Chemical Instrumentation. Rudimentary Electronics. Topic 3

CHEM*3440. Current Convention. Charge. Potential Energy. Chemical Instrumentation. Rudimentary Electronics. Topic 3 urrent onvention HEM*3440 hemical nstrumentation Topic 3 udimentary Electronics ONENTON: Electrical current flows from a region of positive potential energy to a region of more negative (or less positive)

More information

Real Analog - Circuits 1 Chapter 6: Lab Projects

Real Analog - Circuits 1 Chapter 6: Lab Projects 6.3.2: Leakage urrents and Electrolytic apacitors eal Analog ircuits 1 hapter 6: Lab Projects Overview: Voltagecurrent relationships for ideal capacitors do not always adequately explain measured capacitor

More information

Mansfield Independent School District AP Physics C: Electricity and Magnetism Year at a Glance

Mansfield Independent School District AP Physics C: Electricity and Magnetism Year at a Glance Mansfield Independent School District AP Physics C: Electricity and Magnetism Year at a Glance First Six-Weeks Second Six-Weeks Third Six-Weeks Lab safety Lab practices and ethical practices Math and Calculus

More information

AP Physics C. Inductance. Free Response Problems

AP Physics C. Inductance. Free Response Problems AP Physics C Inductance Free Response Problems 1. Two toroidal solenoids are wounded around the same frame. Solenoid 1 has 800 turns and solenoid 2 has 500 turns. When the current 7.23 A flows through

More information

Chapter 32. Inductance

Chapter 32. Inductance Chapter 32 Inductance Joseph Henry 1797 1878 American physicist First director of the Smithsonian Improved design of electromagnet Constructed one of the first motors Discovered self-inductance Unit of

More information

Lab 08 Capacitors 2. Figure 2 Series RC circuit with SPDT switch to charge and discharge capacitor.

Lab 08 Capacitors 2. Figure 2 Series RC circuit with SPDT switch to charge and discharge capacitor. Lab 08: Capacitors Last edited March 5, 2018 Learning Objectives: 1. Understand the short-term and long-term behavior of circuits containing capacitors. 2. Understand the mathematical relationship between

More information

Old Dominion University Physics 112N/227N/232N Lab Manual, 13 th Edition

Old Dominion University Physics 112N/227N/232N Lab Manual, 13 th Edition RC Circuits Experiment PH06_Todd OBJECTIVE To investigate how the voltage across a capacitor varies as it charges. To find the capacitive time constant. EQUIPMENT NEEDED Computer: Personal Computer with

More information

LAB 5: Induction: A Linear Generator

LAB 5: Induction: A Linear Generator 1 Name Date Partner(s) OBJECTIVES LAB 5: Induction: A Linear Generator To understand how a changing magnetic field induces an electric field. To observe the effect of induction by measuring the generated

More information

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor.

Experiment 4. RC Circuits. Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Experiment 4 RC Circuits 4.1 Objectives Observe and qualitatively describe the charging and discharging (decay) of the voltage on a capacitor. Graphically determine the time constant τ for the decay. 4.2

More information

RC Studies Relaxation Oscillator

RC Studies Relaxation Oscillator RC Studies Relaxation Oscillator Introduction A glass tube containing neon gas will give off its characteristic light when the voltage across the tube exceeds a certain value. The value corresponds to

More information

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction

Switch. R 5 V Capacitor. ower upply. Voltmete. Goals. Introduction Switch Lab 9. Circuits ower upply Goals + + R 5 V Capacitor V To appreciate the capacitor as a charge storage device. To measure the voltage across a capacitor as it discharges through a resistor, and

More information

Name Class Date. RC Circuit Lab

Name Class Date. RC Circuit Lab RC Circuit Lab Objectives: Students will be able to Use the ScienceWorkshop interface to investigate the relationship between the voltage remaining across a capacitor and the time taken for the discharge

More information

Chapter 30 Inductance

Chapter 30 Inductance Chapter 30 Inductance In this chapter we investigate the properties of an inductor in a circuit. There are two kinds of inductance mutual inductance and self-inductance. An inductor is formed by taken

More information

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current.

Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Inductance Self-inductance A time-varying current in a circuit produces an induced emf opposing the emf that initially set up the time-varying current. Basis of the electrical circuit element called an

More information

PHYSICS. Chapter 30 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT

PHYSICS. Chapter 30 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 30 Lecture RANDALL D. KNIGHT Chapter 30 Electromagnetic Induction IN THIS CHAPTER, you will learn what electromagnetic induction is

More information

CAPACITANCE. Capacitor. Because of the effect of capacitance, an electrical circuit can store energy, even after being de-energized.

CAPACITANCE. Capacitor. Because of the effect of capacitance, an electrical circuit can store energy, even after being de-energized. D ircuits APAITANE APAITANE Because of the effect of capacitance, an electrical circuit can store energy, even after being de-energized. EO 1.5 EO 1.6 EO 1.7 EO 1.8 EO 1.9 DESRIBE the construction of a

More information

Chapter 21. Ac Circuits

Chapter 21. Ac Circuits Chapter 21 Ac Circuits AC current Transformer Transforms AC voltage UP or DOWN Historical basis for AC Grid your use George Westinghouse (AC) vs Edison (DC) Losses due to resistance in wire and eddy currents

More information

ECE 241L Fundamentals of Electrical Engineering. Experiment 5 Transient Response

ECE 241L Fundamentals of Electrical Engineering. Experiment 5 Transient Response ECE 241L Fundamentals of Electrical Engineering Experiment 5 Transient Response NAME PARTNER A. Objectives: I. Learn how to use the function generator and oscilloscope II. Measure step response of RC and

More information

Coupled Electrical Oscillators Physics Advanced Physics Lab - Summer 2018 Don Heiman, Northeastern University, 5/24/2018

Coupled Electrical Oscillators Physics Advanced Physics Lab - Summer 2018 Don Heiman, Northeastern University, 5/24/2018 Coupled Electrical Oscillators Physics 3600 - Advanced Physics Lab - Summer 08 Don Heiman, Northeastern University, 5/4/08 I. INTRODUCTION The objectives of this experiment are: () explore the properties

More information

Electromagnetic Induction (Chapters 31-32)

Electromagnetic Induction (Chapters 31-32) Electromagnetic Induction (Chapters 31-3) The laws of emf induction: Faraday s and Lenz s laws Inductance Mutual inductance M Self inductance L. Inductors Magnetic field energy Simple inductive circuits

More information

Capacitors. Example 1

Capacitors. Example 1 Physics 30AP Resistors and apacitors I apacitors A capacitor is a device for storing electrical charge that consists of two conducting objects placed near one another but not touching. A A typical capacitor

More information

Physics 2112 Unit 18

Physics 2112 Unit 18 Physics 2112 Unit 18 Today s Concepts: A) Induction B) Circuits Electricity & Magnetism ecture 18, Slide 1 Where we are.. Just finished introducing magnetism Will now apply magnetism to AC circuits Unit

More information

Experiment 8: Capacitance and the Oscilloscope

Experiment 8: Capacitance and the Oscilloscope Experiment 8: Capacitance and the Oscilloscope Nate Saffold nas2173@columbia.edu Office Hour: Mondays, 5:30PM-6:30PM @ Pupin 1216 INTRO TO EXPERIMENTAL PHYS-LAB 1493/1494/2699 Outline Capacitance: Capacitor

More information

BME/ISE 3511 Bioelectronics - Test Six Course Notes Fall 2016

BME/ISE 3511 Bioelectronics - Test Six Course Notes Fall 2016 BME/ISE 35 Bioelectronics - Test Six ourse Notes Fall 06 Alternating urrent apacitive & Inductive Reactance and omplex Impedance R & R ircuit Analyses (D Transients, Time onstants, Steady State) Electrical

More information

Hiro Shimoyama 1 Charge of an Electron. Name ID Signature. Partners. Date Section

Hiro Shimoyama 1 Charge of an Electron. Name ID Signature. Partners. Date Section Hiro Shimoyama 1 harge of an Electron Name ID Signature Partners Date Section Exercise caution when you turn on the power supply. If the circuit is implemented wrongly, some of elements will be burned.

More information

Induction_P1. 1. [1 mark]

Induction_P1. 1. [1 mark] Induction_P1 1. [1 mark] Two identical circular coils are placed one below the other so that their planes are both horizontal. The top coil is connected to a cell and a switch. The switch is closed and

More information

On the axes of Fig. 4.1, carefully sketch a graph to show how the potential difference V across the capacitor varies with time t. Label this graph L.

On the axes of Fig. 4.1, carefully sketch a graph to show how the potential difference V across the capacitor varies with time t. Label this graph L. 1 (a) A charged capacitor is connected across the ends of a negative temperature coefficient (NTC) thermistor kept at a fixed temperature. The capacitor discharges through the thermistor. The potential

More information

Laboratory 7: Charging and Discharging a Capacitor Prelab

Laboratory 7: Charging and Discharging a Capacitor Prelab Phys 132L Fall 2018 Laboratory 7: Charging and Discharging a Capacitor Prelab Consider a capacitor with capacitance C connected in series to a resistor with resistance R as shown in Fig. 1. Theory predicts

More information

MODULE I. Transient Response:

MODULE I. Transient Response: Transient Response: MODULE I The Transient Response (also known as the Natural Response) is the way the circuit responds to energies stored in storage elements, such as capacitors and inductors. If a capacitor

More information

Lecture 27: FRI 20 MAR

Lecture 27: FRI 20 MAR Physics 2102 Jonathan Dowling Lecture 27: FRI 20 MAR Ch.30.7 9 Inductors & Inductance Nikolai Tesla Inductors: Solenoids Inductors are with respect to the magnetic field what capacitors are with respect

More information

Chapter 2: Capacitors And Dielectrics

Chapter 2: Capacitors And Dielectrics hapter 2: apacitors And Dielectrics 2.1 apacitance and capacitors in series and parallel L.O 2.1.1 Define capacitance and use capacitance apacitor is a device that is capable of storing electric charges

More information

B THE CAPACITOR. Theory

B THE CAPACITOR. Theory 8. THE CAPACITOR You will study several aspects of a capacitor, how the voltage across it changes with time as it is being charged and discharged and how it stores energy. The most well known device for

More information

Look over. examples 1, 2, 3, 5, 6. Look over. Chapter 25 section 1-8. Chapter 19 section 5 Example 10, 11

Look over. examples 1, 2, 3, 5, 6. Look over. Chapter 25 section 1-8. Chapter 19 section 5 Example 10, 11 PHYS Look over hapter 5 section -8 examples,, 3, 5, 6 PHYS Look over hapter 7 section 7-9 Examples 8, hapter 9 section 5 Example 0, Things to Know ) How to find the charge on a apacitor. ) How to find

More information

To receive full credit, you must show all your work (including steps taken, calculations, and formulas used).

To receive full credit, you must show all your work (including steps taken, calculations, and formulas used). Page 1 Score Problem 1: (35 pts) Problem 2: (25 pts) Problem 3: (25 pts) Problem 4: (25 pts) Problem 5: (15 pts) TOTAL: (125 pts) To receive full credit, you must show all your work (including steps taken,

More information

Some Important Electrical Units

Some Important Electrical Units Some Important Electrical Units Quantity Unit Symbol Current Charge Voltage Resistance Power Ampere Coulomb Volt Ohm Watt A C V W W These derived units are based on fundamental units from the meterkilogram-second

More information

Physics 2112 Unit 11

Physics 2112 Unit 11 Physics 2112 Unit 11 Today s oncept: ircuits Unit 11, Slide 1 Stuff you asked about.. what happens when one resistor is in parallel and one is in series with the capacitor Differential equations are tough

More information

Active Figure 32.3 (SLIDESHOW MODE ONLY)

Active Figure 32.3 (SLIDESHOW MODE ONLY) RL Circuit, Analysis An RL circuit contains an inductor and a resistor When the switch is closed (at time t = 0), the current begins to increase At the same time, a back emf is induced in the inductor

More information

July 11, Capacitor CBL 23. Name Date: Partners: CAPACITORS. TI-83 calculator with unit-tounit. Resistor (about 100 kω) Wavetek multimeter

July 11, Capacitor CBL 23. Name Date: Partners: CAPACITORS. TI-83 calculator with unit-tounit. Resistor (about 100 kω) Wavetek multimeter July 11, 2008 - CBL 23 Name Date: Partners: CAPACITORS Materials: CBL unit TI-83 calculator with unit-tounit link cable Resistor (about 100 kω) Connecting wires Wavetek multimeter TI voltage probe Assorted

More information

PHY 132 Summer 2000 LAB 5: RC time constant 1

PHY 132 Summer 2000 LAB 5: RC time constant 1 PHY 132 Summer 2000 LAB 5: RC time constant 1 Introduction In this lab we look at the transient response of an RC circuit by digitizing the v(t) waveform and fitting it to appropriate non-linear functions,

More information

Alternating Current Circuits. Home Work Solutions

Alternating Current Circuits. Home Work Solutions Chapter 21 Alternating Current Circuits. Home Work s 21.1 Problem 21.11 What is the time constant of the circuit in Figure (21.19). 10 Ω 10 Ω 5.0 Ω 2.0µF 2.0µF 2.0µF 3.0µF Figure 21.19: Given: The circuit

More information

Chapter 30. Inductance

Chapter 30. Inductance Chapter 30 Inductance Self Inductance When a time dependent current passes through a coil, a changing magnetic flux is produced inside the coil and this in turn induces an emf in that same coil. This induced

More information

Chapter 6 Objectives

Chapter 6 Objectives hapter 6 Engr8 ircuit Analysis Dr urtis Nelson hapter 6 Objectives Understand relationships between voltage, current, power, and energy in inductors and capacitors; Know that current must be continuous

More information

12 Chapter Driven RLC Circuits

12 Chapter Driven RLC Circuits hapter Driven ircuits. A Sources... -. A ircuits with a Source and One ircuit Element... -3.. Purely esistive oad... -3.. Purely Inductive oad... -6..3 Purely apacitive oad... -8.3 The Series ircuit...

More information

Lab #6 Ohm s Law. Please type your lab report for Lab #6 and subsequent labs.

Lab #6 Ohm s Law. Please type your lab report for Lab #6 and subsequent labs. Dr. Day, Fall 2004, Rev. 06/22/10 HEFW PH 262 Page 1 of 4 Lab #6 Ohm s Law Please type your lab report for Lab #6 and subsequent labs. Objectives: When you have completed this lab exercise you should be

More information

Physics 2020 Exam 2 Constants and Formulae

Physics 2020 Exam 2 Constants and Formulae Physics 2020 Exam 2 Constants and Formulae Useful Constants k e = 8.99 10 9 N m 2 /C 2 c = 3.00 10 8 m/s ɛ = 8.85 10 12 C 2 /(N m 2 ) µ = 4π 10 7 T m/a e = 1.602 10 19 C h = 6.626 10 34 J s m p = 1.67

More information

ELECTROMAGNETIC INDUCTION AND FARADAY S LAW

ELECTROMAGNETIC INDUCTION AND FARADAY S LAW ELECTROMAGNETIC INDUCTION AND FARADAY S LAW Magnetic Flux The emf is actually induced by a change in the quantity called the magnetic flux rather than simply py by a change in the magnetic field Magnetic

More information

EE292: Fundamentals of ECE

EE292: Fundamentals of ECE EE292: Fundamentals of ECE Fall 2012 TTh 10:00-11:15 SEB 1242 Lecture 14 121011 http://www.ee.unlv.edu/~b1morris/ee292/ 2 Outline Review Steady-State Analysis RC Circuits RL Circuits 3 DC Steady-State

More information

first name (print) last name (print) brock id (ab17cd) (lab date)

first name (print) last name (print) brock id (ab17cd) (lab date) (ta initials) first name (print) last name (print) brock id (ab17cd) (lab date) Experiment 1 Capacitance In this Experiment you will learn the relationship between the voltage and charge stored on a capacitor;

More information

Magnetic Induction Faraday, Lenz, Mutual & Self Inductance Maxwell s Eqns, E-M waves. Reading Journals for Tuesday from table(s)

Magnetic Induction Faraday, Lenz, Mutual & Self Inductance Maxwell s Eqns, E-M waves. Reading Journals for Tuesday from table(s) PHYS 2015 -- Week 12 Magnetic Induction Faraday, Lenz, Mutual & Self Inductance Maxwell s Eqns, E-M waves Reading Journals for Tuesday from table(s) WebAssign due Friday night For exclusive use in PHYS

More information

Chapter 28. Direct Current Circuits

Chapter 28. Direct Current Circuits Chapter 28 Direct Current Circuits Circuit Analysis Simple electric circuits may contain batteries, resistors, and capacitors in various combinations. For some circuits, analysis may consist of combining

More information