EGR 101 LABORATORY 1 APPLICATION OF ALGEBRA IN ENGINEERING Wright State University

Size: px
Start display at page:

Download "EGR 101 LABORATORY 1 APPLICATION OF ALGEBRA IN ENGINEERING Wright State University"

Transcription

1 EGR 101 LABORATORY 1 APPLCATON OF ALGEBRA N ENGNEERNG Wright State University OBJECTVE: The objective of this laboratory is to illustrate applications of algebra (lines and quadratics) in engineering. t also provides an introduction to basic MATLAB functions. EDUCATONAL OBJECTVES: After performing this experiment, students should be able to: 1. Perform basic algebraic manipulation with linear equations.. 2. Perform basic algebraic manipulations with quadratic equations. 3. Measure and understand the relationship between voltage, current and resistance. 4. Apply basic functions in MATLAB toward the solution of engineering equations using the command window. 5. Use MATLAB for plotting data. BACKGROUND: 1. Ohm s Law: Source R V R Figure 1: Electrical circuit with a resistive element. The voltage across a resistor shown in Figure 1 is equal to the product of the current and the resistance; i.e., V R = * R (1) where V R is the voltage across the resistor in volt (V), is the current flowing through the resistor in ampere (A), and R is the resistance in ohm (Ω). From equation (1), we can write

2 VR R = 2. Kirchoff s Law: The Kirchoff s voltage law states that the sum of the voltage drops in a circuit is equal to the sum of the voltage rises, i.e., (voltage rise)= (voltage drop) (2) Therefore, for the circuit shown in Figure 1 V = V R = * R 3. BREADBOARD: A breadboard shown in Figure 2 is a medium to prototype a circuit. Since the components are not soldered in place, the circuit can be easily changed. Figure 2: Picture of a breadboard. [zope.interactionivrea.it/ inflatedego/breadboard] nside the breadboard are metal contacts that connect the holes. The breadboard is used by sticking components into the holes and hence building the circuit. The internal connections of the breadboard are as shown in Figure 3.

3 Figure 3: Breadboard Connections ( 4. PALCEMENT OF METERS: a) Ammeter: Ammeter is always connected in series to measure the current flowing through the circuit as shown in Figure 4. b) Voltmeter: Voltmeter is connected in parallel with the element to measure the voltage across the element as shown in Figure 4.

4 Source Ammeter Voltmeter V The voltmeter is reading the R 1 R 2 voltage across R 2. Ammeter measures the current through the circuit. Current through R 1 and R 2. c) Wattmeter: Figure 4: Placement of the ammeter and voltmeter in the circuit Wattmeter is used to measure power. The power delivered or absorbed is given by the basic equation P=V. Therefore, to measure power, the voltage and the current across the element needs to be known. This is the principle that wattmeter uses. Hence, we have four connections to make. Two connections are used to measure current and two for voltage as shown in Figure 5. The wattmeter provided has two voltage ranges: 75 V and 150 V. We will use the 75 V range in our experiment. Connection Current Connection Range dial Figure 5: Connection for wattmeter. 5. COLOR CODE OF A RESSTOR: The color code is used to determine the resistance value of the resistor. There are 4 bands on the resistor as shown in the Figure 6. The color code for the first three bands gives the value of the resistance and the fourth band gives the value of the tolerance. Each color represents a number according to the scheme shown in Table 1:

5 Table 1: Resistor Color code. Number Color Black Brown Red Orange Yellow Green Blue Violet Grey White The tolerance given in Table 2 indicates the percentage accuracy of the resistor value. Table 2: Tolerance values. Tolerance ±1% ±2% ±5% ±10% Color Brown Red Gold Silver Consider the resistor shown in Figure 6 Figure 6: Resistor with four color bands. First band 1 st Digit (yellow = 4) Second band 2 nd Digit (violet = 7) Third band Multiplier (red = * 10 2 ) Last/ Fourth band Tolerance (gold = ±5% ) Hence the resistor in figure 6 has resistance value of 47 * 10 2 Ω.

6 PROCEDURE:. To calculate the resistance value of the resistor shown in Figure 7, measure the current and record the value in Table 3. Ammeter Source (V s ) 1000 Ω 25 V power supply output Figure 7. Circuit for procedure 1. Note: Current flows from to, voltage drop is designated as to and voltage rise is designated as to. Table 3: To calculate the resistance of the circuit shown in Figure 5. No in volt (V S ) Measured Current in ampere Calculated Resistance in ohm 1. Vary the voltage of the voltage source in Figure 7 as shown intable 3. Measure the value of the current, convert it to amperes and note it down. 2. Calculate the value of resistance in ohms using the following formula: V s = * R where R is the resistance in ohm, V s is the applied voltage in volt. 3. Plot the voltage on the Yaxis and current on the Xaxis using MATLAB. (Commands to be used in command window refer to the appendix.) 4. Find the slope of the graph and write down what the slope signifies.

