Lab 0: Modeling and Error. Goals 1. Review the lab procedures, safety issues and grading policies. 2. Understanding Modeling and Errors

Size: px
Start display at page:

Download "Lab 0: Modeling and Error. Goals 1. Review the lab procedures, safety issues and grading policies. 2. Understanding Modeling and Errors"

Transcription

1 UNIVERSITY of PENNSYLVANIA DEPARTMENT of ELECTRICAL and SYSTEMS ENGINEERING Electrical Circuits and Systems II Laboratory ESE6 Introduction to the Lab Lab : Modeling and Error Goals 1. Review the lab procedures, safety issues and grading policies.. Understanding Modeling and Errors Pre-lab readings Before coming to the lab read the following (on the ESE6 webpage). 1. Lab policies and procedures. Musing about lab experiments 3. Introduction to this Lab (see below). 4. Bring your proto board and lab notebook to the lab. The lab notebook has to be a bound book, e.g. a "Lab Notebook" from Roaring Springs or "Computation Book" of Esselte. For details on the lab notebook see "Guidelines for lab notebook". Models are mathematical descriptions of the physical world. They fit nicely onto a sheet of paper, but they are always limited. You could probably describe yourself if a sentence, a paragraph, an essay, or even an autobiography if you had to. All are representations of yourself and none are wrong, regardless of their lengths. Mathematical models are the same. They can be simple, or they can be complex, but in the end, none are perfect, but none are completely wrong (unless of course, they are). We characterize this imperfection in error. Error is the deviation of the mathematical model from the physical reality, or depending on your perspective, the deviation of the physical reality from the mathematical model. One of the most challenging skills in science and engineering is figuring out how to make concrete statements about an imperfect system. For things which don t really matter, we can use words like around, near, or close to, but hopefully you will find yourself in a position someday in which your work does matter. In this case you ll need to not only make statements about what you do know, but also what you don t. 1

2 Understanding the measured data that characterizes the model, is of particular relevance for experiments such as those you will encounter in the lab. Introduction Descriptive Statistics Before we can learn how to manage imperfections, we must first learn how to talk about them. There are six key terms that we must know. Random Error: Random errors are errors that are not predictable. They can be characterized, and may be even explained, but they can not be anticipated. If enough measurements are taken and then averaged, the random error will disappear. Systematic Error: Systematic errors have a definite cause and show up in every measurement. May be the equipment needs calibrated or you are operating outside the specifications of your devices. The disadvantage is that you can t average them away, but the advantage is that even if their cause is not understood, they can be calibrated away. Precision: Precision is a description of the repeatability of a measurement, or in other words, the size of the random error. The measurement might be completely wrong, but so long as you get the same thing every time, the measurement would be considered precise. It seems silly at first that anyone would want an instrument which was consistently wrong, but a high degree of precision means that there is very little random error and what s left can either be calibrated or modeled away. Accuracy: Accuracy is a description of how close the measured result is to the true or desired outcome. In a sense it is a measure of the systematic error. Say you re firing a rocket to the moon. In this case, you would prefer a system which is accurate rather than precise since you only have one shot at it. Absolute: Absolute precision and accuracy has the units of measured quantity. In building a bridge machine all the pieces must fit together within fractions of an inch in order to operate smoothly regardless of their size. Relative: Relative precision and accuracy is unitless and is a measure of the error relative to the magnitude of the pertinent quantity. For instance getting a result of 13 when the true value was 14 is very impressive, but not so impressive if the true value was 5. These concepts pervade all of science and engineering and they will serve you well if you can fluidly move between them. Now we will provide mathematical definitions which are relevant to them. Note that the definition of accuracy and precision differ depending on who you talk to, but these will work for us. Suppose you have a data set X with N members which were expected to take the value of x. ref

3 x x max min ( = x = Max = ) x = Min mean = x = ( X) ( X) ( i ) ( ) ( ) ( ) ( x x) ( x ) i Standard Deviation = σ X = N = N x Precision of xi Rel. Precision of x = Abs x x = Abs x x x i N Accuracy of x = Abs x x i i ref i x i i Rel. Accuracy of xi = Abs xi xref / xref Check that the mathematical and conceptual definitions are congruent for you. Uncertain Numbers Uncertainty can be expressed in a variety of ways. The meaning is usually subtly embedded in how a number is written. The statement that x is equal to the number fifty 4 thousand can be expressed as x = 5, x = 5.k, x = 5k( ± 1%), x = 5. 1, or even x = 5( 1). All of these statements are saying the same thing with different levels of assuredness. Let s take a moment and figure out just how confident these numbers are. x = 5. 5 is a pure number. It is saying that x is equal to exactly fifty-thousand, no more, no less. This is a very powerful statement when applied to a continuous number. You might have exactly five-thousand eggs, or people, but you will never own a 5 Ohm resister. Other pure numbers include π, e, and imaginary i. These numbers have no uncertainty in your calculations. x = 5.k. The inclusion of the decimal point here indicates a degree of precision. It is an implicit promise that x is within the set [4995, 55]. x = 5k( ± 1%). By itself, 5k carries the same weighty meaning as 5, however, we degrade the statement by adding the ( ± 1%) and so only guarantee that x is within the set [45, 55]. Using percent error notation, we can specify uncertainties impossible using only decimal point positioning. 4 x = This example illustrates the beauty of scientific notation. It is a guarantee that x falls within the set [45, 55]. Note that there is no way to write this number using the k. For instance, 5. k is too strong of a promise for what we re trying to say. x = 5( 1). This is a common notation in books of physical constants and is very convenient. It implies that x falls within the set [49988, 51]. 3

