I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is

Size: px
Start display at page:

Download "I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is"

Transcription

1 Length L>>a,b,c Phys 232 Lab 4 Ch 17 Electric Ptential Difference Materials: whitebards & pens, cmputers with VPythn, pwer supply & cables, multimeter, crkbard, thumbtacks, individual prbes and jined prbes, carbn-paper with traces Objectives In this lab yu will d the fllwing: Analytically relate charge distributin, electric field, and electric ptential fr a rd Cmputatinally map electric field and electric ptential (equiptential lines) fr pairs f charges Experimentally map electric field and electric ptential (equiptential lines) fr varius surce cnfiguratins. Thery In chapter 17, yu learn abut the electric ptential (a.k.a. Vltage), that clsely relates t the wrk r electric ptential energy fr mving a charge in the presence f ther charges. The definitin f electric ptential difference is V E d. Tw imprtant prperties f the electric ptential are: The electric ptential decreases mst rapidly in the directin that the electric field pints. Thrughut a cnductr, if n charge is mving, then the electric ptential is the same. Equiptential Lines. The electric field thrughut a regin f space is ften visualized with arrws representing the magnitude and directin f the field at varius lcatins. The electric ptential thrughut a regin f space is ften visualized with equiptential lines, curves alng which the electric ptential is cnstant. These are analgus t the equi-elevatin (cntur) lines featured in a tpgraphical map. As with tp maps, where these lines are clsely packed, the ptential changes steeply; where they re spaced ut, the ptential changes mre gradually. I. Analytical Ptential and Field f a Unifrm Rd Unifrm charge -Q c On a whitebard, wrk the fllwing prblem (17.P.66). C b B A a The lng rd shwn has a length L, which is much greater than any f the ther lengths, and carries a unifrm charge Q. a. Alng the path A t B t C, draw the electric field at several lcatins. This will prvide yu visual clues as t whether it s varying, whether we re headed with r against the field, etc. b. Draw representative l s alng the path. f c. Add up (r integrate) V E dl frm A t C. (Dn t frget that Ch 16 gives an apprximatin fr the field f a very lng rd.) i alng this path

2 Phys 232 Lab 4 Ch 17 Electric Ptential Difference 2 II. Cmputatinal Ptential and Field f a Charge Pair Yu ll cmplete and run a prgram t determine a pair f pint charges electric ptential and electric field thrughut a regin f space and represent thse with a clr gradient and cntur (r equiptential) lines and vectrs (fr the electric field) a. Equiptential Lines An equiptential is the curve (r 3D surface) that cnnects all bservatin lcatins that have the same electric ptential. The situatin yu ll mdel is illustrated in the figure belw: tw pint charges, q 1 and q 2, bth cntribute t the electric ptential at an bservatin lcatin. (As the text discusses, the ptential at a pint is really the ptential difference between that pint and sme reference lcatin; in this case, the reference lcatin is ut at infinity.) Given the familiar expressin fr the electric field due t a pint charge and given the general relatinship between field and ptential (see the thery sectin at the beginning f this lab), the electric ptential at an bservatin lcatin due t a pint charge is ( ) q V r 4 where r 1 r r q 1. 1 q 2 r 1 Written in terms f vectr cmpnents, the magnitude f this separatin vectr is 2 2 r x x y y z z1 Similar expressins can be written fr the electric ptential due t charge 2. Frm WebAssign, dwnlad the pythn cde Ptential and Field.py (pen a blank VPythn file frm the desktp, pen the Ptential and Field file thrugh WebAssign, cpy the cde, and paste it int the VPythn windw.) Nte: This prgram cntains a mix f functins that yu shuld be getting familiar with (like linspace) and functins that yu needn t wrry abut mastering (like meshgrid and the pltting functins); the latter are useful fr efficiently visualizing vltage and field, but we wn t use again in this curse. In the Calculatins sectin, cmplete the xbs = line s xbs is a list f 100 x- crdinates fr bservatin lcatins, running frm -1.5 t 1.5 meters. D the same with the ybs= line (these being the bservatin lcatin s y-crdinates.) Cmplete the r1 =, V1 =, r2=, V2=, and V = lines s they give the magnitudes f the separatin vectrs between the charges and the bservatin lcatin (Xbs, Ybs), each charge s cntributin t the electric ptential there, and the ttal electric ptential there. Recall that in Pythn, x n is written x**n. Square rt in Pythn is either sqrt( ) r ( )**0.5. Nte: The pwer f the meshgrid functin that defined Xbs and Ybs is that yur single line that defines V in terms f these will actually return nt just ne value f electric ptential, but the list f equiptential values fr all bservatin lcatins! 2.

