PHYS 352 Assignment #1 Solutions

Size: px
Start display at page:

Download "PHYS 352 Assignment #1 Solutions"

Transcription

1 PHYS 352 Assignment #1 Solutions 1. Steinhart-Hart Equation for a thermistor In[1]:= a : In[2]:= b : In[3]:= In[4]:= d : ^ 8 t r_ : a b Log r d Log r ^3 ^ 1 Note: Mathematica Log function is natural logarithm. In[5]:= t 5000 Out[5]= The temperature would be K if the thermister measured 5 k. I see that some interpreted ln(r)^3 in the class notes as taking the cube of R and then taking the natural logarithm. This isn t correct though I admit it s a little ambiguous. If you look at the Steinhart-Hart equation, the coefficients are a polynomial expression as a function of ln(r). Also, if you note that ln(a^x) is x ln(a), then you d see the Steinhart-Hart equation would reduce to a very simple equation if it really were ln(r^3) and one can recognize that ln(r^3) isn t correct. I ve marked generously if you used ln(r)^3 though. In[6]:= In[7]:= twrong r_ : a b Log r d Log r^3 ^ 1 twrong 5000 Out[7]= Now, find dr/dt. Derivative of 1/T is -1/T^2 dt Derivative of a + b ln(r) + d ( ln(r) )^3 is [ b/r + 3 d ( ln(r) )^2 /R ] dr So, at this T = K, R = 5000 Ohms: In[8]:= Out[8]= ^2 b d Log 5000 ^ Thus, sensitivity at this temperature is dr/dt is -219 /K. Calibrate at T = K and T = K: In[9]:= Out[9]= NSolve t x , x x In[10]:= Out[10]= NSolve t x , x x

2 2 SolA1.nb If you assume it is linear between K with R = 6413 and K with R = 4134, then an equation could be T[R] = 10*(R-6413)/( ) + 20 in degrees Celsius. Below, the Steinhart-Hart equation is in blue and the linear approximation is in red. Below that, the graph is the difference between the real behaviour and the linear calibration assumption. In[11]:= Plot t r, 10 r , r, , Out[11]= In[12]:= Plot t r 10 r , r, , Out[12]= The maximum non-linearity error in this temperature range is 0.62 C and the linear calibration assumption gives a reading that is higher than the true temperature by this amount. In[13]:= Out[13]= Minimize t x 10 x , x 4134, x 6413, x , x Suppose you calibrate the thermistor by holding it at K and you find R = 5 k exactly. But, Steinhart-Hart tells us that the temperature should be K if R = 5 k. So, the equation is off from reality by 0.6 C at this temperature. You could continue to use the thermistor and the Steinhart-Hart equation knowing that there is a systematic error of plus/minus 0.6 C due to inaccuracy of this equation versus calibration. Or, you could correct any value you get from the equation by this amount though that leads to a question: do I correct by just subtracting 0.6 K from all Steinhart-Hart calculated values? Or is there a more complicated function I need to apply the correction? In order to deduce this function, you are going to need more calibra-

3 SolA1.nb 3 tion points. Basically you would be calibrating to deduce new Steinhart-Hart coefficients. I m looking for discussion points like the ones I ve mentioned here. 2. Design thermocouple to work at liquid nitrogen temperatures Things you should have in your design: - sketch of a thermocouple showing one junction to be immersed in cold liquid nitrogen temperatures and this is the unknown T - sketch should show the other junction and should call it the reference junction or room temperature or ambient - note: calling the reference the cold junction is a poor label because the probe junction is explicitly colder in this application you are designing and similarly don t call the unknown T junction hot junction - the question asked for you to use junction compensation so you will need something in your design that measures the ambient temperature of the reference junction, like a thermistor or an RTD - your junction compensation could then be just a measurement and then you should say that in software there will be a calculation that uses this measured reference T to determine the unknown T better - or your junction compensation could be a circuit that uses an IC temperature sensor, for example, to produce an output voltage in series with the thermocouple to simulate holding the reference junction at a known temperature (usually 0 C) - Wikipedia entry on Thermocouple (you must cite) says Type E chromel-constantan is well-suited to cryogenic use. Your design could pick Type T copper-constantan (suitable down to -200 C which is just below liquid nitrogen temperature...that s why they say -200 C; there is nothing magical that happens below that and it is just a common temperature to operate down to). You could pick Type K chromel-alumel which is also suitable down to -200 C. - I picked Type E, then looking at I read the mv for 22 C and -196 C and get that the signal would be minus = mv 3. Ratio pyrometer In[14]:= Quit In[1]:= b ^4 Out[1]= In[2]:= lambda Out[2]= 1.05 In[3]:= lambda Out[3]= 1.55 In[4]:= In[5]:= r t_ : lambda1 lambda2 ^5 Exp b lambda1 t 1 Exp b lambda2 t 1 r 1000 Out[5]=