4 Error Propagation A foot soldier was sent out to scout an enemy castle. Upon returning to the king he declared that there were 117 enemy soldiers there. The king was amazed that his man was able to get such an exact number and inquired how he did it. To this, the soldier replied I knew there were about a thousand in the castle and I counted seventeen standing guard on the walls. Errors propagate through your calculations. Not only do they propagate, but they also accumulate. The problem isn t that the soldier stated too many digits. It is probably true that the enemy numbers more than a thousand. The problem is that he didn t say what he doesn t know. We will now discuss several methods of doing calculations with uncertain numbers. Interval Arithmetic Interval arithmetic is the only exact and most difficult method of dealing with uncertain numbers with finite bounds. It requires good mathematical intuition. It is just coming into its own as a branch of mathematics, motivated by the need for programs which are guaranteed to work. (Floating-point numbers used in computers are ultimately approximations just as 5k Ω resister is only approximately 5k Ω.) Interval arithmetic is the only way to propagate uncertain numbers through a calculation and not use any approximations. The idea is very intuitive, although implementation can be a bit of a trick. Every operation between one or more intervals will yield a new interval which ranges from the minimum to the maximum possible value. Consider the following unary and binary operations. Graphically they can be shown as where the blue lines represent the input inverval(s), while the red lines represent the output intervals, while the plots show the functions which relate them. Notice how the bounds on the red interval does not necessarily having anything to do with the evaluation of the endpoints. 4

5 Let us do a couple simple numerical examples. Suppose A = 3. 1, B =. 1, and C = 3. 1 [.95.5] [ 1.5.5] [ ] [ ] 5( 11% ) A+ B = + = + + = = ± [.95.5] [ 1.5.5] [ ] [ ] 1.66( 7% ) AB= = = = ± Notice that in the end, we aren t sure of any digits and were forced to use percent error to express the number. We were barely sure of the in B, and so when combined with the uncertainty in A, we can t specify any digit for certain. These examples were easy. Lets look at some harder ones. Suppose A = 1. 1 and B = Note that they are independent variables even though they happen to be the same thing. In this case A B = [.1.1] ( A B) = [.1] [.1.1] 1( A B) = [ 1 1] sin ( 1( A B) ) = [ 1 1] [ ] A very interesting article on interval arithmetic can be found in the references. Gaussian Error Propagation The Gaussian (or normal ) distribution is the most used distribution in science and engineering. When using a Gaussian distribution, there exists a finite probability of obtaining a number within any interval, positive or negative. It follows therefore that even for simple relations, any result is theoretically possible. However, some results are much more likely than others. In this sense, an operation between two gaussian distributions will not yield a guarantee like an operation between two intervals. However, when the input distributions are contained within a limited enough range, much can be stated with reasonable assuredness about the output distribution. Since a Gaussian distribution makes no guarantee on the bounds of a number at all, interval arithmetic does not make sense here. Instead we must propagate the Gaussian distribution through a calculation based on their standard deviations and means. 5

6 The idea is relatively simple. Most functions are relatively linear over a small enough range. Therefore the standard deviation of the result in proportional to the standard deviation of input and can be imagined as a reflection of the input distribution across a line drawn tangent to the function Suppose we have three variables with means of X, A, and B, each with an uncertainty characterized by σ X, σ A, and σ B respectively and means of x, a, and b respectively such that X is a function of A and B If the uncertainties are small enough, σ x x a σ = + b σ X A B. Monte-Carlo Analysis Monte-Carlo is a gambling city in Monaco. Monte-Carlo analysis is a numerical technique in which each variable is represented by a data set. For instance, if A could have any value between al and ah with equal probability, then A could be represented by random number generated in MS Excel by ( a a) + a) ( ) RAND ( ) Likewise if B is a Gaussian distribution centered on b with a standard deviation σ B then = NORMSINV ( RAND ()) σ + B b again in the parlance of MS Excel. 6

7 Suppose obtain a new number X = A+ B. Every time we calculate this number, we will obtain a new value. If we were to perform the calculation many times, we would have a very good idea of the uncertainty in X given the uncertainty in A and B. We could also see how the error distributes itself, even though we are dealing with two different distributions. For formulas with many variables, different random distributions, and nonlinear relations, this is a very effective way of determining just what your answer will look like. Prelab: (answers to be handed in with the lab report at the start of the next lab) 1. Which will be greater, your accuracy or your precision? Why?. Which would you rather have, an instrument which is accurate or precise? How does your answer depend on your ability to calibrate the instrument? 3. Which would you rather have, systematic errors or random errors? How does your answer depend on the number of measurements and your ability to model your system? Let R 1= 1. 1 ( ± 5% ) Ω while R 1=. 1 ( ± 5% ) Ω. If you build a voltage divider such that Vout = Vin ( R ( R1+ R) ). Over what range can you guarantee that Vout V in will occupy? Use interval arithmetic. 5. Suppose you have two experimental quantities, A and B, with a mean of a and b and small standard deviations of σ A and σ B, respectively. Using A, B, and C find σ C if C= A+ B. find σ C if C= A B. find σ C if C = AB. find σ C if C= A B. find σ C if C= B ( A+ B ) 6. Build a Monte-Carlo simulation in MS Excel where you determine Vout/Vin if Vout=Vin (R/(R1+R)) and R1 and R have means of Ohms and. 1 3 Ohms respectively with standard deviations of. Ohms and 4. Ohms respectively. Lab Experiment Equipment: 1. HP multimeter HP 3441A. HP function generator/waveform generator (HP 331A) 3. HP digital oscilloscope HP kΩ resistors. 7