7 . An additional voltage source is added in the circuit of part as shown in the Figure 8. V R Ammeter Source (V s ) 25 V power supply output 1000 Ω Additional voltage source (V) 6V power supply Figure 8. Circuit for procedure Vary the voltage source (V s ) keeping V constant, as shown in Table Measure the value of the current, convert it to amperes and note it down. 3. Calculate the value of resistance for the values of the voltage source shown Table 4 using the formula V s where R is the resistance in ohm, the current in ampere. = * R V V s is the applied voltage in volt, and is Table 4: To calculate the resistance of the circuit shown in Figure 8. Sr. No in volt (V S ) Additional source in volt (V) Measured Current in ampere Calculated Resistance in ohm 4. Plot the data obtained in Table 4 (using Matlab) with voltage on the Y axis and current on the Xaxis. Using the axis properties (under the Edit tab of the Figure window), change the Xaxis limit from to and the Yaxis from 9 to Extend the plotted line to cut the Yaxis. 6. Find both the slope and yintercept of the plotted line. 7. Explain the reason of the yintercept.. This part covers the measurement of power dissipated across the load (resistive load) shown in Figure 9. This part deals with a quadratic equation or the second order equation.

8 V R Ammeter 10 Ω Source (V s ) 25 V power supply output 20 Ω Wattmeter Figure 9: Circuit to measure the power dissipation across the load (resistive). 1. Vary the voltage of the voltage source (V s ). 2. Measure the current through ammeter. Convert it to amperes and note it down in Table Measure the power dissipated across the load (resistive) with the help of a wattmeter. 4. Now find the value of the current by solving the following quadratic equation: 2 P = * Vs * R where P is the power dissipated across the resistive load in watt (W), V s is the applied voltage in volt (V), is the current in ampere, R is the resistance in ohm (Ω). 5. Compare the calculated current to the current measured by the ammeter. Sr. No Table 5: To compare the current in the circuit shown in Figure 9. in volt Measured (V S ) Power in watt Measured Current in ampere Calculated Current in ampere 6. Using MATLAB, plot the power on the Yaxis and measured current on the Xaxis. LAB NOTEBOOK: Your lab notebook should contain: 1. Completed tables and all the calculations. 2. Plots for parts, and. 3. Answers to the questions on each plot.

9 APPENDX MATLAB Commands used: 1. clear all : Removes all the variables from memory. 2. clc : Clears the command window. 3. disp( Text to be displayed on the screen ): Outputs the text in parenthesis on the screen. 4. V = [ ]: Assigns a set of values (example: data you have measured) to variable V. 5. R = 1000; Assign a value of 1000 to the variable R. 6. = V/R; Calculates value of the variable. 7. plot(v, ): Plots the graph of V on xaxis and on yaxis. The Command window will look as shown below:

II. Experimental Procedure

II. Experimental Procedure Ph 122 July 27, 2006 Ohm's Law http://www.physics.sfsu.edu/~manuals/ph122/ I. Theory In this lab we will make detailed measurements on one resistor to see if it obeys Ohm's law. We will also verify the

More information

OHM'S LAW AND RESISTANCE NETWORKS OBJECT

OHM'S LAW AND RESISTANCE NETWORKS OBJECT 17 E7 E7.1 OHM'S LAW AND RESISTANCE NETWORKS OBJECT The objects of this experiment are to determine the voltage-current relationship for a resistor and to verify the series and parallel resistance formulae.

More information

EET 150 Introduction to EET Lab Activity 1 Resistor Color Codes and Resistor Value Measurement

EET 150 Introduction to EET Lab Activity 1 Resistor Color Codes and Resistor Value Measurement Required Parts, Software and Equipment Parts 20 assorted 1/4 watt resistors 5% tolerance Equipment Required Solderless Experimenters' Board Digital Multimeter Optional Alligator clip leads hookup wire

More information

DC Circuits and Ohm s Law

DC Circuits and Ohm s Law DC Circuits and Ohm s Law INTRODUCTION During the nineteenth century so many advances were made in understanding the electrical nature of matter that it has been called the age of electricity. One such

More information

DC Circuits and Ohm s Law

DC Circuits and Ohm s Law DC Circuits and Ohm s Law INTRODUCTION During the nineteenth century so many advances were made in understanding the electrical nature of matter that it has been called the age of electricity. One such

More information

ENGINEERING COUNCIL CERTIFICATE LEVEL ENGINEERING SCIENCE C103

ENGINEERING COUNCIL CERTIFICATE LEVEL ENGINEERING SCIENCE C103 ENGINEERING COUNCIL CERTIFICATE LEVEL ENGINEERING SCIENCE C03 TUTORIAL 4 ELECTRICAL RESISTANCE On completion of this tutorial you should be able to do the following. Explain resistance and resistors. Explain

More information

Ohm's Law and DC Circuits

Ohm's Law and DC Circuits Physics Lab II Ohm s Law Name: Partner: Partner: Partner: Ohm's Law and DC Circuits EQUIPMENT NEEDED: Circuits Experiment Board Two Dcell Batteries Wire leads Multimeter 100, 330, 560, 1k, 10k, 100k, 220k