4 4 SolA1.nb In[6]:= Plot r t, t, 500, Out[6]= What s the usable upper temperature range? There s no precise fixed answer here. What I see from the graph is that the ratio change per degree Kelvin starts to decrease (the slope starts becoming flat). If it s flat then you can t use ratio pyrometry any more since the ratio won t change much when the temperature changes. It s never perfectly flat, but the precision of the measurement will be worse the flatter it is. You can just eyeball a place on the graph where it starts to turn flat, around 1800 K say, and call this the upper range (that s what a manufacturer would do...no elaborate calculation needed). If you do want to get a little more elaborate: 0 In[7]:= Out[7]= In[8]:= D r t, t t t t t t t 2 t 2 Plot, t, 300, Out[8]= The derivative tells us how much the ratio changes per degree K. Around 1300 K the derivative is so the effect per degree is of order percent per degree K at 1300 K, larger at lower temperatures, and smaller at higher temperatures. You might not need plus/minus 1 degree K precision when you are measuring temperatures around 1000 K; but, undoubtedly a percent measurement is hard. That might be a place to declare the upper end of the range. What about the lower temperature range? The ratio method works at lower temperatures but the practical consideration is that the intensity of infrared radiation decreases the colder the object is. If the IR emitted by the object is faint, the detectors inside