8 5. kω resistors kΩ resistors 7. PC with Excel spreadsheet Explore the Random and Systematic Errors in Resistors 1. Measure 1k resistors using HP 3441A. Use the maximum number of digits the multimeter will allow. Avoid actually touching the resistors directly with your fingers. Your fingers will warm the resistor and it will take a while for the resistor to return to room temperature. Record the results in MS Excel and your lab notebook. What is the mean and the standard deviation of your results? (Hint: Use =AVERAGE( _ : _ ) and =STDEVP( _ : _ ) ) What is the average precision (absolute and relative) of the resistors? What is the average accuracy (absolute and relative) of the resistors? What is the minimum and maximum value? (Hint: Use =MAX( _ : _ ) and MIN( _ : _ ) ) Create a scatter plot of the values. What does the distribution look like? The right way to do this would be to use a histogram, but this is difficult to do with so few measurements.. Repeat the same steps for k resistors. 3. Select a 1k and a k resistor at random. Build a voltage divider to yield that V 13V. Use 1V as V input. Measure V using the 3441A. Replace the out ( ) in in resistors into your stash and grab more at random and repeat the measurement. Do this for a total of times. Does the mean of these measurements make sense? Does the standard deviation make sense according to Gaussian error propagation? Does any value fall outside the range you calculated in the prelab using interval analysis? Assuming that 1k and k are the right values, discuss how the systematic and random errors have propagated through your system. out Modeling of Systematic Errors Random errors have the advantage that if you make a measurement enough times, the randomness should cancel out to yield the correct value. Systematic errors have the advantage that they can be characterized and removed. Measure five 56k resistors. What is the mean and standard deviation? What is the max and minimum value? Create the following simple circuit with the 56k resistors. Use alligator or mini clips rather than probes. 8

9 What is the Vpp across R? Is this value within the bounds you expect? Is the shape what you would expect? (hint: it shouldn t be) You have just stumbled across a systematic error. Every device has its own limitations. The goal of a manufacturer is not to remove them, but rather to make them as unobtrusive as possible. One of the best ways to do that is to state them clearly in such a way as they can be easily taken into consideration. What does it say between the probe inputs of the oscilloscope? Consider this alternative model where Rs=5Ohm, Rp=1MOhm, and Cp=13pF. Measure R1 and R using the multimeter. Calculate what Rp is based on your measurement of Vpp across R. Is it close to 1 MOhm? (Hint: you can ignore Rs if you like) Place another 56k resistor in parallel with the original R to yield a new R which is half the original value. Use your calibrated system to measure the new R. Is Vpp across R what you would expect now? In other words, have you successfully modeled out the systematic error? To hand-in Write your lab report, according to the guidelines, summarizing the experiments and results obtained in the lab. Include also the answers to the pre-lab questions. 9

10 The lab report is an important part of the laboratory. Write it carefully, be clear and well organized. It is the only way to convey that you did a great job in the lab. The typewritten report is due 48 hours after the end of this lab. Please, consult the Grading Policies at: References for further reading 1. Interval Arithmetic: 3_37.pdf. Gaussian Error Propagation: 3. Monte Carlo Simulations: ml 5. Brian Edwards January 11, 7 1

BRIDGE CIRCUITS EXPERIMENT 5: DC AND AC BRIDGE CIRCUITS 10/2/13

BRIDGE CIRCUITS EXPERIMENT 5: DC AND AC BRIDGE CIRCUITS 10/2/13 EXPERIMENT 5: DC AND AC BRIDGE CIRCUITS 0//3 This experiment demonstrates the use of the Wheatstone Bridge for precise resistance measurements and the use of error propagation to determine the uncertainty

More information

experiment3 Introduction to Data Analysis

experiment3 Introduction to Data Analysis 63 experiment3 Introduction to Data Analysis LECTURE AND LAB SKILLS EMPHASIZED Determining what information is needed to answer given questions. Developing a procedure which allows you to acquire the needed

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 GENERAL INFO The goal of this lab is to determine the speed of sound in air, by making measurements and taking into consideration the

More information

Data Analysis, Standard Error, and Confidence Limits E80 Spring 2015 Notes

Data Analysis, Standard Error, and Confidence Limits E80 Spring 2015 Notes Data Analysis Standard Error and Confidence Limits E80 Spring 05 otes We Believe in the Truth We frequently assume (believe) when making measurements of something (like the mass of a rocket motor) that

More information

Experiment 2 Random Error and Basic Statistics

Experiment 2 Random Error and Basic Statistics PHY191 Experiment 2: Random Error and Basic Statistics 7/12/2011 Page 1 Experiment 2 Random Error and Basic Statistics Homework 2: turn in the second week of the experiment. This is a difficult homework

More information

Data Analysis, Standard Error, and Confidence Limits E80 Spring 2012 Notes

