Lecture notes (Lec 1 3)

Size: px
Start display at page:

Download "Lecture notes (Lec 1 3)"

Transcription

1 Lecture notes (Lec 1 3) What is a model? We come across various types of models in life they all represent something else in a form we can comprehend, e.g. a toy model of car or a map of a city or a road map of a city etc. It always has a purpose without purpose or aim of the study the model does not mean much, e.g. a toy prototype of car is a good for a child but not for an automobile engineer. Thus, model is a representation of given system in the language one can conceive of. It requires a translation of real world in the language one can understand. The process of developing a model is Modeling. The term real world system could refer to a physical system, a financial system, a social system, an ecological system, or any other system whose behaviours can be observed. There are many ways in which one describe a real world situation, so model can be of various types, e.g., (a) Scaled Model representation in terms of scaled down versions to predict load on a building, one uses scaled model of a building in a wind tunnel. (b) Pictorial Model representation in terms of drawings/ pictures such as a map of a city or globe (c) Conceptual Model in terms of concepts or verbal representation (d) Symbolic Model represented in terms of certain symbols, which correspond to physical features of the system. These symbols have well defined meaning and follow certain set rules. As a model is a representation of real world situation it contains less information than the real system itself. It contains only those features which are relevant from the point of view of the goal of the study. Mathematical Models are symbolic models, where the symbols are mathematical symbols/ concepts. Roughly defined, mathematical modelling is the process of constructing/ building mathematical objects (such as system of equations, a stochastic process, a geometric or algebraic structure, an algorithm or numbers) whose properties correspond in some way to a particular real world system. Why Mathematical models? There are of course many specific reasons, but most can be related in some way to the following: To gain understanding. Generally speaking, if we have a mathematical model which accurately reflects some behaviour of a real world system of interest, we can often gain improved understanding of that system through analysis of the model, e.g., blood flow in arteries or spread of an epidemic. Also, in the process of modelling, we may find out which factors are most important in the system, and how different

2 parts of the system are related. While designing a complicated equipment we may need to understand mechanism involved we need to understand lubrication mechanism of synovial joint before designing an artificial joint. To predict or simulate. Very often we wish to know what a real world system will do in the future, but it is expensive, impractical, or impossible to experiment directly with the system. Examples include nuclear reactor design, space flight, extinction of species, weather prediction and so on. To optimise some performance profit of a company To obtain response behaviour of a systems to control an epidemic what factors are important! Did we not use mathematical tools earlier? Look at some of the examples Find the height of a tower, say the Kutub Minar in New Delhi (without climbing it!). Find the mass of the Earth. Estimate the yield of rice in India from the standing crop Find the volume of blood inside the body of a person Dosage of a drug Estimate the population of the year 2500 A.D (without actually waiting till then!). So why this emphasis on Mathematical Models now? Advent of computers and development in computing skills. Use of mathematical tools to solve real world problems, which were earlier intractable. Many new areas are utilizing mathematic tools, e.g social sciences, biology, chemistry, natural sciences, etc. Thus, it is clear that much of modern science involves mathematical modelling. Scientists use mathematics to describe real phenomena, and in fact much of this activity constitutes mathematical modelling. As computers become cheaper and powerful and their use becomes more widespread, mathematical models play an increasingly important role in science. From a business perspective, it is clear that an improved ability to simulate, predict, or understand certain real world systems through mathematical modelling provides a distinct competitive advantage. Furthermore, as computing power becomes cheaper, modelling becomes an increasingly cost effective alternative to direct experimentation. How to Model? As you would have guessed by now, we encounter a variety of problems in real life, which require modelling (see the problems listed in case studies which will be discussed at some stage or the other during the course). Each of these problems is different from others and have its own distinctive feature. Therefore, there is no definite algorithm/ precise way to construct a mathematical model that will work in all situations. Modelling is sometimes viewed as an art as well as science. It involves taking whatever knowledge you may have of the system of interest and using that knowledge to create something. Since everyone has a unique way of looking at problems, different people may come up with different models for the same system. There is usually plenty of room for argument about which model is best. It is very important to understand that for any real system, there is no perfect model. One

3 always tries to improve and reach to a better model. However while modelling, one must make a trade off between accuracy, flexibility, cost. Increasing the accuracy of a model generally increases cost and decreases its flexibility. The goal of modelling process should be to obtain a sufficiently accurate and flexible model at a low cost. Note that usually in mathematics, we find very precise and explicit problems, which we are asked to solve completely. We may have to struggle to find the solution, but once we get it, we are done. This is not the case in modelling, where we encounter unclearly stated and ambiguous problems which we can never hope to solve completely! In the following we consider a general framework for the modelling process. These steps provide only a basic methodology/ broad guidelines for modelling, which are ususally followed consciously or unconsciously in modelling. However, there is no set theory of mathematical modelling. This is because no two real world problems are alike, and each new modelling exercise poses new challenges. Step 1: The starting point is the real world problem. define the problem clearly and unambiguously. The problem is then transformed into a system with a goal of study. This may require prior knowledge about the real world associated with the problem, and/or if the prior knowledge is not sufficient, then one has to design an experiment to obtain new/additional knowledge. Step 2: (System Characterization): Step 1 leads to an initial description of the problem based on prior knowledge of its behaviour. The problem as such may be very complicated and may have features which may not be relevant from the point of view of the goal. So one make some simplifications and idealizations to obtain a real world model (RWM). This involves a process of simplification and idealization known as system characterization. It is a crucial step in model building and requires a deep understanding of the physical aspects of the system. Step 3 (Mathematical Model): At this stage the system characterization is related to a mathematical formulation, which produces a mathematical model. It involves two stages, firstly selection of a suitable mathematical formulation, and then the variables of the selected formulation are related on one to one basis with the relevant features of the system. The abstract formulation is clothed in terms of physical features to give mathematical model. This step requires a strong interaction between the physical features of the system and the abstract mathematical formulation. Step 4 (Analysis): Once mathematical model is obtained, its relationship with the physical world are temporarily discarded and the mathematical formulation is solved/analysed using mathematical tools. This is done purely according to the rules of mathematics.