5 SolA1.nb 5 the ratio pyrometer would need to be able to pick up this weak intensity over their noise floor which becomes harder at lower temperatures. The filters used to select 1.05 Μm and 1.55 Μm are narrow bandpass and how much they attenuate the incident desired signals starts to matter more too. 4. Design MEMS angular rate sensor The 2010 solutions describes the key points I m looking for here. - the Coriolis force causes a force perpendicular to the axis of rotation and the velocity of motion - a test mass is driven with vibrations (velocity) in one axis (say back and forth along the x-axis) and preferably driven at resonance - sense the force along the y-axis becomes sensitive to the angular velocity (rate of rotation) around the z-axis - the force can be sensed using a strain gauge (piezoresistive) or by measuring the position of a test mass attached to a spring - F = kx, then measure the position using capacitive techniques for example - you must find sensitivity specs online for your MEMS accelerometer (which is measuring the effect of the force due to acceleration on a test mass; then apply some simple calculation to deduce your angular rotation rate sensitivity

Temperature Sensors & Measurement

Temperature Sensors & Measurement Temperature Sensors & Measurement E80 Spring 2014 Contents Why measure temperature? Characteristics of interest Types of temperature sensors 1. Thermistor 2. RTD Sensor 3. Thermocouple 4. Integrated Silicon

More information

I. Introduction and Objectives

I. Introduction and Objectives Calibration and Measurement of Temperatures using K, T-Type Thermocouples, and a Thermistor Ben Sandoval 1 8/28/2013 Five K and five T type thermocouples were calibrated using ice water, a hot bath (boiling

More information

Temperature Measurements

Temperature Measurements Engineering 80 Spring 2015 Temperature Measurements SOURCE: http://www.eng.hmc.edu/newe80/pdfs/vishaythermdatasheet.pdf SOURCE: http://elcodis.com/photos/19/51/195143/to-92-3_standardbody to-226_straightlead.jpg

More information

Sensors and Actuators Sensors Physics

Sensors and Actuators Sensors Physics Sensors and ctuators Sensors Physics Sander Stuijk (s.stuijk@tue.nl) Department of Electrical Engineering Electronic Systems 2 THERMOELECTRIC SENSORS (Chapter 3.9, 16.4) 3 Thermoelectric effect thermoelectric

More information

Activity 1: Investigating Temperature

Activity 1: Investigating Temperature Contents Activity Overview... 5 Quick Start Guide... 5 Software Installation... 5 Hardware Setup... 6 mytemp Getting Started Program... 10 General Tips and Tricks... 11 Activity 1: Investigating Temperature...

More information

Temperature Scales. Temperature, and Temperature Dependent on Physical Properties. Temperature. Temperature Scale

Temperature Scales. Temperature, and Temperature Dependent on Physical Properties. Temperature. Temperature Scale Temperature Scales The Celsius, Fahrenheit, and Kelvin Temperature Scales: Temperature, and Temperature Dependent on Physical Properties Physics Enhancement Programme Dr. M.H. CHAN, HKBU 9 T F T 5 T T

More information

Measurements & Instrumentation. Module 3: Temperature Sensors

Measurements & Instrumentation. Module 3: Temperature Sensors Measurements & Instrumentation PREPARED BY Academic Services Unit August 2013 Institute of Applied Technology, 2013 Module Objectives Upon successful completion of this module, students should be able

More information

I. MEASUREMENT OF TEMPERATURE

I. MEASUREMENT OF TEMPERATURE I. MEASUREMENT OF TEMPERATURE Most frequent measurement and control Direct contact: thermometer, Indirect contact: pyrometer (detect generated heat or sensing optical properties) 1. Definition of temperature

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK V SEMESTER EI6502 -INDUSTRIAL INSTRUMENTATION I Regulation 2013

More information

Biosensors and Instrumentation: Tutorial 2

Biosensors and Instrumentation: Tutorial 2 Biosensors and Instrumentation: Tutorial 2. One of the most straightforward methods of monitoring temperature is to use the thermal variation of a resistor... Suggest a possible problem with the use of

More information

Temperature Measurement

Temperature Measurement MECE 3320 Measurements & Instrumentation Temperature Measurement Dr. Isaac Choutapalli Department of Mechanical Engineering University of Texas Pan American Introduction Temperature is one of the most

More information

Trial version. Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator?

Trial version. Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing page: 1 of 13 Contents Initial Problem Statement 2 Narrative

More information

MEASURING INSTRUMENTS

MEASURING INSTRUMENTS Albaha University Faculty of Engineering Mechanical Engineering g Department MEASURING INSTRUMENTS AND CALIBRATION Lecture (7) Temperature measurement By: Ossama Abouelatta o_abouelatta@yahoo.com Mechanical

More information

Lecture 11 Temperature Sensing. ECE 5900/6900 Fundamentals of Sensor Design

Lecture 11 Temperature Sensing. ECE 5900/6900 Fundamentals of Sensor Design EE 4900: Fundamentals of Sensor Design Lecture 11 Temperature Sensing 1 Temperature Sensing Q: What are we measuring? A: Temperature 2 SI Units: Celcius ( C), Kelvin (K) British Units: Fahrenheit ( F)

More information

Sensing, Computing, Actuating

Sensing, Computing, Actuating Sensing, Computing, ctuating Sander Stuijk (s.stuijk@tue.nl) Department of Electrical Engineering Electronic Systems 2 THERMOELECTRIC EFFECT (Chapter 5.11) 3 Thermocouple cylinder head temperature (thermocouple)

More information

Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator?

Temperature Sensing. How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing How does the temperature sensor work and how can it be used to control the temperature of a refrigerator? Temperature Sensing page: 1 of 22 Contents Initial Problem Statement 2 Narrative

More information

Slide 1. Temperatures Light (Optoelectronics) Magnetic Fields Strain Pressure Displacement and Rotation Acceleration Electronic Sensors

Slide 1. Temperatures Light (Optoelectronics) Magnetic Fields Strain Pressure Displacement and Rotation Acceleration Electronic Sensors Slide 1 Electronic Sensors Electronic sensors can be designed to detect a variety of quantitative aspects of a given physical system. Such quantities include: Temperatures Light (Optoelectronics) Magnetic

More information

Sensors Conditioning Module

Sensors Conditioning Module Sensors Conditioning Module Version 1.00 Microstar Laboratories, Inc. This manual is protected by copyright. All rights are reserved. No part of this manual may be photocopied, reproduced, or translated

More information

Chapter 14 Heat and Temperature Notes

Chapter 14 Heat and Temperature Notes Chapter 14 Heat and Temperature Notes Section 1: Temperature The degree of or of an object. Related to the of an object s atoms or molecules What makes something hot? o Particles that make up o They have

More information

I m. R s. Digital. R x. OhmmetersxSeries Shunt Digital. R m

I m. R s. Digital. R x. OhmmetersxSeries Shunt Digital. R m µa Meter I I s I m s E Digital x I Voltmeter x x E µa Meter m Is OhmmetersxSeries Shunt Digital EIx= = ()E sm x mxvi= x Shunt Ohmmeter Shunt s x E µa Meter I m I m V m E ) ( v I E ) ( E v E v E I When

More information

Measurement in Engineering

Measurement in Engineering Measurement in Engineering Responsible person for the course: Ing. Martin Novak, Ph.D. Report on the laboratory experiment Measurement of temperature of the 12.10.10 - made by Sebastian Kößler Report on

More information

Lecture 36: Temperatue Measurements

Lecture 36: Temperatue Measurements Lecture 36: Temperatue Measurements Contents Principle of thermocouples Materials for themocouples Cold junction compensation Compensating wires Selection of thermocouples Illustration of gas temperature

More information

Temperature Measurement

Temperature Measurement Temperature Measurement Temperature is one of the most common measurements What is Temperature? Intuitively understood as sensation of hot/cold Early Researchers: Galileo (1564-1642) Newton (1642-1727)

More information

THERMOCOUPLE CHARACTERISTICS TRAINER

THERMOCOUPLE CHARACTERISTICS TRAINER THERMOCOUPLE CHARACTERISTICS TRAINER (Model No : ) User Manual Version 2.0 Technical Clarification /Suggestion : / Technical Support Division, Vi Microsystems Pvt. Ltd., Plot No :75,Electronics Estate,

More information

SEN TRONIC AG 1 A 6 6 / "

SEN TRONIC AG 1 A 6 6 / 1A 66/" 0!"#$%&'() %"*+", - %"*.", - /01234%( 34.+*!54%& 0*%/# "6#,7857.'.0" - 6#)9.:. &%&;! 0 &????'.&% )&" 8" @&& (++ '() %('.('/(#$!!! ' %! %!& ;!;8 ;!;8 0 &&'&&;! C;!C&(D"@@ &;! 0&&+%&;! C&=;!C&(D"@@

More information

Temperature. Sensors. Measuring technique. Eugene V. Colla. 10/25/2017 Physics 403 1

Temperature. Sensors. Measuring technique. Eugene V. Colla. 10/25/2017 Physics 403 1 Temperature. Sensors. Measuring technique. Eugene V. Colla 10/25/2017 Physics 403 1 Outline Temperature Sensors Measuring equipment and ideas Sensor calibration Temperature scales 10/25/2017 Physics 403

More information

Section 7. Temperature Measurement

Section 7. Temperature Measurement Section 7 Temperature Measurement 7/25/2017 Engineering Measurements 7 1 Working Definition Temperature is a measure of the average kinetic energy of the molecules that make of a substance. After time,

More information

1. Mark the correct statement(s)

1. Mark the correct statement(s) 1. Mark the correct statement(s) Figure to the right shows a mass measurement scale using a spring. 1.1 The span of the scale is a) 16 kg b) 21 kg c) 11 kg d) 5-16 kg 1.2 The range of the scale is a) 16