Data Analysis, Standard Error, and Confidence Limits E80 Spring 2012 Notes Data Analysis Standard Error and Confidence Limits E80 Spring 0 otes We Believe in the Truth We frequently assume (believe) when making measurements of something (like the mass of a rocket motor) that

More information

If an Ohm is the place where a Volt lives, Watt is db said for current? Does it live in a bun?

If an Ohm is the place where a Volt lives, Watt is db said for current? Does it live in a bun? The Decibel - db or not db? If an Ohm is the place where a Volt lives, Watt is db said for current? Does it live in a bun? Joking aside, the subject of the meagre decibel is one of major confusion - maybe

More information

Uncertainties in AH Physics

Uncertainties in AH Physics Advanced Higher Physics Contents This booklet is one of a number that have been written to support investigative work in Higher and Advanced Higher Physics. It develops the skills associated with handling

More information

2 Electric Field Mapping Rev1/05

2 Electric Field Mapping Rev1/05 2 Electric Field Mapping Rev1/05 Theory: An electric field is a vector field that is produced by an electric charge. The source of the field may be a single charge or many charges. To visualize an electric

More information

Now let s look at some devices that don t have a constant resistance.

Now let s look at some devices that don t have a constant resistance. Lab #3 Now let s look at some devices that don t have a constant resistance. This is the same circuit you built last time. But now, in place of the resistor first build the circuit with a light bulb, then

More information

Electric Field and Electric Potential

Electric Field and Electric Potential 1 Electric Field and Electric Potential 2 Prelab Write experiment title, your name and student number at top of the page. Prelab 1: Write the objective of this experiment. Prelab 2: Write the relevant

More information

Circuit Analysis and Ohm s Law

Circuit Analysis and Ohm s Law Study Unit Circuit Analysis and Ohm s Law By Robert Cecci Circuit analysis is one of the fundamental jobs of an electrician or electronics technician With the knowledge of how voltage, current, and resistance

More information

Measurement and Measurement Errors

Measurement and Measurement Errors 1 Measurement and Measurement Errors Introduction Physics makes very general yet quite detailed statements about how the universe works. These statements are organized or grouped together in such a way

More information

EE 241 Experiment #5: TERMINAL CHARACTERISTICS OF LINEAR & NONLINEAR RESISTORS 1

EE 241 Experiment #5: TERMINAL CHARACTERISTICS OF LINEAR & NONLINEAR RESISTORS 1 EE 241 Experiment #5: TERMINA CHARACTERISTICS OF INEAR & NONINEAR RESISTORS 1 PURPOSE: To experimentally determine some of the important characteristics of common linear and non-linear resistors. To study

More information

Lab 5 - Capacitors and RC Circuits

Lab 5 - Capacitors and RC Circuits Lab 5 Capacitors and RC Circuits L51 Name Date Partners Lab 5 Capacitors and RC Circuits OBJECTIVES To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance

More information

Lab 5 - Capacitors and RC Circuits

Lab 5 - Capacitors and RC Circuits Lab 5 Capacitors and RC Circuits L51 Name Date Partners Lab 5 Capacitors and RC Circuits OBJECTIVES To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance

More information

Experiment 2 Random Error and Basic Statistics

Experiment 2 Random Error and Basic Statistics PHY9 Experiment 2: Random Error and Basic Statistics 8/5/2006 Page Experiment 2 Random Error and Basic Statistics Homework 2: Turn in at start of experiment. Readings: Taylor chapter 4: introduction, sections

More information

Lab 4. Current, Voltage, and the Circuit Construction Kit

Lab 4. Current, Voltage, and the Circuit Construction Kit Physics 2020, Spring 2009 Lab 4 Page 1 of 8 Your name: Lab section: M Tu Wed Th F TA name: 8 10 12 2 4 Lab 4. Current, Voltage, and the Circuit Construction Kit The Circuit Construction Kit (CCK) is a

More information

CEEN 3320 Behavior & Properties of Engineering Materials Laboratory Experiment No. 1 Measurement Techniques

CEEN 3320 Behavior & Properties of Engineering Materials Laboratory Experiment No. 1 Measurement Techniques Laboratory Experiment No. 1 Measurement Techniques Engineers rely on data from a wide variety of sources to design the things that make up our physical world and to ensure compliance with established specifications.

More information

FACULTY OF ENGINEERING LAB SHEET. IM1: Wheatstone and Maxwell Wien Bridges

FACULTY OF ENGINEERING LAB SHEET. IM1: Wheatstone and Maxwell Wien Bridges FCULTY OF ENGINEEING LB SHEET EEL96 Instrumentation & Measurement Techniques TIMESTE 08-09 IM: Wheatstone and Maxwell Wien Bridges *Note: Please calculate the computed values for Tables. and. before the

More information

EXPERIMENTAL UNCERTAINTY

EXPERIMENTAL UNCERTAINTY 3 EXPERIMENTAL UNCERTAINTY I am no matchmaker, as you well know, said Lady Russell, being much too aware of the uncertainty of all human events and calculations. --- Persuasion 3.1 UNCERTAINTY AS A 95%

More information

PHYS 2212L - Principles of Physics Laboratory II

PHYS 2212L - Principles of Physics Laboratory II PHYS 2212L - Principles of Physics Laboratory II Laboratory Advanced Sheet Resistors 1. Objectives. The objectives of this laboratory are a. to verify the linear dependence of resistance upon length of

More information

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement

