Introduction P phase arrival times

Size: px
Start display at page:

Download "Introduction P phase arrival times"

Transcription

1 Introduction...1 P phase arrival times...1 Earthquake location...1 Summary of products for the write-up:...3 Diagrammatic summary of location procedure...4 Appendix 1. DISTAZ function...8 Appendix 2: Excel Macros in LOCATE (macro sheet LOCMACROS in workbook...12 Introduction The purpose of this exercise is to understand how travel times are used to locate earthquakes. You will read seismogram records from the digital Global Seismographic Network (GSN) to determine P wave arrival times, and then to use these times to locate the earthquake with an Excel spreadsheet set up to do the locations. Although you do not have to create the spreadsheet, it is important that you understand what is going on in it. If you do, you will learn how earthquakes are located and a lot about how to use Excel. P phase arrival times Digital records from a set of seismological stations recording an earthquake on November 15, 1997 are provided. The records show three components of motion from the B H* or broadband high-gain channels which have a higher frequency response than the L H* channels you used in Lab 1. This higher frequency response displays the P waves with more fidelity and exhibits them as the sharp, pulse-like signals that they really are. A more precise determination of arrival times can be made with these components. In contrast to Lab 1, however, this collection of seismograms has horizontal components oriented along N-S and E-W axes instead of the convenient "R" and "T" components. R and T are actually computed from the EW and NS components using the station-to-source azimuth. Obviously, no station recording earthquakes from all over the world can specify a single set of R and T directions - those directions are specific to a particular station-earthquake pair. So, the horizontal seismographs are oriented to record N-S and E-W components of ground motion. In this exercise you are going to locate the earthquake using determinations of the arrival times of P waves recorded by the GSN stations. You will be supplied with printouts of the seismograms. Tabulate the data on a sheet of paper as you read the records, and carefully list the following: the station identifier (three or four letter code) P-wave arrival time: hour, minute and second (pick to a tenth of a second); use the scale on the records to measure time with a good ruler to measure between the marks. The 0 on the time scale corresponds to a particular GMT (Greenwich Mean Time) that is listed on the record with the station ID code. Thus you need to add the time measured on the record to the listed time to get the arrival time. Sometimes the alpha-numeric printout is obscured by the trace wiggles, but one of the components will usually be clear enough get it right. For about 6 or so stations with a good global distribution (i.e., not all in the same region), tabulate the amplitudes of the first and/or second half cyles of the P wave in order to determine a rough location. For a given station these amplitudes will give the directions from the station to the source. The intersection of the great circles from at least three well distributed stations can give an approximate location (using a globe). This can be taken as your starting location that you will need below. After reading the records, enter the arrival time data in the Excel workbook called STATIONS. This workbook includes the main entry spreadsheet, 'station selection', a table of

2 station locations called (not suprisingly) 'station locations', and a macro sheet called 'stamacros'. Macro sheets in Excel are programs that you call from the regular spreadsheets (or from other macro sheets). The programs are written in the special Excel macro language. You will work in the spreadsheet 'station selection'. The first column will be the three letter station code, the second the station latitude, the third column the station longitude, and the next three columns the arrival time in terms of hour, minute, and second. The latitude and longitude columns have user-defined functions which will take the three letter code (in capital letters please) in the first column and search the table in 'station locations' of worldwide seismograph station locations to find the latitude and longitude of the particular station. This is a nice example of how Excel can work with "lookup tables". Earthquake location Now copy the data and "Paste Special..." as "values" into the second Excel workbook called LOCATE2. It is important to paste as values and not simply just paste ; otherwise the things you put into LOCATE2 continue to reference the STATIONS workbook, which is a nuisance. You can close the workbook STATIONS after this is done succesfully. LOCATE2 is the main entry and analysis workbook with several specially defined functions. Although I am not asking you to construct the formulas in LOCATE2, I do want you to understand what is going on, and this is an excellent chance to see how a reasonably involved Excel calculation system really works before you have to make one yourself. So, it's worth delving into this one to figure out what is going on. The macro sheet called 'locmacros' shows the functions with some comments (see Appendix 1). The key one, DISTAZ, calculates distances and azimuths, and is discussed in Appendix 2. Believe it or not, we use this one twice more in the course, in paleomagnetic and in plate tectonic calculations, so it is quite useful and worth getting to know. The travel time table, 'JBtables', is taken directly from the Jeffreys-Bullen tables, the venerable and still used standard developed before WW II by the English geophysicist Harold Jeffreys and the New Zealand seismologist (and student of Jeffreys) Keith Bullen. The J-B table lists travel times as a function of distance in degrees (vertical, rows) and depth (horizontal, columns). A user-defined function looks up and interpolates the J-B tables to yield a travel time as output, with depth and distance as inputs. The next entry required for the procedure is a test location, with origin time, latitude, longitude and depth specified. This location will be changed until a good solution is found. With the first motion data you obtained above you can "triangulate" on one of the National Geographic globes to give a rough location. Then, use the travel time tables to find the travel time for a P phase at one or several stations, subtract that travel time from your arrival time to get an estimate for the origin time. The alternative method for choosing a trial starting location is simply to use the location and arrival time of the station closest to the earthquake. Now that you have entered the first test location, the spreadsheet goes about (1) calculating distances and azimuths (earthquake-to-station) for each station, and from the distances and test depth looks up values of travel times in the tables, and calculates observed travel times by subtracting your arrival times from the test origin time. With both observed and calculated travel times the spreadsheet computes an "observed minus calculated" time for each station. This is the travel time residual, which is the main quantity of interest for earthquake locations. A cell near the trial locations gives the square root of the sum of the square of the residuals (RMS), a useful measure of how well the travel times together with the trial location fit the travel time tables. The best location will minimize the RMS. Also included is a plot of residual (observed minus

3 computed, or O-C) versus azimuth, called 'OC vrs az', as part of the workbook. This plot is quite useful in seeing how to move the test location to get a better location. The classical method of location, done by the major international services (International Seismological Centre or ISC in Britain and the USGS Preliminary Determination of Epicenters in the US) is to perform a least square solution. This solution minimizes the sum of the squares of the residuals and is considered the best estimate of the location. Excel has a rather elegant method to do this, called "Solver", which is based on linear programming techniques. You can try this if you want to, after reading the manual to see how it works and what it is, but do the trial and error method described below first. I want you first to change the location parameters to see what happens to the residual versus azimuth relationship, and then to use this information to help find a solution by trial and error. Initially fix the depth at 33 km as is often done in practice. First, if all the points are systematically above or below zero as a function of azimuth, you can remove this bias simply by changing the origin time. Next, use the plot of residual versus azimuth to show you what direction to move the epicenter horizontally (in map view). The adjustment of epicenter and origin time can be done more or less independently. If the epicenter is mislocated in a certain direction, the residuals will have a characteristic sinusoidal variation with azimuth. Can you figure out what direction to move the epicenter? By thoughtfully using trial and error with the 'OC vrs az' plot you should be able to get a location which produces an RMS near a second. When you have a good epicenter and origin time, you can then experiment with changing the depth. Can you compensate for this by changing the origin time? What does this say about how well depth is determined? How deep can you make it and still compensate by simply changing the origin time? The plot of residual versus distance ('OC vrs dist') is useful for nailing the depth and assessing its error. Summary of products for the write-up: 1. original P readings; 2. calculations for a preliminary location and origin time; 3. copy of 'location' spreadsheet in thelocate workbook with your best location; 4. copy of 'OC vs az' plot from LOCATE for that best location; 5. copy of 'OC vrs dist' plot from LOCATE for the best location; and 6. discussion of how you proceeded, what happened and why.