More information

National Exams May 2016

National Exams May 2016 National Exams May 2016 04-Agric-A5, Principles of Instrumentation 3 hours duration NOTES: 1. If doubt exists as to the interpretation of any question, the candidate is urged to submit with the answer

More information

INSTRUMENTATION ECE Fourth Semester. Presented By:- Sumit Grover Lect., Deptt. of ECE

INSTRUMENTATION ECE Fourth Semester. Presented By:- Sumit Grover Lect., Deptt. of ECE INSTRUMENTATION ECE Fourth Semester Presented By:- Sumit Grover Lect., Deptt. of ECE Detailed Contents Objectives Sensors and transducer Classification of transducers Temperature transducers Resistance

More information

IC Temperature Sensor Provides Thermocouple Cold-Junction Compensation

IC Temperature Sensor Provides Thermocouple Cold-Junction Compensation IC Temperature Sensor Provides Thermocouple Cold-Junction Compensation Introduction Due to their low cost and ease of use, thermocouples are still a popular means for making temperature measurements up

More information

Using a Mercury itc with thermocouples

Using a Mercury itc with thermocouples Technical Note Mercury Support Using a Mercury itc with thermocouples Abstract and content description This technical note describes how to make accurate and reliable temperature measurements using an

More information

EM375 MECHANICAL ENGINEERING EXPERIMENTATION THERMOCOUPLE LABORATORY

EM375 MECHANICAL ENGINEERING EXPERIMENTATION THERMOCOUPLE LABORATORY EM375 MECHANICAL ENGINEERING EXPERIMENTATION THERMOCOUPLE LABORATORY PURPOSE The objective of this laboratory is to introduce the student to the manufacture and use of thermocouples. Thermocouples will

More information

Experimentation. Third Edition. Wheeler. Ahmad R. Ganji. School of Engineering. With Third Edition contributions by. V. V. Krishnan. Brian S.

Experimentation. Third Edition. Wheeler. Ahmad R. Ganji. School of Engineering. With Third Edition contributions by. V. V. Krishnan. Brian S. Introduction to Engineering Experimentation Third Edition Anthony J. Ahmad R. Wheeler Ganji School of Engineering San Francisco State University With Third Edition contributions by V. V. Krishnan San Francisco

More information

Roll No. :... Invigilator s Signature :.. CS/B.Tech (EIE)/SEM-5/EI-501/ INDUSTRIAL INSTRUMENTATION II

Roll No. :... Invigilator s Signature :.. CS/B.Tech (EIE)/SEM-5/EI-501/ INDUSTRIAL INSTRUMENTATION II Name : Roll No. :.... Invigilator s Signature :.. CS/B.Tech (EIE)/SEM-5/EI-501/2011-12 2011 INDUSTRIAL INSTRUMENTATION II Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full

More information

Detection range and accuracy specs.

Detection range and accuracy specs. Example Detection range and accuracy specs. Calculate accuracy and relative error for I = 2.458 ma in all possible ranges. Select the best range and answer why is the best? Write the display indication

More information