Experiment 0 ~ Introduction to Statistics and Excel Tutorial. Introduction to Statistics, Error and Measurement Experiment 0 ~ Introduction to Statistics and Excel Tutorial Many of you already went through the introduction to laboratory practice and excel tutorial in Physics 1011. For that reason, we aren t going

More information

2 Systems of Linear Equations

2 Systems of Linear Equations 2 Systems of Linear Equations A system of equations of the form or is called a system of linear equations. x + 2y = 7 2x y = 4 5p 6q + r = 4 2p + 3q 5r = 7 6p q + 4r = 2 Definition. An equation involving

More information

Lab 1: Measurement, Uncertainty, and Uncertainty Propagation

Lab 1: Measurement, Uncertainty, and Uncertainty Propagation Lab 1: Measurement, Uncertainty, and Uncertainty Propagation 17 ame Date Partners TA Section Lab 1: Measurement, Uncertainty, and Uncertainty Propagation The first principle is that you must not fool yourself

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Stat 20 Midterm 1 Review

Stat 20 Midterm 1 Review Stat 20 Midterm Review February 7, 2007 This handout is intended to be a comprehensive study guide for the first Stat 20 midterm exam. I have tried to cover all the course material in a way that targets

More information

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time.

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. Experiment 2 Reaction Time 2.1 Objectives Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. 2.2 Introduction The purpose of this lab is to demonstrate repeated

More information

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel. PHY 13 Lab 1 - Error and Uncertainty and the Simple Pendulum Important: You need to print

More information

Experiment #6. Thevenin Equivalent Circuits and Power Transfer

Experiment #6. Thevenin Equivalent Circuits and Power Transfer Experiment #6 Thevenin Equivalent Circuits and Power Transfer Objective: In this lab you will confirm the equivalence between a complicated resistor circuit and its Thevenin equivalent. You will also learn

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

Experiment A12 Monte Carlo Night! Procedure

Experiment A12 Monte Carlo Night! Procedure Experiment A12 Monte Carlo Night! Procedure Deliverables: checked lab notebook, printed plots with captions Overview In the real world, you will never measure the exact same number every single time. Rather,

More information

Measurements and Data Analysis An Introduction

Measurements and Data Analysis An Introduction Measurements and Data Analysis An Introduction Introduction 1. Significant Figures 2. Types of Errors 3. Deviation from the Mean 4. Accuracy & Precision 5. Expressing Measurement Errors and Uncertainty

More information

Lab 5a: Magnetic Levitation (Week 1)

Lab 5a: Magnetic Levitation (Week 1) ME C134 / EE C128 Fall 2017 Lab 5a Lab 5a: Magnetic Levitation (Week 1) Magnetism, as you recall from physics class, is a powerful force that causes certain items to be attracted to refrigerators. Dave

More information

Designing Information Devices and Systems I Spring 2015 Note 11

Designing Information Devices and Systems I Spring 2015 Note 11 EECS 16A Designing Information Devices and Systems I Spring 2015 Note 11 Lecture notes by Edward Wang (02/26/2015). Resistors Review Ohm s law: V = IR Water pipe circuit analogy: Figure 1: Water analogy

More information

Physics 3150, Laboratory X January 22, 2014 Ann Onymous (lab partner: John Doe)

Physics 3150, Laboratory X January 22, 2014 Ann Onymous (lab partner: John Doe) A. Procedure and Results Physics 150, Laboratory X January, 01 Ann Onymous (lab partner: John Doe) A.1. Voltage and current for a resistor bridge We constructed a resistor bridge circuit as indicated in

More information

Parallel DC circuits

Parallel DC circuits Parallel DC circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/.0/,

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Lab 4 CAPACITORS & RC CIRCUITS

Lab 4 CAPACITORS & RC CIRCUITS 67 Name Date Partners Lab 4 CAPACITORS & RC CIRCUITS OBJECTIVES OVERVIEW To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance of conducting parallel

More information

Basic algebra and graphing for electric circuits

Basic algebra and graphing for electric circuits Basic algebra and graphing for electric circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Numbers and symbols WHOLE NUMBERS: 1, 2, 3, 4, 5, 6, 7, 8, 9... INTEGERS: -4, -3, -2, -1, 0, 1, 2, 3, 4...

Numbers and symbols WHOLE NUMBERS: 1, 2, 3, 4, 5, 6, 7, 8, 9... INTEGERS: -4, -3, -2, -1, 0, 1, 2, 3, 4... Numbers and symbols The expression of numerical quantities is something we tend to take for granted. This is both a good and a bad thing in the study of electronics. It is good, in that we're accustomed

More information

Junior Laboratory. PHYC 307L, Spring Webpage:

Junior Laboratory. PHYC 307L, Spring Webpage: Lectures: Mondays, 13:00-13:50 am, P&A room 184 Lab Sessions: Room 133 Junior Laboratory PHYC 307L, Spring 2016 Webpage: http://physics.unm.edu/courses/becerra/phys307lsp16/ Monday 14:00-16:50 (Group 1)

More information

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve:

= v = 2πr. = mv2 r. = v2 r. F g. a c. F c. Text: Chapter 12 Chapter 13. Chapter 13. Think and Explain: Think and Solve: NAME: Chapters 12, 13 & 14: Universal Gravitation Text: Chapter 12 Chapter 13 Think and Explain: Think and Explain: Think and Solve: Think and Solve: Chapter 13 Think and Explain: Think and Solve: Vocabulary:

