ATSC 5010 Physical Meteorology I Lab Lab 2 numerical integration; height/pressure relationships. à Begin with IDEAL GAS Law:

Size: px
Start display at page:

Download "ATSC 5010 Physical Meteorology I Lab Lab 2 numerical integration; height/pressure relationships. à Begin with IDEAL GAS Law:"

Transcription

1 ASC 5010 Physical Meteology I Lab Lab 2 numerical integration; height/pressure relationships à Begin with IDEAL GAS Law: PV = mr Pα = R note : 1 = thus : α P = R his is true f a mixture of gases, f ry air the mixing ratios of consitituent gases is relativelyconstant : the P = R = R P à F a gas in hyrostatic balance, the fce exerte ownwar ue to gravity is exactly equal an opposite to the fce exerte ue to the pressure graient (f a given volume of gas the pressure below the volume is greater than the pressure above the volume, this exerts a fce on the volume in the upwar irection). his can be expresse: p = gz p = gz assuming an atmosphere evoi of water vap : p = gz From the ieal gas law, substitute f ry - air ensity : gz = R p p integrate both sies : gz = R p p if we integrate from someinitial height z 0 to some height z we have :

2 z gz = R p z 0 P( z) P z0 p over the altitues of the troposphere, the variation in gravity is quite small. hus, we replace g with the constant g 0 thus: z z 0 = R g 0 p( z) p z0 p p At this point, Let's consier two moels- (A) the isothermal moel (temperature is contsant) with height over the epth of the atmosphere, in this case can be replace by 0, move outsie of the integral an the solution is simple: z = z 0 + R # 0 ln p z 0 g % 0 $ p z & ( ' (B) the explicit moel (temperature varies with height) here, we nee a measure of temperature (from an atmospheric souning) an we can then integrate over each level in the atmosphere (numerically) to calculate the height of that level. We will use the mean temperature between two iscrete levels as the temperature of that level. If we let z 1 enote the height of our first level, then the height of our next level up, z 2 is given by: # Z 2 = Z 1 + R 1 % 12 p 1 p 2 $ g 0 P 12 & ( ' à We will use pressure an temperature ata from a souning. Knowing the iginal height, we will compute the height of each measurement using both moels. We will compare our compute heights with each other an the actual (measure) height from the souning.

3 Lab 3 Exercise: all computations shoul be ouble precision! LABEL YOUR PLO AES Souning ata: pressure in millibars temperature in Celsius height in meters Computations require appropriate units: temperature in Kelvin, pressure in Pascal. You will also be using two files that are available f ownloa from the class website: the il function file rea_souning.pro the text file souning_lab2.txt Your program shoul also be generic in sizing, that is, it shoul not epen on the number of measurements that are containe in the souning. 1. Create a proceure atsc5010_yourname_lab2.pro. 2. In the first line of your proceure, run your proceure phycon (this sets values of constants as environmental variables). hrough the remainer of your proceure use these environmental variables rather than harwiring values of constants. 3. Call rea_souning from within your proceure an extract pressure, temperature, an height ata. rea_souning is a function, the usage is on the next page. 4. Assuming an isothermal atmosphere, in which the temperature at all levels is equal to the temperature at the lowest level ( = 0 ), calculate the height at each pressure level. 5. Assuming the explicit moel, using temperature an pressure at all levels, calculate the height at each pressure level. Note that there are 100 levels. he eight of the first level is given, so you shoul compute 99 thicknesses (ie 99 height levels). 6. Make a first plot, Plot the measure pressure (in millibars) on the -axis from 1000 to 0 an calculate height from the isothermal moel (in kilometers) on the Y-axis, use a soli re line 7. On your plot in (6), overplot the measure pressure an calculate height from the explicit moel, using a ashe blue line 8. Make a secon plot that shows compute height (isothermal moel) as a function of actual (measure) height, soli re line. Plot the heights in kilometers. Overplot the compute height (explicit moel) as a function of actual height, ashe blue line, thickness=2. 9. Make a thir plot that shows the ifference between the compute an actual height (in meters, compute minus actual) as a function of actual height (in kilometers). Use a soli re line f the isothermal moel an a ashe blue line f the explicit moel. Questions 1. Comparing the two moels, at the top of the souning (lowest pressure), which has the greatest calculate height? 2. Consier the assumptions use in the two moels an the actual temperature as a function of altitue, explain the ifference in calculate height between the two moels. Why oes temperature matter? 3. Does the ifference between the two moels increase, ecrease, stay about the same as altitue increases? Why?

4 Functions & Proceures to use: Supplie by the lab instruct rea_souning : USAGE: result = rea_souning([temperature=temperature], [height=height]) Upon calling, rea_souning prompts the user to select a souning.txt file to rea Result: name variable that returns the one-imensional array of pressure measurements in millibars Keyws: emperature is name variable that upon exit contains the one imensional array of temperature measurements (in celcius) Height is name variable that upon exit contains the one imensional array of height measurements (in meters) Built in IDL proceures & functions DBLARR f creating an array of Doubles N_ELEMENS f etermining how many elements are in an array SHIF to shift all elements of a one-imensional array one irection another OAL (with keyw CUMULAIVE) to etermine the total values of all elements in an array, in a cumulative sense PLO (as we ve use in earlier labs ) Some hints f programming: npts = N_ELEMENS(arr1) arr2 = DBLARR(npts) arr2 is then an array of oubles an has the same number of elements as arr1 IF Array1 = [4, 6, 9, 3, 2] an Array2 = SHIF(Array1, 1) = [2, 4, 6, 9, 3] Array1 an Array2 look the same, but the elements are shifte by 1 then Array3 = Array1 Array2 = [4-2, 6-4, 9-6, 3-9, 2-3] Note if we ispose of the zeroth element then Array3[1] = array1[1]-array1[0] Array3[2] = array1[2]-array1[1] Array3[3] = array1[3]-array1[2] etc..