Circuits for Analog System Design Prof. Gunashekaran M K Center for Electronics Design and Technology Indian Institute of Science, Bangalore

Circuits for Analog System Design Prof. Gunashekaran M K Center for Electronics Design and Technology Indian Institute of Science, Bangalore Circuits for Analog System Design Prof. Gunashekaran M K Center for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture No. # 08 Temperature Indicator Design Using Op-amp Today,

More information

Study of Resistance Components

Study of Resistance Components Study of Resistance Components Purpose: The purpose of this exercise is to apply fundamental electrical circuit concepts to determine the response of electrical components subjected to a mechanical input

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

EE1320: Measurement Science Lecture 2: Sensors

EE1320: Measurement Science Lecture 2: Sensors EE1320: Measurement Science Lecture 2: Sensors Dr. ir. Michiel Pertijs, Electronic Instrumentation Laboratory April 26, 2013 Delft University of Technology Challenge the future Course program 2013 week

More information

The Underground Experimental Investigation of Thermocouples

The Underground Experimental Investigation of Thermocouples The Underground Experimental Investigation of Thermocouples April 14, 21 Abstract This experiment investigates a K-type thermocouple in order to demonstrate the Seebeck and Peltier coefficients. Temperature

More information

Chapter 6 Temperature Measurement (Revision 2.0, 1/12/2009)

Chapter 6 Temperature Measurement (Revision 2.0, 1/12/2009) Chapter 6 emperature Measurement (Revision 2.0, /2/2009). Introduction his Chapter looks that various methods of temperature measurement. Historically, there are two temperature measurement scales: he

More information

Part 2. Sensor and Transducer Instrument Selection Criteria (3 Hour)

Part 2. Sensor and Transducer Instrument Selection Criteria (3 Hour) Part 2 Sensor and Transducer Instrument Selection Criteria (3 Hour) At the end of this chapter, you should be able to: Describe the definition of sensor and transducer Determine the specification of control

More information

15. Compare the result with the value you have taken above Compare the calculated pressure value with the actual pressure value that you have

15. Compare the result with the value you have taken above Compare the calculated pressure value with the actual pressure value that you have 105) to convert it to. 15. Compare the result with the value you have taken above. 17. 16. Compare the calculated pressure value with the actual pressure value that you have taken from the, is it the same?

More information

Energy. E d. Energy Power = time. E t P = E t = P

Energy. E d. Energy Power = time. E t P = E t = P Energy Forms of energy Energy can never be created or destroyed. It can only be transformed from one type to another (or other types). here are many different forms of energy: Kinetic (movement) Energy

More information

Infrared Temperature Calibration 101 Using the right tool means better work and more productivity

Infrared Temperature Calibration 101 Using the right tool means better work and more productivity Infrared Temperature Calibration 101 Using the right tool means better work and more productivity Application Note Infrared thermometers let you measure a target s surface temperature from a distance without

More information

Using Recursion in Models and Decision Making: Recursion Using Rate of Change IV.C Student Activity Sheet 5: Newton s Law of Cooling

Using Recursion in Models and Decision Making: Recursion Using Rate of Change IV.C Student Activity Sheet 5: Newton s Law of Cooling Have you ever noticed that a container of cold liquid, such as a glass of iced tea, creates condensation on the outside of the container? Or that a cup of hot coffee does not always stay hot? What happened

More information

Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data Acquisition

Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data Acquisition Journal of the Advanced Undergraduate Physics Laboratory Investigation Volume 1 Issue 1 Article 3 2013 Electrical and Magnetic Properties of High Temperature Superconductors Using Varying forms of Data

More information

1. Distinguish the important characteristics of instrument that are totally electrical and totally electronic in nature. [16]

1. Distinguish the important characteristics of instrument that are totally electrical and totally electronic in nature. [16] Code No: RR320204 Set No. 1 1. Distinguish the important characteristics of instrument that are totally electrical and totally electronic in nature. [16] 2. Distinguish between deterministic signals and

More information

SENSORS and TRANSDUCERS

SENSORS and TRANSDUCERS SENSORS and TRANSDUCERS Tadeusz Stepinski, Signaler och system The Thermal Energy Domain Physics» Seebeck effect» Peltier effect» Thomson effect Thermal effects in semiconductors Thermoelectric sensors

More information

1) Thermo couple sensor

1) Thermo couple sensor 1) Thermo couple sensor Fundamental operation. In 1821 Mr. Seebeck found that if you connected 2 wires of different metals, a small Voltage would be generated, when this connection (junction) is heated.

More information

The Ramsauer-Townsend Effect

The Ramsauer-Townsend Effect The Ramsauer-Townsend Effect David-Alexander Robinson; Jack Denning; 08332461 25th March 2010 Contents 1 Abstract 2 2 Introduction & Theory 2 2.1 The Ramsauer-Townsend Effect................. 2 2.2 Contact