4 Appendix 1. DISTAZ function The DISTAZ function takes the latitudes and longitudes of two points on a spherical earth and computes (1) the angular distance along the great circle connecting the two points and (2) the azimuth of the great circle as measured from one of the points towards the other. These quantities are shown in Figure 1 below, where the azimuth is measured from the earthquake towards the station. STA azimuth distance EQ lines of longitude Figure 1. view of earth from space showing two locations, EQ and Station, the great circle connecting them, and longitudinal lines (dashed) going through the two locations. The azimuth of the station measured at the EQ is the angle between the longitudinal great circle through EQ and the great circle connecting the EQ and the station.

5 cos(90-lat) to north pole z 90 - LAT unit vector at the center of the earth pointing to a location on the surface at latitiude LAT and longitude LON center of earth cos(lat) cos(lon) cos (LAT) sin (LON) y to equator at 90 E LON equatorial plane x to equator at 0 E Figure 2. The cartesian coordinate system placed at the earth's center to transform a location on the surface at latitude LAT and longitude LON into coordinates x, y, and z as shown.

6 For the calculation we will locate a point on the sphere by means of a unit vector placed at the center of the earth and which aims at the point in question. Latitude and longitude are the angular components of the vector in a spherical coordinate system. We will transform these components to a Cartesian coordinate system which is defined as follows. The z axis points towards the north pole, the x axis points towards the equator at 0 longitude, and the y axis points towards the equator at 90 East longitude, as shown in Figure 2 on the preceding page. The components of a unit vector pointing to the location at latitude, LAT, and longitude, LON, are x = cos(lat) cos(lon) y = cos(lat) sin(lon) z = sin(lat) = cos (90-LAT) Now we have two such vectors, one pointing to the earthquake and one pointing to the station. They are both of unit length. In vector notation let's call these EQ and STA. Let us label the latitude and longitude of the earthquake epicenter as LATE and LONE, respectively, and the latitude and longitude of the station as LATS and LONS, respectively. Each will also have x, y and z coordinates obtained by substituting the appropriate latitude and longitudes into the equations above. In the Excel macro sheet for LOCATE2, the function called XYZ calculates the x, y and z coordinates given latitude and longitude. The angle between the two vectors is the angular distance,, between the two points on the sphere (the variable "DISTANCE" is used in the macro instead of ). This distance is obtained by taking the dot product between the two unit vectors: EQ STA = (1) (1) cos( ) or = cos -1 ( EQ STA) The azimuth is more involved. Azimuth is defined as the angle between two great circles: one is the line of longitude through the point of interest (the earthquake location in this case) and the other great circle is the one joining the earthquake location to the station. Now a great circle on a sphere defines a plane through that sphere. The angle of intersection between these two great circles is given by the angle between the normals to the corresponding planes of the great circles. Thus to calculate this angle we need to construct the vectors perpendicular to the two great circle planes. The angle between the two vectors is again simply obtained by using the dot product between the two vectors. The way to get the normal to a great circle plane is to take the vector cross product of two vectors in the plane itself. Since both the z axis and the EQ location vector are in the plane of the earthquake longitude great circle, we can take the cross product of these two to get a (non-unit) vector that is perpendicular to one of the two planes. For the other plane we can take the EQ location vector and the STA location vector which are both in the plane of the great circle connecting the earthquake and the station. The unit vector pointing in the z direction is denoted by z, and the azimuth that we are trying to get is called AZ. Thus we find EQ xz EQ xsta =EQ xz EQ xsta COS(AZ) where the x denotes vector cross product and denotes vector dot product, or