3 Phys 232 Lab 4 Ch 17 Electric Ptential Difference 3 T test that yu ve gtten everything right s far, temprarily add a print statement just belw the V= line, run the prgram, and check in WebAssign the first three V values in the list that s printed. Nte: if yu re wrking n yur wn cmputer and Pythn cmplains that pylab is nt installed, yu ll need t mve yur cde t ne f the lab cmputers t cntinue wrking n it. The prgram is incmplete, s it will crash, but nt befre printing. In the Display sectin at the end f the prgram, uncmment and cmplete the LineVs= line s LineVs is a list f 401 vltages running frm t 10000V. This will set the equiptential levels t be displayed. Run the prgram. The levelspltv= line shuld be respnsible fr creating a cntur plt displaying 401 equiptential curves running frm -10,000V t 10,000V, thugh the curves near the pint charges will be s clse t each ther they blur tgether. b. Clr Gradient Of curse, the 401 curves are just discrete samplings f the smthly-varying electric ptential; t better visualize the smth variatin, Just belw the levelspltv= line, add a line that defines ClrVs t be a list f 1001 vltages, frm -500V t 500V fr which clr shades will represent vltage (yu re nly clrizing frm -500V t 500V s all the clr gradatin desn t get devted t the space near the charges where the vltages vary steeply.) Remve the # frm befre clrpltv= t activate that line which is respnsible fr creating the clr-gradient plt. Run the prgram and enjy. c. Electric Field Accrding t the equatin given at the beginning f this lab, electric field and ptential are intimately related electric ptential difference is the path integral f electric field r, cnversely, electric field is the negative gradient (3D slpe) f the electric ptential. T see the relatinship between electric ptential and field, The prgram already has lines f cde that determine the x and y-cmpnents f the electric field at several lcatins. Yu ll ntice sme redundancy: Ex, Ey, and Ex2 and Ey2 are calculated using slightly different lists f bservatin lcatins (XbsE, YbsE and XbsE2, YbsE2); this is t avid calculating E t near the tw charges (where the field is huge) Remve the # frm the beginning f the quiverplte= line and the beginning f the quiverplte2= line. Tgether, they will display the electric field n the same figure as the electric ptential. Run the Prgram. Based n the plt that s generated, in WebAssign cmplete these statements abut the relatinship between field and ptential: The electric field pints. The electric field s magnitude is greatest where. Where the electric ptential is zer, the electric field is. Make sure partner names are written in a cmment at the beginning f the prgram, save it, and uplad it.

4 Phys 232 Lab 4 Ch 17 Electric Ptential Difference 4 d. Varying Surce Charges Electric Ptential and Field T really appreciate hw the Electric Ptential and Field are related t each ther, vary the rati f the tw surce charges. Change q2 t equal q1 and run the prgram t see hw the field and ptential change (yu may want t change the limits in ClrVs= t better visualize the electric ptential.) Change q2 t be 2*q1 and run the prgram t see hw the field and ptential change (yu may want t change the limits in ClrVs= t better visualize the electric ptential.) Feel free t make any ther changes yu d like t explre. III. Experimental Ptential and Field Tw pint charges Experimental Set up Get a sheet f resistance paper (carbn impregnated) with electrdes in the shape f tw small dts drawn in silver cnductive ink. Tack the crners f the paper dwn n a crkbard. Fr the first part f the experiment, attach the pwer supply and the multimeter as shwn in the diagram belw. Tw f the leads shuld be cnnected t the electrdes with pins. Set the dial n the multimeter t DC V s that it will measure differences in electric ptential (als called vltage). Turn n the multimeter and the pwer supply. DC Pwer Supply COM -5 V +5 V Digital Multimeter DC 1000V COM Prbe Experimental Prcedure A. Find Equiptential Lines 1. Carefully sketch the shape f the electrdes n a piece f white grid paper. 2. The shape f an equiptential line is fund by mving the prbe n the paper t find enugh pints where the vltage is the same that yu can be cnfident f the shape f the smth curve that cnnects thse pints. Fr a give equiptential curve, yu shuld

5 Phys 232 Lab 4 Ch 17 Electric Ptential Difference 5 find at least fur pints, mark them n yur white grid paper, and then smthly cnnect the dts. Nte: Since yur hand is abut as cnductive as the paper is, yur measurements wuld be affected if yu rested yur hand n the paper while take measurements, s be careful nt t. 3. Start by finding the curve where the vltage is +3 V. Carefully draw and label the equiptential line n the white grid paper, nt n the black cnducting paper. 4. Repeat fr the vltages +4 V, +2 V, +1 V, 0 V, -1 V, -2 V, -3 V, -4 V. This shuld lk similar t the cntur plt in yur prgram when q2 = -q1. B. Find Electric Field Vectrs Suppse the vltage is measured at tw pints A and B that are a shrt distance d apart. Midway between the pints, the size f the cmpnent f the electric field alng the line cnnecting the pints is apprximately E V B V A d. If yu chse pints A and B s that the line cnnecting them is alng the electric field, the ptential difference will be maximum and yu will be measuring the size f the whle electric field. 1. Discnnect the multimeter frm the pwer supply. Als, remve the prbe frm the multimeter. Cnnect the multimeter t the pair f prbes that are held at a fixed distance apart. Place the red wire in the V scket and the black wire in the COM scket. In this cnfiguratin, the meter will display the electric ptential difference between the prbes. A psitive reading will mean that the red prbe is at a pint with a higher electric ptential, which means the cmpnent f the electric field pints tward the black prbe (Since electric field is the negative gradient f electric ptential). 2. Measure the distance between the tips f the prbes. 3. Fr the fllwing fur pints, determine the directin and magnitude f the electric field. Yu ll recrd the magnitude in WebAssign and sketch electric field vectrs n the white grid paper t indicate the apprpriate directin and their relative magnitudes. a. Straddling the +1V curve alng the line directly between the tw pint surces (and dn t frget t sketch an arrw n yur white grid paper) b. Straddling the +2V curve where it passes belw ne f the pint surces (be careful t find the apprpriate directin f the field here and dn t frget t sketch an arrw n yur white grid paper) c. Straddling the +2V curve where it passes abve the same pint surce (be careful t find the apprpriate directin f the field here and dn t frget t sketch an arrw n yur white grid paper) d. Straddling the -3V curve alng the line directly between the tw pint surces. b d a c