More information

Making Contact with Temperature

Making Contact with Temperature Making Contact with Temperature Here is a look at the phenomenon itself, the basic measurement technologies available, and how industry is presently using them. Jesse Yoder, Flow Research Temperature is

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

[ ] Sensors for Temperature Measurement, and Their Application 2L R 1 1 T 1 T 2

[ ] Sensors for Temperature Measurement, and Their Application 2L R 1 1 T 1 T 2 Sensors for Temperature Measurement, and Their Application In today s market, it is very rare to see electronic equipment that has not undergone extensive thermal evaluation, either by measurement or simulation.

More information

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K

Community College of Allegheny County Unit 9 Page #1. Thermocouples R1 = 1K 10K Community College of Allegheny County Unit 9 Page #1 Thermocouples +12V Thermocouple Junction Vin Copper Wire Constantan Wire + - 3 2 741 7 4 1 5-12V 6 V Vout R1 = 1K Rf = 100K Engineers are not expected

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

(Refer slide Time 1:09)

(Refer slide Time 1:09) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 2 Lecture - 28 Hot Wire Anemometry and Laser Doppler Velocimetry

More information

PHYSICS 211 LAB #8: Periodic Motion

PHYSICS 211 LAB #8: Periodic Motion PHYSICS 211 LAB #8: Periodic Motion A Lab Consisting of 6 Activities Name: Section: TA: Date: Lab Partners: Circle the name of the person to whose report your group printouts will be attached. Individual

More information

10/21/2015. Lightbulbs. Blackbody spectrum. Temperature and total emitted power (brightness) Blackbody spectrum and temperature

10/21/2015. Lightbulbs. Blackbody spectrum. Temperature and total emitted power (brightness) Blackbody spectrum and temperature Lightbulbs EM radiation so far EM radiation is a periodic modulation of the electric field: travels as a wave Wavelength (or frequency) determines: - type of EM radiation - if in visible range, wavelength

More information

Lightbulbs. Lecture 18 : Blackbody spectrum Improving lightbulb efficiency

Lightbulbs. Lecture 18 : Blackbody spectrum Improving lightbulb efficiency Lightbulbs Lecture 18 : Blackbody spectrum Improving lightbulb efficiency Reminders: HW 7 due Monday at 10pm Simulations available in G116 Reading quiz on Tuesday, 10.1 EM radiation so far EM radiation

More information

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay

Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Advanced Optical Communications Prof. R. K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture No. # 15 Laser - I In the last lecture, we discussed various

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY /6.071 Introduction to Electronics, Signals and Measurement Spring 2006

MASSACHUSETTS INSTITUTE OF TECHNOLOGY /6.071 Introduction to Electronics, Signals and Measurement Spring 2006 MASSACHUSETTS INSTITUTE OF TECHNOLOGY 22.07/6.07 Introduction to Electronics, Signals and Measurement Spring 2006 Lab6. Resistor Networks 2. Experiment. Power rating of resistors. Power rating is a very

More information

Mechanical Measurements. Module 2:

Mechanical Measurements. Module 2: Mechanical Measurements Module : 1. Thermometry Formally we start the study of Mechanical Measurements now! Module will consider the measurement of field quantities like temperature, pressure and fluid

More information

APPENDIX ELEVEN Open Fire Temperature Measurements

APPENDIX ELEVEN Open Fire Temperature Measurements APPENDIX ELEVEN Open Fire Temperature Measurements Temperatures are usually recorded with alcohol or mercury thermometers, with thermistors or resistance temperature detectors (platinum resistance thermometers),

More information

Veerapong Kanchanawongkul*

Veerapong Kanchanawongkul* Using LabVIEW to Development of Temperature Measurement System with Thermocouple and Thermistor AIS 08 Veerapong Kanchanawongkul* Department of Mechanical Engineering, Faculty of Engineering, South-East

More information

Experiment 3. Electrical Energy. Calculate the electrical power dissipated in a resistor.

Experiment 3. Electrical Energy. Calculate the electrical power dissipated in a resistor. Experiment 3 Electrical Energy 3.1 Objectives Calculate the electrical power dissipated in a resistor. Determine the heat added to the water by an immersed heater. Determine if the energy dissipated by

More information

Transduction Based on Changes in the Energy Stored in an Electrical Field

Transduction Based on Changes in the Energy Stored in an Electrical Field Lecture 6- Transduction Based on Changes in the Energy Stored in an Electrical Field Actuator Examples Microgrippers Normal force driving In-plane force driving» Comb-drive device F = εav d 1 ε oε F rwv

More information

Unit 57: Mechatronic System