More information

Electric Fields. Goals. Introduction

Electric Fields. Goals. Introduction Lab 2. Electric Fields Goals To understand how contour lines of equal voltage, which are easily measured, relate to the electric field produced by electrically charged objects. To learn how to identify

More information

Meas ure ment: Uncertainty and Error in Lab Measurements

Meas ure ment: Uncertainty and Error in Lab Measurements Meas ure ment: Uncertainty and Error in Lab Measurements Measurement is at the heart of science. In order to do science, we must be able to measure quantities such as time, distance, and mass. As famous

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program

Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program Systematic Uncertainty Max Bean John Jay College of Criminal Justice, Physics Program When we perform an experiment, there are several reasons why the data we collect will tend to differ from the actual

More information

Warm-up: Are accuracy and precision the same thing? (If so do you want to bet the house on it?)

Warm-up: Are accuracy and precision the same thing? (If so do you want to bet the house on it?) Obj: Students will: 1. Distinguish between accuracy and precision. 2. Examine various pieces of lab equipment for their accuracy. 3. Define and identify significant figures. Warm-up: Are accuracy and precision

More information

LABORATORY 4 ELECTRIC CIRCUITS I. Objectives

LABORATORY 4 ELECTRIC CIRCUITS I. Objectives LABORATORY 4 ELECTRIC CIRCUITS I Objectives to be able to discuss potential difference and current in a circuit in terms of electric field, work per unit charge and motion of charges to understand that

More information

Lab 5 CAPACITORS & RC CIRCUITS

Lab 5 CAPACITORS & RC CIRCUITS L051 Name Date Partners Lab 5 CAPACITORS & RC CIRCUITS OBJECTIVES OVERVIEW To define capacitance and to learn to measure it with a digital multimeter. To explore how the capacitance of conducting parallel

More information

Building a Computer Adder

Building a Computer Adder Logic Gates are used to translate Boolean logic into circuits. In the abstract it is clear that we can build AND gates that perform the AND function and OR gates that perform the OR function and so on.

More information

farads or 10 µf. The letter indicates the part tolerance (how close should the actual value be to the marking).

farads or 10 µf. The letter indicates the part tolerance (how close should the actual value be to the marking). p1 EE1050/60 Capacitors Lab University of Utah Electrical Engineering Department EE1050/1060 Capacitors A. Stolp, 10/4/99 rev 3/17/01 Objectives 1.) Observe charging and discharging of a capacitor. 2.)

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

Introduction to Measurement

Introduction to Measurement Units and Measurement Introduction to Measurement One of the most important steps in applying the scientific method is experiment: testing the prediction of a hypothesis. Typically we measure simple quantities

More information

Lecture 5: Using electronics to make measurements

Lecture 5: Using electronics to make measurements Lecture 5: Using electronics to make measurements As physicists, we re not really interested in electronics for its own sake We want to use it to measure something often, something too small to be directly

More information

Dr. Julie J. Nazareth

Dr. Julie J. Nazareth Name: Dr. Julie J. Nazareth Lab Partner(s): Physics: 133L Date lab performed: Section: Capacitors Parts A & B: Measurement of capacitance single, series, and parallel combinations Table 1: Voltage and

More information

ERROR ANALYSIS ACTIVITY 1: STATISTICAL MEASUREMENT UNCERTAINTY AND ERROR BARS

ERROR ANALYSIS ACTIVITY 1: STATISTICAL MEASUREMENT UNCERTAINTY AND ERROR BARS ERROR ANALYSIS ACTIVITY 1: STATISTICAL MEASUREMENT UNCERTAINTY AND ERROR BARS LEARNING GOALS At the end of this activity you will be able 1. to explain the merits of different ways to estimate the statistical

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

Lecture 4: Training a Classifier

Lecture 4: Training a Classifier Lecture 4: Training a Classifier Roger Grosse 1 Introduction Now that we ve defined what binary classification is, let s actually train a classifier. We ll approach this problem in much the same way as

More information

Laboratory #1: Inductive and Capacitive Transients Electrical and Computer Engineering EE University of Saskatchewan

Laboratory #1: Inductive and Capacitive Transients Electrical and Computer Engineering EE University of Saskatchewan Authors: Denard Lynch Date: July, 16, 2012 Corrections: Sep 16, 2012 D. Lynch, M. R. Avendi Revised: Sep 22, 2012 D. Lynch Revised: Sep 9, 2013 Description: This laboratory exercise explores resistance

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

Physics 364, Fall 2012, reading due your answers to by 11pm on Thursday

Physics 364, Fall 2012, reading due your answers to by 11pm on Thursday Physics 364, Fall 2012, reading due 2012-09-20. Email your answers to ashmansk@hep.upenn.edu by 11pm on Thursday Course materials and schedule are at http://positron.hep.upenn.edu/p364 Assignment: This

More information

RC, RL, and LCR Circuits

RC, RL, and LCR Circuits RC, RL, and LCR Circuits EK307 Lab Note: This is a two week lab. Most students complete part A in week one and part B in week two. Introduction: Inductors and capacitors are energy storage devices. They

More information

Capacitance Measurement

Capacitance Measurement Overview The goal of this two-week laboratory is to develop a procedure to accurately measure a capacitance. In the first lab session, you will explore methods to measure capacitance, and their uncertainties.

More information

PHYSICS 30S/40S - GUIDE TO MEASUREMENT ERROR AND SIGNIFICANT FIGURES