More information

EK 307 Lab: Light-Emitting Diodes. In-lab Assignment (Complete Level 1 and additionally level 2 if you choose to):

EK 307 Lab: Light-Emitting Diodes. In-lab Assignment (Complete Level 1 and additionally level 2 if you choose to): EK 307 Lab: Light-Emitting Diodes Laboratory Goal: To explore the characteristics of the light emitting diode. Learning Objectives: Voltage, Current, Power, and Instrumentation. Suggested Tools: Voltage

More information

V (in volts) = voltage applied to the circuit, I (in amperes) = current flowing in the circuit, R (in ohms) = resistance of the circuit.

V (in volts) = voltage applied to the circuit, I (in amperes) = current flowing in the circuit, R (in ohms) = resistance of the circuit. OHM S LW OBJECTIES: PRT : 1) Become familiar with the use of ammeters and voltmeters to measure DC voltage and current. 2) Learn to use wires and a breadboard to build circuits from a circuit diagram.

More information

Lab 4 Ohm s Law and Resistors

Lab 4 Ohm s Law and Resistors ` Lab 4 Ohm s Law and Resistors What You Need To Know: The Physics One of the things that students have a difficult time with when they first learn about circuits is the electronics lingo. The lingo and

More information

EE EXPERIMENT 3 RESISTIVE NETWORKS AND COMPUTATIONAL ANALYSIS INTRODUCTION

EE EXPERIMENT 3 RESISTIVE NETWORKS AND COMPUTATIONAL ANALYSIS INTRODUCTION EE 2101 - EXPERIMENT 3 RESISTIVE NETWORKS AND COMPUTATIONAL ANALYSIS INTRODUCTION The resistors used in this laboratory are carbon composition resistors, consisting of graphite or some other type of carbon

More information

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V

1-1. Kirchoff s Laws A. Construct the circuit shown below. R 1 =1 kω. = 2.7 kω R 3 R 2 5 V Physics 310 Lab 1: DC Circuits Equipment: Digital Multimeter, 5V Supply, Breadboard, two 1 kω, 2.7 kω, 5.1 kω, 10 kω, two, Decade Resistor Box, potentiometer, 10 kω Thermistor, Multimeter Owner s Manual

More information

EET140/3 ELECTRIC CIRCUIT I

EET140/3 ELECTRIC CIRCUIT I SCHOOL OF ELECTRICAL SYSTEM ENGINEERING UNIVERSITI MALAYSIA PERLIS EET140/3 ELECTRIC CIRCUIT I MODULE 1 PART I: INTRODUCTION TO BASIC LABORATORY EQUIPMENT PART II: OHM S LAW PART III: SERIES PARALEL CIRCUIT

More information

EK 307 Lab: Light-Emitting Diodes

EK 307 Lab: Light-Emitting Diodes EK 307 Lab: Light-Emitting Diodes Laboratory Goal: To explore the characteristics of the light emitting diode. Learning Objectives: Voltage, current, power, and instrumentation. Suggested Tools: Voltage

More information

Circuit LED 1 LED 2 A on or off on or off B on or off on or off C on or off on or off

Circuit LED 1 LED 2 A on or off on or off B on or off on or off C on or off on or off Cornerstone Electronics Technology and Robotics Week 8 Chapter 3, Introduction to Basic Electrical Circuit Materials Continued Administration: o Prayer o Turn in quiz Review LED s: o Wire the following

More information

Aim: To learn the resistor color codes and building a circuit on a BreadBoard. Equipment required: Resistances, millimeter, power supply

Aim: To learn the resistor color codes and building a circuit on a BreadBoard. Equipment required: Resistances, millimeter, power supply Understanding the different components Aim: To learn the resistor color codes and building a circuit on a BreadBoard Equipment required: Resistances, millimeter, power supply Resistors are color coded

More information

I. Objectives Upon completion of this experiment, the student should be able to: Ohm s Law

I. Objectives Upon completion of this experiment, the student should be able to: Ohm s Law EENG-201 Experiment # 1 Series Circuit and Parallel Circuits I. Objectives Upon completion of this experiment, the student should be able to: 1. ead and use the resistor color code. 2. Use the digital

More information

DC Circuits. Date: Introduction

DC Circuits. Date: Introduction Group # Date: Names: DC Circuits Introduction In this experiment you will examine how to make simple DC measurements that involve current, voltage, and resistance. The current I through a resistor R with

More information

+ A Supply B. C Load D

+ A Supply B. C Load D 17 E7 E7.1 OHM'S LAW AND RESISTANCE NETWORKS OBJECT The objects of this experiment are to determine the voltage-current relationship for a resistor and to verify the series and parallel resistance formulae.

More information

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 3 Ohm s Law 3.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 2 Ohm s Law 2.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

RESISTANCE & OHM S LAW (PART I

RESISTANCE & OHM S LAW (PART I RESISTANCE & OHM S LAW (PART I and II) Objectives: To understand the relationship between potential and current in a resistor and to verify Ohm s Law. To understand the relationship between potential and

More information

Lab 1: Basic Lab Equipment and Measurements

Lab 1: Basic Lab Equipment and Measurements Abstract: Lab 1: Basic Lab Equipment and Measurements This lab exercise introduces the basic measurement instruments that will be used throughout the course. These instruments include multimeters, oscilloscopes,

More information

General Lab Notebook instructions (from syllabus)

General Lab Notebook instructions (from syllabus) Physics 310 Lab 1: DC Circuits Equipment: Digital Multimeter, 5V Supply, Breadboard, two 1 k, 2.7 k, 5.1 k, 10 k, two Decade Resistor Box, potentiometer, 10 k Thermistor, Multimeter Owner s Manual General

More information

Lab 4 OHM S LAW AND KIRCHHOFF S CIRCUIT RULES

Lab 4 OHM S LAW AND KIRCHHOFF S CIRCUIT RULES 57 Name Date Partners Lab 4 OHM S LAW AND KIRCHHOFF S CIRCUIT RULES AMPS - VOLTS OBJECTIVES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in a circuit.

More information

Lab 3 DC CIRCUITS AND OHM'S LAW

Lab 3 DC CIRCUITS AND OHM'S LAW 43 Name Date Partners Lab 3 DC CIRCUITS AND OHM'S LAW AMPS + - VOLTS OBJECTIVES To learn to apply the concept of potential difference (voltage) to explain the action of a battery in a circuit. To understand

More information

Electric Circuit Experiments

Electric Circuit Experiments Electric Circuit Experiments 1. Using the resistor on the 5-resistor block, vary the potential difference across it in approximately equal increments for eight different values (i.e. use one to eight D-

More information

DC CIRCUITS AND OHM'S LAW

DC CIRCUITS AND OHM'S LAW July 15, 2008 DC Circuits and Ohm s Law 1 Name Date Partners DC CIRCUITS AND OHM'S LAW AMPS - VOLTS OBJECTIVES OVERVIEW To learn to apply the concept of potential difference (voltage) to explain the action

More information

Introduction to the Laboratory

Introduction to the Laboratory Memorial University of Newfoundland Department of Physics and Physical Oceanography Physics 2055 Laboratory Introduction to the Laboratory The purpose of this lab is to introduce you to some of the equipment

More information

Experiment 2 Electric Circuit Fundamentals

Experiment 2 Electric Circuit Fundamentals Experiment 2 Electric Circuit Fundamentals Introduction This experiment has two parts. Each part will have to be carried out using the Multisim Electronics Workbench software. The experiment will then

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

More information

Electric Circuit I Lab Manual. Session # 1

Electric Circuit I Lab Manual. Session # 1 Electric Circuit I Lab Manual Session # 1 Lab Policies 1. Each lab session lasts 90 min and starts promptly. A brief introduction with demo may be given by the instructor at the beginning of the lab. Everybody

More information

Series and Parallel Resistors

Series and Parallel Resistors Lab 8. Series and Parallel Resistors Goals To understand the fundamental difference between resistors connected in series and in parallel. To calculate the voltages and currents in simple circuits involving

More information

ECE 53A: Fundamentals of Electrical Engineering I

ECE 53A: Fundamentals of Electrical Engineering I ECE 53A: Fundamentals of Electrical Engineering I Laboratory Assignment #1: Instrument Operation, Basic Resistor Measurements and Kirchhoff s Laws Fall 2007 General Guidelines: - Record data and observations

More information

DC Circuits, Ohm's Law and Multimeters Physics 246

DC Circuits, Ohm's Law and Multimeters Physics 246 DC Circuits, Ohm's Law and Multimeters Physics 246 Theory: In this lab we will learn the use of multimeters, verify Ohm s law, and study series and parallel combinations of resistors and capacitors. For

More information

EK307 Introduction to the Lab

EK307 Introduction to the Lab EK307 Introduction to the Lab Learning to Use the Test Equipment Laboratory Goal: Become familiar with the test equipment in the electronics laboratory (PHO105). Learning Objectives: Voltage source and

More information

Tutorial Using a multimeter

Tutorial Using a multimeter Tutorial Using a multimeter The multimeter You might have already seen or worked with a multimeter. It is an electronic measuring device that combines several instruments such as the voltmeter (to measure

More information

PHYS Contemporary Physics Laboratory Laboratory Exercise: LAB 01 Resistivity, Root-mean-square Voltage, Potentiometer (updated 1/25/2017)

PHYS Contemporary Physics Laboratory Laboratory Exercise: LAB 01 Resistivity, Root-mean-square Voltage, Potentiometer (updated 1/25/2017) PHYS351001 Contemporary Physics Laboratory Laboratory Exercise: LAB 01 Resistivity, Root-mean-square Voltage, Potentiometer (updated 1/25/2017) PART I: SOME FUNDAMENTAL CONCEPTS: 1. Limits on accuracy

More information

Electromagnetism Unit- Current Sub-Unit

Electromagnetism Unit- Current Sub-Unit 4.2.1 Electrical Current Definitions current unit: or requires: Example #3 A wire carries a current of 50 amperes. How much charge flows through the wire in 10 seconds? How many electrons pass through

More information

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS

AME140 Lab #2 INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS INTRODUCTION TO ELECTRONIC TEST EQUIPMENT AND BASIC ELECTRONICS MEASUREMENTS The purpose of this document is to guide students through a few simple activities to increase familiarity with basic electronics

More information

2007 The McGraw-Hill Companies, Inc. All rights reserved.

2007 The McGraw-Hill Companies, Inc. All rights reserved. Chapter 2 Resistors Topics Covered in Chapter 2 2-1: Types of Resistors 2-2: Resistor Color Coding 2-3: Variable Resistors 2-4: Rheostats and Potentiometers 2-5: Power Ratings of Resistors 2-6: Resistor

More information

ELE.B: Original Assignment Resistors in Series Classwork Homework

ELE.B: Original Assignment Resistors in Series Classwork Homework ELE.B: Original Assignment Resistors in Series Classwork 1. A 3 Ω resistor is connected in series to a 6 Ω resistor and a 12-V battery. What is the current in each of the resistors? What is the voltage

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES LAB #3: VOLTAGE AND CURRENT MEASUREMENTS This lab features a tutorial on the instrumentation that you will be using throughout the semester. More specifically, you will see

More information

Ohm s Law and Electrical Circuits

Ohm s Law and Electrical Circuits Ohm s Law and Electrical Circuits INTRODUCTION In this experiment, you will measure the current-voltage characteristics of a resistor and check to see if the resistor satisfies Ohm s law. In the process

More information

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 219 Electrical Circuits Lab University of Jordan School of Engineering Electrical Engineering Department EE 219 Electrical Circuits Lab EXPERIMENT 4 TRANSIENT ANALYSIS Prepared by: Dr. Mohammed Hawa EXPERIMENT 4 TRANSIENT ANALYSIS

More information

Engineering Laboratory Exercises (Electric Circuits Module) Prepared by

Engineering Laboratory Exercises (Electric Circuits Module) Prepared by Engineering 1040 Laboratory Exercises (Electric Circuits Module) Prepared by Eric W. Gill FALL 2008 2 EXP 1040-EL1 VOLTAGE, CURRENT, RESISTANCE AND POWER PURPOSE To (i) investigate the relationship between

More information

EEE 2101 Circuit Theory I - Laboratory 1 Kirchoff s Laws, Series-Parallel Circuits

EEE 2101 Circuit Theory I - Laboratory 1 Kirchoff s Laws, Series-Parallel Circuits ame & Surname: D: Date: EEE 20 Circuit Theory - Laboratory Kirchoff s Laws, Series-Parallel Circuits List of topics for this laboratory: Ohm s Law Kirchoff s Current Law(KCL) Kirchoff s Voltage Law(KVL)

More information

Resistance and Ohm s law

Resistance and Ohm s law Resistance and Ohm s law Objectives Characterize materials as conductors or insulators based on their electrical properties. State and apply Ohm s law to calculate current, voltage or resistance in an

More information

Experiment 1: Circuits Experiment Board

Experiment 1: Circuits Experiment Board 01205892C AC/DC Electronics Laboratory Experiment 1: Circuits Experiment Board EQUIPMENT NEEDED: AC/DC Electronics Lab Board: Wire Leads Dcell Battery Graph Paper Purpose The purpose of this lab is to

More information

Ohm's Law and the Measurement of Resistance

Ohm's Law and the Measurement of Resistance Ohm's Law and the Measurement of Resistance I. INTRODUCTION An electric current flows through a conductor when a potential difference is placed across its ends. The potential difference is generally in

More information

Direct Current Circuits

Direct Current Circuits PC1143 Physics III Direct Current Circuits 1 Objectives Apply Kirchhoff s rules to several circuits, solve for the currents in the circuits and compare the theoretical values predicted by Kirchhoff s rule

More information

Oregon State University Lab Session #1 (Week 3)

Oregon State University Lab Session #1 (Week 3) Oregon State University Lab Session #1 (Week 3) ENGR 201 Electrical Fundamentals I Equipment and Resistance Winter 2016 EXPERIMENTAL LAB #1 INTRO TO EQUIPMENT & OHM S LAW This set of laboratory experiments

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: voltage, current, and power. In the simplest

More information

Data Conversion and Lab Lab 1 Fall Operational Amplifiers

Data Conversion and Lab Lab 1 Fall Operational Amplifiers Operational Amplifiers Lab Report Objectives Materials See separate report form located on the course webpage. This form should be completed during the performance of this lab. 1) To construct and operate

More information

Chapter 1: DC circuit basics

Chapter 1: DC circuit basics Chapter 1: DC circuit basics Overview Electrical circuit design depends first and foremost on understanding the basic quantities used for describing electricity: Voltage, current, and power. In the simplest

More information

Pre-Laboratory Assignment

Pre-Laboratory Assignment Measurement of Electrical Resistance and Ohm's Law PreLaboratory Assignment Read carefully the entire description of the laboratory and answer the following questions based upon the material contained

More information

Laboratory 2 (drawn from lab text by Alciatore)

Laboratory 2 (drawn from lab text by Alciatore) Laboratory 2 (drawn from lab text by Alciatore) Instrument Familiarization and Basic Electrical Relations Required Components: 2 1k resistors 2 1M resistors 1 2k resistor Objectives This exercise is designed

More information

Course materials and schedule are at. positron.hep.upenn.edu/p364

Course materials and schedule are at. positron.hep.upenn.edu/p364 Physics 364, Fall 2014, Lab #1 Name: (using breadboards; measuring voltage, current, and resistance) Wednesday, August 27 (section 401); Thursday, August 28 (section 402) Course materials and schedule

More information

Ohm s Law. 1 Object. 2 Apparatus. 3 Theory. To study resistors, Ohm s law, linear behavior, and non-linear behavior.

Ohm s Law. 1 Object. 2 Apparatus. 3 Theory. To study resistors, Ohm s law, linear behavior, and non-linear behavior. Ohm s Law Object To study resistors, Ohm s law, linear behavior, and non-linear behavior. pparatus esistors, power supply, meters, wires, and alligator clips. Theory resistor is a circuit element which

More information

Lab 2: DC Circuits Lab Assignment

Lab 2: DC Circuits Lab Assignment 2 class days 1. I-V curve for various components Source: Curtis, 1.2.1. (HH 1.1, 1.2, 1.3) Lab 2: DC Circuits Lab Assignment A passive element is a two-contact device that contains no source of power or

More information

Resistance and Ohm s Law

Resistance and Ohm s Law Resistance and Ohm s Law Textbook pages 290 301 Section 8.3 Summary Before You Read Do you think electrons can move through all conducting substances equally well? Give your reasons why or why not on the

More information

Part 1: DC Concepts and Measurement

Part 1: DC Concepts and Measurement EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 1 DC Concepts and Measurement: Ohm's Law, Voltage ad Current Introduction to Analog Discovery Scope Last week we introduced

More information

A piece of wire of resistance R is cut into five equal parts. These parts are then connected in

A piece of wire of resistance R is cut into five equal parts. These parts are then connected in Page 221»Exercise» Question 1: A piece of wire of resistance R is cut into five equal parts. These parts are then connected in parallel. If the equivalent resistance of this combination is R', then the

More information

Fundamental of Electrical Engineering Lab Manual

Fundamental of Electrical Engineering Lab Manual Fundamental of Electrical Engineering Lab Manual EngE-111/318 Dr.Hidayath Mirza & Dr.Rais Ahmad Sheikh 1/9/19 EngE111 Testing Battery (DC) Testing AC Testing Wire 1 P a g e Resistor measurement Testing

More information

DEPARTMENT OF ELECTRONIC ENGINEERING ELECTRONIC WORKSHOP # 03. Resistors

DEPARTMENT OF ELECTRONIC ENGINEERING ELECTRONIC WORKSHOP # 03. Resistors MEHRAN UNIVERSITY OF ENGINEERING AND TECHNOLOGY, JAMSHORO DEPARTMENT OF ELECTRONIC ENGINEERING ELECTRONIC WORKSHOP # 03 Resistors Roll. No: Checked by: Date: Grade: Object: To become familiar with resistors,

More information

Current, resistance, and Ohm s law

Current, resistance, and Ohm s law Current, resistance, and Ohm s law Apparatus DC voltage source set of alligator clips 2 pairs of red and black banana clips 3 round bulb 2 bulb sockets 2 battery holders or 1 two-battery holder 2 1.5V

More information

HANDS-ON ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND WIRING DIRECTIONS

HANDS-ON ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND WIRING DIRECTIONS ACTIVITY 4 BUILDING SERIES AND PARALLEL CIRCUITS BACKGROUND Make sure you read the background in Activity 3 before doing this activity. WIRING DIRECTIONS Materials per group of two: one or two D-cells

More information

Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources

Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources Analysis and Measurement of a Resistor Bridge Circuit with Three Voltage Sources EL 111 - DC Fundamentals Required Laboratory Project By: Walter Banzhaf, E.K. Smith, and Winfield Young University of Hartford

More information

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents:

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents: Objective: To gain experience with data acquisition proto-boards physical resistors Table of Contents: Name: Resistors and Basic Resistive Circuits Pre-Lab Assignment 1 Background 2 National Instruments

More information

Experiment 1 Basic Resistive Circuit Parameters

Experiment 1 Basic Resistive Circuit Parameters Experiment 1 Basic Resistive Circuit Parameters Report Due In-class on Wed., Mar. 14, 2018 Note: (1) The Prelab section must be completed prior to the lab period. (2) All submitted lab reports should have

More information

THE BREADBOARD; DC POWER SUPPLY; RESISTANCE OF METERS; NODE VOLTAGES AND EQUIVALENT RESISTANCE; THÉVENIN EQUIVALENT CIRCUIT

THE BREADBOARD; DC POWER SUPPLY; RESISTANCE OF METERS; NODE VOLTAGES AND EQUIVALENT RESISTANCE; THÉVENIN EQUIVALENT CIRCUIT THE BREADBOARD; DC POWER SUPPLY; RESISTANCE OF METERS; NODE VOLTAGES AND EQUIVALENT RESISTANCE; THÉVENIN EQUIVALENT CIRCUIT YOUR NAME GTA S SIGNATURE LAB MEETING TIME Objectives: To correctly operate the

More information

Materials: resistors: (5) 1 kω, (4) 2 kω, 2.2 kω, 3 kω, 3.9 kω digital multimeter (DMM) power supply w/ leads breadboard, jumper wires

Materials: resistors: (5) 1 kω, (4) 2 kω, 2.2 kω, 3 kω, 3.9 kω digital multimeter (DMM) power supply w/ leads breadboard, jumper wires Lab 6: Electrical Engineering Technology References: 1. Resistor (electronic) color code: http://en.wikipedia.org/wiki/electronic_color_code 2. Resistor color code tutorial: http://www.michaels-electronics-lessons.com/resistor-color-code.html

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog - Circuits 1 Chapter 1: Lab Projects 1.2.2: Dependent Sources and MOSFETs Overview: In this lab assignment, a qualitative discussion of dependent sources is presented in the context of MOSFETs

More information

A.M. WEDNESDAY, 19 May minutes

A.M. WEDNESDAY, 19 May minutes Candidate Name Centre Number Candidate Number 0 GCSE 293/02 ELECTRONICS MODULE TEST E1 HIGHER TIER AM WEDNESDAY, 19 May 2010 45 minutes For s use Total Mark ADDITIONAL MATERIALS In addition to this examination

More information

EE283 Laboratory Exercise 1-Page 1

EE283 Laboratory Exercise 1-Page 1 EE283 Laboratory Exercise # Basic Circuit Concepts Objectives:. To become familiar with the DC Power Supply unit, analog and digital multi-meters, fixed and variable resistors, and the use of solderless

More information

Lab 1 - Intro to DC Circuits

Lab 1 - Intro to DC Circuits Objectives Pre-Lab Background Equipment List Procedure Equipment Familiarization Student PC Board DC Power Supply Digital Multimeter Power Supply Cont Decade Box Ohms Law and Power Dissipation Current

More information

Electrical Measurements

Electrical Measurements Electrical Measurements. OBJECTIES: This experiment covers electrical measurements, including use of the volt-ohmmeter and oscilloscope. Concepts including Ohm's Law, Kirchoff's Current and oltage Laws,

More information

CK-12 Physics Concepts - Intermediate Answer Key

CK-12 Physics Concepts - Intermediate Answer Key Chapter 19: Electrical Circuits 19.1 Series Circuits CK-12 Physics Concepts - Intermediate Answer Key 1. There are three 20.0 Ohm resistors connected in series across a 120 V generator. a. What is the

More information

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS

PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS Name: Partners: PHYSICS 221 LAB #6: CAPACITORS AND AC CIRCUITS The electricity produced for use in homes and industry is made by rotating coils of wire in a magnetic field, which results in alternating

More information

ENGR 120 LAB #2 Electronic Tools and Ohm s Law

ENGR 120 LAB #2 Electronic Tools and Ohm s Law ENGR 120 LAB #2 Electronic Tools and Ohm s Law Objectives Understand how to use a digital multi-meter, power supply and proto board and apply that knowledge to constructing circuits to demonstrate ohm

More information

Electric Current & DC Circuits

Electric Current & DC Circuits Electric Current & DC Circuits PSI AP Physics B Name Multiple-Choice 1. The length of an aluminum wire is quadrupled and the radius is doubled. By which factor does the resistance change? (A) 2 (B) 4 (C)

More information

Resistance and Resistivity

Resistance and Resistivity Resistance and Resistivity Lab Section (circle): Day: Monday Tuesday Time: 8:00 9:30 1:10 2:40 Name: Partners: Pre-Lab You are required to finish this section before coming to the lab it will be checked

More information

Electrical Circuits I (ENGR 2405) Chapter 2 Ohm s Law, KCL, KVL, Resistors in Series/Parallel

Electrical Circuits I (ENGR 2405) Chapter 2 Ohm s Law, KCL, KVL, Resistors in Series/Parallel Electrical Circuits I (ENG 2405) Chapter 2 Ohm s Law, KCL, KVL, esistors in Series/Parallel esistivity Materials tend to resist the flow of electricity through them. This property is called resistance

More information

Revision: April 16, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: April 16, E Main Suite D Pullman, WA (509) Voice and Fax Revision: April 16, 010 15 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview Resistance is a property of all materials this property characterizes the loss of energy associated with

More information

DC Circuits PHYS 501 Homework 2

DC Circuits PHYS 501 Homework 2 DC Circuits PHYS 501 Homework 2 NAME: (partner if any: ) In-class Laboratory. Worth 12 points. A "circuit" is a circular (completed) path from the red or "+" side of a voltage source through various "circuit

More information

These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1.

These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1. Contents These are samples of learning materials and may not necessarily be exactly the same as those in the actual course. Contents 1 Introduction 2 Ohm s law relationships 3 The Ohm s law equation 4

More information

Introduction to Electronics. Dr. Lynn Fuller

Introduction to Electronics. Dr. Lynn Fuller ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Introduction to Electronics Dr. Lynn Fuller Webpage: http://www.rit.edu/~lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604 Tel (585) 475-2035

More information

Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm

Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm Sept 13 Pre-lab due Sept 12; Lab memo due Sept 19 at the START of lab time, 1:10pm EGR 220: Engineering Circuit Theory Lab 1: Introduction to Laboratory Equipment Pre-lab Read through the entire lab handout

More information

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits 1. Objective AC Circuits In this lab, the student will study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average power. Also, the

More information

Activity Electrical Circuits Simulation

Activity Electrical Circuits Simulation Activity 1.2.3 Electrical Circuits Simulation Introduction Since the late 1800s, engineers have designed systems to utilize electrical energy due to its ability to be converted, stored, transmitted, and

More information

Unit 1 Electronics Name: Form:

Unit 1 Electronics Name: Form: Unit 1 Electronics Name: Form: Electronics Electronics is the study of components and techniques used to be able to build circuits controlled by electricity. An electronic system uses discrete components.

More information

Lab 11: Circuits. Figure 1: A hydroelectric dam system.

Lab 11: Circuits. Figure 1: A hydroelectric dam system. Description Lab 11: Circuits In this lab, you will study voltage, current, and resistance. You will learn the basics of designing circuits and you will explore how to find the total resistance of a circuit

More information

Lab #1 Help Document. This lab will be completed in room 335 CTB. You will need to partner up for this lab in groups of two.

Lab #1 Help Document. This lab will be completed in room 335 CTB. You will need to partner up for this lab in groups of two. Lab #1 Help Document This help document will be structured as a walk-through of the lab. We will include instructions about how to write the report throughout this help document. This lab will be completed

More information

PHYS 1402 General Physics II Experiment 5: Ohm s Law

PHYS 1402 General Physics II Experiment 5: Ohm s Law PHYS 1402 General Physics II Experiment 5: Ohm s Law Student Name Objective: To investigate the relationship between current and resistance for ordinary conductors known as ohmic conductors. Theory: For

More information

VISUAL PHYSICS ONLINE. Experiment PA41A ELECTRIC CIRCUITS

VISUAL PHYSICS ONLINE. Experiment PA41A ELECTRIC CIRCUITS VISUAL PHYSICS ONLINE Experiment PA41A ELECTRIC CIRCUITS Equipment (see Appendices) 12V DC power supply (battery): multimeter (and/or milliammeter and voltmeter); electrical leads; alligator clips; fixed

More information

electrical noise and interference, environmental changes, instrument resolution, or uncertainties in the measurement process itself.

electrical noise and interference, environmental changes, instrument resolution, or uncertainties in the measurement process itself. MUST 382 / EELE 491 Spring 2014 Basic Lab Equipment and Measurements Electrical laboratory work depends upon various devices to supply power to a circuit, to generate controlled input signals, and for

More information

Experiment 45. Three-Phase Circuits. G 1. a. Using your Power Supply and AC Voltmeter connect the circuit shown OBJECTIVE

Experiment 45. Three-Phase Circuits. G 1. a. Using your Power Supply and AC Voltmeter connect the circuit shown OBJECTIVE Experiment 45 Three-Phase Circuits OBJECTIVE To study the relationship between voltage and current in three-phase circuits. To learn how to make delta and wye connections. To calculate the power in three-phase

More information

Name: Period: Date: 2. In the circuit below, n charge carriers pass the point P in a time t. Each charge carrier has charge q.

Name: Period: Date: 2. In the circuit below, n charge carriers pass the point P in a time t. Each charge carrier has charge q. Name: Period: Date: IB-1 Practice Electrical Currents, Resistance, and Circuits Multiple Choice Questions 1. In the circuit below, which meter is not correctly connected? A 1 3 A 2 4 A. 1 B. 2 C. 3 D.

More information

EELE 354 Lab Assignment 2: Electric Heater - Power Measurements and Considerations

EELE 354 Lab Assignment 2: Electric Heater - Power Measurements and Considerations EELE 354 Lab Assignment 2: Electric Heater - Power Measurements and Considerations EELE 354 Lab Assignment 2 1 Lab Overview: In this lab, students will simulate the operation of a resistive electric heater.

More information

SCRIPT. Voltage Dividers

SCRIPT. Voltage Dividers SCRIPT Hello friends in our earlier discussion we talked about series resistive circuits, when connected in series, resistors form a "string" in which there is only one path for current. Ohm's law can

More information