4 At this step, one needs to assign numerical values to various parameters of the model to obtain the model behaviour. This is done by parameter estimation using given data. Step 5 (Validation): In this step, the formulation is interpreted back in terms of the physical features of the problem to yield the behaviour of the mathematical model. The behaviour of mathematical model is then compared with that of their given problem in terms of the data of real world to determine whether the two are in reasonable agreement or not according to same predefined criterion. This is called validation. It may be pointed out here that the criterion for validation should be chosen with care. If the criterion is too stringent (i.e. it requires a very good agreement between the model behaviour and the physical world) then the resulting model will be very complex. If a less stringent model would lead to a model based on coarser system description. In general, one starts with a fairly stringent criterion and simple system characterization and mathematical formulation. Based on the degree of disagreement, either the criterion may be weakened or model be made more complex so that better agreement is achieved. Step 6 (Adequate Model): If the model passes the test of validation it is called an adequate model and process comes to an end. Otherwise, i.e. if the model does not pass the validation criterion, one needs to back track and make changes either in the description of the system (Step 2) or in the mathematical formulation itself (Step 3), and the process starts from there again. Pitfalls of Modelling In the end, there is a word of caution. It should be noted that mathematical model is only a model and not the real world problem by itself. There could be pitfalls in the mathematical model and this could be because one can make mistake at any of the above steps mentioned above. Therefore, care should be taken in using the results of the mathematical model. Real World Problem Simplifications Real World Model Test Mathematical Formulation Prediction and Validation Analysis & Interpretations Mathematical Model Fig. 1 Schematic diagram of modelling process

5 Note that constructing a model requires: A clear picture of the goal of the modeling exercise. Exactly which aspects of the system do you wish to understand or predict, and how accurately do you need to do it? A picture of the key factors involved in the system and how they relate to each other. This often requires taking a greatly simplified view of the system, neglecting factors known to influence the system, and making assumptions which may or may not be correct. Thus, Mathematical modelling is an iterative process which involves interdisciplinary interactions. It is an art as well as a science. The art aspect deals with the intuition required at various stages, which scientific aspect deals with the precise translation and use of mathematical tools to get solution of the problem. Our process can be briefly described as follows: 1. Make general observations of phenomena, 2. Formulate a hypothesis, 3. Develop a method to test hypothesis, 4. Obtain data, 5. Test hypothesis against data, 6. Attempt to confirm or deny hypothesis. It results in asking the questions like Why? Why modelling? What is the goal? Find? List the data from real world or what more you need to know? Given? What is given list it. Assume? What assumptions can be made from the observations? How? How is the system governed by physical principles? Predict? The formulation and solve Valid? Interpret the solution and validate with real world. Verify? Test to verify is the model adequate? If not Improve. It may be noted that good models already exist for parts of the system. The goal is then to assemble these submodels" to represent the whole system of interest. Good models already exist for a different system, which can be translated or modified to apply to the system of interest. This is due to one of the greatest virtues of mathematics i.e. its generality. A general model exists which includes the system of interest as a special case, but it is very difficult to compute with or analyze the general model. The goal is then to simplify or make approximations to the general model which will still reflect the behavior of the particular system of interest.

6 Fall of a raindrop To illustrate the process, we consider the problem of a raindrop falling from a cloud at moderate height. Goal To find time the taken by a raindrop falling from a cloud at moderate height to reach the ground. Real world consists of rain drop, cloud, ground, surrounding environment. Observations: (i) The velocity of raindrop increases as the distance travelled increases. (ii) A large raindrop takes about 40 sec. to reach ground from a cloud at the height of 1024 sec. (experimental observation) Simplifications/ Idealization Raindrop is a particle falling from rest along a straight line. The variables here are: time, distance, velocity of the raindrop. Mathematical Formulation: If x(t) is the distance travelled in time t by the rain drop after its fall from cloud, then its velocity is rate of change of x with time, i.e.,. Now from the assumption we have with x = 0 at t = 0 (here k is the constant of proportionality). Solving this we get the x = 0 for all time the raindrop is not moving at all. This is not correct. So we have to correct the things. It may be pointed out that while observation is correct, the drop is falling under gravity and Galileo had observed that An object falling from moderate height under gravity gains an extra 32 ft/ sec in velocity in each second. Thus we have a modified formulation, which gives: 32 As initial velocity 0 (rain drop falls from rest), we have 32, 0 0. This gives time to cover a distance of 1024 ft is 8 sec. this much less than the observed experimental value. (However, this value has been observed for a heavy ball falling from this height under gravity). It may be noted that both rain drop and a heavy ball experience a resistance due to air through which they fall. While, this air drag can be neglected in the case of heavy ball, it is not so in case of rain drop. Therefore, model needs an improvement to consider air drag opposing the model. For this we have an empirical result Stokes law which says For a spherical droplet (with diameter D < ft) falling under gravity in motionless air, it experiences air drag which opposes the motion is proportional to velocity and is equal to 0.329x10 5 v/d 2 Thus we get, a new formulation: , 0 0, 0 0 One can easily solve this equation, however we can have some mathematical simplifications it is observed that rain drop attains 99% of its terminal velocity in a very short time (Verify it by solving the equation) and then it continues to fall with a

