Math 215 Project (25 pts) : Using Linear Algebra to solve GPS problem
|
|
|
- Osborn Morton
- 9 years ago
- Views:
Transcription
1 Due Thursday March 1, 2012 NAME(S): Math 215 Project (25 pts) : Using Linear Algebra to solve GPS problem 0.1 Introduction The age old question, Where in the world am I? can easily be solved nowadays by using the Global Positioning System (GPS). A GPS system consists of GPS satellites orbiting the earth and a GPS receiver on the earth s surface that receives signals from the satellites. A GPS receiver calculates its position by using the information sent by the GPS satellites. Each GPS satellite constantly transmits a signal at the speed of light containing the time the signal was sent and the location (i.e. orbit) of the GPS satellite sending the signal. In order for a GPS receiver to compute its position, it must triangulate its location from the satellites. To triangulate, a GPS receiver computes the distance from each satellite using the travel time of the radio signals sent. Since space has three dimensions this would seem to imply that only three satellites are required to compute the GPS receiver s location, but this is only true if the GPS receiver knows exactly when the signal is sent and received. This would require a super accurate (within nanoseconds) synchronized clock system between all of the GPS satellites and the GPS receiver. Not possible for any non-laboratory clock, making this an unusable system. Using four satellites instead of three, the GPS receiver can solve for time as well as position, eliminating the need for the GPS receiver to have a super accurate synchronized clock with the GPS satellites. However, this does not eliminate the need of a super accurate synchronized clock system between all of the GPS satellites. Each GPS satellite is equipped with an atomic clock, which is synchronized with all other GPS satellites and UTC (universal time coordinated) ignoring leap seconds. Atomic clocks are the most accurate timing instrument known, losing a maximum of only 1 second every 30,000-1,000,000 years and are accurate to within 10 9 seconds. Adjustments to the Atomic clocks on the GPS satellites are periodically update and synchronized from a control center on Earth. GPS time was set to zero on 0h 6-Jan-1980 and at this typing 1:02 p.m. September 16, 2008, the GPS time is 234,134s. Since, four GPS satellites are required in order for a GPS receiver to accurately calculate its position, the Satellite Navigation system is set up in such way that from any point on Earth at least four satellites are always in line (i.e. visible) to a GPS receiver. Since, the GPS receiver does not have a synchronized time clock with the satellites, the 4 th unknown variable in the system of equations is time, t. Ignoring atmospeheric conditions, the radio signals from the satellites travel to the receivers at the speed of light, c. Therefore, the distance to each satillites can be computed using the standard distance formula d = c (t t sent ). Using the four satellites and the standard distance formula, we can set up a system of four equations with four unknowns. Solving this system for the unknowns yields the desired location of the GPS receiver. 1
2 0.2 GPS problem Find the location of a GPS receiver we assume is on a boat at sea. To simplify the GPS problem, we will use the Cartesian xyz coordinate system with the earth centered at the origin, the positive z axis pointing through the north pole, and the unit of measure being the radius of the Earth. That is, each tick mark on an axis is equal to the radius of the earth. Z 0 Y X We will also assume that any point at sea level satisfies x 2 +y 2 +z 2 = 1. Time will be measured in milliseconds, (one thousandth of a second, 10 3 ) and the speed of light constant c earth radii per millisecond. The GPS receiver on the boat receives from 4 satellites simultaneously, their position in relation to the xyz-coordinate system (units radius of earth) and the time the signal was sent in milliseconds. The data is given in the table below. The numbers are fabricated so that they are easy to manage, but they not completely unrealistic. 2
3 Satellite 2 (2,0,2) Z Satellite xyz-position Time signal was sent 1 (1,2,0) (2,0,2) (1,1,1) (2,1,0) 19.9 Satellite 3 (1,1,1) Y X Satellite 1 (1,2,0) Satellite 4 (2,1,0) Let (x, y, z) be the position of your GPS receiver on Earth and t be the time the signals arrive. For Satellite 1, we have d = (t 19.9) and using the Euclidean distance formula for points in space we have d = Now combine the two equations together to get (x 1) 2 + (y 2) 2 + (z 0) 2. (x 1) 2 + (y 2) 2 + (z 0) 2 = (t 19.9) (x 1) 2 + (y 2) 2 + (z 0) 2 = (t 19.9) 2 obtained by squaring both sides Expand all squares and rearrange so that only linear variables are on the left side. (E1) 2x + 4y + 0z 2(0.047) 2 (19.9)t = (19.9) 2 + x 2 + y 2 + z t 2 EXERCISE 1 (5pts): Derive 3 more equations (E2), (E3), (E4) similar to (E1) for the other 3 satellites. Write all equations in the same format, i.e. only linear variables on the left side of the equal sign as in the above equation (E1). EXERCISE 2 (5pts): You should notice that all four equations have the same quadratic term on the right side, x 2 + y 2 + z t 2. Use equation (E1) to eliminate the quadratic terms, hence creating a linear system of 3 equations (L1), (L2), and (L3) and 4 unknowns x, y, z, and t. This can be done by subtracting (E1) from each equation, i.e. (L1) = (E2) - (E1), (L2) = (E3) - (E1), and (L3) = (E4) - (E1). EXERCISE 3 (5pts): Write out your linear equations (L1), (L2), and (L3) in augmented matrix form and solve for x, y, z, t using Octave, Matlab, or Maple. Note that there are 3 equations and 4 unknowns. Let t be the free variable. 3
4 EXERCISE 4 (5pts): Plug your variables x, y, z from Exercise 3 into (E1) and solve for t. Notice you should end up with a quadratic in terms of t and you should have two time solutions. Determine which time solution is correct and report your final answer, the location of the GPS receiver in terms of the Cartesian (x, y, z). Your answer in exercise 4 for the location of the GPS receiver is given with respect to the Cartesian xyz-coordinate system and would need to be converted into latitude and longitude in order to be useful. The xyz-coordinate system can be converted into ellipsoidal coordinates (φ, λ, h) where φ corresponds to latitude and λ to longitude and h to the ellipsoidal height. We will ignore h since we already know that are GPS receiver is at sea level. An ellipsoidal coordinates system is used since the Earth is not a perfect sphere. The size and shape of an ellipsoidal can be defined by its semi-major axis a and its semi-minor axis b. The semi-major axis a is the distance from the center of the Earth to the equator and the semi-minor axis b is the distance from the center of the Earth to the North pole. For our calculations we will use the Airy 1830 ellipsoidal to represent the Earth, this gives a = 6, 377, m and b = 6, 356, m. The longitude conversion is very easy (remember the location of the quadrant of the angle), λ = arctan( y x ) However, the latitude conversion requires an iterative procedure, z φ 0 = arctan( a v 0 = p(1 e) ) 1 e sin 2 (φ 0 ) φ i = arctan( z+ev i 1 sin(φ i 1 ) p ) i = 1, 2, 3,... v i = a 1 e sin 2 (φ i ) i = 1, 2, 3,... where e = a2 b 2 a 2 = , and p = x 2 + y 2. EXERCISE 5 (5pts): Convert your xyz-coordinate answer first into meters (using the fact that the radius of earth is 6, 377, meters) then into latitude and longitude. Use 3 iterations for the latitude value. Use Octave, Matlab, Maple, or Mathematica to run the iterations. Do NOT do this calculations by hand or with a calculator! SUBMISSION OF PROJECT The project must be typed. No hand written submissions will be accepted. Do NOT the project. Submit the project using Sakai. In the course shell, within Sakai, there is a link on the left side table called Assignment Tool. Click on Assignment tool and upload your project. If you are doing this project as a group make sure all names appear on the project. Only one upload per group required. 4
5 These calculations give you an insight on the foundation of a GPS system. However, this is not exactly how a GPS system works. There are many missing pieces. For instance, the speed of the radio signal is not constant due to atmospheric conditions, the satellite positions are only known to an accuracy of 1 to 3 meters, and the times the signals are sent have errors. Note that if an atomic clock has an error of only 10 nanoseconds (10 8 seconds) this will create a positioning error of about 3 meters. Current GPS receivers resolves these errors through a more advance mathematical system that produces a usable positioning unit. See Gilbert Strang and Kai Borre s book called Linear Algebra, Geodesy, and GPS and Essentials of Satellite Navigation zogg/dateien/gps Compendium(GPS-X-02007).pdf for more details. 5
Astromechanics Two-Body Problem (Cont)
5. Orbit Characteristics Astromechanics Two-Body Problem (Cont) We have shown that the in the two-body problem, the orbit of the satellite about the primary (or vice-versa) is a conic section, with the
4 The Rhumb Line and the Great Circle in Navigation
4 The Rhumb Line and the Great Circle in Navigation 4.1 Details on Great Circles In fig. GN 4.1 two Great Circle/Rhumb Line cases are shown, one in each hemisphere. In each case the shorter distance between
Gravitational potential
Gravitational potential Let s assume: A particle of unit mass moving freely A body of mass M The particle is attracted by M and moves toward it by a small quantity dr. This displacement is the result of
Lines of Latitude and Longitude
ED 5661 Mathematics & Navigation Teacher Institute Keith Johnson Lesson Plan Lines of Latitude and Longitude Lesson Overview: This lesson plan will introduce students to latitude and longitude along with
Global Positioning System
Project A Global Positioning System There is no better illustration of the unpredictable payback of fundamental science than the story of Albert Einstein and the Global Positioning System [GPS]... the
Math Common Core Sampler Test
High School Algebra Core Curriculum Math Test Math Common Core Sampler Test Our High School Algebra sampler covers the twenty most common questions that we see targeted for this level. For complete tests
The Earth Really is Flat! The Globe and Coordinate Systems. Long History of Mapping. The Earth is Flat. Long History of Mapping
The Earth Really is Flat! The Globe and Coordinate Systems Intro to Mapping & GIS The Earth is Flat Day to day, we live life in a flat world sun rises in east, sets in west sky is above, ground is below
TRIGONOMETRY Compound & Double angle formulae
TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae
PDHonline Course L105 (12 PDH) GPS Surveying. Instructor: Jan Van Sickle, P.L.S. PDH Online PDH Center
PDHonline Course L105 (12 PDH) GPS Surveying Instructor: Jan Van Sickle, P.L.S. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org www.pdhcenter.com
Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress
Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation
General GPS Antenna Information APPLICATION NOTE
General GPS Antenna Information APPLICATION NOTE General GPS Antenna Information Global Positioning System and Precise Time & Frequency The Global Positioning System (GPS) is a worldwide radio-navigation
MTN Learn. Mathematics. Grade 10. radio support notes
MTN Learn Mathematics Grade 10 radio support notes Contents INTRODUCTION... GETTING THE MOST FROM MINDSET LEARN XTRA RADIO REVISION... 3 BROADAST SCHEDULE... 4 ALGEBRAIC EXPRESSIONS... 5 EXPONENTS... 9
This is a square root. The number under the radical is 9. (An asterisk * means multiply.)
Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize
MATHEMATICS FOR ENGINEERING BASIC ALGEBRA
MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.
5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved.
5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations
量 說 Explanatory Notes on Geodetic Datums in Hong Kong
量 說 Explanatory Notes on Geodetic Datums in Hong Kong Survey & Mapping Office Lands Department 1995 All Right Reserved by Hong Kong Government 留 CONTENTS INTRODUCTION............... A1 HISTORICAL BACKGROUND............
Prof. Ludovico Biagi. Satellite Navigation and Monitoring
Prof. Ludovico Biagi Satellite Navigation and Monitoring Navigation: trajectories control positions estimations in real time, at high frequency popular applications: low accuracy (10 m) required specific
WHAT YOU NEED TO USE THE STATE PLANE COORDINATE SYSTEMS
WHAT YOU NEED TO USE THE STATE PLANE COORDINATE SYSTEMS N & E State Plane Coordinates for Control Points AZIMUTHS - True, Geodetic, or Grid - Conversion from Astronomic to Geodetic (LaPlace Correction)
FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5
Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities
Mobile Phone Location Tracking by the Combination of GPS, Wi-Fi and Cell Location Technology
IBIMA Publishing Communications of the IBIMA http://www.ibimapublishing.com/journals/cibima/cibima.html Vol. 2010 (2010), Article ID 566928, 7 pages DOI: 10.5171/2010.566928 Mobile Phone Location Tracking
Method To Solve Linear, Polynomial, or Absolute Value Inequalities:
Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with
Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage
Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft This article provides a systematic exposition
SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices
SURVEYING WITH GPS Key Words: Static, Fast-static, Kinematic, Pseudo- Kinematic, Real-time kinematic, Receiver Initialization, On The Fly (OTF), Baselines, Redundant baselines, Base Receiver, Rover GPS
Maintaining High Accuracy in Modern Geospatial Data
Maintaining High Accuracy in Modern Geospatial Data Patrick Cunningham President [email protected] www.bluemarblegeo.com +1 (207) 582 6747 Copyright 2010 Blue Marble Geographics Concepts Geodesy -
Linearly Independent Sets and Linearly Dependent Sets
These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation
Charlesworth School Year Group Maths Targets
Charlesworth School Year Group Maths Targets Year One Maths Target Sheet Key Statement KS1 Maths Targets (Expected) These skills must be secure to move beyond expected. I can compare, describe and solve
Physics Midterm Review Packet January 2010
Physics Midterm Review Packet January 2010 This Packet is a Study Guide, not a replacement for studying from your notes, tests, quizzes, and textbook. Midterm Date: Thursday, January 28 th 8:15-10:15 Room:
Problem Set V Solutions
Problem Set V Solutions. Consider masses m, m 2, m 3 at x, x 2, x 3. Find X, the C coordinate by finding X 2, the C of mass of and 2, and combining it with m 3. Show this is gives the same result as 3
Copyrighted Material. Chapter 1 DEGREE OF A CURVE
Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two
3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style
Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.
The Map Grid of Australia 1994 A Simplified Computational Manual
The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual 'What's the good of Mercator's North Poles and Equators, Tropics, Zones
Orbital Mechanics. Angular Momentum
Orbital Mechanics The objects that orbit earth have only a few forces acting on them, the largest being the gravitational pull from the earth. The trajectories that satellites or rockets follow are largely
Lesson 1: Introducing Circles
IRLES N VOLUME Lesson 1: Introducing ircles ommon ore Georgia Performance Standards M9 12.G..1 M9 12.G..2 Essential Questions 1. Why are all circles similar? 2. What are the relationships among inscribed
ESTIMATION USABILITY OF THE FREE SOFTWARE FOR TRANSFORMATION OF GEODETIC COORDINATES BETWEEB LOCAL AND GLOBAL DATUMS-EXAMPLE OF THE ADRIATIC SEA
ESTIMATION USABILITY OF THE FREE SOFTWARE FOR TRANSFORMATION OF GEODETIC COORDINATES BETWEEB LOCAL AND GLOBAL DATUMS-EXAMPLE OF THE ADRIATIC SEA Duplančić Leder, Tea; Faculty of Civil Engineering and Architecture,
Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}
Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following
Artificial Satellites Earth & Sky
Artificial Satellites Earth & Sky Name: Introduction In this lab, you will have the opportunity to find out when satellites may be visible from the RPI campus, and if any are visible during the activity,
Microsoft Mathematics for Educators:
Microsoft Mathematics for Educators: Familiarize yourself with the interface When you first open Microsoft Mathematics, you ll see the following elements displayed: 1. The Calculator Pad which includes
Circumference of a Circle
Circumference of a Circle A circle is a shape with all points the same distance from the center. It is named by the center. The circle to the left is called circle A since the center is at point A. If
Energy transformations
Energy transformations Objectives Describe examples of energy transformations. Demonstrate and apply the law of conservation of energy to a system involving a vertical spring and mass. Design and implement
Learning about GPS and GIS
Learning about GPS and GIS Standards 4.4 Understand geographic information systems (G.I.S.). B12.1 Understand common surveying techniques used in agriculture (e.g., leveling, land measurement, building
Motion & The Global Positioning System (GPS)
Grade Level: K - 8 Subject: Motion Prep Time: < 10 minutes Duration: 30 minutes Objective: To learn how to analyze GPS data in order to track an object and derive its velocity from positions and times.
Algebra Practice Problems for Precalculus and Calculus
Algebra Practice Problems for Precalculus and Calculus Solve the following equations for the unknown x: 1. 5 = 7x 16 2. 2x 3 = 5 x 3. 4. 1 2 (x 3) + x = 17 + 3(4 x) 5 x = 2 x 3 Multiply the indicated polynomials
Student Activity: To investigate an ESB bill
Student Activity: To investigate an ESB bill Use in connection with the interactive file, ESB Bill, on the Student s CD. 1. What are the 2 main costs that contribute to your ESB bill? 2. a. Complete the
Earth Coordinates & Grid Coordinate Systems
Earth Coordinates & Grid Coordinate Systems How do we model the earth? Datums Datums mathematically describe the surface of the Earth. Accounts for mean sea level, topography, and gravity models. Projections
2. Orbits. FER-Zagreb, Satellite communication systems 2011/12
2. Orbits Topics Orbit types Kepler and Newton laws Coverage area Influence of Earth 1 Orbit types According to inclination angle Equatorial Polar Inclinational orbit According to shape Circular orbit
Figure 1.1 Vector A and Vector F
CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have
Formulas and Problem Solving
2.4 Formulas and Problem Solving 2.4 OBJECTIVES. Solve a literal equation for one of its variables 2. Translate a word statement to an equation 3. Use an equation to solve an application Formulas are extremely
Basic numerical skills: FRACTIONS, DECIMALS, PROPORTIONS, RATIOS AND PERCENTAGES
Basic numerical skills: FRACTIONS, DECIMALS, PROPORTIONS, RATIOS AND PERCENTAGES. Introduction (simple) This helpsheet is concerned with the ways that we express quantities that are not whole numbers,
Geometry and Measurement
The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for
Collided Vehicle Position Detection using GPS & Reporting System through GSM
Collided Vehicle Position Detection using GPS & Reporting System through GSM M.M.Raghaveendra 1, N.Sahitya 2, N.Nikhila 3, S.Sravani 4 1 Asst.Professor ECE Department, 2 Student, 3 Student, 4 Student,
A guide to coordinate systems in Great Britain
A guide to coordinate systems in Great Britain An introduction to mapping coordinate systems and the use of GPS datasets with Ordnance Survey mapping D00659 v2.3 Mar 2015 Crown copyright Page 1 of 43 Contents
MATH 551 - APPLIED MATRIX THEORY
MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points
Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.
Temperature Scales INTRODUCTION The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. The unit of temperature in the metric system is
How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.
The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics
Balancing Chemical Equations
Balancing Chemical Equations A mathematical equation is simply a sentence that states that two expressions are equal. One or both of the expressions will contain a variable whose value must be determined
compass Encyclopedic Entry
This website would like to remind you: Your browser (Apple Safari 7) is out of date. Update your browser for more security, comfort and the best experience on this site. Encyclopedic Entry compass For
Solutions for Review Problems
olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector
Mechanics 1: Conservation of Energy and Momentum
Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation
MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.
MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column
SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property
498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1
Equations, Inequalities & Partial Fractions
Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities
Vector Math Computer Graphics Scott D. Anderson
Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about
Newton s Law of Gravity
Gravitational Potential Energy On Earth, depends on: object s mass (m) strength of gravity (g) distance object could potentially fall Gravitational Potential Energy In space, an object or gas cloud has
9.4. The Scalar Product. Introduction. Prerequisites. Learning Style. Learning Outcomes
The Scalar Product 9.4 Introduction There are two kinds of multiplication involving vectors. The first is known as the scalar product or dot product. This is so-called because when the scalar product of
Binary Stars. Kepler s Laws of Orbital Motion
Binary Stars Kepler s Laws of Orbital Motion Kepler s Three Laws of orbital motion result from the solution to the equation of motion for bodies moving under the influence of a central 1/r 2 force gravity.
Douglas Adams The Hitchhikers Guide to the Galaxy
There is a theory which states that if ever anybody discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
Coverage Characteristics of Earth Satellites
Coverage Characteristics of Earth Satellites This document describes two MATLAB scripts that can be used to determine coverage characteristics of single satellites, and Walker and user-defined satellite
Number Sense and Operations
Number Sense and Operations representing as they: 6.N.1 6.N.2 6.N.3 6.N.4 6.N.5 6.N.6 6.N.7 6.N.8 6.N.9 6.N.10 6.N.11 6.N.12 6.N.13. 6.N.14 6.N.15 Demonstrate an understanding of positive integer exponents
Sample Problems. Practice Problems
Lecture Notes Quadratic Word Problems page 1 Sample Problems 1. The sum of two numbers is 31, their di erence is 41. Find these numbers.. The product of two numbers is 640. Their di erence is 1. Find these
Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20.
Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM 1. Introduction (really easy) An equation represents the equivalence between two quantities. The two sides of the equation are in balance, and solving
1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.
1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs
Integrals of Rational Functions
Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t
Parametric Equations and the Parabola (Extension 1)
Parametric Equations and the Parabola (Extension 1) Parametric Equations Parametric equations are a set of equations in terms of a parameter that represent a relation. Each value of the parameter, when
A METHOD OF CALIBRATING HELMHOLTZ COILS FOR THE MEASUREMENT OF PERMANENT MAGNETS
A METHOD OF CALIBRATING HELMHOLTZ COILS FOR THE MEASUREMENT OF PERMANENT MAGNETS Joseph J. Stupak Jr, Oersted Technology Tualatin, Oregon (reprinted from IMCSD 24th Annual Proceedings 1995) ABSTRACT The
Exercise: Estimating the Mass of Jupiter Difficulty: Medium
Exercise: Estimating the Mass of Jupiter Difficulty: Medium OBJECTIVE The July / August observing notes for 010 state that Jupiter rises at dusk. The great planet is now starting its grand showing for
Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard
Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express
PLOTTING SURVEYING DATA IN GOOGLE EARTH
PLOTTING SURVEYING DATA IN GOOGLE EARTH D M STILLMAN Abstract Detail surveys measured with a total station use local coordinate systems. To make the data obtained from such surveys compatible with Google
The Technical Archer. Austin Wargo
The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation
An Introduction to Applied Mathematics: An Iterative Process
An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling
Lecture 17. Last time we saw that the rotational analog of Newton s 2nd Law is
Lecture 17 Rotational Dynamics Rotational Kinetic Energy Stress and Strain and Springs Cutnell+Johnson: 9.4-9.6, 10.1-10.2 Rotational Dynamics (some more) Last time we saw that the rotational analog of
SIGHT REDUCTION FOR NAVIGATION
SIGHT REDUCTION FOR NAVIGATION Table of Contents I. Time A. Time Itself 2 B. Time and the Noon Sight 1. Latitude by Mer Pass at Lan 3 2. Longitude by Mer Pass, Sunrise or Sunset 3 II. The Navigational
[3] beautiful visualisation of the satellites positions by HSR / ICOM
GPS (Introduction) MSE, Rumc, GPS, 1 Terms NAVSTAR GPS ( Navigational Satellite Timing and Ranging - Global Positioning System) is a GNSS (Global Navigation Satellite System), developed by the US-DoD in
MEASUREMENT. Historical records indicate that the first units of length were based on people s hands, feet and arms. The measurements were:
MEASUREMENT Introduction: People created systems of measurement to address practical problems such as finding the distance between two places, finding the length, width or height of a building, finding
Math 1B, lecture 5: area and volume
Math B, lecture 5: area and volume Nathan Pflueger 6 September 2 Introduction This lecture and the next will be concerned with the computation of areas of regions in the plane, and volumes of regions in
FP1. HiSET TM Mathematics Practice Test
FP1 HiSET TM Mathematics Practice Test Copyright 013 Educational Testing Service. All rights reserved. E T S and the E T S logo are registered trademarks of Educational Testing Service (E T S) in the United
What are map projections?
Page 1 of 155 What are map projections? ArcGIS 10 Within ArcGIS, every dataset has a coordinate system, which is used to integrate it with other geographic data layers within a common coordinate framework
[1] Diagonal factorization
8.03 LA.6: Diagonalization and Orthogonal Matrices [ Diagonal factorization [2 Solving systems of first order differential equations [3 Symmetric and Orthonormal Matrices [ Diagonal factorization Recall:
*UDYLW\)LHOG7XWRULDO
% *UDYLW\)LHOG7XWRULDO The formulae and derivations in the following Chapters 1 to 3 are based on Heiskanen and Moritz (1967) and Lambeck (1990). ([SDQVLRQRIWKHJUDYLWDWLRQDOSRWHQWLDOLQWRVSKHULFDOKDUPRQLFV
Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.
MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called
The Quadratic Formula
The Quadratic Formula Target Audience: Introduction to Algebra Class at Bel Air High School, 90 minutes Lesson Topic: The Quadratic Formula NCTM Standards: (Algebra Standard for Grades 9-12) Understand
Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.
Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used
Section 1.1. Introduction to R n
The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to
GPS. Essentials of Satellite Navigation. Compendium. locate, communicate, accelerate. Abstract
GPS Essentials of Satellite Navigation Compendium locate, communicate, accelerate Abstract Theory and Principles of Satellite Navigation. Overview of GPS/GNSS Systems and Applications. www.u-blox.com Document
Key Topics What will ALL students learn? What will the most able students learn?
2013 2014 Scheme of Work Subject MATHS Year 9 Course/ Year Term 1 Key Topics What will ALL students learn? What will the most able students learn? Number Written methods of calculations Decimals Rounding
Materials: #9-1 exploration answers overhead; Do Now and answers overhead; note-taking templates; practice worksheet; homework #9-2
Pre-AP Algebra 2 Unit 9 - Lesson 2 Introduction to Logarithms Objectives: Students will be able to convert between exponential and logarithmic forms of an expression, including the use of the common log.
COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level 2
COWLEY COUNTY COMMUNITY COLLEGE REVIEW GUIDE Compass Algebra Level This study guide is for students trying to test into College Algebra. There are three levels of math study guides. 1. If x and y 1, what
8.9 Intersection of Lines and Conics
8.9 Intersection of Lines and Conics The centre circle of a hockey rink has a radius of 4.5 m. A diameter of the centre circle lies on the centre red line. centre (red) line centre circle INVESTIGATE &
Year 9 set 1 Mathematics notes, to accompany the 9H book.
Part 1: Year 9 set 1 Mathematics notes, to accompany the 9H book. equations 1. (p.1), 1.6 (p. 44), 4.6 (p.196) sequences 3. (p.115) Pupils use the Elmwood Press Essential Maths book by David Raymer (9H
Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems
Academic Content Standards Grade Eight Ohio Pre-Algebra 2008 STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express large numbers and small
Sample Math Questions: Student- Produced Response
Chapter Sample Math Questions: Student- Produced Response In this chapter, you will see examples of student-produced response math questions This type of question appears in both the calculator and the