6 Phys 232 Lab 4 Ch 17 Electric Ptential Difference 6 When yu draw arrws representing the electric field at these pints, scale them s that the largest is nt t big t draw n the diagram with the equiptential lines. Remember that the tail f a vectr shuld be where the electric field was determined. The directins and relative magnitudes f the electric field at these pints shuld qualitatively agree with what yu d seen in yur prgram fr q2=-q1. Pint and Line Electrdes Replace yur black cnductive paper with a cnductive page with ne pint and ne line electrde. In rder t test that gd cntacts are made with the electrdes, tuch varius pints n each f the electrdes with the tip f the prbe. The vltage readings fr all pints n a single electrde shuld be very nearly the same (within abut 0.1 vlts). Fr this, repeat steps A and B. It s alright if yu can t find the equiptential lines t clse t the small electrde. Write yur grup members names n the tw white grid sheets and turn them in.

BASIC DIRECT-CURRENT MEASUREMENTS

BASIC DIRECT-CURRENT MEASUREMENTS Brwn University Physics 0040 Intrductin BASIC DIRECT-CURRENT MEASUREMENTS The measurements described here illustrate the peratin f resistrs and capacitrs in electric circuits, and the use f sme standard

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y=

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y= Intrductin t Vectrs I 21 Intrductin t Vectrs I 22 I. Determine the hrizntal and vertical cmpnents f the resultant vectr by cunting n the grid. X= y= J. Draw a mangle with hrizntal and vertical cmpnents

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

Finding the Earth s magnetic field

Finding the Earth s magnetic field Labratry #6 Name: Phys 1402 - Dr. Cristian Bahrim Finding the Earth s magnetic field The thery accepted tday fr the rigin f the Earth s magnetic field is based n the mtin f the plasma (a miture f electrns

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

Three charges, all with a charge of 10 C are situated as shown (each grid line is separated by 1 meter).

Three charges, all with a charge of 10 C are situated as shown (each grid line is separated by 1 meter). Three charges, all with a charge f 0 are situated as shwn (each grid line is separated by meter). ) What is the net wrk needed t assemble this charge distributin? a) +0.5 J b) +0.8 J c) 0 J d) -0.8 J e)

More information

Activity Guide Loops and Random Numbers

Activity Guide Loops and Random Numbers Unit 3 Lessn 7 Name(s) Perid Date Activity Guide Lps and Randm Numbers CS Cntent Lps are a relatively straightfrward idea in prgramming - yu want a certain chunk f cde t run repeatedly - but it takes a

More information

Relationships Between Frequency, Capacitance, Inductance and Reactance.

Relationships Between Frequency, Capacitance, Inductance and Reactance. P Physics Relatinships between f,, and. Relatinships Between Frequency, apacitance, nductance and Reactance. Purpse: T experimentally verify the relatinships between f, and. The data cllected will lead

More information

AP Physics Kinematic Wrap Up

AP Physics Kinematic Wrap Up AP Physics Kinematic Wrap Up S what d yu need t knw abut this mtin in tw-dimensin stuff t get a gd scre n the ld AP Physics Test? First ff, here are the equatins that yu ll have t wrk with: v v at x x

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

Lab #3: Pendulum Period and Proportionalities

Lab #3: Pendulum Period and Proportionalities Physics 144 Chwdary Hw Things Wrk Spring 2006 Name: Partners Name(s): Intrductin Lab #3: Pendulum Perid and Prprtinalities Smetimes, it is useful t knw the dependence f ne quantity n anther, like hw the

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations STAPLE Physics 201 Name Final Exam May 14, 2013 This is a clsed bk examinatin but during the exam yu may refer t a 5 x7 nte card with wrds f wisdm yu have written n it. There is extra scratch paper available.

More information

Physics 212. Lecture 12. Today's Concept: Magnetic Force on moving charges. Physics 212 Lecture 12, Slide 1

Physics 212. Lecture 12. Today's Concept: Magnetic Force on moving charges. Physics 212 Lecture 12, Slide 1 Physics 1 Lecture 1 Tday's Cncept: Magnetic Frce n mving charges F qv Physics 1 Lecture 1, Slide 1 Music Wh is the Artist? A) The Meters ) The Neville rthers C) Trmbne Shrty D) Michael Franti E) Radiatrs