7 constant velocity / Assuming the maximum value of the diameter D = ft, we get the rain drop travels 1 ft in 165 sec. i.e. it is hardly moving. Again the model is not adequate for the given goal and needs to be further modify. However, it is good enough for a fog droplet. (Diameter of raindrop is larger than the given value). Ex. Look for the improved models.

Sniffing out new laws... Question

Sniffing out new laws... Question Sniffing out new laws... How can dimensional analysis help us figure out what new laws might be? (Why is math important not just for calculating, but even just for understanding?) (And a roundabout way

More information

Forces and Motion in One Dimension

Forces and Motion in One Dimension Nicholas J. Giordano www.cengage.com/physics/giordano Forces and Motion in One Dimension Applications of Newton s Laws We will learn how Newton s Laws apply in various situations We will begin with motion

More information

Position, Velocity, Acceleration

Position, Velocity, Acceleration 191 CHAPTER 7 Position, Velocity, Acceleration When we talk of acceleration we think of how quickly the velocity is changing. For example, when a stone is dropped its acceleration (due to gravity) is approximately

More information

Conceptual Physics 11 th Edition

Conceptual Physics 11 th Edition Conceptual Physics 11 th Edition Chapter 3: LINEAR MOTION This lecture will help you understand: Motion Is Relative Speed : Average and Instantaneous Velocity Acceleration Free Fall Motion Is Relative

More information

Introduction to Modeling

Introduction to Modeling Introduction to Modeling CURM Background Material, Fall 2014 Dr. Doreen De Leon 1 What Is a Mathematical Model? A mathematical model is an idealization of a real-world phenomenon, which we use to help

More information

Lecture 4-1 Force, Mass, Newton's Laws Throughout this semester we have been talking about Classical Mechanics which studies motion of objects at

Lecture 4-1 Force, Mass, Newton's Laws Throughout this semester we have been talking about Classical Mechanics which studies motion of objects at Lecture 4-1 orce, Mass, Newton's Laws Throughout this semester we have been talking about Classical Mechanics which studies motion of objects at every-day scale. Classical mechanics can be subdivided into

More information

PHYSICS 107. Lecture 5 Newton s Laws of Motion

PHYSICS 107. Lecture 5 Newton s Laws of Motion PHYSICS 107 Lecture 5 Newton s Laws of Motion First Law We saw that the type of motion which was most difficult for Aristotle to explain was horizontal motion of nonliving objects, particularly after they've

More information

OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE

OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE OAKLYN PUBLIC SCHOOL MATHEMATICS CURRICULUM MAP EIGHTH GRADE STANDARD 8.NS THE NUMBER SYSTEM Big Idea: Numeric reasoning involves fluency and facility with numbers. Learning Targets: Students will know

More information

To Infinity and Beyond. To Infinity and Beyond 1/43

To Infinity and Beyond. To Infinity and Beyond 1/43 To Infinity and Beyond To Infinity and Beyond 1/43 Infinity The concept of infinity has both fascinated and frustrated people for millennia. We will discuss some historical problems about infinity, some

More information

Lecture 09 Combined Effect of Strain, Strain Rate and Temperature

Lecture 09 Combined Effect of Strain, Strain Rate and Temperature Fundamentals of Materials Processing (Part- II) Prof. Shashank Shekhar and Prof. Anshu Gaur Department of Materials Science and Engineering Indian Institute of Technology, Kanpur Lecture 09 Combined Effect

More information

Weather and Climate 1. Elements of the weather

Weather and Climate 1. Elements of the weather Weather and Climate 1 affect = to have an effect on, influence, change altitude = the height of a place above the sea axis = the line around which an object rotates certain = special consist of = to be

More information

According to Newton s 2 nd Law

According to Newton s 2 nd Law According to Newton s 2 nd Law If the force is held constant the relationship between mass and acceleration is direct/inverse. If the mass is held constant the relationship between force and acceleration

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

Physics 2A Chapter 4: Forces and Newton s Laws of Motion

Physics 2A Chapter 4: Forces and Newton s Laws of Motion Physics 2A Chapter 4: Forces and Newton s Laws of Motion There is nothing either good or bad, but thinking makes it so. William Shakespeare It s not what happens to you that determines how far you will

More information

INTRODUCTION TO MATHEMATICAL MODELLING

INTRODUCTION TO MATHEMATICAL MODELLING 306 MATHEMATICS APPENDIX 2 INTRODUCTION TO MATHEMATICAL MODELLING A2.1 Introduction Right from your earlier classes, you have been solving problems related to the real-world around you. For example, you

More information

MODAL LOGIC WITH SUBJUNCTIVE MARKERS: A NEW PERSPECTIVE ON RIGID DESIGNATION

MODAL LOGIC WITH SUBJUNCTIVE MARKERS: A NEW PERSPECTIVE ON RIGID DESIGNATION MODAL LOGIC WITH SUBJUNCTIVE MARKERS: A NEW PERSPECTIVE ON RIGID DESIGNATION Helge Rückert Department of Philosophy University of Saarbrücken, Germany Abstract: According to Kripke

More information

A Little Deductive Logic

A Little Deductive Logic A Little Deductive Logic In propositional or sentential deductive logic, we begin by specifying that we will use capital letters (like A, B, C, D, and so on) to stand in for sentences, and we assume that

More information

Chapter 2: Motion in One Dimension

Chapter 2: Motion in One Dimension Chapter : Motion in One Dimension Review: velocity can either be constant or changing. What is the mathematical meaning of v avg? The equation of a straight line is y = mx + b. From the definition of average

More information

2. Mass, Force and Acceleration

2. Mass, Force and Acceleration . Mass, Force and Acceleration [This material relates predominantly to modules ELP034, ELP035].1 ewton s first law of motion. ewton s second law of motion.3 ewton s third law of motion.4 Friction.5 Circular

More information

Chapter 4 Force and Motion

Chapter 4 Force and Motion Chapter 4 Force and Motion Units of Chapter 4 The Concepts of Force and Net Force Inertia and Newton s First Law of Motion Newton s Second Law of Motion Newton s Third Law of Motion More on Newton s Laws:

More information

Mass and Heat Transfer Analysis of Mass Contactors and Heat Exchangers T W F Russell, Anne S Robinson, Norman J Wagner

Mass and Heat Transfer Analysis of Mass Contactors and Heat Exchangers T W F Russell, Anne S Robinson, Norman J Wagner Mass and Heat Transfer Analysis of Mass Contactors and Heat Exchangers T W F Russell, Anne S Robinson, Norman J Wagner INSTRUCTORS MANUAL TABLE OF CONTENTS I II PLANNING A COURSE IN CLASS DEMONSTRATIONS

More information

Unit 1 Part 2. Concepts Underlying The Geographic Perspective

Unit 1 Part 2. Concepts Underlying The Geographic Perspective Unit 1 Part 2 Concepts Underlying The Geographic Perspective Unit Expectations 1.B Enduring Understanding: Students will be able to.. Know that Geography offers asset of concepts, skills, and tools that

More information

TABLE OF CONTENTS. Texas Essential Knowledge and Skills (TEKS) Check Your Understanding... 6

TABLE OF CONTENTS. Texas Essential Knowledge and Skills (TEKS) Check Your Understanding... 6 TABLE OF CONTENTS Check Your Understanding................... 6 Topic 1: Planning and Carrying Out an Investigation.................... 16 Lesson 1: The Basics...................... 16 Lesson 2: Building

More information

MITOCW free_body_diagrams

MITOCW free_body_diagrams MITOCW free_body_diagrams This is a bungee jumper at the bottom of his trajectory. This is a pack of dogs pulling a sled. And this is a golf ball about to be struck. All of these scenarios can be represented

More information

A Little Deductive Logic

A Little Deductive Logic A Little Deductive Logic In propositional or sentential deductive logic, we begin by specifying that we will use capital letters (like A, B, C, D, and so on) to stand in for sentences, and we assume that

More information

Supplementary Notes on Inductive Definitions

Supplementary Notes on Inductive Definitions Supplementary Notes on Inductive Definitions 15-312: Foundations of Programming Languages Frank Pfenning Lecture 2 August 29, 2002 These supplementary notes review the notion of an inductive definition

More information

Doppler Effect and Sonic

Doppler Effect and Sonic Doppler Effect and Sonic Booms Bởi: OpenStaxCollege The characteristic sound of a motorcycle buzzing by is an example of the Doppler effect. The high-pitch scream shifts dramatically to a lower-pitch roar

More information

Hydraulics Prof Dr Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati

Hydraulics Prof Dr Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Hydraulics Prof Dr Arup Kumar Sarma Department of Civil Engineering Indian Institute of Technology, Guwahati Module No # 08 Pipe Flow Lecture No # 04 Pipe Network Analysis Friends, today we will be starting

More information

; Vertex: ( b. 576 feet above the ground?

; Vertex: ( b. 576 feet above the ground? Lesson 8: Applications of Quadratics Quadratic Formula: x = b± b 2 4ac 2a ; Vertex: ( b, f ( b )) 2a 2a Standard: F.IF.7 Graph functions expressed symbolically and show key features of the graph, by hand

More information

BIOSTATISTICS NURS 3324

BIOSTATISTICS NURS 3324 Simple Linear Regression and Correlation Introduction Previously, our attention has been focused on one variable which we designated by x. Frequently, it is desirable to learn something about the relationship

More information

Signs in the Sky. by Michelle August

Signs in the Sky. by Michelle August Read the science passages. Then answer the questions that follow. Signs in the Sky by Michelle August 1 Today, every news channel has a weather person. They can predict the weather for days, even weeks

More information

A B C D. Unit 6 (1-Dimensional Motion) Practice Assessment

A B C D. Unit 6 (1-Dimensional Motion) Practice Assessment Unit 6 (1-Dimensional Motion) Practice Assessment Choose the best answer to the following questions. Indicate the confidence in your answer by writing C (Confident), S (So-so), or G (Guessed) next to the

More information

MOMENTUM, IMPULSE & MOMENTS

MOMENTUM, IMPULSE & MOMENTS the Further Mathematics network www.fmnetwork.org.uk V 07 1 3 REVISION SHEET MECHANICS 1 MOMENTUM, IMPULSE & MOMENTS The main ideas are AQA Momentum If an object of mass m has velocity v, then the momentum

More information

Chapter 4. A simple method for solving first order equations numerically

Chapter 4. A simple method for solving first order equations numerically Chapter 4. A simple method for solving first order equations numerically We shall discuss a simple numerical method suggested in the introduction, where it was applied to the second order equation associated

More information

Introduction to Conceptual Physics. Check out

Introduction to Conceptual Physics. Check out Name: Mr. Willis Conceptual Physics: Date: Unit I Introduction to Conceptual Physics Need extra help? Check out http://www.bayhicoach.com Unit I Study Guide Multiple Choice Identify the letter of the choice

More information

CLASS NOTES: BUSINESS CALCULUS

CLASS NOTES: BUSINESS CALCULUS CLASS NOTES: BUSINESS CALCULUS These notes can be thought of as the logical skeleton of my lectures, although they will generally contain a fuller exposition of concepts but fewer examples than my lectures.

More information

Lecture 9: Waves in Classical Physics

Lecture 9: Waves in Classical Physics PHYS419 Lecture 9 Waves in Classical Physics 1 Lecture 9: Waves in Classical Physics If I say the word wave in no particular context, the image which most probably springs to your mind is one of a roughly

More information

Acceleration is the rate of change of velocity in a specific direction. It is a VECTOR quantity has magnitude & direction. Any change in the velocity

Acceleration is the rate of change of velocity in a specific direction. It is a VECTOR quantity has magnitude & direction. Any change in the velocity Physics Ch. 4 Acceleration is the rate of change of velocity in a specific direction. It is a VECTOR quantity has magnitude & direction. Any change in the velocity (either in magnitude or direction) is

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Use Figure 1.1 to answer the following questions. 1) How many citizens of Mexico does it

More information

Powers functions. Composition and Inverse of functions.

Powers functions. Composition and Inverse of functions. Chapter 4 Powers functions. Composition and Inverse of functions. 4.1 Power functions We have already encountered some examples of power functions in the previous chapters, in the context of polynomial

More information

Some Motion Terms. Distance & Displacement Velocity & Speed Acceleration Uniform motion Scalar.vs. vector

Some Motion Terms. Distance & Displacement Velocity & Speed Acceleration Uniform motion Scalar.vs. vector Motion Some Motion Terms Distance & Displacement Velocity & Speed Acceleration Uniform motion Scalar.vs. vector Scalar versus Vector Scalar - magnitude only (e.g. volume, mass, time) Vector - magnitude

More information

Lecture Notes on Inductive Definitions

Lecture Notes on Inductive Definitions Lecture Notes on Inductive Definitions 15-312: Foundations of Programming Languages Frank Pfenning Lecture 2 August 28, 2003 These supplementary notes review the notion of an inductive definition and give

More information

Multiple Regression Theory 2006 Samuel L. Baker

Multiple Regression Theory 2006 Samuel L. Baker MULTIPLE REGRESSION THEORY 1 Multiple Regression Theory 2006 Samuel L. Baker Multiple regression is regression with two or more independent variables on the right-hand side of the equation. Use multiple

More information

A particularly nasty aspect of this is that it is often difficult or impossible to tell if a model fails to satisfy these steps.

A particularly nasty aspect of this is that it is often difficult or impossible to tell if a model fails to satisfy these steps. ECON 497: Lecture 6 Page 1 of 1 Metropolitan State University ECON 497: Research and Forecasting Lecture Notes 6 Specification: Choosing the Independent Variables Studenmund Chapter 6 Before we start,

More information

1 Work, Power, and Machines

1 Work, Power, and Machines CHAPTER 13 1 Work, Power, and Machines SECTION Work and Energy KEY IDEAS As you read this section, keep these questions in mind: What is work, and how is it measured? How are work and power related? How

More information

Relationships Between Quantities

Relationships Between Quantities Algebra 1 Relationships Between Quantities Relationships Between Quantities Everyone loves math until there are letters (known as variables) in problems!! Do students complain about reading when they come

More information

PHYSICS Kinematics in One Dimension

PHYSICS Kinematics in One Dimension PHYSICS Kinematics in One Dimension August 13, 2012 www.njctl.org 1 Motion in One Dimension Return to Table of Contents 2 Distance We all know what the distance between two objects is... So what is it?

More information

Introduction to Calculus

Introduction to Calculus Introduction to Calculus Contents 1 Introduction to Calculus 3 11 Introduction 3 111 Origin of Calculus 3 112 The Two Branches of Calculus 4 12 Secant and Tangent Lines 5 13 Limits 10 14 The Derivative

More information

The Language of Motion

The Language of Motion The Language of Motion PowerPoint 8.1 How would you describe the motion in each of the images below? Motion of the something floating through space Motion of the pucks Motion of the cars 1 Size does matter,

More information

CHAPTER 2. FORCE and Motion. CHAPTER s Objectives

CHAPTER 2. FORCE and Motion. CHAPTER s Objectives 19 CHAPTER 2 FORCE and Motion CHAPTER s Objectives To define a force To understand the relation between force and motion In chapter 1, we understood that the Greek philosopher Aristotle was the first who

More information

AP Physics 1 Kinematics 1D

AP Physics 1 Kinematics 1D AP Physics 1 Kinematics 1D 1 Algebra Based Physics Kinematics in One Dimension 2015 08 25 www.njctl.org 2 Table of Contents: Kinematics Motion in One Dimension Position and Reference Frame Displacement

More information

Triangles and Vectors

Triangles and Vectors Chapter 3 Triangles and Vectors As was stated at the start of Chapter 1, trigonometry had its origins in the study of triangles. In fact, the word trigonometry comes from the Greek words for triangle measurement.

More information

Forces. A force is a push or a pull on an object

Forces. A force is a push or a pull on an object Forces Forces A force is a push or a pull on an object Arrows are used to represent forces. The direction of the arrow represent the direction the force that exist or being applied. Forces A net force

More information

Lecture PowerPoints. Chapter 2 Physics for Scientists and Engineers, with Modern Physics, 4 th Edition Giancoli

Lecture PowerPoints. Chapter 2 Physics for Scientists and Engineers, with Modern Physics, 4 th Edition Giancoli Lecture PowerPoints Chapter 2 Physics for Scientists and Engineers, with Modern Physics, 4 th Edition Giancoli 2009 Pearson Education, Inc. This work is protected by United States copyright laws and is

More information

Essential Characteristics of Scientists

Essential Characteristics of Scientists SELBY ABBEY CE (VC) PRIMARY SCHOOL SCIENCE CURRICULUM 2018-2019 Essential Characteristics of Scientists The ability to think independently and raise questions about working scientifically and the knowledge

More information

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes

What's Up, Earth? Header Insert Image 1 here, right justified to wrap. Grade Level. 3rd. Time Required: 60 minutes What's Up, Earth? Header Insert Image 1 here, right justified to wrap Image 1 ADA Description:? Caption:? Image file path:? Source/Rights: Copyright? Grade Level 3rd Time Required: 60 minutes Group Size:

More information

Growth Models 2/2/2015. Sequences. Sequences. Sequences. Example: How Many Terms are Enough? Sequences. Sequences and Population Sequences

Growth Models 2/2/2015. Sequences. Sequences. Sequences. Example: How Many Terms are Enough? Sequences. Sequences and Population Sequences Sequences Growth Models In mathematics the word sequence has a very specific meaning: A sequence is an infinite, ordered list of numbers. In principle, the numbers can be any type of number: positive,

More information

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr.

Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Middle East Technical University Department of Mechanical Engineering ME 305 Fluid Mechanics I Fall 2018 Section 4 (Dr. Sert) Study Set 7 Reading Assignment R1. Read the section Common Dimensionless Groups

More information

Look over: Chapter 2 Sections 1-9 Sample Problems 1, 2, 5, 7. Look over: Chapter 2 Sections 1-7 Examples 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 PHYS 2211

Look over: Chapter 2 Sections 1-9 Sample Problems 1, 2, 5, 7. Look over: Chapter 2 Sections 1-7 Examples 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 PHYS 2211 PHYS 2211 Look over: Chapter 2 Sections 1-9 Sample Problems 1, 2, 5, 7 PHYS 1111 Look over: Chapter 2 Sections 1-7 Examples 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 Topics Covered 1) Average Speed 2) Average Velocity

