Abstract Formulas for finding a weighted least-squares fit to a vector-to-vector transformation are provided in two cases: (1) when the mapping is

Size: px
Start display at page:

Download "Abstract Formulas for finding a weighted least-squares fit to a vector-to-vector transformation are provided in two cases: (1) when the mapping is"

Transcription

1 Abstract Formulas for finding a weighted least-squares fit to a vector-to-vector transformation are provided in two cases: ( when the mapping is available as a continuous analtical function on a known domain, and (2 when the mapping function is available onl approximatel through knowledge of a finite collection of input and output sample vector pairs. The formulas in each case are ver similar to each other, and also similar to more familiar linear regression formulas described in elementar linear-algebra textbooks.

2 Continuous and discrete formulas for multi-linear(affine regression R.M. Brannon Jul 24, 20 Introduction A vector transformation (x takes a vector x as input and returns a vector as output. Figure shows a square domain,, in gra. For each x, the mapping function ma be applied to generate a transformed shape. The left side of Fig. shows, in blue, the result of appling a nonlinear transformation to the square domain. The nonlinearit is evident since the deformed (i.e., and vector b. An affine transformation will alwas transform a transformed shape is distorted into curves. An affine transformation is the generalization of the affine scalar equation mx + b; specificall, an affine transformation can alwas be written in the form M x +b, for some second- order tensor M square domain into a parallelogram. In particular, the right-hand side of Fig. depicts a least-squares best-fit of the nonlinear transformation. The goal of this document is to illustrate how to find the best affine fit to a nonlinear vectorto-vector transformation. The formulas will be ver similar to those for fitting nonlinear scalar funtions (x to a straight line. Figure : Left: continuous data. Right: continuous affine fit In numerical work, an analtic continuous mapping function (x might not be available. Instead, a discrete approximate sampling of the mapping might be 2

3 the onl information available to approximatel characterize the transformation. In other words, numerical methods often describe a mapping transformation onl b knowing how, as illustrated in Fig. 2(a, a collection of discrete points in the initial domain transform. Below, we will demonstrate that finding the best fit to this tpe of discrete data is ver similar to the continuous case. The formulas will be ver similar to classical linear regression for fitting to scalar (x, data pairs. Figure 2: Left: Discrete data. Right: continuous affine fit. When finding an approximate affine fit to data, continuous or discrete, ou might wish for the fit to be better near some points of interest. This is accomplished b specifing a weighting function w(x or, in the discrete case, b giving weights w i for each discrete input-output vector pair. The effect of weighting is illustrated in Fig. 3. Figure 3: Left: Equall weighted fit. Right: A fit that is weighted to improve the approximation near the upper-left cusp on the mapped region (with the price being, of course, a poorer fit awa from that cusp. 3

4 2 Problem Statement Suppose that ou have a nonlinear vector-to-vector function, (x, and ou seek a constant tensor M and vector b such that the affine transformation, M x +b is a best fit to the nonlinear function (x over a specified region in space, x. Below, we provide an algorithm corresponding to minimizing the weighted mean square residual, R 2 R 2 (M, b, defined b R 2 r r wdv wdv ( in which dv is the volume element for integration over the input domain x, w w(x is a scalar-valued weighting function (e.g., it could be the mass densit if ou want to have a mass-weighted residual in a mechanics problem, and r r (x ; M, b is the local residual vector field defined b r (x ; M, b (x (M x + b. (2 Note that the local residual vector r depends on the location x and on the unknown (sought tensor M and vector b. Thus, after integration over x, the resulting weighted mean square residual, R 2 depends onl on the unknowns, and ma therefore be minimized in b setting each partial derivative of R 2 with respect to the components of M and b equal to zero. This provides a set of equations solvable for these unknowns. Rather than showing this tedious analsis, this document provides onl the algorithm for the final answer. In addition to providing the algorithm for this continuous fitting exercise, we will also provide ver similar formulas for fitting discrete mapping data. Unlike the continuous fitting problem described above, which presumed that the mapping function (x was known, the discrete problem presumes that ou have onl discrete values of the mapping function s output, {,,... 2 N} corresponding to a finite discrete set of inputs {x, x,..., x }. Rather than 2 N having a continuous weighting function w(x, the discrete multi-linear regression problem presumes that ou have a table of weight values {w, w 2,..., w N } for each discrete point. For the discrete problem, the mean square residual is defined similarl to that in Eq. (, except that the integral is replaced b summation N R 2 r r w i i i N w. (3 i Here, analogous to Eq. (2, the discrete residual vectors {r, r,..., r } are 2 N defined b ( r (M i, b M x + b. (4 i i 4

5 3 Algorithm To find the desired tensor M and vector b, the calculations shown below should be performed in sequence (using the continuous or discrete formula as appropriate. Begin b evaluating the weight of the domain: W wdv w i (5 Next, evaluate the first moment vectors x and, which would be called the centers of mass in mechanics: x W W Evaluate two helper tensors: x wdv W wdv W ( g x W wdv x G ( W ( W ( x x wdv x x W x w i (6 i i (7 iw Then the final answer for the affine mapping tensor M ix w i x i (8 x x w i x ii x (9 is M g G (0 and the final answer for the intercept is b M x ( Note that the affine mapping, M x +b ma be written more intuitivel in the point-slope form, M (x x (2 4 Example Let e and e denote base vectors in a 2D space. Consider a function (x 2 that takes a vector, x x e + x e (

6 as input, and returns a vector e + 2e 2 (4 as output. In particular, consider the mapping function that was used in the graphics of Figs., 2, and 3: ( 2 2x + 5x (3x (x 2 7x (5 2 ( 2 2x 5x (x ( x (6 Carring out the above steps for a uniform weighting function (viz. w(x or w i gives the following results: W (7 {x } {0. 0, } (8 {} { , } (9 [ ] g {{ , 0. 7 }, {0. 2, 0}} (20 [ ] G {{ , 0}, {0, }} (2 [ ] M {{ 0.,. 2}, {0., 0}} (22 Here, some of the digits have been replaced with to allow this problem to be given as a homework assignment in a universit setting. Data files (x.dat,.dat, and w.dat containing the discrete x,, and w values ma be found in an online compressed archive file (2dAffineRegression.zip at the Universit of Utah CSM website. The archive also contains a data file of the non-uniform weights (wstar.dat that were used to generate the results in Fig. 3. 6

Chapter 13 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics

Chapter 13 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics Chapter 13 Student Lecture Notes 13-1 Department of Quantitative Methods & Information Sstems Business Statistics Chapter 14 Introduction to Linear Regression and Correlation Analsis QMIS 0 Dr. Mohammad

More information

Chapter 6. Exploring Data: Relationships

Chapter 6. Exploring Data: Relationships Chapter 6 Exploring Data: Relationships For All Practical Purposes: Effective Teaching A characteristic of an effective instructor is fairness and consistenc in grading and evaluating student performance.

More information

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation Experimental Uncertaint Review Abstract This is intended as a brief summar of the basic elements of uncertaint analsis, and a hand reference for laborator use. It provides some elementar "rules-of-thumb"

More information

Geometric Stiffness Effects in 2D and 3D Frames

Geometric Stiffness Effects in 2D and 3D Frames Geometric Stiffness Effects in D and 3D Frames CEE 41. Matrix Structural Analsis Department of Civil and Environmental Engineering Duke Universit Henri Gavin Fall, 1 In situations in which deformations

More information

General Physics I, Spring Vectors

General Physics I, Spring Vectors General Physics I, Spring 2011 Vectors 1 Vectors: Introduction A vector quantity in physics is one that has a magnitude (absolute value) and a direction. We have seen three already: displacement, velocity,

More information

12.1 Systems of Linear equations: Substitution and Elimination

12.1 Systems of Linear equations: Substitution and Elimination . Sstems of Linear equations: Substitution and Elimination Sstems of two linear equations in two variables A sstem of equations is a collection of two or more equations. A solution of a sstem in two variables

More information

Describing the Relationship between Two Variables

Describing the Relationship between Two Variables 1 Describing the Relationship between Two Variables Key Definitions Scatter : A graph made to show the relationship between two different variables (each pair of x s and y s) measured from the same equation.

More information

Chapter 2 Basic Conservation Equations for Laminar Convection

Chapter 2 Basic Conservation Equations for Laminar Convection Chapter Basic Conservation Equations for Laminar Convection Abstract In this chapter, the basic conservation equations related to laminar fluid flow conservation equations are introduced. On this basis,

More information

Chapter 12 Summarizing Bivariate Data Linear Regression and Correlation

Chapter 12 Summarizing Bivariate Data Linear Regression and Correlation Chapter 1 Summarizing Bivariate Data Linear Regression and Correlation This chapter introduces an important method for making inferences about a linear correlation (or relationship) between two variables,

More information

Inference about the Slope and Intercept

Inference about the Slope and Intercept Inference about the Slope and Intercept Recall, we have established that the least square estimates and 0 are linear combinations of the Y i s. Further, we have showed that the are unbiased and have the

More information

Characteristics of Linear Functions (pp. 1 of 8)

Characteristics of Linear Functions (pp. 1 of 8) Characteristics of Linear Functions (pp. 1 of 8) Algebra 2 Parent Function Table Linear Parent Function: x y y = Domain: Range: What patterns do you observe in the table and graph of the linear parent

More information

Chapter 3: Three faces of the derivative. Overview

Chapter 3: Three faces of the derivative. Overview Overview We alread saw an algebraic wa of thinking about a derivative. Geometric: zooming into a line Analtic: continuit and rational functions Computational: approimations with computers 3. The geometric

More information

Math 1010 Lesson 1-4 (Textbook 1.7 and 1.8) Different equations of Lines

Math 1010 Lesson 1-4 (Textbook 1.7 and 1.8) Different equations of Lines Math 00 Lesson -4 (Textbook.7 and.8) Different equations of Lines. slope intercept form = mx + b. standard form Ax + B = C m x x 3. point slope form ( ) Which one we use depends on what information is

More information

Equations of lines in

Equations of lines in Roberto s Notes on Linear Algebra Chapter 6: Lines, planes an other straight objects Section 1 Equations of lines in What ou nee to know alrea: The ot prouct. The corresponence between equations an graphs.

More information

1.1 The Equations of Motion

1.1 The Equations of Motion 1.1 The Equations of Motion In Book I, balance of forces and moments acting on an component was enforced in order to ensure that the component was in equilibrium. Here, allowance is made for stresses which

More information

Equilibrium at a Point

Equilibrium at a Point Equilibrium at a Point Never slap a man who's chewing tobacco. - Will Rogers Objec3ves Understand the concept of sta3c equilibrium Understand the use of the free- bod diagram to isolate a sstem for analsis

More information

An Introduction to Systems of Equations

An Introduction to Systems of Equations LESSON 17 An Introduction to Sstems of Equations LEARNING OBJECTIVES Toda I am: completing the Desmos activit Sstems of Two Linear Equations. So that I can: write and solve a sstem of two linear equations

More information

GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE

GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE LEARNING OBJECTIVES In this section, you will: Solve equations in one variable algebraically. Solve a rational equation. Find a linear equation. Given

More information

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y).

Autonomous Equations / Stability of Equilibrium Solutions. y = f (y). Autonomous Equations / Stabilit of Equilibrium Solutions First order autonomous equations, Equilibrium solutions, Stabilit, Longterm behavior of solutions, direction fields, Population dnamics and logistic

More information

CONTINUOUS SPATIAL DATA ANALYSIS

CONTINUOUS SPATIAL DATA ANALYSIS CONTINUOUS SPATIAL DATA ANALSIS 1. Overview of Spatial Stochastic Processes The ke difference between continuous spatial data and point patterns is that there is now assumed to be a meaningful value, s

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

Dependence and scatter-plots. MVE-495: Lecture 4 Correlation and Regression

Dependence and scatter-plots. MVE-495: Lecture 4 Correlation and Regression Dependence and scatter-plots MVE-495: Lecture 4 Correlation and Regression It is common for two or more quantitative variables to be measured on the same individuals. Then it is useful to consider what

More information

7.1 Solving Linear Systems by Graphing

7.1 Solving Linear Systems by Graphing 7.1 Solving Linear Sstems b Graphing Objectives: Learn how to solve a sstem of linear equations b graphing Learn how to model a real-life situation using a sstem of linear equations With an equation, an

More information

σ = F/A. (1.2) σ xy σ yy σ zx σ xz σ yz σ, (1.3) The use of the opposite convention should cause no problem because σ ij = σ ji.

σ = F/A. (1.2) σ xy σ yy σ zx σ xz σ yz σ, (1.3) The use of the opposite convention should cause no problem because σ ij = σ ji. Cambridge Universit Press 978-1-107-00452-8 - Metal Forming: Mechanics Metallurg, Fourth Edition Ecerpt 1 Stress Strain An understing of stress strain is essential for the analsis of metal forming operations.

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Eponential and Logarithmic Functions 6 Figure Electron micrograph of E. Coli bacteria (credit: Mattosaurus, Wikimedia Commons) CHAPTER OUTLINE 6. Eponential Functions 6. Logarithmic Properties 6. Graphs

More information

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix 3.6 Determinants We said in Section 3.3 that a 2 2 matri a b is invertible if and onl if its c d erminant, ad bc, is nonzero, and we saw the erminant used in the formula for the inverse of a 2 2 matri.

More information

An Introduction to Systems of Equations

An Introduction to Systems of Equations LESSON 17 An Introduction to Sstems of Equations LEARNING OBJECTIVES Toda I am: completing the Desmos activit Sstems of Two Linear Equations. So that I can: write and solve a sstem of two linear equations

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

Correlation. Bret Hanlon and Bret Larget. Department of Statistics University of Wisconsin Madison. December 6, Correlation 1 / 25

Correlation. Bret Hanlon and Bret Larget. Department of Statistics University of Wisconsin Madison. December 6, Correlation 1 / 25 Correlation Bret Hanlon and Bret Larget Department of Statistics Universit of Wisconsin Madison December 6, 2 Correlation / 25 The Big Picture We have just completed a length series of lectures on ANOVA

More information

Regular Physics - Notes Ch. 1

Regular Physics - Notes Ch. 1 Regular Phsics - Notes Ch. 1 What is Phsics? the stud of matter and energ and their relationships; the stud of the basic phsical laws of nature which are often stated in simple mathematical equations.

More information

Chapter Objectives. Copyright 2011 Pearson Education South Asia Pte Ltd

Chapter Objectives. Copyright 2011 Pearson Education South Asia Pte Ltd Chapter Objectives To generalize the procedure by formulating equations that can be plotted so that they describe the internal shear and moment throughout a member. To use the relations between distributed

More information

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element

Applications of Gauss-Radau and Gauss-Lobatto Numerical Integrations Over a Four Node Quadrilateral Finite Element Avaiable online at www.banglaol.info angladesh J. Sci. Ind. Res. (), 77-86, 008 ANGLADESH JOURNAL OF SCIENTIFIC AND INDUSTRIAL RESEARCH CSIR E-mail: bsir07gmail.com Abstract Applications of Gauss-Radau

More information

Vectors Primer. M.C. Simani. July 7, 2007

Vectors Primer. M.C. Simani. July 7, 2007 Vectors Primer M.. Simani Jul 7, 2007 This note gives a short introduction to the concept of vector and summarizes the basic properties of vectors. Reference textbook: Universit Phsics, Young and Freedman,

More information

Physics Lab 1 - Measurements

Physics Lab 1 - Measurements Phsics 203 - Lab 1 - Measurements Introduction An phsical science requires measurement. This lab will involve making several measurements of the fundamental units of length, mass, and time. There is no

More information

3-1. Solving Systems Using Tables and Graphs. Concept Summary. Graphical Solutions of Linear Systems VOCABULARY TEKS FOCUS ESSENTIAL UNDERSTANDING

3-1. Solving Systems Using Tables and Graphs. Concept Summary. Graphical Solutions of Linear Systems VOCABULARY TEKS FOCUS ESSENTIAL UNDERSTANDING 3- Solving Sstems Using Tables and Graphs TEKS FOCUS VOCABULARY Foundational to TEKS (3)(A) Formulate sstems of equations, including sstems consisting of three linear equations in three variables and sstems

More information

Contents. Dynamics and control of mechanical systems. Focuses on

Contents. Dynamics and control of mechanical systems. Focuses on Dnamics and control of mechanical sstems Date Da (/8) Da (3/8) Da 3 (5/8) Da 4 (7/8) Da 5 (9/8) Da 6 (/8) Content Review of the basics of mechanics. Kinematics of rigid bodies - coordinate transformation,

More information

Chapter 1 Functions and Models

Chapter 1 Functions and Models Chapter 1 Functions and Models 1.2 Mathematical Models: A catalog of Essential Functions A mathematical model is a mathematical description of a real world situations such as the size of a population,

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading:

Reading. 4. Affine transformations. Required: Watt, Section 1.1. Further reading: Reading Required: Watt, Section.. Further reading: 4. Affine transformations Fole, et al, Chapter 5.-5.5. David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, 2 nd Ed., McGraw-Hill,

More information

A PROTOCOL FOR DETERMINATION OF THE ADHESIVE FRACTURE TOUGHNESS OF FLEXIBLE LAMINATES BY PEEL TESTING: FIXED ARM AND T-PEEL METHODS

A PROTOCOL FOR DETERMINATION OF THE ADHESIVE FRACTURE TOUGHNESS OF FLEXIBLE LAMINATES BY PEEL TESTING: FIXED ARM AND T-PEEL METHODS 1 A PROTOCOL FOR DETERMINATION OF THE ADHESIVE FRACTURE TOUGHNESS OF FLEXIBLE LAMINATES BY PEEL TESTING: FIXED ARM AND T-PEEL METHODS An ESIS Protocol Revised June 2007, Nov 2010 D R Moore, J G Williams

More information

Mechanics: Scalars and Vectors

Mechanics: Scalars and Vectors Mechanics: Scalars and Vectors Scalar Onl magnitude is associated with it Vector e.g., time, volume, densit, speed, energ, mass etc. Possess direction as well as magnitude Parallelogram law of addition

More information

regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist

regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist sales $ (y - dependent variable) advertising $ (x - independent variable)

More information

Biostatistics in Research Practice - Regression I

Biostatistics in Research Practice - Regression I Biostatistics in Research Practice - Regression I Simon Crouch 30th Januar 2007 In scientific studies, we often wish to model the relationships between observed variables over a sample of different subjects.

More information

Ordinary Differential Equations

Ordinary Differential Equations Instructor: José Antonio Agapito Ruiz UCSC Summer Session II, 00 Math Ordinar Differential Equations Final Solution This report does not contain full answers to all questions of the final. Instead, ou

More information

Section 5.8 Regression/Least Squares Approximation

Section 5.8 Regression/Least Squares Approximation Section 5.8 Regression/Least Squares Approximation Key terms Interpolation via linear systems Regression Over determine linear system Closest vector to a column space Linear regression; least squares line

More information

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr.

You don't have to be a mathematician to have a feel for numbers. John Forbes Nash, Jr. Course Title: Real Analsis Course Code: MTH3 Course instructor: Dr. Atiq ur Rehman Class: MSc-II Course URL: www.mathcit.org/atiq/fa5-mth3 You don't have to be a mathematician to have a feel for numbers.

More information

t s time we revisit our friend, the equation of a line: y = mx + b

t s time we revisit our friend, the equation of a line: y = mx + b CH PARALLEL AND PERPENDICULAR LINES Introduction I t s time we revisit our friend, the equation of a line: mx + b SLOPE -INTERCEPT To be precise, b is not the -intercept; b is the -coordinate of the -intercept.

More information

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1.

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1. 8.4 An Introduction to Functions: Linear Functions, Applications, and Models We often describe one quantit in terms of another; for eample, the growth of a plant is related to the amount of light it receives,

More information

Higher. Differentiation 28

Higher. Differentiation 28 Higher Mathematics UNIT OUTCOME Differentiation Contents Differentiation 8 Introduction to Differentiation 8 Finding the Derivative 9 Differentiating with Respect to Other Variables 4 Rates of Change 4

More information

Reteaching. Relating Graphs to Events

Reteaching. Relating Graphs to Events 3- Relating Graphs to Events The graph at the right shows the outside temperature during 6 hours of one da. You can see how the temperature changed throughout the da. The temperature rose 0 F from A.M.

More information

σ = F/A. (1.2) σ xy σ yy σ zy , (1.3) σ xz σ yz σ zz The use of the opposite convention should cause no problem because σ ij = σ ji.

σ = F/A. (1.2) σ xy σ yy σ zy , (1.3) σ xz σ yz σ zz The use of the opposite convention should cause no problem because σ ij = σ ji. Cambridge Universit Press 978-0-521-88121-0 - Metal Forming: Mechanics Metallurg, Third Edition Ecerpt 1 Stress Strain An understing of stress strain is essential for analzing metal forming operations.

More information

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring /

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring / The Cross Product Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) The Cross Product Spring 2012 1 / 15 Introduction The cross product is the second multiplication operation between vectors we will

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

Laurie s Notes. Overview of Section 5.4

Laurie s Notes. Overview of Section 5.4 Overview of Section 5. Introduction In this chapter, students have worked with nth roots, writing them in radical form and with rational exponents. The learned that the properties of exponents can be applied

More information

Section 1.2: A Catalog of Functions

Section 1.2: A Catalog of Functions Section 1.: A Catalog of Functions As we discussed in the last section, in the sciences, we often tr to find an equation which models some given phenomenon in the real world - for eample, temperature as

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

We will now find the one line that best fits the data on a scatter plot.

We will now find the one line that best fits the data on a scatter plot. General Education Statistics Class Notes Least-Squares Regression (Section 4.2) We will now find the one line that best fits the data on a scatter plot. We have seen how two variables can be correlated

More information

A11.1 Areas under curves

A11.1 Areas under curves Applications 11.1 Areas under curves A11.1 Areas under curves Before ou start You should be able to: calculate the value of given the value of in algebraic equations of curves calculate the area of a trapezium.

More information

Simple Analytical Expressions for the Magnetic Field of Current Coils

Simple Analytical Expressions for the Magnetic Field of Current Coils IEEE TRANSACTIONS ON MAGNETICS, VOL. 27, NO. I, JANUARY 1991 669 Simple Analtical Expressions for the Magnetic Field of Current Coils loan R. Ciric, Senior Member, IEEE Abstract-Current coils are decomposed

More information

The Force Table Introduction: Theory:

The Force Table Introduction: Theory: 1 The Force Table Introduction: "The Force Table" is a simple tool for demonstrating Newton s First Law and the vector nature of forces. This tool is based on the principle of equilibrium. An object is

More information

Chapter 11. Correlation and Regression

Chapter 11. Correlation and Regression Chapter 11 Correlation and Regression Correlation A relationship between two variables. The data can be represented b ordered pairs (, ) is the independent (or eplanator) variable is the dependent (or

More information

Chapter 4 Analytic Trigonometry

Chapter 4 Analytic Trigonometry Analtic Trigonometr Chapter Analtic Trigonometr Inverse Trigonometric Functions The trigonometric functions act as an operator on the variable (angle, resulting in an output value Suppose this process

More information

Affine transformations

Affine transformations Reading Required: Affine transformations Brian Curless CSEP 557 Fall 2016 Angel 3.1, 3.7-3.11 Further reading: Angel, the rest of Chapter 3 Fole, et al, Chapter 5.1-5.5. David F. Rogers and J. Alan Adams,

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

POLYNOMIAL FUNCTIONS. Chapter 5

POLYNOMIAL FUNCTIONS. Chapter 5 POLYNOMIAL FUNCTIONS Chapter 5 5.1 EXPLORING THE GRAPHS OF POLYNOMIAL FUNCTIONS 5.2 CHARACTERISTICS OF THE EQUATIONS OF POLYNOMIAL FUNCTIONS Chapter 5 POLYNOMIAL FUNCTIONS What s a polynomial? A polynomial

More information

Mathematics Review. Sid Rudolph

Mathematics Review. Sid Rudolph Physics 2010 Sid Rudolph General Physics Mathematics Review These documents in mathematics are intended as a brief review of operations and methods. Early in this course, you should be totally familiar

More information

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x 5A galler of graphs Objectives To recognise the rules of a number of common algebraic relations: = = = (rectangular hperbola) + = (circle). To be able to sketch the graphs of these relations. To be able

More information

Comparing linear and exponential growth

Comparing linear and exponential growth Januar 16, 2009 Comparing Linear and Exponential Growth page 1 Comparing linear and exponential growth How does exponential growth, which we ve been studing this week, compare to linear growth, which we

More information

15.2 Graphing Logarithmic

15.2 Graphing Logarithmic _ - - - - - - Locker LESSON 5. Graphing Logarithmic Functions Teas Math Standards The student is epected to: A.5.A Determine the effects on the ke attributes on the graphs of f () = b and f () = log b

More information

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class -3 Graphing Linear Functions Use intercepts to sketch the graph of the function 3x 6y 1. The x-intercept is where the graph crosses the x-axis. To find the x-intercept, set y 0 and solve for x. 3x 6y 1

More information

2.2 Equations of Lines

2.2 Equations of Lines 660_ch0pp07668.qd 10/16/08 4:1 PM Page 96 96 CHAPTER Linear Functions and Equations. Equations of Lines Write the point-slope and slope-intercept forms Find the intercepts of a line Write equations for

More information

Chapter 2 Linear Relations and Functions

Chapter 2 Linear Relations and Functions Chapter Linear Relations and Functions I. Relations and Functions A. Definitions 1. Relation. Domain the variable ( ) 3. Range the variable ( ). Function a) A relationship between ( ) and ( ). b) The output

More information

Mathematics. toughest areas of the 2018 exam papers. Pearson Edexcel GCSE (9 1) Foundation. New for 2018

Mathematics. toughest areas of the 2018 exam papers. Pearson Edexcel GCSE (9 1) Foundation. New for 2018 New for 08 toughest areas of the 08 exam papers Pearson Edexcel GCSE (9 ) Mathematics Foundation analsis and examples of practical guidance from our intervention workbooks. Top 0 Pearson Edexcel GCSE (9

More information

520 Chapter 9. Nonlinear Differential Equations and Stability. dt =

520 Chapter 9. Nonlinear Differential Equations and Stability. dt = 5 Chapter 9. Nonlinear Differential Equations and Stabilit dt L dθ. g cos θ cos α Wh was the negative square root chosen in the last equation? (b) If T is the natural period of oscillation, derive the

More information

Analysis of Nonstationary Time Series: Monte Carlo Simulations on Spurious Regression

Analysis of Nonstationary Time Series: Monte Carlo Simulations on Spurious Regression Analsis of Nonstationar Time Series: Monte Carlo Simulations on Spurious Regression Kaiji Motegi 3 rd Quarter 18, Kobe Universit 1 Description In this note, we run Monte Carlo simulations in order to better

More information

Graph the linear system and estimate the solution. Then check the solution algebraically.

Graph the linear system and estimate the solution. Then check the solution algebraically. (Chapters and ) A. Linear Sstems (pp. 6 0). Solve a Sstem b Graphing Vocabular Solution For a sstem of linear equations in two variables, an ordered pair (x, ) that satisfies each equation. Consistent

More information

Machine Learning: Homework 3 Solutions

Machine Learning: Homework 3 Solutions 10-601 Machine Learning: Homework 3 Solutions Due 5 p.m. Wednesda, Februar 4, 2015 Problem 1: Implementing Naive Baes In this question ou will implement a Naive Baes classifier for a text classification

More information

2.4 Orthogonal Coordinate Systems (pp.16-33)

2.4 Orthogonal Coordinate Systems (pp.16-33) 8/26/2004 sec 2_4 blank.doc 1/6 2.4 Orthogonal Coordinate Sstems (pp.16-33) 1) 2) Q: A: 1. 2. 3. Definition: ). 8/26/2004 sec 2_4 blank.doc 2/6 A. Coordinates * * * Point P(0,0,0) is alwas the origin.

More information

ON THE DESIGN CURVES FOR BUCKLING PROBLEMS

ON THE DESIGN CURVES FOR BUCKLING PROBLEMS EUROSTEEL 008, 3-5 September 008, Gra, Austria O THE DESIG CURVES FOR BUCKLIG PROBLES Jósef Salai a, Ferenc Papp b a KÉSZ Ltd., Budapest, Hungar b Budapest Universit of technolog and Economics, Department

More information

Diagnostic Tests. (c) (sa sb )(sa sb ) Diagnostic Test: Algebra

Diagnostic Tests. (c) (sa sb )(sa sb ) Diagnostic Test: Algebra Diagnostic Tests Success in calculus depends to a large etent on knowledge of the mathematics that precedes calculus: algebra, analtic geometr, functions, and trigonometr. The following tests are intended

More information

Business Statistics. Lecture 10: Correlation and Linear Regression

Business Statistics. Lecture 10: Correlation and Linear Regression Business Statistics Lecture 10: Correlation and Linear Regression Scatterplot A scatterplot shows the relationship between two quantitative variables measured on the same individuals. It displays the Form

More information

Figure 1: Visualising the input features. Figure 2: Visualising the input-output data pairs.

Figure 1: Visualising the input features. Figure 2: Visualising the input-output data pairs. Regression. Data visualisation (a) To plot the data in x trn and x tst, we could use MATLAB function scatter. For example, the code for plotting x trn is scatter(x_trn(:,), x_trn(:,));........... x (a)

More information

Chapter 1 Coordinates, points and lines

Chapter 1 Coordinates, points and lines Cambridge Universit Press 978--36-6000-7 Cambridge International AS and A Level Mathematics: Pure Mathematics Coursebook Hugh Neill, Douglas Quadling, Julian Gilbe Ecerpt Chapter Coordinates, points and

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs 0_005.qd /7/05 8: AM Page 5 5 Chapter Functions and Their Graphs.5 Analzing Graphs of Functions What ou should learn Use the Vertical Line Test for functions. Find the zeros of functions. Determine intervals

More information

MATH GRADE 8 UNIT 4 LINEAR RELATIONSHIPS ANSWERS FOR EXERCISES. Copyright 2015 Pearson Education, Inc. 51

MATH GRADE 8 UNIT 4 LINEAR RELATIONSHIPS ANSWERS FOR EXERCISES. Copyright 2015 Pearson Education, Inc. 51 MATH GRADE 8 UNIT LINEAR RELATIONSHIPS FOR EXERCISES Copright Pearson Education, Inc. Grade 8 Unit : Linear Relationships LESSON : MODELING RUNNING SPEEDS 8.EE.. A Runner A 8.EE.. D sec 8.EE.. D. m/sec

More information

Chapter Review. Review Key Vocabulary. Review Examples and Exercises. 4.1 Graphing Linear Equations (pp ) Graph y = 3x 1.

Chapter Review. Review Key Vocabulary. Review Examples and Exercises. 4.1 Graphing Linear Equations (pp ) Graph y = 3x 1. Chapter Review Review Ke Vocabular linear equation p. solution of a linear equation, p., p. 0 rise, p. 0 run, p. 0 Vocabular Help x-intercept, p. 8 -intercept, p. 8 -intercept form, p. 8 standard form,

More information

INTRODUCTION TO DIFFERENTIAL EQUATIONS

INTRODUCTION TO DIFFERENTIAL EQUATIONS INTRODUCTION TO DIFFERENTIAL EQUATIONS. Definitions and Terminolog. Initial-Value Problems.3 Differential Equations as Mathematical Models CHAPTER IN REVIEW The words differential and equations certainl

More information

Curve Fitting. Objectives

Curve Fitting. Objectives Curve Fitting Objectives Understanding the difference between regression and interpolation. Knowing how to fit curve of discrete with least-squares regression. Knowing how to compute and understand the

More information

SPATIALLY EXPLICIT POPULATION MODELS

SPATIALLY EXPLICIT POPULATION MODELS SPATIALLY EXPLICIT POPULATION MODELS During the last decade, ecologists and particularl mathematical ecologists have focused on different approaches to the problem of spatial distribution of species. When

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

Journal of Geoscience Education, v. 48, n. 3, p , March 2001 (edits, June 2005)

Journal of Geoscience Education, v. 48, n. 3, p , March 2001 (edits, June 2005) Journal of Geoscience Education, v. 48, n. 3, p. 193-04, March 001 (edits, June 005) Computational Geolog 15 More Mapping with Vectors H.L. Vacher, epartment of Geolog, Universit of South Florida, 40 E.

More information

Section 3.1 Solving Linear Systems by Graphing

Section 3.1 Solving Linear Systems by Graphing Section 3.1 Solving Linear Sstems b Graphing Name: Period: Objective(s): Solve a sstem of linear equations in two variables using graphing. Essential Question: Eplain how to tell from a graph of a sstem

More information

Figure 1. Simply-supported beam nomenclature with single point load. Typical shear and moment diagrams are also shown.

Figure 1. Simply-supported beam nomenclature with single point load. Typical shear and moment diagrams are also shown. CE0L Student Lab Manual Wood Flexural Strength Introduction This section outlines the steps necessar to perform the Wood Flexural Strength lab experiment. The purpose of the lab is to determine the Modulus

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

Mathematics Level D: Lesson 2 Representations of a Line

Mathematics Level D: Lesson 2 Representations of a Line Mathematics Level D: Lesson 2 Representations of a Line Targeted Student Outcomes Students graph a line specified by a linear function. Students graph a line specified by an initial value and rate of change

More information

Partial differentiation. Background mathematics review

Partial differentiation. Background mathematics review Partial differentiation Background mathematics review David Miller Partial differentiation Partial derivatives Background mathematics review David Miller Partial derivative Suppose we have a function f(,)

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Microarra Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 5 Linear Regression dr. Petr Nazarov 14-1-213 petr.nazarov@crp-sante.lu Statistical data analsis in Ecel. 5. Linear regression OUTLINE Lecture

More information

Research Article Equivalent Elastic Modulus of Asymmetrical Honeycomb

Research Article Equivalent Elastic Modulus of Asymmetrical Honeycomb International Scholarl Research Network ISRN Mechanical Engineering Volume, Article ID 57, pages doi:.5//57 Research Article Equivalent Elastic Modulus of Asmmetrical Honecomb Dai-Heng Chen and Kenichi

More information

VECTORS IN THREE DIMENSIONS

VECTORS IN THREE DIMENSIONS 1 CHAPTER 2. BASIC TRIGONOMETRY 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW VECTORS IN THREE DIMENSIONS 1 Vectors in Two Dimensions A vector is an object which has magnitude

More information