More information

Q1. A) 48 m/s B) 17 m/s C) 22 m/s D) 66 m/s E) 53 m/s. Ans: = 84.0 Q2.

Q1. A) 48 m/s B) 17 m/s C) 22 m/s D) 66 m/s E) 53 m/s. Ans: = 84.0 Q2. Phys10 Final-133 Zer Versin Crdinatr: A.A.Naqvi Wednesday, August 13, 014 Page: 1 Q1. A string, f length 0.75 m and fixed at bth ends, is vibrating in its fundamental mde. The maximum transverse speed

More information

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 6. An electrchemical cell is cnstructed with an pen switch, as shwn in the diagram abve. A strip f Sn and a strip f an unknwn metal, X, are used as electrdes.

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

CHAPTER 8b Static Equilibrium Units

CHAPTER 8b Static Equilibrium Units CHAPTER 8b Static Equilibrium Units The Cnditins fr Equilibrium Slving Statics Prblems Stability and Balance Elasticity; Stress and Strain The Cnditins fr Equilibrium An bject with frces acting n it, but

More information

1. Transformer A transformer is used to obtain the approximate output voltage of the power supply. The output of the transformer is still AC.

1. Transformer A transformer is used to obtain the approximate output voltage of the power supply. The output of the transformer is still AC. PHYSIS 536 Experiment 4: D Pwer Supply I. Intrductin The prcess f changing A t D is investigated in this experiment. An integrated circuit regulatr makes it easy t cnstruct a high-perfrmance vltage surce

More information

Electric Current and Resistance

Electric Current and Resistance Electric Current and Resistance Electric Current Electric current is the rate f flw f charge thrugh sme regin f space The SI unit f current is the ampere (A) 1 A = 1 C / s The symbl fr electric current

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y )

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y ) (Abut the final) [COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t m a k e s u r e y u a r e r e a d y ) The department writes the final exam s I dn't really knw what's n it and I can't very well

More information

Q1. In figure 1, Q = 60 µc, q = 20 µc, a = 3.0 m, and b = 4.0 m. Calculate the total electric force on q due to the other 2 charges.

Q1. In figure 1, Q = 60 µc, q = 20 µc, a = 3.0 m, and b = 4.0 m. Calculate the total electric force on q due to the other 2 charges. Phys10 Secnd Majr-08 Zer Versin Crdinatr: Dr. I. M. Nasser Saturday, May 3, 009 Page: 1 Q1. In figure 1, Q = 60 µc, q = 0 µc, a = 3.0 m, and b = 4.0 m. Calculate the ttal electric frce n q due t the ther

More information

Introduction to Spacetime Geometry

Introduction to Spacetime Geometry Intrductin t Spacetime Gemetry Let s start with a review f a basic feature f Euclidean gemetry, the Pythagrean therem. In a twdimensinal crdinate system we can relate the length f a line segment t the

More information

Chapter 16. Capacitance. Capacitance, cont. Parallel-Plate Capacitor, Example 1/20/2011. Electric Energy and Capacitance

Chapter 16. Capacitance. Capacitance, cont. Parallel-Plate Capacitor, Example 1/20/2011. Electric Energy and Capacitance summary C = ε A / d = πε L / ln( b / a ) ab C = 4πε 4πε a b a b >> a Chapter 16 Electric Energy and Capacitance Capacitance Q=CV Parallel plates, caxial cables, Earth Series and parallel 1 1 1 = + +..

More information

SPH3U1 Lesson 06 Kinematics

SPH3U1 Lesson 06 Kinematics PROJECTILE MOTION LEARNING GOALS Students will: Describe the mtin f an bject thrwn at arbitrary angles thrugh the air. Describe the hrizntal and vertical mtins f a prjectile. Slve prjectile mtin prblems.

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

Figure 1a. A planar mechanism.

Figure 1a. A planar mechanism. ME 5 - Machine Design I Fall Semester 0 Name f Student Lab Sectin Number EXAM. OPEN BOOK AND CLOSED NOTES. Mnday, September rd, 0 Write n ne side nly f the paper prvided fr yur slutins. Where necessary,

More information

Lecture 13: Electrochemical Equilibria

Lecture 13: Electrochemical Equilibria 3.012 Fundamentals f Materials Science Fall 2005 Lecture 13: 10.21.05 Electrchemical Equilibria Tday: LAST TIME...2 An example calculatin...3 THE ELECTROCHEMICAL POTENTIAL...4 Electrstatic energy cntributins

More information

Associated Students Flacks Internship

Associated Students Flacks Internship Assciated Students Flacks Internship 2016-2017 Applicatin Persnal Infrmatin: Name: Address: Phne #: Years at UCSB: Cumulative GPA: E-mail: Majr(s)/Minr(s): Units Cmpleted: Tw persnal references (Different

More information

1. Calculating and displaying the electric field of a single charged particle. r p. q p. r o