5 his is similar to the statement FOR i=0,3 DO array3[i] = array1[i+1]-array[i] (but the above oes not use a FOR loop an is much faster in IDL (an easier to rea an ebug) IF = [1,2,3,2,3,5] then OAL(x) = 16 (the total) an OAL(x, /cumulative) = [1,3,6,8,11,16] (the cumulative summation)

The Standard Atmosphere. Dr Andrew French

The Standard Atmosphere. Dr Andrew French The Stanar Atmosphere Dr Anrew French 1 The International Stanar Atmosphere (ISA) is an iealize moel of the variation of average air pressure an temperature with altitue. Assumptions: The atmosphere consists

More information

PARALLEL-PLATE CAPACITATOR

PARALLEL-PLATE CAPACITATOR Physics Department Electric an Magnetism Laboratory PARALLEL-PLATE CAPACITATOR 1. Goal. The goal of this practice is the stuy of the electric fiel an electric potential insie a parallelplate capacitor.

More information

TMA 4195 Matematisk modellering Exam Tuesday December 16, :00 13:00 Problems and solution with additional comments

TMA 4195 Matematisk modellering Exam Tuesday December 16, :00 13:00 Problems and solution with additional comments Problem F U L W D g m 3 2 s 2 0 0 0 0 2 kg 0 0 0 0 0 0 Table : Dimension matrix TMA 495 Matematisk moellering Exam Tuesay December 6, 2008 09:00 3:00 Problems an solution with aitional comments The necessary

More information

2-7. Fitting a Model to Data I. A Model of Direct Variation. Lesson. Mental Math

2-7. Fitting a Model to Data I. A Model of Direct Variation. Lesson. Mental Math Lesson 2-7 Fitting a Moel to Data I BIG IDEA If you etermine from a particular set of ata that y varies irectly or inversely as, you can graph the ata to see what relationship is reasonable. Using that

More information

Physics 2112 Unit 5: Electric Potential Energy

Physics 2112 Unit 5: Electric Potential Energy Physics 11 Unit 5: Electric Potential Energy Toay s Concept: Electric Potential Energy Unit 5, Slie 1 Stuff you aske about: I on't like this return to mechanics an the potential energy concept, but this

More information

Electric Potential. Slide 1 / 29. Slide 2 / 29. Slide 3 / 29. Slide 4 / 29. Slide 6 / 29. Slide 5 / 29. Work done in a Uniform Electric Field

Electric Potential. Slide 1 / 29. Slide 2 / 29. Slide 3 / 29. Slide 4 / 29. Slide 6 / 29. Slide 5 / 29. Work done in a Uniform Electric Field Slie 1 / 29 Slie 2 / 29 lectric Potential Slie 3 / 29 Work one in a Uniform lectric Fiel Slie 4 / 29 Work one in a Uniform lectric Fiel point a point b The path which the particle follows through the uniform

More information

SYNCHRONOUS SEQUENTIAL CIRCUITS

SYNCHRONOUS SEQUENTIAL CIRCUITS CHAPTER SYNCHRONOUS SEUENTIAL CIRCUITS Registers an counters, two very common synchronous sequential circuits, are introuce in this chapter. Register is a igital circuit for storing information. Contents

More information

Problem Set 2: Solutions

Problem Set 2: Solutions UNIVERSITY OF ALABAMA Department of Physics an Astronomy PH 102 / LeClair Summer II 2010 Problem Set 2: Solutions 1. The en of a charge rubber ro will attract small pellets of Styrofoam that, having mae

More information

To understand how scrubbers work, we must first define some terms.

To understand how scrubbers work, we must first define some terms. SRUBBERS FOR PARTIE OETION Backgroun To unerstan how scrubbers work, we must first efine some terms. Single roplet efficiency, η, is similar to single fiber efficiency. It is the fraction of particles

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION 2 (Rates of change) A.J.Hobson JUST THE MATHS UNIT NUMBER 10.2 DIFFERENTIATION 2 (Rates of change) by A.J.Hobson 10.2.1 Introuction 10.2.2 Average rates of change 10.2.3 Instantaneous rates of change 10.2.4 Derivatives 10.2.5 Exercises

More information

Objective: To introduce the equations of motion and describe the forces that act upon the Atmosphere

Objective: To introduce the equations of motion and describe the forces that act upon the Atmosphere Objective: To introuce the equations of motion an escribe the forces that act upon the Atmosphere Reaing: Rea pp 18 6 in Chapter 1 of Houghton & Hakim Problems: Work 1.1, 1.8, an 1.9 on pp. 6 & 7 at the

More information

ECE341 Test 2 Your Name: Tue 11/20/2018

ECE341 Test 2 Your Name: Tue 11/20/2018 ECE341 Test Your Name: Tue 11/0/018 Problem 1 (1 The center of a soli ielectric sphere with raius R is at the origin of the coorinate. The ielectric constant of the sphere is. The sphere is homogeneously

More information

23 Implicit differentiation

23 Implicit differentiation 23 Implicit ifferentiation 23.1 Statement The equation y = x 2 + 3x + 1 expresses a relationship between the quantities x an y. If a value of x is given, then a corresponing value of y is etermine. For

More information

05 The Continuum Limit and the Wave Equation

05 The Continuum Limit and the Wave Equation Utah State University DigitalCommons@USU Founations of Wave Phenomena Physics, Department of 1-1-2004 05 The Continuum Limit an the Wave Equation Charles G. Torre Department of Physics, Utah State University,

More information

6B.7 EXPERIMENTAL VALIDATION OF THE WEBB CORRECTION FOR CO2 FLUX WITH AN OPEN-PATH GAS ANALYZER

6B.7 EXPERIMENTAL VALIDATION OF THE WEBB CORRECTION FOR CO2 FLUX WITH AN OPEN-PATH GAS ANALYZER 6B.7 EXPERIMENAL VALIDAION OF HE WEBB CORRECION FOR CO2 FLUX WIH AN OPEN-PAH GAS ANALYZER Osamu sukamoto* an Fumiyoshi Kono Okayama University, Okayama, Japan 1. INRODUCION urbulent flux by the ey covariance

More information

1. The electron volt is a measure of (A) charge (B) energy (C) impulse (D) momentum (E) velocity

1. The electron volt is a measure of (A) charge (B) energy (C) impulse (D) momentum (E) velocity AP Physics Multiple Choice Practice Electrostatics 1. The electron volt is a measure of (A) charge (B) energy (C) impulse (D) momentum (E) velocity. A soli conucting sphere is given a positive charge Q.

More information

Math Skills. Fractions

Math Skills. Fractions Throughout your stuy of science, you will often nee to solve math problems. This appenix is esigne to help you quickly review the basic math skills you will use most often. Fractions Aing an Subtracting

More information

18 EVEN MORE CALCULUS

18 EVEN MORE CALCULUS 8 EVEN MORE CALCULUS Chapter 8 Even More Calculus Objectives After stuing this chapter you shoul be able to ifferentiate an integrate basic trigonometric functions; unerstan how to calculate rates of change;

More information

5-4 Electrostatic Boundary Value Problems

5-4 Electrostatic Boundary Value Problems 11/8/4 Section 54 Electrostatic Bounary Value Problems blank 1/ 5-4 Electrostatic Bounary Value Problems Reaing Assignment: pp. 149-157 Q: A: We must solve ifferential equations, an apply bounary conitions

More information

Define each term or concept.

Define each term or concept. Chapter Differentiation Course Number Section.1 The Derivative an the Tangent Line Problem Objective: In this lesson you learne how to fin the erivative of a function using the limit efinition an unerstan

More information

Torque OBJECTIVE INTRODUCTION APPARATUS THEORY

Torque OBJECTIVE INTRODUCTION APPARATUS THEORY Torque OBJECTIVE To verify the rotational an translational conitions for equilibrium. To etermine the center of ravity of a rii boy (meter stick). To apply the torque concept to the etermination of an

More information

Antiderivatives Introduction

Antiderivatives Introduction Antierivatives 40. Introuction So far much of the term has been spent fining erivatives or rates of change. But in some circumstances we alreay know the rate of change an we wish to etermine the original

More information

water adding dye partial mixing homogenization time

water adding dye partial mixing homogenization time iffusion iffusion is a process of mass transport that involves the movement of one atomic species into another. It occurs by ranom atomic jumps from one position to another an takes place in the gaseous,

More information

This section outlines the methodology used to calculate the wave load and wave wind load values.

This section outlines the methodology used to calculate the wave load and wave wind load values. COMPUTERS AND STRUCTURES, INC., JUNE 2014 AUTOMATIC WAVE LOADS TECHNICAL NOTE CALCULATION O WAVE LOAD VALUES This section outlines the methoology use to calculate the wave loa an wave win loa values. Overview

More information

Project 3 Convection

Project 3 Convection 12.307 Project 3 Convection Loovica Illari an John Marshall March 2010 1 Backgroun The Earth is bathe in raiation from the Sun whose intensity peaks in the visible. In orer to maintain energy balance the

More information

Bohr Model of the Hydrogen Atom

Bohr Model of the Hydrogen Atom Class 2 page 1 Bohr Moel of the Hyrogen Atom The Bohr Moel of the hyrogen atom assumes that the atom consists of one electron orbiting a positively charge nucleus. Although it oes NOT o a goo job of escribing

More information

fv = ikφ n (11.1) + fu n = y v n iσ iku n + gh n. (11.3) n

fv = ikφ n (11.1) + fu n = y v n iσ iku n + gh n. (11.3) n Chapter 11 Rossby waves Supplemental reaing: Pelosky 1 (1979), sections 3.1 3 11.1 Shallow water equations When consiering the general problem of linearize oscillations in a static, arbitrarily stratifie

More information

inflow outflow Part I. Regular tasks for MAE598/494 Task 1

inflow outflow Part I. Regular tasks for MAE598/494 Task 1 MAE 494/598, Fall 2016 Project #1 (Regular tasks = 20 points) Har copy of report is ue at the start of class on the ue ate. The rules on collaboration will be release separately. Please always follow the

More information

Prep 1. Oregon State University PH 213 Spring Term Suggested finish date: Monday, April 9

Prep 1. Oregon State University PH 213 Spring Term Suggested finish date: Monday, April 9 Oregon State University PH 213 Spring Term 2018 Prep 1 Suggeste finish ate: Monay, April 9 The formats (type, length, scope) of these Prep problems have been purposely create to closely parallel those

More information

6. Friction and viscosity in gasses

6. Friction and viscosity in gasses IR2 6. Friction an viscosity in gasses 6.1 Introuction Similar to fluis, also for laminar flowing gases Newtons s friction law hols true (see experiment IR1). Using Newton s law the viscosity of air uner

More information

Exercise 4 - Hydraulic Systems

Exercise 4 - Hydraulic Systems Exercise 4 - Hyraulic Systems 4.1 Hyraulic Systems Hyraulic systems are, in general, escribe by the Navier-Stokes equations as you might have learne in flui ynamics courses. In orer to simplify the moeling

More information

Physics 2212 GJ Quiz #4 Solutions Fall 2015

Physics 2212 GJ Quiz #4 Solutions Fall 2015 Physics 2212 GJ Quiz #4 Solutions Fall 215 I. (17 points) The magnetic fiel at point P ue to a current through the wire is 5. µt into the page. The curve portion of the wire is a semicircle of raius 2.

More information

Chapter 2 Governing Equations

Chapter 2 Governing Equations Chapter 2 Governing Equations In the present an the subsequent chapters, we shall, either irectly or inirectly, be concerne with the bounary-layer flow of an incompressible viscous flui without any involvement

More information

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule

Unit #6 - Families of Functions, Taylor Polynomials, l Hopital s Rule Unit # - Families of Functions, Taylor Polynomials, l Hopital s Rule Some problems an solutions selecte or aapte from Hughes-Hallett Calculus. Critical Points. Consier the function f) = 54 +. b) a) Fin

More information

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation

Thermal conductivity of graded composites: Numerical simulations and an effective medium approximation JOURNAL OF MATERIALS SCIENCE 34 (999)5497 5503 Thermal conuctivity of grae composites: Numerical simulations an an effective meium approximation P. M. HUI Department of Physics, The Chinese University

More information

Sensors & Transducers 2015 by IFSA Publishing, S. L.

Sensors & Transducers 2015 by IFSA Publishing, S. L. Sensors & Transucers, Vol. 184, Issue 1, January 15, pp. 53-59 Sensors & Transucers 15 by IFSA Publishing, S. L. http://www.sensorsportal.com Non-invasive an Locally Resolve Measurement of Soun Velocity

More information

Math 115 Section 018 Course Note

Math 115 Section 018 Course Note Course Note 1 General Functions Definition 1.1. A function is a rule that takes certain numbers as inputs an assigns to each a efinite output number. The set of all input numbers is calle the omain of

More information

Prof. Dr. Ibraheem Nasser electric_charhe 9/22/2017 ELECTRIC CHARGE

Prof. Dr. Ibraheem Nasser electric_charhe 9/22/2017 ELECTRIC CHARGE ELECTRIC CHARGE Introuction: Orinary matter consists of atoms. Each atom consists of a nucleus, consisting of protons an neutrons, surroune by a number of electrons. In electricity, the electric charge

More information

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x)

The derivative of a function f(x) is another function, defined in terms of a limiting expression: f(x + δx) f(x) Y. D. Chong (2016) MH2801: Complex Methos for the Sciences 1. Derivatives The erivative of a function f(x) is another function, efine in terms of a limiting expression: f (x) f (x) lim x δx 0 f(x + δx)

More information

Model for Dopant and Impurity Segregation During Vapor Phase Growth

Model for Dopant and Impurity Segregation During Vapor Phase Growth Mat. Res. Soc. Symp. Proc. Vol. 648, P3.11.1-7 2001 Materials Research Society Moel for Dopant an Impurity Segregation During Vapor Phase Growth Craig B. Arnol an Michael J. Aziz Division of Engineering

More information

2.5 SOME APPLICATIONS OF THE CHAIN RULE

2.5 SOME APPLICATIONS OF THE CHAIN RULE 2.5 SOME APPLICATIONS OF THE CHAIN RULE The Chain Rule will help us etermine the erivatives of logarithms an exponential functions a x. We will also use it to answer some applie questions an to fin slopes

More information

Table of Common Derivatives By David Abraham

Table of Common Derivatives By David Abraham Prouct an Quotient Rules: Table of Common Derivatives By Davi Abraham [ f ( g( ] = [ f ( ] g( + f ( [ g( ] f ( = g( [ f ( ] g( g( f ( [ g( ] Trigonometric Functions: sin( = cos( cos( = sin( tan( = sec

More information

ACCELERATION, FORCE, MOMENTUM, ENERGY : solutions to higher level questions

ACCELERATION, FORCE, MOMENTUM, ENERGY : solutions to higher level questions ACCELERATION, FORCE, MOMENTUM, ENERGY : solutions to higher level questions 015 Question 1 (a) (i) State Newton s secon law of motion. Force is proportional to rate of change of momentum (ii) What is the

More information

Sources and Sinks of Available Potential Energy in a Moist Atmosphere. Olivier Pauluis 1. Courant Institute of Mathematical Sciences

Sources and Sinks of Available Potential Energy in a Moist Atmosphere. Olivier Pauluis 1. Courant Institute of Mathematical Sciences Sources an Sinks of Available Potential Energy in a Moist Atmosphere Olivier Pauluis 1 Courant Institute of Mathematical Sciences New York University Submitte to the Journal of the Atmospheric Sciences

More information

Quantum Mechanics in Three Dimensions

Quantum Mechanics in Three Dimensions Physics 342 Lecture 20 Quantum Mechanics in Three Dimensions Lecture 20 Physics 342 Quantum Mechanics I Monay, March 24th, 2008 We begin our spherical solutions with the simplest possible case zero potential.

More information

Section 2.7 Derivatives of powers of functions

Section 2.7 Derivatives of powers of functions Section 2.7 Derivatives of powers of functions (3/19/08) Overview: In this section we iscuss the Chain Rule formula for the erivatives of composite functions that are forme by taking powers of other functions.

More information

Monopoly Part III: Multiple Local Equilibria and Adaptive Search

Monopoly Part III: Multiple Local Equilibria and Adaptive Search FH-Kiel University of Applie Sciences Prof Dr Anreas Thiemer, 00 e-mail: anreasthiemer@fh-kiele Monopoly Part III: Multiple Local Equilibria an Aaptive Search Summary: The information about market eman

More information

Some vector algebra and the generalized chain rule Ross Bannister Data Assimilation Research Centre, University of Reading, UK Last updated 10/06/10

Some vector algebra and the generalized chain rule Ross Bannister Data Assimilation Research Centre, University of Reading, UK Last updated 10/06/10 Some vector algebra an the generalize chain rule Ross Bannister Data Assimilation Research Centre University of Reaing UK Last upate 10/06/10 1. Introuction an notation As we shall see in these notes the

More information

u t v t v t c a u t b a v t u t v t b a

u t v t v t c a u t b a v t u t v t b a Nonlinear Dynamical Systems In orer to iscuss nonlinear ynamical systems, we must first consier linear ynamical systems. Linear ynamical systems are just systems of linear equations like we have been stuying

More information

Fabrizio Pelliccia *, Stefania Bonafoni, Patrizia Basili University of Perugia, Perugia, Italy

Fabrizio Pelliccia *, Stefania Bonafoni, Patrizia Basili University of Perugia, Perugia, Italy 2.6 COSMIC GPS RADIO OCCULAION: NEURAL NEWORKS FOR ROPOSPHERIC PROFILING OVER HE INERROPICAL OCEAN AREA Fabrizio Pelliccia *, Stefania Bonafoni, Patrizia Basili University of Perugia, Perugia, Italy Nazzareno

More information

Applications of First Order Equations

Applications of First Order Equations Applications of First Orer Equations Viscous Friction Consier a small mass that has been roppe into a thin vertical tube of viscous flui lie oil. The mass falls, ue to the force of gravity, but falls more

More information

Basic Differentiation Rules and Rates of Change. The Constant Rule

Basic Differentiation Rules and Rates of Change. The Constant Rule 460_00.q //04 4:04 PM Page 07 SECTION. Basic Differentiation Rules an Rates of Change 07 Section. The slope of a horizontal line is 0. Basic Differentiation Rules an Rates of Change Fin the erivative of

More information

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH A Test #2. June 25, 2014 SOLUTIONS

YORK UNIVERSITY. Faculty of Science Department of Mathematics and Statistics. MATH A Test #2. June 25, 2014 SOLUTIONS YORK UNIVERSITY Faculty of Science Department of Mathematics an Statistics MATH 505 6.00 A Test # June 5, 04 SOLUTIONS Family Name (print): Given Name: Stuent No: Signature: INSTRUCTIONS:. Please write

More information

Phys102 Second Major-122 Zero Version Coordinator: Sunaidi Sunday, April 21, 2013 Page: 1

Phys102 Second Major-122 Zero Version Coordinator: Sunaidi Sunday, April 21, 2013 Page: 1 Coorinator: Sunaii Sunay, April 1, 013 Page: 1 Q1. Two ientical conucting spheres A an B carry eual charge Q, an are separate by a istance much larger than their iameters. Initially the electrostatic force

More information

Alpha Particle scattering

Alpha Particle scattering Introuction Alpha Particle scattering Revise Jan. 11, 014 In this lab you will stuy the interaction of α-particles ( 4 He) with matter, in particular energy loss an elastic scattering from a gol target

More information

Physics 505 Electricity and Magnetism Fall 2003 Prof. G. Raithel. Problem Set 3. 2 (x x ) 2 + (y y ) 2 + (z + z ) 2

Physics 505 Electricity and Magnetism Fall 2003 Prof. G. Raithel. Problem Set 3. 2 (x x ) 2 + (y y ) 2 + (z + z ) 2 Physics 505 Electricity an Magnetism Fall 003 Prof. G. Raithel Problem Set 3 Problem.7 5 Points a): Green s function: Using cartesian coorinates x = (x, y, z), it is G(x, x ) = 1 (x x ) + (y y ) + (z z

More information

Types of Motion. Photo of ball falling

Types of Motion. Photo of ball falling Gravity an Projectiles Acceleration of Gravity Loses spee for each interval of time it rises on an upwar throw Gains at same rate on its ownwar path Upwar motion Acte upon by gravity, just like a falling

More information

Chapter 24: Magnetic Fields and Forces Solutions

Chapter 24: Magnetic Fields and Forces Solutions Chapter 24: Magnetic iels an orces Solutions Questions: 4, 13, 16, 18, 31 Exercises & Problems: 3, 6, 7, 15, 21, 23, 31, 47, 60 Q24.4: Green turtles use the earth s magnetic fiel to navigate. They seem

More information

Math 342 Partial Differential Equations «Viktor Grigoryan

Math 342 Partial Differential Equations «Viktor Grigoryan Math 342 Partial Differential Equations «Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This correspons to a string of infinite

More information

Lecture 12. Energy, Force, and Work in Electro- and Magneto-Quasistatics

Lecture 12. Energy, Force, and Work in Electro- and Magneto-Quasistatics Lecture 1 Energy, Force, an ork in Electro an MagnetoQuasistatics n this lecture you will learn: Relationship between energy, force, an work in electroquasistatic an magnetoquasistatic systems ECE 303

More information

An Approach for Design of Multi-element USBL Systems

An Approach for Design of Multi-element USBL Systems An Approach for Design of Multi-element USBL Systems MIKHAIL ARKHIPOV Department of Postgrauate Stuies Technological University of the Mixteca Carretera a Acatlima Km. 2.5 Huajuapan e Leon Oaxaca 69000

More information

INTRODUCTION & PHASE SYSTEM

INTRODUCTION & PHASE SYSTEM INTRODUCTION & PHASE SYSTEM Dr. Professor of Civil Engineering S. J. College of Engineering, Mysore 1.1 Geotechnical Engineering Why? 1. We are unable to buil castles in air (yet)! 2. Almost every structure

More information

The thermal wind 1. v g

The thermal wind 1. v g The thermal win The thermal win Introuction The geostrohic win is etermine by the graient of the isobars (on a horizontal surface) or isohyses (on a ressure surface). On a ressure surface the graient of

More information

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS

Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS Calculus BC Section II PART A A GRAPHING CALCULATOR IS REQUIRED FOR SOME PROBLEMS OR PARTS OF PROBLEMS. An isosceles triangle, whose base is the interval from (0, 0) to (c, 0), has its verte on the graph

More information

Lecture 22. Lecturer: Michel X. Goemans Scribe: Alantha Newman (2004), Ankur Moitra (2009)

Lecture 22. Lecturer: Michel X. Goemans Scribe: Alantha Newman (2004), Ankur Moitra (2009) 8.438 Avance Combinatorial Optimization Lecture Lecturer: Michel X. Goemans Scribe: Alantha Newman (004), Ankur Moitra (009) MultiFlows an Disjoint Paths Here we will survey a number of variants of isjoint

More information

CE2253- APPLIED HYDRAULIC ENGINEERING (FOR IV SEMESTER)

CE2253- APPLIED HYDRAULIC ENGINEERING (FOR IV SEMESTER) CE5-APPLIED HYDRAULIC ENGINEERING/UNIT-II/UNIFORM FLOW CE5- APPLIED HYDRAULIC ENGINEERING (FOR IV SEMESTER) UNIT II- UNIFORM FLOW CE5-APPLIED HYDRAULIC ENGINEERING/UNIT-II/UNIFORM FLOW CE5- APPLIED HYDRAULIC

More information

The Principle of Least Action

The Principle of Least Action Chapter 7. The Principle of Least Action 7.1 Force Methos vs. Energy Methos We have so far stuie two istinct ways of analyzing physics problems: force methos, basically consisting of the application of

More information

Moving Charges And Magnetism

Moving Charges And Magnetism AIND SINGH ACADEMY Moving Charges An Magnetism Solution of NCET Exercise Q -.: A circular coil of wire consisting of turns, each of raius 8. cm carries a current of. A. What is the magnitue of the magnetic

More information

The Description of the microscopic world

The Description of the microscopic world The Description of the microscopic worl This Friay Honor lecture Previous Lecture: Quantization of light, photons Photoelectric effect Particle-Wave ualism Catherine Woowar Botany Photosynthesis This Lecture:

More information

DO PHYSICS ONLINE MOTORS AND GENERATORS MAGNETIC FORCES ON CURRENTS

DO PHYSICS ONLINE MOTORS AND GENERATORS MAGNETIC FORCES ON CURRENTS DO PHYSCS ONLNE MOTORS AND GENERATORS MAGNETC ORCES ON CURRENTS There are magnetic forces on moving charge particles. ut, a moving charge correspons to an electric current. Therefore, a conuctor carrying

More information

Text S1: Simulation models and detailed method for early warning signal calculation

Text S1: Simulation models and detailed method for early warning signal calculation 1 Text S1: Simulation moels an etaile metho for early warning signal calculation Steven J. Lae, Thilo Gross Max Planck Institute for the Physics of Complex Systems, Nöthnitzer Str. 38, 01187 Dresen, Germany

More information

Assignment 1. g i (x 1,..., x n ) dx i = 0. i=1

Assignment 1. g i (x 1,..., x n ) dx i = 0. i=1 Assignment 1 Golstein 1.4 The equations of motion for the rolling isk are special cases of general linear ifferential equations of constraint of the form g i (x 1,..., x n x i = 0. i=1 A constraint conition

More information

Quantum Algorithms: Problem Set 1

Quantum Algorithms: Problem Set 1 Quantum Algorithms: Problem Set 1 1. The Bell basis is + = 1 p ( 00i + 11i) = 1 p ( 00i 11i) + = 1 p ( 01i + 10i) = 1 p ( 01i 10i). This is an orthonormal basis for the state space of two qubits. It is

More information

PERMANENT MAGNETS CHAPTER MAGNETIC POLES AND BAR MAGNETS

PERMANENT MAGNETS CHAPTER MAGNETIC POLES AND BAR MAGNETS CHAPTER 6 PERAET AGET 6. AGETIC POLE AD BAR AGET We have seen that a small current-loop carrying a current i, prouces a magnetic fiel B o 4 ji ' at an axial point. Here p ia is the magnetic ipole moment

More information

The effect of nonvertical shear on turbulence in a stably stratified medium

The effect of nonvertical shear on turbulence in a stably stratified medium The effect of nonvertical shear on turbulence in a stably stratifie meium Frank G. Jacobitz an Sutanu Sarkar Citation: Physics of Fluis (1994-present) 10, 1158 (1998); oi: 10.1063/1.869640 View online:

More information

Calculus in the AP Physics C Course The Derivative

Calculus in the AP Physics C Course The Derivative Limits an Derivatives Calculus in the AP Physics C Course The Derivative In physics, the ieas of the rate change of a quantity (along with the slope of a tangent line) an the area uner a curve are essential.

More information

IMPLICIT DIFFERENTIATION

IMPLICIT DIFFERENTIATION IMPLICIT DIFFERENTIATION CALCULUS 3 INU0115/515 (MATHS 2) Dr Arian Jannetta MIMA CMath FRAS Implicit Differentiation 1/ 11 Arian Jannetta Explicit an implicit functions Explicit functions An explicit function

More information

1. An electron moves from point i to point f, in the direction of a uniform electric field. During this displacement:

1. An electron moves from point i to point f, in the direction of a uniform electric field. During this displacement: Chapter 24: ELECTRIC POTENTIAL 1 An electron moves from point i to point f, in the irection of a uniform electric fiel During this isplacement: i f E A the work one by the fiel is positive an the potential

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 13. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 13 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering Gonzaga University SDC PUBLICATIONS Schroff

More information

Impurities in inelastic Maxwell models

Impurities in inelastic Maxwell models Impurities in inelastic Maxwell moels Vicente Garzó Departamento e Física, Universia e Extremaura, E-671-Baajoz, Spain Abstract. Transport properties of impurities immerse in a granular gas unergoing homogenous

More information

Second Major Solution Q1. The three capacitors in the figure have an equivalent capacitance of 2.77 µf. What is C 2?

Second Major Solution Q1. The three capacitors in the figure have an equivalent capacitance of 2.77 µf. What is C 2? Secon Major Solution Q1. The three capacitors in the figure have an equivalent capacitance of.77 µf. What is C? C 4.0 µf.0 µf A) 7 µf B) µf C) 4 µf D) 3 µf E) 6 µf Q. When the potential ifference across

More information

Tutorial on Maximum Likelyhood Estimation: Parametric Density Estimation

Tutorial on Maximum Likelyhood Estimation: Parametric Density Estimation Tutorial on Maximum Likelyhoo Estimation: Parametric Density Estimation Suhir B Kylasa 03/13/2014 1 Motivation Suppose one wishes to etermine just how biase an unfair coin is. Call the probability of tossing

More information

Center of Gravity and Center of Mass

Center of Gravity and Center of Mass Center of Gravity an Center of Mass 1 Introuction. Center of mass an center of gravity closely parallel each other: they both work the same way. Center of mass is the more important, but center of gravity

More information

Qubit channels that achieve capacity with two states

Qubit channels that achieve capacity with two states Qubit channels that achieve capacity with two states Dominic W. Berry Department of Physics, The University of Queenslan, Brisbane, Queenslan 4072, Australia Receive 22 December 2004; publishe 22 March

More information

Physics 2212 K Quiz #2 Solutions Summer 2016

Physics 2212 K Quiz #2 Solutions Summer 2016 Physics 1 K Quiz # Solutions Summer 016 I. (18 points) A positron has the same mass as an electron, but has opposite charge. Consier a positron an an electron at rest, separate by a istance = 1.0 nm. What

More information

CENTURION UNIVERSITY OF TECHNOLOGY & MANAGEMENT,ODISHA CUEE-2015

CENTURION UNIVERSITY OF TECHNOLOGY & MANAGEMENT,ODISHA CUEE-2015 CENTURION UNIVERSITY OF TECHNOLOGY & MANAGEMENT,ODISHA CUEE-015 PHYSICS 1. The imensional formula of angular momentum is a) ML T - b) MLT - c) MLT -1 ) ML T -1. If A B = B A, then the angle between A an

More information

1. An electron moves from point i to point f, in the direction of a uniform electric eld. During this displacement: ² ² i

1. An electron moves from point i to point f, in the direction of a uniform electric eld. During this displacement: ² ² i Chapter 24: ELECTRIC POTENTIAL 1 An electron moves from point i to point f, in the irection of a uniform electric el During this isplacement: ² ² i f ~E A the work one by the el is positive an the potential

More information

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E.

AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD. Mathcad Release 14. Khyruddin Akbar Ansari, Ph.D., P.E. AN INTRODUCTION TO NUMERICAL METHODS USING MATHCAD Mathca Release 14 Khyruin Akbar Ansari, Ph.D., P.E. Professor of Mechanical Engineering School of Engineering an Applie Science Gonzaga University SDC

More information

Lab 8: Folds and their map patterns

Lab 8: Folds and their map patterns Lab 8: Fols an their map patterns Fall 2005 1 Fols are one of the most common tectonic structures evelope in eforme rocks. They form in rocks containing planar features such as seimentary being, lithologic

More information

Comparative Approaches of Calculation of the Back Water Curves in a Trapezoidal Channel with Weak Slope

Comparative Approaches of Calculation of the Back Water Curves in a Trapezoidal Channel with Weak Slope Proceeings of the Worl Congress on Engineering Vol WCE, July 6-8,, Lonon, U.K. Comparative Approaches of Calculation of the Back Water Curves in a Trapezoial Channel with Weak Slope Fourar Ali, Chiremsel

More information

Separation of Variables

Separation of Variables Physics 342 Lecture 1 Separation of Variables Lecture 1 Physics 342 Quantum Mechanics I Monay, January 25th, 2010 There are three basic mathematical tools we nee, an then we can begin working on the physical

More information

Dynamics of magmatic intrusions in the upper crust: Theory and applications to laccoliths on Earth and the Moon

Dynamics of magmatic intrusions in the upper crust: Theory and applications to laccoliths on Earth and the Moon JOURNAL OF GEOPHYSICAL RESEARCH, VOL. 116,, oi:1.129/21jb818, 211 Dynamics of magmatic intrusions in the upper crust: Theory an applications to laccoliths on Earth an the Moon Chloé Michaut 1 Receive 18

More information

ARCH 614 Note Set 5 S2012abn. Moments & Supports

ARCH 614 Note Set 5 S2012abn. Moments & Supports RCH 614 Note Set 5 S2012abn Moments & Supports Notation: = perpenicular istance to a force from a point = name for force vectors or magnitue of a force, as is P, Q, R x = force component in the x irection

More information

2.25 m. (a) Using Newton s laws of motion, explain why the student can gain an initial speed to leave the ground vertically.

2.25 m. (a) Using Newton s laws of motion, explain why the student can gain an initial speed to leave the ground vertically. NAME : F.5 ( ) MARS: /70 FORM FIVE PHYSICS TEST on MECHANICS Time Allowe: 70 minutes This test consists of two sections: Section A (structure type questions, 50 marks); Section B (multiple choice, 20 marks)

More information

II. First variation of functionals

II. First variation of functionals II. First variation of functionals The erivative of a function being zero is a necessary conition for the etremum of that function in orinary calculus. Let us now tackle the question of the equivalent

More information

Parametrization of non-convective condensation processes May 1987

Parametrization of non-convective condensation processes May 1987 Parametrization of non-convective conensation processes May 987 By M. Tietke European Centre for Meium-Range Weather Forecasts Table of contents. Thermoynamics of moist air 2. Clou physical processes 2.

More information

Modelling the Zero-Inertia, Horizontal Viscous Dam-Break Problem

Modelling the Zero-Inertia, Horizontal Viscous Dam-Break Problem r WSEAS International Conference on APPLIED an TEORETICAL MECANICS, Spain, December 4-6, 7 8 Moelling the Zero-Inertia, orizontal Viscous Dam-Break Problem BLAISE NSOM, WILFRIED NDONG AND BLAISE RAVELO

More information

12.11 Laplace s Equation in Cylindrical and

12.11 Laplace s Equation in Cylindrical and SEC. 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential 593 2. Laplace s Equation in Cylinrical an Spherical Coorinates. Potential One of the most important PDEs in physics an engineering

More information

A 3D SEDIMENT TRANSPORT MODEL FOR COMBINED WAVE-CURRENT FLOWS

A 3D SEDIMENT TRANSPORT MODEL FOR COMBINED WAVE-CURRENT FLOWS A 3D SEDIMENT TRANSPORT MODEL FOR COMBINED WAVE-CURRENT FLOWS Peifeng Ma 1 an Ole Secher Masen Accurate preiction of current velocity an bottom shear stress, which both can be significantly influence by

More information

The total derivative. Chapter Lagrangian and Eulerian approaches

The total derivative. Chapter Lagrangian and Eulerian approaches Chapter 5 The total erivative 51 Lagrangian an Eulerian approaches The representation of a flui through scalar or vector fiels means that each physical quantity uner consieration is escribe as a function

More information