PHYSICS 30S/40S - GUIDE TO MEASUREMENT ERROR AND SIGNIFICANT FIGURES PHYSICS 30S/40S - GUIDE TO MEASUREMENT ERROR AND SIGNIFICANT FIGURES ACCURACY AND PRECISION An important rule in science is that there is always some degree of uncertainty in measurement. The last digit

More information

What to Add Next time you update?

What to Add Next time you update? What to Add Next time you update? Work sheet with 3 and 4 resistors Create worksheet of tables Add Hypothesis and Questions Add Lab and Lecture Objectives Add equipment needed Add science standards Review

More information

Uncertainty and Bias UIUC, 403 Advanced Physics Laboratory, Fall 2014

Uncertainty and Bias UIUC, 403 Advanced Physics Laboratory, Fall 2014 Uncertainty and Bias UIUC, 403 Advanced Physics Laboratory, Fall 2014 Liang Yang* There are three kinds of lies: lies, damned lies and statistics. Benjamin Disraeli If your experiment needs statistics,

More information

Physics 2020 Laboratory Manual

Physics 2020 Laboratory Manual Physics 00 Laboratory Manual Department of Physics University of Colorado at Boulder Spring, 000 This manual is available for FREE online at: http://www.colorado.edu/physics/phys00/ This manual supercedes

More information

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction: Op-amps in Negative Feedback

Designing Information Devices and Systems I Fall 2018 Lecture Notes Note Introduction: Op-amps in Negative Feedback EECS 16A Designing Information Devices and Systems I Fall 2018 Lecture Notes Note 18 18.1 Introduction: Op-amps in Negative Feedback In the last note, we saw that can use an op-amp as a comparator. However,

More information

Rectangular Systems and Echelon Forms

Rectangular Systems and Echelon Forms CHAPTER 2 Rectangular Systems and Echelon Forms 2.1 ROW ECHELON FORM AND RANK We are now ready to analyze more general linear systems consisting of m linear equations involving n unknowns a 11 x 1 + a

More information

CHM Accuracy, Precision, and Significant Figures (r14) C. Taylor 1/10

CHM Accuracy, Precision, and Significant Figures (r14) C. Taylor 1/10 CHM 110 - Accuracy, Precision, and Significant Figures (r14) - 2014 C. Taylor 1/10 Introduction Observations are vitally important to all of science. Some observations are qualitative in nature - such

More information

Uncertainty Analysis of Experimental Data and Dimensional Measurements

Uncertainty Analysis of Experimental Data and Dimensional Measurements Uncertainty Analysis of Experimental Data and Dimensional Measurements Introduction The primary objective of this experiment is to introduce analysis of measurement uncertainty and experimental error.

More information

Take the measurement of a person's height as an example. Assuming that her height has been determined to be 5' 8", how accurate is our result?

Take the measurement of a person's height as an example. Assuming that her height has been determined to be 5' 8, how accurate is our result? Error Analysis Introduction The knowledge we have of the physical world is obtained by doing experiments and making measurements. It is important to understand how to express such data and how to analyze

More information

LAB I WHAT IS IN IT AND WHY?

LAB I WHAT IS IN IT AND WHY? LAB I WHAT IS IN IT AND WHY? Study (Pre-Lab) Questions (Complete these BEFORE coming to lab, there will be Study/Pre-Lab Questions for each lab this quarter): 1. Make a list of 3 examples for each of the

More information

PHY 101L - Experiments in Mechanics

PHY 101L - Experiments in Mechanics PHY 101L - Experiments in Mechanics introduction to error analysis What is Error? In everyday usage, the word error usually refers to a mistake of some kind. However, within the laboratory, error takes

More information

Please read this introductory material carefully; it covers topics you might not yet have seen in class.

Please read this introductory material carefully; it covers topics you might not yet have seen in class. b Lab Physics 211 Lab 10 Torque What You Need To Know: Please read this introductory material carefully; it covers topics you might not yet have seen in class. F (a) (b) FIGURE 1 Forces acting on an object

More information

Where Is Newton Taking Us? And How Fast?

Where Is Newton Taking Us? And How Fast? Name: Where Is Newton Taking Us? And How Fast? In this activity, you ll use a computer applet to investigate patterns in the way the approximations of Newton s Methods settle down to a solution of the

More information

Designing a Thermostat Worksheet

Designing a Thermostat Worksheet Designing a Thermostat Worksheet Most of us have a thermostat in our homes to control heating and cooling systems of our home. These important devices help us save energy by automatically turning off energy

More information

Measurements & Instrumentation

Measurements & Instrumentation Measurements & Instrumentation Module 1: Measurements & Error Analysis PREPARED BY Academic Services Unit August 2013 Applied Technology High Schools, 2013 ATE314 Measurements & Instrumentation Module

More information

Prelaboratory. EE223 Laboratory #1 Digital to Analog Converter

Prelaboratory. EE223 Laboratory #1 Digital to Analog Converter EE223 Laboratory #1 Digital to Analog Converter Objectives: 1) Learn how superposition and Thevenin conversions are used to analyze practical circuits 2) Become familiar with ground bus and power bus notation

More information

Decimal Scientific Decimal Scientific

Decimal Scientific Decimal Scientific Experiment 00 - Numerical Review Name: 1. Scientific Notation Describing the universe requires some very big (and some very small) numbers. Such numbers are tough to write in long decimal notation, so