More information

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI Introduction of Data Analytics Prof. Nandan Sudarsanam and Prof. B Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras Module

More information

Vocabulary. Force. Inertia. Newton. Net Force. Newton s 1 st Law. Newton s 2 nd Law. Newton s 3 rd Law. 1 Page

Vocabulary. Force. Inertia. Newton. Net Force. Newton s 1 st Law. Newton s 2 nd Law. Newton s 3 rd Law. 1 Page Vocabulary Term Definition Force Inertia Newton Net Force Newton s 1 st Law Newton s 2 nd Law Newton s 3 rd Law 1 Page Newton s 1 st Law of Motion Every body persists in its state of rest or of uniform

More information

Problem-Solving Strategies

Problem-Solving Strategies Connexions module: m42076 1 Problem-Solving Strategies OpenStax College This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License Abstract Understand and

More information

Chapter 8. Dynamics II: Motion in a Plane

Chapter 8. Dynamics II: Motion in a Plane Chapter 8. Dynamics II: Motion in a Plane Chapter Goal: To learn how to solve problems about motion in a plane. Slide 8-2 Chapter 8 Preview Slide 8-3 Chapter 8 Preview Slide 8-4 Chapter 8 Preview Slide

More information

Announcements. Describing Motion. Teaching Assistant. Where to find the extra-credit and home-experiment turn-in box