1. Calculating and displaying the electric field of a single charged particle. r p. q p. r o Physics 232 Lab 1 Ch 14 Electric Fields f Pint Charges 1 Objectives In this lab yu will d the fllwing: Cmutatinally mdel the electric field f a rtn Cmutatinally mdel the electric field f a dile (tw equal

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

37 Maxwell s Equations

37 Maxwell s Equations 37 Maxwell s quatins In this chapter, the plan is t summarize much f what we knw abut electricity and magnetism in a manner similar t the way in which James Clerk Maxwell summarized what was knwn abut

More information

Module 4: General Formulation of Electric Circuit Theory

Module 4: General Formulation of Electric Circuit Theory Mdule 4: General Frmulatin f Electric Circuit Thery 4. General Frmulatin f Electric Circuit Thery All electrmagnetic phenmena are described at a fundamental level by Maxwell's equatins and the assciated

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

Interference is when two (or more) sets of waves meet and combine to produce a new pattern.

Interference is when two (or more) sets of waves meet and combine to produce a new pattern. Interference Interference is when tw (r mre) sets f waves meet and cmbine t prduce a new pattern. This pattern can vary depending n the riginal wave directin, wavelength, amplitude, etc. The tw mst extreme

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Phys102 Final-061 Zero Version Coordinator: Nasser Wednesday, January 24, 2007 Page: 1

Phys102 Final-061 Zero Version Coordinator: Nasser Wednesday, January 24, 2007 Page: 1 Crdinatr: Nasser Wednesday, January 4, 007 Page: 1 Q1. Tw transmitters, S 1 and S shwn in the figure, emit identical sund waves f wavelength λ. The transmitters are separated by a distance λ /. Cnsider

More information

Name: Period: Date: ATOMIC STRUCTURE NOTES ADVANCED CHEMISTRY

Name: Period: Date: ATOMIC STRUCTURE NOTES ADVANCED CHEMISTRY Name: Perid: Date: ATOMIC STRUCTURE NOTES ADVANCED CHEMISTRY Directins: This packet will serve as yur ntes fr this chapter. Fllw alng with the PwerPint presentatin and fill in the missing infrmatin. Imprtant

More information

Chemistry 20 Lesson 11 Electronegativity, Polarity and Shapes

Chemistry 20 Lesson 11 Electronegativity, Polarity and Shapes Chemistry 20 Lessn 11 Electrnegativity, Plarity and Shapes In ur previus wrk we learned why atms frm cvalent bnds and hw t draw the resulting rganizatin f atms. In this lessn we will learn (a) hw the cmbinatin

More information

Lecture 5: Equilibrium and Oscillations

Lecture 5: Equilibrium and Oscillations Lecture 5: Equilibrium and Oscillatins Energy and Mtin Last time, we fund that fr a system with energy cnserved, v = ± E U m ( ) ( ) One result we see immediately is that there is n slutin fr velcity if

More information

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018 Michael Faraday lived in the Lndn area frm 1791 t 1867. He was 29 years ld when Hand Oersted, in 1820, accidentally discvered that electric current creates magnetic field. Thrugh empirical bservatin and

More information

Chapter 2 GAUSS LAW Recommended Problems:

Chapter 2 GAUSS LAW Recommended Problems: Chapter GAUSS LAW Recmmended Prblems: 1,4,5,6,7,9,11,13,15,18,19,1,7,9,31,35,37,39,41,43,45,47,49,51,55,57,61,6,69. LCTRIC FLUX lectric flux is a measure f the number f electric filed lines penetrating

More information

Edexcel GCSE Physics

Edexcel GCSE Physics Edexcel GCSE Physics Tpic 10: Electricity and circuits Ntes (Cntent in bld is fr Higher Tier nly) www.pmt.educatin The Structure f the Atm Psitively charged nucleus surrunded by negatively charged electrns

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

AP Physics Laboratory #4.1: Projectile Launcher

AP Physics Laboratory #4.1: Projectile Launcher AP Physics Labratry #4.1: Prjectile Launcher Name: Date: Lab Partners: EQUIPMENT NEEDED PASCO Prjectile Launcher, Timer, Phtgates, Time f Flight Accessry PURPOSE The purpse f this Labratry is t use the

More information

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment Science 10: The Great Geyser Experiment A cntrlled experiment Yu will prduce a GEYSER by drpping Ments int a bttle f diet pp Sme questins t think abut are: What are yu ging t test? What are yu ging t measure?

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

Name: Period: Date: BONDING NOTES ADVANCED CHEMISTRY

Name: Period: Date: BONDING NOTES ADVANCED CHEMISTRY Name: Perid: Date: BONDING NOTES ADVANCED CHEMISTRY Directins: This packet will serve as yur ntes fr this chapter. Fllw alng with the PwerPint presentatin and fill in the missing infrmatin. Imprtant terms

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through f Getting Invlved O Literature Circles can be fun. It is exciting t be part f a grup that shares smething. S get invlved, read, think, and talk abut bks! Respnsibilities f a Member Remember a Literature

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

AP Physics. Summer Assignment 2012 Date. Name. F m = = + What is due the first day of school? a. T. b. = ( )( ) =

AP Physics. Summer Assignment 2012 Date. Name. F m = = + What is due the first day of school? a. T. b. = ( )( ) = P Physics Name Summer ssignment 0 Date I. The P curriculum is extensive!! This means we have t wrk at a fast pace. This summer hmewrk will allw us t start n new Physics subject matter immediately when

More information

TP1 - Introduction to ArcGIS

TP1 - Introduction to ArcGIS TP1 - Intrductin t ArcGIS During this practical, we will use ArcGIS (ArcMap and ArcCatalg) t create maps f predictrs that culd explain the bserved bird richness in Switzerland. ArcMap is principally used

More information

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets

Department of Economics, University of California, Davis Ecn 200C Micro Theory Professor Giacomo Bonanno. Insurance Markets Department f Ecnmics, University f alifrnia, Davis Ecn 200 Micr Thery Prfessr Giacm Bnann Insurance Markets nsider an individual wh has an initial wealth f. ith sme prbability p he faces a lss f x (0

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Honors Physics Final Review Summary

Honors Physics Final Review Summary Hnrs Physics Final Review Summary Wrk Dne By A Cnstant Frce: Wrk describes a frce s tendency t change the speed f an bject. Wrk is dne nly when an bject mves in respnse t a frce, and a cmpnent f the frce

More information

Hubble s Law PHYS 1301

Hubble s Law PHYS 1301 1 PHYS 1301 Hubble s Law Why: The lab will verify Hubble s law fr the expansin f the universe which is ne f the imprtant cnsequences f general relativity. What: Frm measurements f the angular size and

More information

Copyright Paul Tobin 63

Copyright Paul Tobin 63 DT, Kevin t. lectric Circuit Thery DT87/ Tw-Prt netwrk parameters ummary We have seen previusly that a tw-prt netwrk has a pair f input terminals and a pair f utput terminals figure. These circuits were

More information

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System

Flipping Physics Lecture Notes: Simple Harmonic Motion Introduction via a Horizontal Mass-Spring System Flipping Physics Lecture Ntes: Simple Harmnic Mtin Intrductin via a Hrizntal Mass-Spring System A Hrizntal Mass-Spring System is where a mass is attached t a spring, riented hrizntally, and then placed

More information

Misc. ArcMap Stuff Andrew Phay

Misc. ArcMap Stuff Andrew Phay Misc. ArcMap Stuff Andrew Phay aphay@whatcmcd.rg Prjectins Used t shw a spherical surface n a flat surface Distrtin Shape Distance True Directin Area Different Classes Thse that minimize distrtin in shape

More information

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research).

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research). Science Fair Prject Set Up Instructins 1) Hypthesis Statement 2) Materials List 3) Prcedures 4) Safety Instructins 5) Data Table 1) Hw t write a HYPOTHESIS STATEMENT Use the fllwing frmat: If (IV) is (increased,

More information

M thematics. National 5 Practice Paper D. Paper 1. Duration 1 hour. Total marks 40

M thematics. National 5 Practice Paper D. Paper 1. Duration 1 hour. Total marks 40 N5 M thematics Natinal 5 Practice Paper D Paper 1 Duratin 1 hur Ttal marks 40 Yu may NOT use a calculatr Attempt all the questins. Use blue r black ink. Full credit will nly be given t slutins which cntain

More information

Pipetting 101 Developed by BSU CityLab

Pipetting 101 Developed by BSU CityLab Discver the Micrbes Within: The Wlbachia Prject Pipetting 101 Develped by BSU CityLab Clr Cmparisns Pipetting Exercise #1 STUDENT OBJECTIVES Students will be able t: Chse the crrect size micrpipette fr

More information

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!**

**DO NOT ONLY RELY ON THIS STUDY GUIDE!!!** Tpics lists: UV-Vis Absrbance Spectrscpy Lab & ChemActivity 3-6 (nly thrugh 4) I. UV-Vis Absrbance Spectrscpy Lab Beer s law Relates cncentratin f a chemical species in a slutin and the absrbance f that

More information

20 Faraday s Law and Maxwell s Extension to Ampere s Law

20 Faraday s Law and Maxwell s Extension to Ampere s Law Chapter 20 Faraday s Law and Maxwell s Extensin t Ampere s Law 20 Faraday s Law and Maxwell s Extensin t Ampere s Law Cnsider the case f a charged particle that is ming in the icinity f a ming bar magnet

More information

Lab 11 LRC Circuits, Damped Forced Harmonic Motion

Lab 11 LRC Circuits, Damped Forced Harmonic Motion Physics 6 ab ab 11 ircuits, Damped Frced Harmnic Mtin What Yu Need T Knw: The Physics OK this is basically a recap f what yu ve dne s far with circuits and circuits. Nw we get t put everything tgether

More information

Chapter 19. Electric Potential Energy and the Electric Potential

Chapter 19. Electric Potential Energy and the Electric Potential Chapter 19 Electric Ptential Energy and the Electric Ptential 19.1 Ptential Energy W mgh mgh GPE GPE 19.1 Ptential Energy 19.1 Ptential Energy W EPE EPE 19. The Electric Ptential Difference W q EPE q EPE

More information

Trigonometric Ratios Unit 5 Tentative TEST date

Trigonometric Ratios Unit 5 Tentative TEST date 1 U n i t 5 11U Date: Name: Trignmetric Ratis Unit 5 Tentative TEST date Big idea/learning Gals In this unit yu will extend yur knwledge f SOH CAH TOA t wrk with btuse and reflex angles. This extensin

More information

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning

Admin. MDP Search Trees. Optimal Quantities. Reinforcement Learning Admin Reinfrcement Learning Cntent adapted frm Berkeley CS188 MDP Search Trees Each MDP state prjects an expectimax-like search tree Optimal Quantities The value (utility) f a state s: V*(s) = expected

More information

Section 5.8 Notes Page Exponential Growth and Decay Models; Newton s Law

Section 5.8 Notes Page Exponential Growth and Decay Models; Newton s Law Sectin 5.8 Ntes Page 1 5.8 Expnential Grwth and Decay Mdels; Newtn s Law There are many applicatins t expnential functins that we will fcus n in this sectin. First let s lk at the expnential mdel. Expnential

More information

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic.

Sections 15.1 to 15.12, 16.1 and 16.2 of the textbook (Robbins-Miller) cover the materials required for this topic. Tpic : AC Fundamentals, Sinusidal Wavefrm, and Phasrs Sectins 5. t 5., 6. and 6. f the textbk (Rbbins-Miller) cver the materials required fr this tpic.. Wavefrms in electrical systems are current r vltage

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Supprted Mdules...

More information

https://goo.gl/eaqvfo SUMMER REV: Half-Life DUE DATE: JULY 2 nd

https://goo.gl/eaqvfo SUMMER REV: Half-Life DUE DATE: JULY 2 nd NAME: DUE DATE: JULY 2 nd AP Chemistry SUMMER REV: Half-Life Why? Every radiistpe has a characteristic rate f decay measured by its half-life. Half-lives can be as shrt as a fractin f a secnd r as lng

More information

1 Course Notes in Introductory Physics Jeffrey Seguritan

1 Course Notes in Introductory Physics Jeffrey Seguritan Intrductin & Kinematics I Intrductin Quickie Cncepts Units SI is standard system f units used t measure physical quantities. Base units that we use: meter (m) is standard unit f length kilgram (kg) is

More information

Guide to Using the Rubric to Score the Klf4 PREBUILD Model for Science Olympiad National Competitions

Guide to Using the Rubric to Score the Klf4 PREBUILD Model for Science Olympiad National Competitions Guide t Using the Rubric t Scre the Klf4 PREBUILD Mdel fr Science Olympiad 2010-2011 Natinal Cmpetitins These instructins are t help the event supervisr and scring judges use the rubric develped by the

More information

Chem 163 Section: Team Number: ALE 24. Voltaic Cells and Standard Cell Potentials. (Reference: 21.2 and 21.3 Silberberg 5 th edition)

Chem 163 Section: Team Number: ALE 24. Voltaic Cells and Standard Cell Potentials. (Reference: 21.2 and 21.3 Silberberg 5 th edition) Name Chem 163 Sectin: Team Number: ALE 24. Vltaic Cells and Standard Cell Ptentials (Reference: 21.2 and 21.3 Silberberg 5 th editin) What des a vltmeter reading tell us? The Mdel: Standard Reductin and

More information

Synchronous Motor V-Curves

Synchronous Motor V-Curves Synchrnus Mtr V-Curves 1 Synchrnus Mtr V-Curves Intrductin Synchrnus mtrs are used in applicatins such as textile mills where cnstant speed peratin is critical. Mst small synchrnus mtrs cntain squirrel

More information

Making and Experimenting with Voltaic Cells. I. Basic Concepts and Definitions (some ideas discussed in class are omitted here)

Making and Experimenting with Voltaic Cells. I. Basic Concepts and Definitions (some ideas discussed in class are omitted here) Making xperimenting with Vltaic Cells I. Basic Cncepts Definitins (sme ideas discussed in class are mitted here) A. Directin f electrn flw psitiveness f electrdes. If ne electrde is mre psitive than anther,

More information

Potential and Capacitance

Potential and Capacitance Ptential and apacitance Electric Ptential Electric ptential (V) = Electric ptential energy (U e ) per unit charge () Define: ptential energy U e = 0 at infinity (r = ) lim U 0 r e Nte the similarity f

More information

Department: MATHEMATICS

Department: MATHEMATICS Cde: MATH 022 Title: ALGEBRA SKILLS Institute: STEM Department: MATHEMATICS Curse Descriptin: This curse prvides students wh have cmpleted MATH 021 with the necessary skills and cncepts t cntinue the study

More information

Phys102 Second Major-102 Zero Version Coordinator: Al-Shukri Thursday, May 05, 2011 Page: 1

Phys102 Second Major-102 Zero Version Coordinator: Al-Shukri Thursday, May 05, 2011 Page: 1 Crdinatr: Al-Shukri Thursday, May 05, 2011 Page: 1 1. Particles A and B are electrically neutral and are separated by 5.0 μm. If 5.0 x 10 6 electrns are transferred frm particle A t particle B, the magnitude

More information

Functions. EXPLORE \g the Inverse of ao Exponential Function

Functions. EXPLORE \g the Inverse of ao Exponential Function ifeg Seepe3 Functins Essential questin: What are the characteristics f lgarithmic functins? Recall that if/(x) is a ne-t-ne functin, then the graphs f/(x) and its inverse,/'~\x}, are reflectins f each

More information

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions.

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions. BASD High Schl Frmal Lab Reprt GENERAL INFORMATION 12 pt Times New Rman fnt Duble-spaced, if required by yur teacher 1 inch margins n all sides (tp, bttm, left, and right) Always write in third persn (avid

More information

Physics 101 Math Review. Solutions

Physics 101 Math Review. Solutions Physics 0 Math eview Slutins . The fllwing are rdinary physics prblems. Place the answer in scientific ntatin when apprpriate and simplify the units (Scientific ntatin is used when it takes less time t

More information

11. DUAL NATURE OF RADIATION AND MATTER

11. DUAL NATURE OF RADIATION AND MATTER 11. DUAL NATURE OF RADIATION AND MATTER Very shrt answer and shrt answer questins 1. Define wrk functin f a metal? The minimum energy required fr an electrn t escape frm the metal surface is called the

More information

Revised 2/07. Projectile Motion

Revised 2/07. Projectile Motion LPC Phsics Reised /07 Prjectile Mtin Prjectile Mtin Purpse: T measure the dependence f the range f a prjectile n initial elcit height and firing angle. Als, t erif predictins made the b equatins gerning

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

Physics 102. Second Midterm Examination. Summer Term ( ) (Fundamental constants) (Coulomb constant)

Physics 102. Second Midterm Examination. Summer Term ( ) (Fundamental constants) (Coulomb constant) ε µ0 N mp T kg Kuwait University hysics Department hysics 0 Secnd Midterm Examinatin Summer Term (00-0) July 7, 0 Time: 6:00 7:0 M Name Student N Instructrs: Drs. bdel-karim, frusheh, Farhan, Kkaj, a,

More information

Math 105: Review for Exam I - Solutions

Math 105: Review for Exam I - Solutions 1. Let f(x) = 3 + x + 5. Math 105: Review fr Exam I - Slutins (a) What is the natural dmain f f? [ 5, ), which means all reals greater than r equal t 5 (b) What is the range f f? [3, ), which means all

More information

I understand the new topics for this unit if I can do the practice questions in the textbook/handouts

I understand the new topics for this unit if I can do the practice questions in the textbook/handouts 1 U n i t 6 11U Date: Name: Sinusidals Unit 6 Tentative TEST date Big idea/learning Gals In this unit yu will learn hw trignmetry can be used t mdel wavelike relatinships. These wavelike functins are called

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

Name Student ID. A student uses a voltmeter to measure the electric potential difference across the three boxes.

Name Student ID. A student uses a voltmeter to measure the electric potential difference across the three boxes. Name Student ID II. [25 pt] Thi quetin cnit f tw unrelated part. Part 1. In the circuit belw, bulb 1-5 are identical, and the batterie are identical and ideal. Bxe,, and cntain unknwn arrangement f linear

More information

General Chemistry II, Unit I: Study Guide (part I)

General Chemistry II, Unit I: Study Guide (part I) 1 General Chemistry II, Unit I: Study Guide (part I) CDS Chapter 14: Physical Prperties f Gases Observatin 1: Pressure- Vlume Measurements n Gases The spring f air is measured as pressure, defined as the

More information

Accelerated Chemistry POGIL: Half-life

Accelerated Chemistry POGIL: Half-life Name: Date: Perid: Accelerated Chemistry POGIL: Half-life Why? Every radiistpe has a characteristic rate f decay measured by its half-life. Half-lives can be as shrt as a fractin f a secnd r as lng as

More information

ABSORPTION OF GAMMA RAYS

ABSORPTION OF GAMMA RAYS 6 Sep 11 Gamma.1 ABSORPTIO OF GAMMA RAYS Gamma rays is the name given t high energy electrmagnetic radiatin riginating frm nuclear energy level transitins. (Typical wavelength, frequency, and energy ranges

More information

AQA GCSE Physics. Topic 7: Magnetism and Electromagnetism. Notes. (Content in bold is for Higher Tier only)

AQA GCSE Physics. Topic 7: Magnetism and Electromagnetism. Notes. (Content in bold is for Higher Tier only) AQA GCSE Physics Tpic 7: Magnetism and Electrmagnetism Ntes (Cntent in bld is fr Higher Tier nly) Magnets - Nrth and Suth Ples - Same Ples repel - Oppsite ples attract Permanent Magnets - Always magnetic,

More information