7 AZ =COS 1 EQ xz EQ xsta EQ xz EQ xsta DISTAZ takes advantage of the array functions offered by Excel to do these calculations. We then need to figure out whether the angle AZ as calculated is positive or negative (the COS -1 function doesn't do this!) which depends upon where the two points are relative to each other. We have to figure out which of the two possible ways to go along the great circle connecting the earthquake and station, the short way or the long way. We should use the shortest route ( less than 180 ) to compute the azimuth, since that is what we use for the distance. When = 180 exactly, then it doesn't make any difference. The "IF" statements in the DISTAZ function take care of all this. See if you can figure it out (or figure out more elegant code)! This calculation, a central one for earthquake location, also turns out to be a central one both for geomagnetism and plate tectonics, (the same spherical earth!) so it's worth learning how it works and how to use it.

8 user defined functions in 'locmacros' macro sheet in workbook LOCATE JB tt lookup and interpolation routines: JBTT =ARGUMENT("dist") =ARGUMENT("depth") =VLOOKUP(dist,[LOCATE4]JBtables!table,DEPINT(depth)) =VLOOKUP((dist+1),[LOCATE4]JBtables!table,DEPINT(depth)) =VLOOKUP(dist,[LOCATE4]JBtables!table,(1+DEPINT(depth))) =VLOOKUP((dist+1),[LOCATE4]JBtables!table,(1+DEPINT(depth))) =A5+((A6-A5)*(dist-INT(dist))) =A7+((A8-A7)*(dist-INT(dist))) =A9+((A10-A9)*(HDEP(depth)-DEPINT(depth))) =RETURN(A11) A B C Table in unit degrees, and depth interpolation calculated in fraction of column number these extract two distance and two depth values needed for interpolation these get depth as column integer (DEPINT) and column fractional number (HDEP) DEPINT =ARGUMENT("dep") =(((dep-33)/( ))*100)+3 =INT(C7) =RETURN(C8) HDEP =ARGUMENT("dept") =(((dept-33)/( ))*100)+3 =RETURN(C14)

9 user defined functions in 'locmacros' macro sheet in workbook LOCATE E F G H rpd DISTAZ =PI()/180 =RESULT(64) z is towards north pole =ARGUMENT("ELAT",1) XYZ =ARGUMENT("ELON",1) =RESULT(64) =ARGUMENT("SLAT",1) =ARGUMENT("lat") =ARGUMENT("SLON",1) =ARGUMENT("lon") =XYZ(ELAT,ELON) =COS(lat*rpd)*COS(lon*rpd) =XYZ(ELAT,ELON) EQ =COS(lat*rpd)*SIN(lon*rpd) =XYZ(ELAT,ELON) =COS((PI()/2)-(lat*rpd)) =XYZ(SLAT,SLON) =RETURN(E8:E10) =XYZ(SLAT,SLON) STA =XYZ(SLAT,SLON) =SUMPRODUCT(EQ,STA) =ACOS(G13)*(1/rpd) DISTANCE in degrees =IF((SLON-ELON)=0) this part tests whether =IF(SLAT>ELAT) station is due north or AZ=0 south of epicenter, =ELSE.IF(SLAT<ELAT) and avoids having to AZ=180 go thru rest of calculations =ELSE.IF(ABS(SLON-ELON)=180) =IF(SLAT>(-ELAT)) AZ=0 =ELSE.IF(SLAT<(-ELAT)) AZ=180 =CROSPROD(EQ,{0;0;1}) =CROSPROD(EQ,{0;0;1}) =CROSPROD(EQ,{0;0;1}) =CROSPROD(EQ,STA) =CROSPROD(EQ,STA) =CROSPROD(EQ,STA) =DOTPROD(G28:G30,G31:G33) =ACOS(G34)/rpd az eq to sta =IF(ELON>=0) =IF(SLON>=0) =IF(SLON>ELON) AZ=G35 =ELSE.IF(SLON<ELON) AZ=-G35 =IF(SLON<0) =IF(SLON<(ELON-180)) AZ=G35 =ELSE.IF(SLON>(ELON-180)) AZ=-G35

10 user defined functions in 'locmacros' macro sheet in workbook LOCATE E F G H =IF(ELON<0) =IF(SLON<0) =IF(SLON>ELON) AZ=G35 =ELSE.IF(SLON<ELON) AZ=-G35 =IF(SLON>=0) =IF(SLON<(ELON+180)) AZ=G35 =ELSE.IF(SLON>(ELON+180)) AZ=-G35 =DISTANCE =AZ =RETURN(TRANSPOSE(G68:G69))

11 user defined functions in 'locmacros' macro sheet in workbook LOCATE I CROSPROD =RESULT(64) =ARGUMENT("A",64) =ARGUMENT("B",64) =(INDEX(A,2)*INDEX(B,3))-(INDEX(A,3)*INDEX(B,2)) =(INDEX(A,3)*INDEX(B,1))-(INDEX(A,1)*INDEX(B,3)) =(INDEX(A,1)*INDEX(B,2))-(INDEX(A,2)*INDEX(B,1)) =RETURN(I5:I7) DOTPROD =RESULT(1) =ARGUMENT("AA",64) =ARGUMENT("BB",64) =SQRT(SUMPRODUCT(AA,AA)) =SQRT(SUMPRODUCT(BB,BB)) =SUMPRODUCT(AA,BB)/(I16*I17) =RETURN(I18) all this to figure whether the azimuth is positive or negative!

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application Module 4 Stereographic projection: concept and application Lecture 4 Stereographic projection: concept and application 1 NPTEL Phase II : IIT Kharagpur : Prof. R. N. Ghosh, Dept of Metallurgical and Materials

More information

Use of n-vector for Radar Applications

Use of n-vector for Radar Applications Use of n-vector for Radar Applications Nina Ødegaard, Kenneth Gade Norwegian Defence Research Establishment Kjeller, NORWAY email: Nina.Odegaard@ffi.no Kenneth.Gade@ffi.no Abstract: This paper aims to

More information

Section 1.2: Points and Lines

Section 1.2: Points and Lines Section 1.2: Points and Lines Objective: Graph points and lines using x and y coordinates. Often, to get an idea of the behavior of an equation we will make a picture that represents the solutions to the

More information

( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 ( )

( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 ( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 1 Problem Statement The polar reduction formula takes an observer's assumed position (lat, lon), and a body's celestial

More information

Navigation coordinate systems

Navigation coordinate systems Lecture 3 Navigation coordinate systems Topic items: 1. Basic Coordinate Systems. 2. Plane Cartesian Coordinate Systems. 3. Polar Coordinate Systems. 4. Earth-Based Locational Reference Systems. 5. Reference

More information

Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 17 Notes These notes correspond to Section 10.1 in the text. Three-Dimensional Coordinate Systems Over the course of the next several lectures, we will

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space In Figure 11.43, consider the line L through the point P(x 1, y 1, z 1 ) and parallel to the vector. The vector v is a direction vector for the line L, and a, b, and c

More information

LOCAL GEODETIC HORIZON COORDINATES

LOCAL GEODETIC HORIZON COORDINATES LOCAL GEODETIC HOIZON COODINATES In many surveying applications it is necessary to convert geocentric Cartesian coordinates X,,Z to local geodetic horizon Cartesian coordinates E,N,U (East,North,Up). Figure

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles October 16 & 17 2018 Non-Euclidean Geometry and the Globe (Euclidean) Geometry Review:

More information

LAB 2: DATA FILTERING AND NOISE REDUCTION

LAB 2: DATA FILTERING AND NOISE REDUCTION NAME: LAB TIME: LAB 2: DATA FILTERING AND NOISE REDUCTION In this exercise, you will use Microsoft Excel to generate several synthetic data sets based on a simplified model of daily high temperatures in

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

GCSE-AS Mathematics Bridging Course. Chellaston School. Dr P. Leary (KS5 Coordinator) Monday Objectives. The Equation of a Line.

GCSE-AS Mathematics Bridging Course. Chellaston School. Dr P. Leary (KS5 Coordinator) Monday Objectives. The Equation of a Line. GCSE-AS Mathematics Bridging Course Chellaston School Dr (KS5 Coordinator) Monday Objectives The Equation of a Line Surds Linear Simultaneous Equations Tuesday Objectives Factorising Quadratics & Equations

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Review of Wednesday Class Definition of heights Ellipsoidal height (geometric) Orthometric height (potential field based) Shape of equipotential surface: Geoid for

More information

AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION

AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION Carl Heiles In our never-ending attempt to make your life easier, we present you with the quickest of quick summaries of spherical coordinate

More information

LAB 2: DATA FILTERING AND NOISE REDUCTION

LAB 2: DATA FILTERING AND NOISE REDUCTION NAME: LAB SECTION: LAB 2: DATA FILTERING AND NOISE REDUCTION In this exercise, you will use Microsoft Excel to generate several synthetic data sets based on a simplified model of daily high temperatures

More information

The Nautical Almanac's Concise Sight Reduction Tables

The Nautical Almanac's Concise Sight Reduction Tables The Nautical Almanac's Concise Sight Reduction Tables W. Robert Bernecky February, 2015 This document describes the mathematics used to derive the Nautical Almanac's Concise Sight Reduction Tables (NACSR).

More information

GG450 4/5/2010. Today s material comes from p and in the text book. Please read and understand all of this material!

GG450 4/5/2010. Today s material comes from p and in the text book. Please read and understand all of this material! GG450 April 6, 2010 Seismic Reflection I Today s material comes from p. 32-33 and 81-116 in the text book. Please read and understand all of this material! Back to seismic waves Last week we talked about

More information

JUST THE MATHS SLIDES NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson

JUST THE MATHS SLIDES NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson JUST THE MATHS SLIDES NUMBER 5.2 GEOMETRY 2 (The straight line) by A.J.Hobson 5.2.1 Preamble 5.2.2 Standard equations of a straight line 5.2.3 Perpendicular straight lines 5.2.4 Change of origin UNIT 5.2

More information

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe

Grade 6 Math Circles October 16 & Non-Euclidean Geometry and the Globe Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles October 16 & 17 2018 Non-Euclidean Geometry and the Globe (Euclidean) Geometry Review:

More information

Graphical Analysis of Data using Microsoft Excel [2016 Version]

Graphical Analysis of Data using Microsoft Excel [2016 Version] Graphical Analysis of Data using Microsoft Excel [2016 Version] Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

Introduction to MATLAB

Introduction to MATLAB GLOBAL EDITION Introduction to MATLAB THIRD EDITION Delores M. Etter 3.3 Trigonometric Functions 77 tan(x) asin(x) sinh(x) Computes the tangent of x, where x is in radians. tan(pi) -1.2246e-16 Computes

More information

Section 10.1 Polar Coordinates

Section 10.1 Polar Coordinates Section 10.1 Polar Coordinates Up until now, we have always graphed using the rectangular coordinate system (also called the Cartesian coordinate system). In this section we will learn about another system,

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

Year 8 Set 2 : Unit 1 : Number 1

Year 8 Set 2 : Unit 1 : Number 1 Year 8 Set 2 : Unit 1 : Number 1 Learning Objectives: Level 5 I can order positive and negative numbers I know the meaning of the following words: multiple, factor, LCM, HCF, prime, square, square root,

More information

Question: What are the origins of the forces of magnetism (how are they produced/ generated)?

Question: What are the origins of the forces of magnetism (how are they produced/ generated)? This is an additional material to the one in the internet and may help you to develop interest with the method. You should try to integrate some of the discussions here while you are trying to answer the

More information

The Three Dimensional Coordinate System

The Three Dimensional Coordinate System The Three-Dimensional Coordinate System The Three Dimensional Coordinate System You can construct a three-dimensional coordinate system by passing a z-axis perpendicular to both the x- and y-axes at the

More information

58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST

58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST 58th ANNUAL HIGH SCHOOL HONORS MATHEMATICS CONTEST April 18, 015 on the campus of the University of California, San Diego PART I ANSWER KEY 1. (D) 14. (B). (A) 15. (A) 3. (E) 16. (C) 4. (B) 17. (A) 5.

More information

Excel Spreadsheets and Graphs

Excel Spreadsheets and Graphs Excel Spreadsheets and Graphs Spreadsheets are useful for making tables and graphs and for doing repeated calculations on a set of data. A blank spreadsheet consists of a number of cells (just blank spaces

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

More information

EXCEL SPREADSHEET TUTORIAL

EXCEL SPREADSHEET TUTORIAL EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Three-Dimensional (Surface) Plots

Three-Dimensional (Surface) Plots Three-Dimensional (Surface) Plots Creating a Data Array 3-Dimensional plots (surface plots) are often useful for visualizing the behavior of functions and identifying important mathematical/physical features

More information

Appendix 2: PREPARATION & INTERPRETATION OF GRAPHS

Appendix 2: PREPARATION & INTERPRETATION OF GRAPHS Appendi 2: PREPARATION & INTERPRETATION OF GRAPHS All of you should have had some eperience in plotting graphs. Some of you may have done this in the distant past. Some may have done it only in math courses

More information

1.1.1 Orientation Coordinate Systems

1.1.1 Orientation Coordinate Systems 1.1.1 Orientation 1.1.1.1 Coordinate Systems The velocity measurement is a vector in the direction of the transducer beam, which we refer to as beam coordinates. Beam coordinates can be converted to a

More information

Basics of Computational Geometry

Basics of Computational Geometry Basics of Computational Geometry Nadeem Mohsin October 12, 2013 1 Contents This handout covers the basic concepts of computational geometry. Rather than exhaustively covering all the algorithms, it deals

More information

Rational Numbers: Graphing: The Coordinate Plane

Rational Numbers: Graphing: The Coordinate Plane Rational Numbers: Graphing: The Coordinate Plane A special kind of plane used in mathematics is the coordinate plane, sometimes called the Cartesian plane after its inventor, René Descartes. It is one

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY VLA ANTENNA MEMORANDUM NO. 1. April 3, 1968 THE RELATIONSHIP BETWEEN ANTENNA SITES ON THE ARMS OF THE WYE

NATIONAL RADIO ASTRONOMY OBSERVATORY VLA ANTENNA MEMORANDUM NO. 1. April 3, 1968 THE RELATIONSHIP BETWEEN ANTENNA SITES ON THE ARMS OF THE WYE NATIONAL RADIO ASTRONOMY OBSERVATORY VLA ANTENNA MEMORANDUM NO. 1 April 3, 1968 THE RELATIONSHIP BETWEEN ANTENNA SITES ON THE ARMS OF THE WYE A. J. Burford INTRODUCTION This memorandum discusses two methods

More information

A SYSTEM OF COORDINATES FOR 3D

A SYSTEM OF COORDINATES FOR 3D CHAPTER 1: A SYSTEM OF COORDINATES FOR 3D 1.1 DEFINING AND USING COORDINATES DEFINING A SYSTEM OF COORDINATES IN 3-D If we are centered in San Juan, Puerto Rico, we can define a system of coordinates in

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape

Maths PoS: Year 7 HT1. Students will colour code as they work through the scheme of work. Students will learn about Number and Shape Maths PoS: Year 7 HT1 Students will learn about Number and Shape Number: Use positive and negative numbers in context and position them on a number line. Recall quickly multiplication facts up to 10 10

More information

The Rectangular Coordinate System and Equations of Lines. College Algebra

The Rectangular Coordinate System and Equations of Lines. College Algebra The Rectangular Coordinate System and Equations of Lines College Algebra Cartesian Coordinate System A grid system based on a two-dimensional plane with perpendicular axes: horizontal axis is the x-axis

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

More information

CS354 Computer Graphics Rotations and Quaternions

CS354 Computer Graphics Rotations and Quaternions Slide Credit: Don Fussell CS354 Computer Graphics Rotations and Quaternions Qixing Huang April 4th 2018 Orientation Position and Orientation The position of an object can be represented as a translation

More information

Advanced Vision Practical

Advanced Vision Practical Advanced Vision Practical Bob Fisher School of Informatics February 2018 Abstract This describes the Advanced Vision assessed practical. The main goal is to reconstruct a box from a set of 3D point clouds

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

UNIT NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson

UNIT NUMBER 5.2. GEOMETRY 2 (The straight line) A.J.Hobson JUST THE MATHS UNIT NUMBER 5.2 GEOMETRY 2 (The straight line) b A.J.Hobson 5.2.1 Preamble 5.2.2 Standard equations of a straight line 5.2. Perpendicular straight lines 5.2.4 Change of origin 5.2.5 Exercises

More information

Angles, Straight Lines and Symmetry

Angles, Straight Lines and Symmetry Mathematics GCSE Module Five: Basic Geometry Lesson Fifteen Angles, Straight Lines and Symmetry Aims The aim of this lesson is to enable you to: recognise and apply the basic ideas of Geometry, particularly

More information

January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES.

January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES. January 30, 2019 LECTURE 2: FUNCTIONS OF SEVERAL VARIABLES 110211 HONORS MULTIVARIABLE CALCULUS PROFESSOR RICHARD BROWN Synopsis Today we begin the course in earnest in Chapter 2, although, again like

More information

Script for the Excel-based applet StereogramHeijn_v2.2.xls

Script for the Excel-based applet StereogramHeijn_v2.2.xls Script for the Excel-based applet StereogramHeijn_v2.2.xls Heijn van Gent, MSc. 25.05.2006 Aim of the applet: The aim of this applet is to plot planes and lineations in a lower Hemisphere Schmidt Net using

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

More information

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once Algebra 2 Chapter 2 Domain input values, X (x, y) Range output values, Y (x, y) Function For each input, there is exactly one output Example: Vertical Line Test a relationship is a function, if NO vertical

More information

MAT 090 Brian Killough s Instructor Notes Strayer University

MAT 090 Brian Killough s Instructor Notes Strayer University MAT 090 Brian Killough s Instructor Notes Strayer University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Spreadsheets. With Microsoft Excel as an example

Spreadsheets. With Microsoft Excel as an example Spreadsheets With Microsoft Excel as an example Reading Chapter One and Three Exercises Those in the text of chapters one and three. The Problems section is not required. Purpose Originally for Accounting

More information

Microsoft Office Illustrated. Getting Started with Excel 2007

Microsoft Office Illustrated. Getting Started with Excel 2007 Microsoft Office 2007- Illustrated Getting Started with Excel 2007 Objectives Understand spreadsheet software Tour the Excel 2007 window Understand formulas Enter labels and values and use AutoSum Objectives

More information

Computational Mathematics/Information Technology. Worksheet 2 Iteration and Excel

Computational Mathematics/Information Technology. Worksheet 2 Iteration and Excel Computational Mathematics/Information Technology Worksheet 2 Iteration and Excel This sheet uses Excel and the method of iteration to solve the problem f(x) = 0. It introduces user functions and self referencing

More information

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

More information

Object Oriented Methods

Object Oriented Methods Chapter 5 Object Oriented Methods 5.1 Introduction In Section 1.7 we outlined procedures that should be considered while conducting the object-oriented analysis and object-oriented design phases that are

More information

Name: Tutor s

Name: Tutor s Name: Tutor s Email: Bring a couple, just in case! Necessary Equipment: Black Pen Pencil Rubber Pencil Sharpener Scientific Calculator Ruler Protractor (Pair of) Compasses 018 AQA Exam Dates Paper 1 4

More information

Orientation & Quaternions

Orientation & Quaternions Orientation & Quaternions Orientation Position and Orientation The position of an object can be represented as a translation of the object from the origin The orientation of an object can be represented

More information

demonstrate an understanding of the exponent rules of multiplication and division, and apply them to simplify expressions Number Sense and Algebra

demonstrate an understanding of the exponent rules of multiplication and division, and apply them to simplify expressions Number Sense and Algebra MPM 1D - Grade Nine Academic Mathematics This guide has been organized in alignment with the 2005 Ontario Mathematics Curriculum. Each of the specific curriculum expectations are cross-referenced to the

More information

FAULT SLIP. GG303 Lab 13 11/29/16 1

FAULT SLIP. GG303 Lab 13 11/29/16 1 GG303 Lab 13 11/29/16 1 FAULT SLIP Lab 13 The purpose of this lab is to develop your ability to evaluate the slip along faults. The lab has three parts. The first requires you to evaluate the slip at a

More information

Measuring Lengths The First Fundamental Form

Measuring Lengths The First Fundamental Form Differential Geometry Lia Vas Measuring Lengths The First Fundamental Form Patching up the Coordinate Patches. Recall that a proper coordinate patch of a surface is given by parametric equations x = (x(u,

More information

An Underdetermined Linear System for GPS

An Underdetermined Linear System for GPS An Underdetermined Linear System for GPS Dan Kalman Dan Kalman (kalman@american.edu) joined the mathematics faculty at American University in 1993, following an eight year stint in the aerospace industry

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

More information

WHAT YOU SHOULD LEARN

WHAT YOU SHOULD LEARN GRAPHS OF EQUATIONS WHAT YOU SHOULD LEARN Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs of equations. Find equations of and sketch graphs of

More information

2.1 Basics of Functions and Their Graphs

2.1 Basics of Functions and Their Graphs .1 Basics of Functions and Their Graphs Section.1 Notes Page 1 Domain: (input) all the x-values that make the equation defined Defined: There is no division by zero or square roots of negative numbers

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

Grade 9 Math Terminology

Grade 9 Math Terminology Unit 1 Basic Skills Review BEDMAS a way of remembering order of operations: Brackets, Exponents, Division, Multiplication, Addition, Subtraction Collect like terms gather all like terms and simplify as

More information

Here is the data collected.

Here is the data collected. Introduction to Scientific Analysis of Data Using Spreadsheets. Computer spreadsheets are very powerful tools that are widely used in Business, Science, and Engineering to perform calculations and record,

More information

Unit 1, Lesson 1: Moving in the Plane

Unit 1, Lesson 1: Moving in the Plane Unit 1, Lesson 1: Moving in the Plane Let s describe ways figures can move in the plane. 1.1: Which One Doesn t Belong: Diagrams Which one doesn t belong? 1.2: Triangle Square Dance m.openup.org/1/8-1-1-2

More information

2.1. Rectangular Coordinates and Graphs. 2.1 Rectangular Coordinates and Graphs 2.2 Circles 2.3 Functions 2.4 Linear Functions. Graphs and Functions

2.1. Rectangular Coordinates and Graphs. 2.1 Rectangular Coordinates and Graphs 2.2 Circles 2.3 Functions 2.4 Linear Functions. Graphs and Functions 2 Graphs and Functions 2 Graphs and Functions 2.1 Rectangular Coordinates and Graphs 2.2 Circles 2.3 Functions 2.4 Linear Functions Sections 2.1 2.4 2008 Pearson Addison-Wesley. All rights reserved Copyright

More information

SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01,

SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01, SeisVolE Teaching Modules Preliminary, Draft Instructions (L. Braile and S. Braile, 5/28/01, www.eas.purdue.edu/~braile) 1. Make Your Own Map a. Open the view with that contains your area of interest (for

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

Revision Problems for Examination 2 in Algebra 1

Revision Problems for Examination 2 in Algebra 1 Centre for Mathematical Sciences Mathematics, Faculty of Science Revision Problems for Examination in Algebra. Let l be the line that passes through the point (5, 4, 4) and is at right angles to the plane

More information

Lecture 12: Grids Steven Skiena. skiena

Lecture 12: Grids Steven Skiena.   skiena Lecture 12: Grids Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena Rectilinear Grids Rectilinear grids are typically

More information

Analytic Spherical Geometry:

Analytic Spherical Geometry: Analytic Spherical Geometry: Begin with a sphere of radius R, with center at the origin O. Measuring the length of a segment (arc) on a sphere. Let A and B be any two points on the sphere. We know that

More information

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

More information

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function?

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function? Meeting 1 Introduction to Functions Part 1 Graphing Points on a Plane (REVIEW) A plane is a flat, two-dimensional surface. We describe particular locations, or points, on a plane relative to two number

More information

Birkdale High School - Higher Scheme of Work

Birkdale High School - Higher Scheme of Work Birkdale High School - Higher Scheme of Work Module 1 - Integers and Decimals Understand and order integers (assumed) Use brackets and hierarchy of operations (BODMAS) Add, subtract, multiply and divide

More information

Curvilinear Coordinates

Curvilinear Coordinates Curvilinear Coordinates Cylindrical Coordinates A 3-dimensional coordinate transformation is a mapping of the form T (u; v; w) = hx (u; v; w) ; y (u; v; w) ; z (u; v; w)i Correspondingly, a 3-dimensional

More information

Stereographic Projections

Stereographic Projections C6H3 PART IIA and PART IIB C6H3 MATERIALS SCIENCE AND METALLURGY Course C6: Crystallography Stereographic Projections Representation of directions and plane orientations In studying crystallographic and

More information

# Import constants pi2, pip2, pip4 (2*pi, pi/2, pi/4). use Math::Trig ':pi';

# Import constants pi2, pip2, pip4 (2*pi, pi/2, pi/4). use Math::Trig ':pi'; NAME Math::Trig - trigonometric functions SYNOPSIS use Math::Trig; $x = tan(0.9); $y = acos(3.7); $z = asin(2.4); $halfpi = pi/2; $rad = deg2rad(120); # Import constants pi2, pip2, pip4 (2*pi, pi/2, pi/4).

More information

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius.

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius. NAME DATE PER. REVIEW #18: SPHERES, COMPOSITE FIGURES, & CHANGING DIMENSIONS PART 1: SURFACE AREA & VOLUME OF SPHERES Find the measure(s) indicated. Answers to even numbered problems should be rounded

More information

8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the

8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 8 th Grade Mathematics Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13. This document is designed to help North Carolina educators

More information

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations 1 Definition of polar coordinates Let us first recall the definition of Cartesian coordinates: to each point in the plane we can

More information

Lab 21.1 The Tangent Galvanometer

Lab 21.1 The Tangent Galvanometer Name School Date Lab 21.1 The Tangent Galvanometer Purpose To investigate the magnetic field at the center of a current-carrying loop of wire. To verify the right-hand rule for the field inside a current

More information

Functions. Copyright Cengage Learning. All rights reserved.

Functions. Copyright Cengage Learning. All rights reserved. Functions Copyright Cengage Learning. All rights reserved. 2.2 Graphs Of Functions Copyright Cengage Learning. All rights reserved. Objectives Graphing Functions by Plotting Points Graphing Functions with

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Graphics (INFOGR ): Example Exam

Graphics (INFOGR ): Example Exam Graphics (INFOGR 2015-2016): Example Exam StudentID / studentnummer Last name / achternaam First name / voornaam Do not open the exam until instructed to do so! Read the instructions on this page carefully!

More information

Fresnel Reflection. angle of transmission. Snell s law relates these according to the

Fresnel Reflection. angle of transmission. Snell s law relates these according to the Fresnel Reflection 1. Reflectivity of polarized light The reflection of a polarized beam of light from a dielectric material such as air/glass was described by Augustin Jean Fresnel in 1823. While his

More information

Geology Geomath Estimating the coefficients of various Mathematical relationships in Geology

Geology Geomath Estimating the coefficients of various Mathematical relationships in Geology Geology 351 - Geomath Estimating the coefficients of various Mathematical relationships in Geology Throughout the semester you ve encountered a variety of mathematical relationships between various geologic

More information

Contents 10. Graphs of Trigonometric Functions

Contents 10. Graphs of Trigonometric Functions Contents 10. Graphs of Trigonometric Functions 2 10.2 Sine and Cosine Curves: Horizontal and Vertical Displacement...... 2 Example 10.15............................... 2 10.3 Composite Sine and Cosine

More information

1.5 Equations of Lines and Planes in 3-D

1.5 Equations of Lines and Planes in 3-D 1.5. EQUATIONS OF LINES AND PLANES IN 3-D 55 Figure 1.16: Line through P 0 parallel to v 1.5 Equations of Lines and Planes in 3-D Recall that given a point P = (a, b, c), one can draw a vector from the

More information

MPM 2DI EXAM REVIEW. Monday, June 25, :30 am 10:00 am ROOM 116 * A PENCIL, SCIENTIFIC CALCULATOR AND RULER ARE REQUIRED *

MPM 2DI EXAM REVIEW. Monday, June 25, :30 am 10:00 am ROOM 116 * A PENCIL, SCIENTIFIC CALCULATOR AND RULER ARE REQUIRED * NAME: MPM DI EXAM REVIEW Monday, June 5, 018 8:30 am 10:00 am ROOM 116 * A PENCIL, SCIENTIFIC CALCULATOR AND RULER ARE REQUIRED * Please Note: Your final mark in this course will be calculated as the better

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

GRADE 6 PAT REVIEW. Math Vocabulary NAME:

GRADE 6 PAT REVIEW. Math Vocabulary NAME: GRADE 6 PAT REVIEW Math Vocabulary NAME: Estimate Round Number Concepts An approximate or rough calculation, often based on rounding. Change a number to a more convenient value. (0 4: place value stays

More information

Physics I : Oscillations and Waves Prof. S Bharadwaj Department of Physics & Meteorology Indian Institute of Technology, Kharagpur

Physics I : Oscillations and Waves Prof. S Bharadwaj Department of Physics & Meteorology Indian Institute of Technology, Kharagpur Physics I : Oscillations and Waves Prof. S Bharadwaj Department of Physics & Meteorology Indian Institute of Technology, Kharagpur Lecture - 20 Diffraction - I We have been discussing interference, the

More information

Assignment 2 Arrays and Functions

Assignment 2 Arrays and Functions Assignment 2 Arrays and Functions Assigned TA: Yohai Mandabi. Publication date: 17.11.13. Introduction The geographic coordinate system is a grid allowing the specification of any location on Earth. The

More information