Announcements. Describing Motion. Teaching Assistant. Where to find the extra-credit and home-experiment turn-in box Describing Motion Announcements Homework # 1 and extra credit # 1 due on Friday at 11 PM. 5 September 2013 Teaching Assistant Bryce Johnson Email: brycesjohnson@gmail.com Office hours: Tues Thurs Fri 2:20-6:20

More information

Chapter 5 Applying Newton s Laws

Chapter 5 Applying Newton s Laws Chapter 5 Applying Newton s Laws In this chapter we will introduce further applications of Newton s 1 st and 2 nd law. In summary, all of the contact forces and action-at-a-distance forces will go on the

More information

Physics Final Practice Exam Part 1

Physics Final Practice Exam Part 1 Physics Final Practice Exam Part 1 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which one of the following problems would NOT be a part of physics?

More information

Chapter 4. Forces in One Dimension

Chapter 4. Forces in One Dimension Chapter 4 Forces in One Dimension Chapter 4 Forces in One Dimension In this chapter you will: *VD Note Use Newton s laws to solve problems. Determine the magnitude and direction of the net force that causes

More information

acceleration versus time. LO Determine a particle s change in position by graphical integration on a graph of velocity versus time.

acceleration versus time. LO Determine a particle s change in position by graphical integration on a graph of velocity versus time. Chapter: Chapter 2 Learning Objectives LO 2.1.0 Solve problems related to position, displacement, and average velocity to solve problems. LO 2.1.1 Identify that if all parts of an object move in the same