Unit 57: Mechatronic System Unit 57: Mechatronic System Unit code: F/60/46 QCF level: 4 Credit value: 5 OUTCOME 2 TUTORIAL 2 - SENSOR TECHNOLOGIES 2 Understand electro-mechanical models and components in mechatronic systems and products

More information

CEE575 - Homework 1. Resistive Sensing: Due Monday, January 29

CEE575 - Homework 1. Resistive Sensing: Due Monday, January 29 CEE575 - Homework 1 Resistive Sensing: Due Monday, January 29 Problem 1: Planes A metallic wire embedded in a strain gage is 4 cm long with a diameter of 0.1 mm. The gage is mounted on the upper surface

More information

CIE Physics IGCSE. Topic 2: Thermal Physics

CIE Physics IGCSE. Topic 2: Thermal Physics CIE Physics IGCSE Topic 2: Thermal Physics Summary Notes Simple kinetic molecular model of matter Molecular model Solids Molecules close together in regular pattern Strong intermolecular forces of attraction

More information

Physics 405/505 Digital Electronics Techniques. University of Arizona Spring 2006 Prof. Erich W. Varnes

Physics 405/505 Digital Electronics Techniques. University of Arizona Spring 2006 Prof. Erich W. Varnes Physics 405/505 Digital Electronics Techniques University of Arizona Spring 2006 Prof. Erich W. Varnes Administrative Matters Contacting me I will hold office hours on Tuesday from 1-3 pm Room 420K in

More information

ME 105 Mechanical Engineering Laboratory Spring Quarter Experiment #2: Temperature Measurements and Transient Conduction and Convection

ME 105 Mechanical Engineering Laboratory Spring Quarter Experiment #2: Temperature Measurements and Transient Conduction and Convection ME 105 Mechanical Engineering Lab Page 1 ME 105 Mechanical Engineering Laboratory Spring Quarter 2010 Experiment #2: Temperature Measurements and Transient Conduction and Convection Objectives a) To calibrate

More information

2.2 Graphs of Functions

2.2 Graphs of Functions 2.2 Graphs of Functions Introduction DEFINITION domain of f, D(f) Associated with every function is a set called the domain of the function. This set influences what the graph of the function looks like.

More information

Chapter 1. Blackbody Radiation. Theory

Chapter 1. Blackbody Radiation. Theory Chapter 1 Blackbody Radiation Experiment objectives: explore radiation from objects at certain temperatures, commonly known as blackbody radiation ; make measurements testing the Stefan-Boltzmann law in

More information

EXPERIMENT NO. 4. Thermal Radiation: the Stefan-Boltzmann Law

EXPERIMENT NO. 4. Thermal Radiation: the Stefan-Boltzmann Law 1 EXPERIMENT NO. 4 Thermal Radiation: the Stefan-Boltzmann Law References: Physics for Scientists and Engineers, Serway and Jewett. Sections 40.1 An Introduction to Thermal Physics, Schroeder, Section

More information

EXPERIMENT 2: FREE FALL

EXPERIMENT 2: FREE FALL LAB SECTION: NAME: EXPERIMENT : FREE FALL Introduction: In this lab, you will measure the acceleration of an object as it falls toward the earth s surface. Air resistance should not be a factor, so the

More information

Heat and Temperature

Heat and Temperature Heat and Temperature Temperature What does temperature have to do with energy? What three temperature scales are commonly used? What makes things feel hot or cold? Intro: Discussion A person from Seattle

More information

Of all the physical properties, it is temperature, which is being measured most often.

Of all the physical properties, it is temperature, which is being measured most often. 1. Temperature 1.1 Introduction Of all the physical properties, it is temperature, which is being measured most often. Even the measurement of other physical properties,e.g. pressure, flow, level,, often

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Temperature Measurement

Temperature Measurement Temperature Measurement Concepts Concept from Claudius Galenus 8 Mixtures of Ice/boiling water Latin temperatura (blending/mixing) At left Galileo s Florentine Thermograph Temperature Measurement Florentine

More information

ABB temperature measurement Radiation thermometry. Measurement made easy. Process temperature measurement practice--non-contacting

ABB temperature measurement Radiation thermometry. Measurement made easy. Process temperature measurement practice--non-contacting Whitepaper_ WP_T_Non-Contacting_Temperature_Measurement ABB temperature measurement Radiation thermometry Measurement made easy Process temperature measurement practice--non-contacting By Gary Freeman,

More information

III B.Tech. II Semester Regular Examinations, April/May INSTRUMENTATION & CONTROL SYSTEMS (Mechanical Engineering) Time: 3 Hours Max Marks: 75

III B.Tech. II Semester Regular Examinations, April/May INSTRUMENTATION & CONTROL SYSTEMS (Mechanical Engineering) Time: 3 Hours Max Marks: 75 R10 Set No: 1 1. (a) Distinguish between accuracy and Precision. Which of these is more desirable during the act of measurement and why? (b) Discuss the necessity and importance of dynamic performance