More information

EXPERIMENT 2 Reaction Time Objectives Theory

EXPERIMENT 2 Reaction Time Objectives Theory EXPERIMENT Reaction Time Objectives to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or mean

More information

Title of Activity: Let there be Light! Introduction to Ohm's Law and basic series circuits.

Title of Activity: Let there be Light! Introduction to Ohm's Law and basic series circuits. Title of Activity: Let there be Light! Introduction to Ohm's Law and basic series circuits. Concepts Covered: Circuitry is in all of our electronics. This circuits must be asembled in specific ways to

More information

1 Measurement Uncertainties

1 Measurement Uncertainties 1 Measurement Uncertainties (Adapted stolen, really from work by Amin Jaziri) 1.1 Introduction No measurement can be perfectly certain. No measuring device is infinitely sensitive or infinitely precise.

More information

SPH3U1 Lesson 03 Introduction. 6.1 Expressing Error in Measurement

SPH3U1 Lesson 03 Introduction. 6.1 Expressing Error in Measurement SIGNIFICANT DIGITS AND SCIENTIFIC NOTATION LEARNING GOALS Students will: 6 ERROR Describe the difference between precision and accuracy Be able to compare values quantitatively Understand and describe

More information

Superconductivity. Never store liquid nitrogen in a container with a tight fitting lid.

Superconductivity. Never store liquid nitrogen in a container with a tight fitting lid. Superconductivity 1 Introduction In this lab we will do some very simple experiments involving superconductors. You will not have to take much data; much of what you do will be qualitative. However, in

More information

Introduction to Algebra: The First Week

Introduction to Algebra: The First Week Introduction to Algebra: The First Week Background: According to the thermostat on the wall, the temperature in the classroom right now is 72 degrees Fahrenheit. I want to write to my friend in Europe,

More information

Astronomy 102 Math Review

Astronomy 102 Math Review Astronomy 102 Math Review 2003-August-06 Prof. Robert Knop r.knop@vanderbilt.edu) For Astronomy 102, you will not need to do any math beyond the high-school alegbra that is part of the admissions requirements

More information

Lecture 5: Using electronics to make measurements

Lecture 5: Using electronics to make measurements Lecture 5: Using electronics to make measurements As physicists, we re not really interested in electronics for its own sake We want to use it to measure something often, something too small to be directly

More information

How Measurement Error Affects the Four Ways We Use Data

How Measurement Error Affects the Four Ways We Use Data Measurement error is generally considered to be a bad thing, and yet there is very little written about how measurement error affects the way we use our measurements. This column will consider these effects

More information

Measurements, Sig Figs and Graphing

Measurements, Sig Figs and Graphing Measurements, Sig Figs and Graphing Chem 1A Laboratory #1 Chemists as Control Freaks Precision: How close together Accuracy: How close to the true value Accurate Measurements g Knowledge Knowledge g Power

More information

Capacitors GOAL. EQUIPMENT. CapacitorDecay.cmbl 1. Building a Capacitor

Capacitors GOAL. EQUIPMENT. CapacitorDecay.cmbl 1. Building a Capacitor PHYSICS EXPERIMENTS 133 Capacitor 1 Capacitors GOAL. To measure capacitance with a digital multimeter. To make a simple capacitor. To determine and/or apply the rules for finding the equivalent capacitance

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

Power in Resistive Electric Circuits

Power in Resistive Electric Circuits Chapter Solutions Resistance and Resistivity Description: Short conceptual problem on resistance and resistivity of an ohmic conductor of different sizes at the same temperature. Based on Young/Geller

More information

Introduction to Uncertainty and Treatment of Data

Introduction to Uncertainty and Treatment of Data Introduction to Uncertainty and Treatment of Data Introduction The purpose of this experiment is to familiarize the student with some of the instruments used in making measurements in the physics laboratory,

More information

Conceptual Explanations: Simultaneous Equations Distance, rate, and time

Conceptual Explanations: Simultaneous Equations Distance, rate, and time Conceptual Explanations: Simultaneous Equations Distance, rate, and time If you travel 30 miles per hour for 4 hours, how far do you go? A little common sense will tell you that the answer is 120 miles.

More information

Lab 3: The Sum of Vectors. α B. Goals. Figure 1. Materials and Equipment. Material Not Included. Introduction. The Sum of Vectors.

Lab 3: The Sum of Vectors. α B. Goals. Figure 1. Materials and Equipment. Material Not Included. Introduction. The Sum of Vectors. Lab 3: The Sum of Vectors The Sum of Vectors Lab 3 Goals 1. To become aware that at equilibrium, the sum of balanced forces is zero 2. To graphically find the sum of vectors direction, adding vectors is

More information

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction 59 CH 59 SQUARE ROOTS Introduction W e saw square roots when we studied the Pythagorean Theorem. They may have been hidden, but when the end of a right-triangle problem resulted in an equation like c =

More information

Chemistry Basic Science Concepts. Observations: are recorded using the senses. Examples: the paper is white; the air is cold; the drink is sweet.

Chemistry Basic Science Concepts. Observations: are recorded using the senses. Examples: the paper is white; the air is cold; the drink is sweet. Note Packet # 1 1 Chemistry: the study of matter. Chemistry Basic Science Concepts Matter: anything that has mass and occupies space. Observations: are recorded using the senses. Examples: the paper is

More information