More information

3 Newton s First Law of Motion Inertia. Forces cause changes in motion.

3 Newton s First Law of Motion Inertia. Forces cause changes in motion. Forces cause changes in motion. A ball at rest in the middle of a flat field is in equilibrium. No net force acts on it. If you saw it begin to move across the ground, you d look for forces that don t

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools Pre-Algebra 8 Pre-Algebra 8 BOE Approved 05/21/2013 1 PRE-ALGEBRA 8 Critical Areas of Focus In the Pre-Algebra 8 course, instructional time should focus on three critical

More information

Advanced Hydrology Prof. Dr. Ashu Jain Department of Civil Engineering Indian Institute of Technology, Kanpur. Lecture - 13

Advanced Hydrology Prof. Dr. Ashu Jain Department of Civil Engineering Indian Institute of Technology, Kanpur. Lecture - 13 Advanced Hydrology Prof. Dr. Ashu Jain Department of Civil Engineering Indian Institute of Technology, Kanpur Lecture - 13 Good morning friends and welcome to the video course on Advanced Hydrology. In

More information

Honors Physics / Unit 01 / CVPM. Name:

Honors Physics / Unit 01 / CVPM. Name: Name: Constant Velocity Model The front of each model packet should serve as a storehouse for things you ll want to be able to quickly look up later. We will usually try to give you some direction on a