More information

Industrial Instrumentation Prof. A. Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur

Industrial Instrumentation Prof. A. Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur Industrial Instrumentation Prof. A. Barua Department of Electrical Engineering Indian Institute of Technology - Kharagpur Lecture - 19 Low Pressure Measurement Welcome to the lesson 19 of Industrial Instrumentation.

More information

1 Implicit Differentiation

1 Implicit Differentiation 1 Implicit Differentiation In logarithmic differentiation, we begin with an equation y = f(x) and then take the logarithm of both sides to get ln y = ln f(x). In this equation, y is not explicitly expressed

More information

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 26, 2019 Outline 1 Cooling Models 2 Estimating the Cooling Rate k 3 Typical

More information

EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT

EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.01X Fall 2000 EXPERIMENT ET: ENERGY TRANSFORMATION & SPECIFIC HEAT We have introduced different types of energy which help us describe

More information

- Copyright Dewesoft d.o.o., all rights reserved. Temperature measurement

- Copyright Dewesoft d.o.o., all rights reserved. Temperature measurement www.dewesoft.com - Copyright 2000-2019 Dewesoft d.o.o., all rights reserved. Temperature measurement Table of Contents Temperature and temperature scales 2 Types of temperature sensors 4 1. Thermocouples

More information

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2018 Outline Cooling Models Estimating the Cooling Rate k Typical Cooling

More information

10 Measurement of Acceleration, Vibration and Shock Transducers

10 Measurement of Acceleration, Vibration and Shock Transducers Chapter 10: Acceleration, Vibration and Shock Measurement Dr. Lufti Al-Sharif (Revision 1.0, 25/5/2008) 1. Introduction This chapter examines the measurement of acceleration, vibration and shock. It starts

More information

COURSE OF Prepared By: MUHAMMAD MOEEN SULTAN Department of Mechanical Engineering UET Lahore, KSK Campus

COURSE OF Prepared By: MUHAMMAD MOEEN SULTAN Department of Mechanical Engineering UET Lahore, KSK Campus COURSE OF Active and passive instruments Null-type and deflection-type instruments Analogue and digital instruments In active instruments, the external power source is usually required to produce an output

More information

Answer: The relation between kelvin scale and Celsius scale is TK =TC => TC=TK

Answer: The relation between kelvin scale and Celsius scale is TK =TC => TC=TK Question The triple points of neon and carbon dioxide are 24.57 K and 216.55 K respectively. Express these temperatures on the Celsius and Fahrenheit scales. Answer: The relation between kelvin scale and

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown.

Solved Problems. Electric Circuits & Components. 1-1 Write the KVL equation for the circuit shown. Solved Problems Electric Circuits & Components 1-1 Write the KVL equation for the circuit shown. 1-2 Write the KCL equation for the principal node shown. 1-2A In the DC circuit given in Fig. 1, find (i)

More information

(A) (B) (D) (C) 1.5. Amplitude (volts) 1.5. Amplitude (volts) Time (seconds) Time (seconds)

(A) (B) (D) (C) 1.5. Amplitude (volts) 1.5. Amplitude (volts) Time (seconds) Time (seconds) Reminder: Lab #1 : Limitations of A/D conversion Lab #2 : Thermocouple, static and dynamic calibration Lab #3 : Conversion of work into heat Lab #4 : Pressure transducer, static and dynamic calibration

More information

MAS.836 PROBLEM SET THREE

MAS.836 PROBLEM SET THREE MAS.836 PROBLEM SET THREE FSR, Strain Gauge, and Piezo Circuits: The purpose of this problem set is to familiarize yourself with the most common forms of pressure and force measurement. The circuits you

More information

Exercise 1: Thermocouple Characteristics

Exercise 1: Thermocouple Characteristics The Thermocouple Transducer Fundamentals Exercise 1: Thermocouple Characteristics EXERCISE OBJECTIVE When you have completed this exercise, you will be able to describe and demonstrate the characteristics

More information

DUBLIN INSTITUTE OF TECHNOLOGY Kevin Street, Dublin 8.

DUBLIN INSTITUTE OF TECHNOLOGY Kevin Street, Dublin 8. Question Sheet Page 1 of 5 Instructions for the student: Question 1 is compulsory [40 marks] Attempt any two other questions [30 marks per question] The following must be made available during the examination:

More information

What does temperature have to do with energy? What three temperature scales are commonly used? What makes things feel hot or cold?

What does temperature have to do with energy? What three temperature scales are commonly used? What makes things feel hot or cold? Heat and Temperature Section 1: Temperature What does temperature have to do with energy? What three temperature scales are commonly used? What makes things feel hot or cold? 1 Intro: Discussion A person

More information

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