More information

An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography

An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography An Introduction to Scientific Research Methods in Geography Chapter 3 Data Collection in Geography Learning Objectives What is the distinction between primary and secondary data sources? What are the five

More information

Evidence and Theory in Physics. Tim Maudlin, NYU Evidence in the Natural Sciences, May 30, 2014

Evidence and Theory in Physics. Tim Maudlin, NYU Evidence in the Natural Sciences, May 30, 2014 Evidence and Theory in Physics Tim Maudlin, NYU Evidence in the Natural Sciences, May 30, 2014 Two Features of Physics Physics displays two interesting features: 1) Programmatically, it aspires to be completely

More information

Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore

Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore Introductory Quantum Chemistry Prof. K. L. Sebastian Department of Inorganic and Physical Chemistry Indian Institute of Science, Bangalore Lecture - 4 Postulates Part 1 (Refer Slide Time: 00:59) So, I

More information

Clickers Registration Roll Call

Clickers Registration Roll Call Clickers Registration Roll Call If you do not see your name then either: 1) You successfully registered your clicker during the roll call on tuesday OR 2) You added the course and your name was not yet

More information

The Science of Physics

The Science of Physics CHAPTER 1 The Science of Physics The runner in this photograph is participating in sports science research at the National Institute of Sport and Physical Education in France. The athlete is being filmed

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 05 Sales Forecasting - II A very warm welcome

More information

Tribhuvan University Institute of Science and Technology

Tribhuvan University Institute of Science and Technology Tribhuvan University Institute of Science and Technology Course Title: Mathematical Modeling Full Marks: 50 Course No: Math 407 Pass Marks: 17.5 Level: B. Sc Year: IV Nature of course: Theory Period per

More information

Economics 312: Urban Land Economics University of Victoria Midterm Examination #1 VERSION 1 SOLUTIONS Spring 2018 Instructor: Martin Farnham

Economics 312: Urban Land Economics University of Victoria Midterm Examination #1 VERSION 1 SOLUTIONS Spring 2018 Instructor: Martin Farnham Economics 312: Urban Land Economics University of Victoria Midterm Examination #1 VERSION 1 SOLUTIONS Spring 2018 Instructor: Martin Farnham Midterm Exam #1 Section 1: Multiple Choice (2 points each) Unless

More information

Today. Clickers Registration Roll Call. Announcements: Loose ends from lecture 2 Law of Inertia (Newton s 1st Law) What is Force?

Today. Clickers Registration Roll Call. Announcements: Loose ends from lecture 2 Law of Inertia (Newton s 1st Law) What is Force? Clickers Registration Roll Call Today If you do not see your name then either: 1) You successfully registered your clicker during the roll call on tuesday OR 2) You added the course and your name was not

More information

Introduction to ODE s

Introduction to ODE s Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 1 Introduction to ODE s What you need to know already: All basic concepts and methods of differentiation and indefinite

More information

On the problem of control and observation: a general overview

On the problem of control and observation: a general overview On the problem of control and observation: a general overview Krishna Kumar Busawon* Abstract This note is dedicated to undergraduate students who wish to enroll in the control engineering program. Some

More information

Skills and Knowledge Progression. Subject: Science KS2 Name: (Child s name) Class: (Child s class) Year 3 Year 4 Year 5 Year 6

Skills and Knowledge Progression. Subject: Science KS2 Name: (Child s name) Class: (Child s class) Year 3 Year 4 Year 5 Year 6 Skills and Progression Subject: Science KS2 Name: (Child s name) Class: (Child s class) Year 3 Year 4 Year 5 Year 6 Plants Can identify and describe the functions of different parts of flowering plants:

More information

Page 2. Example Example Example Jerk in a String Example Questions B... 39

Page 2. Example Example Example Jerk in a String Example Questions B... 39 Page 1 Dynamics Newton's Laws...3 Newton s First Law... 3 Example 1... 3 Newton s Second Law...4 Example 2... 5 Questions A... 6 Vertical Motion...7 Example 3... 7 Example 4... 9 Example 5...10 Example

More information

1.5 MATHEMATICAL LANGUAGE

1.5 MATHEMATICAL LANGUAGE 1.5 MATHEMATICAL LANGUAGE Contemporary Calculus The calculus concepts we will explore in this book are simple and powerful, but sometimes subtle. To succeed in calculus you will have to master some techniques,

More information

Snow and Ice, Part 2: How Does Ice Change?

Snow and Ice, Part 2: How Does Ice Change? Snow and Ice, Part 2: How Does Ice Change? We have been observing how things, like snow, can change by melting. We have used thermometers to compare the warmer temperature of the room to the colder temperature

More information

Casting Physics Simplified Part Two. Frames of Reference

Casting Physics Simplified Part Two. Frames of Reference Casting Physics Simplified Part Two Part one of this paper discussed physics that applies to linear motion, i.e., motion in a straight line. This section of the paper will expand these concepts to angular

More information

Archdiocese of Washington Catholic Schools Academic Standards Science 5 th Grade

Archdiocese of Washington Catholic Schools Academic Standards Science 5 th Grade 5 th Grade Standard 1 - The Nature of and Technology Students work collaboratively to carry out investigations. They observe and make accurate measurements, increase their use of tools and instruments,

More information

1. The length of an object in inches, as a function of its length in feet. 2. The length of an object in feet, as a function of its length in inches

1. The length of an object in inches, as a function of its length in feet. 2. The length of an object in feet, as a function of its length in inches 2.2 20 Functions Algebra is about relations. If we know how two quantities are related, then information about one quantity gives us information about the other. For instance, if we know the relationship

More information

Relations and Functions

Relations and Functions Algebra 1, Quarter 2, Unit 2.1 Relations and Functions Overview Number of instructional days: 10 (2 assessments) (1 day = 45 60 minutes) Content to be learned Demonstrate conceptual understanding of linear

More information

Lecture PowerPoints. Chapter 4 Physics: for Scientists & Engineers, with Modern Physics, 4th edition Giancoli

Lecture PowerPoints. Chapter 4 Physics: for Scientists & Engineers, with Modern Physics, 4th edition Giancoli Lecture PowerPoints Chapter 4 Physics: for Scientists & Engineers, with Modern Physics, 4th edition Giancoli 2009 Pearson Education, Inc. This work is protected by United States copyright laws and is provided

More information

Chapter 3: Vectors and Projectile Motion

Chapter 3: Vectors and Projectile Motion Chapter 3: Vectors and Projectile Motion Vectors and Scalars You might remember from math class the term vector. We define a vector as something with both magnitude and direction. For example, 15 meters/second

More information

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation Lecture 18 : Direction Fields and Euler s Method A Differential Equation is an equation relating an unknown function and one or more of its derivatives. Examples Population growth : dp dp = kp, or = kp

More information

3. Recognize that when a science investigation is replicated, very similar results are expected.

3. Recognize that when a science investigation is replicated, very similar results are expected. STANDARD 5.1 SCIENTIFIC PROCESSES ALL STUDENTS WILL DEVELOP PROBLEM-SOLVING, DECISION-MAKING AND INQUIRY SKILLS, REFLECTED BY FORMULATING USABLE QUESTIONS AND HYPOTHESES, PLANNING EXPERIMENTS, CONDUCTING

More information

Investigate the relationship between the extension of a spring and the applied force

Investigate the relationship between the extension of a spring and the applied force Physics: 4. Force Please remember to photocopy 4 pages onto one sheet by going A3 A4 and using back to back on the photocopier OP4 OP5 OP6 OP7 Syllabus Appreciate the concept of force, recall that the

More information

MIDDLE SCHOOL BIOLOGY LABORATORY 1ST SEMESTER NAME: DATE: Activity: for each text we will highlight the most important information.

MIDDLE SCHOOL BIOLOGY LABORATORY 1ST SEMESTER NAME: DATE: Activity: for each text we will highlight the most important information. NAME: DATE: TEACHER: Albert Hernandez. GRADE: 2 nd I. Read text carefully and answer the questions bellow. Activity: for each text we will highlight the most important information. The Goal of Science

More information

Exploring Comets and Modeling for Mission Success National Science Education Standards Alignment Created for Deep Impact, A NASA Discovery mission

Exploring Comets and Modeling for Mission Success National Science Education Standards Alignment Created for Deep Impact, A NASA Discovery mission Exploring Comets and Modeling for Mission Success National Science Education Standards Alignment Created for Deep Impact, A NASA Discovery mission Maura Rountree-Brown and Art Hammon Educator-Enrichment

More information

Urban Transportation planning Prof. Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute of Technology, Madras

Urban Transportation planning Prof. Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute of Technology, Madras Urban Transportation planning Prof. Dr. V. Thamizh Arasan Department of Civil Engineering Indian Institute of Technology, Madras Lecture No. # 26 Trip Distribution Analysis Contd. This is lecture twenty

More information

Kinematics in Two-Dimensions

Kinematics in Two-Dimensions Slide 1 / 92 Slide 2 / 92 Kinematics in Two-Dimensions www.njctl.org Slide 3 / 92 How to Use this File Each topic is composed of brief direct instruction There are formative assessment questions after

More information