Concept of Curve Fitting Difference with Interpolation

Size: px
Start display at page:

Download "Concept of Curve Fitting Difference with Interpolation"

Transcription

1 Curve Fitting

2 Content Concept of Curve Fitting Difference with Interpolation Estimation of Linear Parameters by Least Squares Curve Fitting by Polynomial Least Squares Estimation of Non-linear Parameters by Least Squares Curve Fitting Using Excel

3 Concept of Curve Fitting Difference with Interpolation One of the most extensively used techniques in numerical methods is the estimation of parameters by the principle of least squares. This technique is employed to drive information about the functional relation between xx and yy, assuming such a relation exists, from a set of data pairs xx ii, yy ii (ii = 00, nn). The estimation of parameters by least squares causes an smoothing to a given set of data and eliminates, to some degree, errors in observation, measurement, recording, transmission and conversion, as well as other types of random errors which may have been introduced in the data. This is one of the most important functions of the principle of least squares, and one which distinguishes it from the interpolation. (Recall that an interpolating polynomial exactly fills all data points used, such that any error in the data will be held in the interpolation).

4 Concept of Curve Fitting Difference with Interpolation There are two distinct but related categories of techniques based on the principle of least squares: 1. The estimation of linear parameter by least squares 2. The estimation of non-linear parameter by least squares

5 Estimation of Linear Parameters by Least Squares Given a set of data pairs xx ii, yy ii (ii = 00, nn), which can be interpreted as the measured coordinates of the coordinates of the points on the graph of yy = ff(xx) values, let us assume that the unknown function ff(xx) can be approximated by a linear combination of suitably chosen functions ff 00 xx, ff 11 xx,, ff mm (xx) of the form FF xx = aa 00 ff 00 xx + aa 11 ff 11 xx + + aa mm ff mm xx where the unknown coefficients aa 00, aa 11, aa 22,, aa mm are independent parameters to be determined, and mm < nn. The difference between the approximating function value FF(xx ii ) and the corresponding data values yy ii is called a residual rr ii and is defined by the relation rr ii = FF xx ii yy ii (ii = 00, nn) We have then a residual rr ii for each data pair xx ii, yy ii (ii = 00, nn).

6 Estimation of Linear Parameters by Least Squares The function FF(xx) that best approximates the given set of data in a least squares sense is the linear combination aa 00 ff 00 xx + aa 11 ff 11 xx + + aa mm ff mm (xx) of functions ff kk (xx) that produces the minimum value of the sum QQ of the squared residuals QQ = rr 22 ii ii ii FF xx ii yy ii 22 Rewriting the above equation in its expanded form, we get QQ = ii aa 00 ff 00 xx + aa 11 ff 11 xx + + aa mm ff mm xx yy ii 22 Considering the parameters aa 00, aa 11, aa 22,, aa mm independent variables of the function QQ, minimizing the sum, that is, differentiating and equating to zero, we obtain QQ aa kk 22 ii FF xx ii yy ii xx ii aa kk = 00 (kk = 00, mm)

7 Estimation of Linear Parameters by Least Squares The constrains imposed by this equation form a system of mm + 11 independent algebraic equations (called normal equations) which are linear in mm + 11 parameters aa kk (kk = 00, mm). The solution (aa 00, aa 11, aa 22,, aa mm ) of this system of normal equations is that set of parameters aa kk which produces the minimum sum of squared residuals. The normal equations can be reduced to a form suitable for computation by the following steps: First, substitute the relation FF(xx ii ) = ff aa kk (xx ii ) kk and express FF(xx ii ) equation in its expanded form QQ 22 aa aa 00 ff 00 xx + aa 11 ff 11 xx + + aa mm ff mm xx yy ii ff kk (xx ii ) = 00 (kk = 00, mm) kk ii

8 Estimation of Linear Parameters by Least Squares We can rewrite the normal equations in the form

9 Estimation of Linear Parameters by Least Squares The mm + 11 normal equations obtained from the above equation, when evaluated for kk = 00, kk = 11, kk = 22,, kk = mm, can be written as a single matrix equation of the form where all summations are over ii (ii = 00, nn). The solution (aa 00, aa 11, aa 22,, aa mm ) of the matrix of the normal equations is the set of parameters aa kk (kk = 00, mm) that minimizes the sum QQ of the squared residuals.

10 Curve Fitting by Polynomial Least Squares Let us now consider the special case of the least-squares estimation of linear parameters in which the functions ff kk xx = xx kk (kk = 00, mm) so the FF(xx) equation becomes an mth-degree polynomial, mm < nn, denoted PP mm (xx) of the form PP mm xx = aa 00 xx 00 + aa 11 xx 11 + aa 22 xx aa mm xx mm That is, we will approximate function yy = ff(xx) by an mth-degree polynomial PP mm (xx) over the range of data pairs xx ii, yy ii (ii = 00, nn). The parameters aa 00, aa 11,, aa mm are then determined such that QQ = rr 22 ii ff ii PP mm xx ii yy ii 22 is a minimum. That is, we will fit an mth-degree polynomial curve to the data in a leastsquares sense, as defined earlier. This special case of the estimation of linear parameters is commonly referred to as polynomial curve-smoothing by least squares.

11 Curve Fitting by Polynomial Least Squares The normal equations that determine aa 00, aa 11,, aa mm for this special case can be obtained directly by substituting xx ii kk (i.e., xx ii to the kth power) for ff kk (xx ii ) obtained in the above matrix equation. This substitution gives us These normal equations for the least-squares polynomial can then be written as

12

13 Estimation of Non-linear Parameters by Least Squares You can use the method previously seen with nonlinear functions, linearizing the function. For example if we have the exponential function We can linearize the function as follows:

14 Estimation of Non-linear Parameters by Least Squares For this case, the matrix representation of nominal equations is as follows:

15

16 Curve Fitting Using Excel

17 Curve Fitting Using Excel

18 Homework 8 (Individual) 1. Given the following data set, fit a quadratic least-squares polynomial (degree 2): x y Given the following data set, fit to an exponential function of the form yy = aaee bb by least squares: x y Consider for both problems 6 digits of precision.

19 Computer Program 7 (by team) Submit a computer program that compute the curve fitting of a set of data by the following methods: a) Polynomial Least Squares b) Non-linear Parameters by Least Squares, exponential fit Hand over: Computational algorithm (printed) Source Code (printed and file) Executable (file)

20 Curve Fitting

Homework Set 5 (Sections )

Homework Set 5 (Sections ) Homework Set 5 (Sections.4-.6) 1. Consider the initial value problem (IVP): = 8xx yy, yy(1) = 3 a. Do 10 steps of Euler s Method, using a step size of 0.1. Write the details in the table below. Work to

More information

lecture 10: B-Splines

lecture 10: B-Splines 9 lecture : -Splines -Splines: a basis for splines Throughout our discussion of standard polynomial interpolation, we viewed P n as a linear space of dimension n +, and then expressed the unique interpolating

More information

Quadratic Functions Date: Per:

Quadratic Functions Date: Per: Math 2 Unit 10 Worksheet 1 Name: Quadratic Functions Date: Per: [1-3] Using the equations and the graphs from section B of the NOTES, fill out the table below. Equation Min or Max? Vertex Domain Range

More information

Changing from Standard to Vertex Form Date: Per:

Changing from Standard to Vertex Form Date: Per: Math 2 Unit 11 Worksheet 1 Name: Changing from Standard to Vertex Form Date: Per: [1-9] Find the value of cc in the expression that completes the square, where cc =. Then write in factored form. 1. xx

More information

Section 6: Quadratic Equations and Functions Part 2

Section 6: Quadratic Equations and Functions Part 2 Section 6: Quadratic Equations and Functions Part 2 Topic 1: Observations from a Graph of a Quadratic Function... 147 Topic 2: Nature of the Solutions of Quadratic Equations and Functions... 150 Topic

More information

Mathematical Methods 2019 v1.2

Mathematical Methods 2019 v1.2 Problem-solving and modelling task This sample has been compiled by the QCAA to assist and support teachers to match evidence in student responses to the characteristics described in the assessment objectives.

More information

Q.4 Properties of Quadratic Function and Optimization Problems

Q.4 Properties of Quadratic Function and Optimization Problems 384 Q.4 Properties of Quadratic Function and Optimization Problems In the previous section, we examined how to graph and read the characteristics of the graph of a quadratic function given in vertex form,

More information

Polymath 6. Overview

Polymath 6. Overview Polymath 6 Overview Main Polymath Menu LEQ: Linear Equations Solver. Enter (in matrix form) and solve a new system of simultaneous linear equations. NLE: Nonlinear Equations Solver. Enter and solve a new

More information

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book.

Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. Calculus Limits Images in this handout were obtained from the My Math Lab Briggs online e-book. A it is the value a function approaches as the input value gets closer to a specified quantity. Limits are

More information

Section 7: Exponential Functions

Section 7: Exponential Functions Topic 1: Geometric Sequences... 175 Topic 2: Exponential Functions... 178 Topic 3: Graphs of Exponential Functions - Part 1... 182 Topic 4: Graphs of Exponential Functions - Part 2... 185 Topic 5: Growth

More information

Natural Quartic Spline

Natural Quartic Spline Natural Quartic Spline Rafael E Banchs INTRODUCTION This report describes the natural quartic spline algorithm developed for the enhanced solution of the Time Harmonic Field Electric Logging problem As

More information

CS 450 Numerical Analysis. Chapter 7: Interpolation

CS 450 Numerical Analysis. Chapter 7: Interpolation Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

Lesson 20: Graphing Quadratic Functions

Lesson 20: Graphing Quadratic Functions Opening Exercise 1. The science class created a ball launcher that could accommodate a heavy ball. They moved the launcher to the roof of a 23-story building and launched an 8.8-pound shot put straight

More information

Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it.

Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it. Sequence Alignments Overview Sequence alignment is an essential concept for bioinformatics, as most of our data analysis and interpretation techniques make use of it. Sequence alignment means arranging

More information

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check Thinkwell s Placement Test 5 Answer Key If you answered 7 or more Test 5 questions correctly, we recommend Thinkwell's Algebra. If you answered fewer than 7 Test 5 questions correctly, we recommend Thinkwell's

More information

Section 8: Monomials and Radicals

Section 8: Monomials and Radicals In this section, we are going to learn skills for: NGSS Standards MA.912.A.4.1 Simplify monomials and monomial expressions using the laws of integral exponents. MA.912.A.6.1 Simplify radical expressions.

More information

Lesson 17: Graphing Quadratic Functions from Factored Form,

Lesson 17: Graphing Quadratic Functions from Factored Form, : Graphing Quadratic Functions from Factored Form, ff(xx) = aa(xx mm)(xx nn) 2 Opening Exercise 1. Solve the following equation. xx 2 + 6xx 40 = 0 0-12 -10-8 -6-4 -2-2 0 2 4 6-4 -6-8 -10 2. Consider the

More information

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result

, 1 1, A complex fraction is a quotient of rational expressions (including their sums) that result RT. Complex Fractions Wen working wit algebraic expressions, sometimes we come across needing to simplify expressions like tese: xx 9 xx +, xx + xx + xx, yy xx + xx + +, aa Simplifying Complex Fractions

More information

Lesson 19: Translating Functions

Lesson 19: Translating Functions Student Outcomes Students recognize and use parent functions for linear, absolute value, quadratic, square root, and cube root functions to perform vertical and horizontal translations. They identify how

More information

Algebra 1. Standard 11 Operations of Expressions. Categories Combining Expressions Multiply Expressions Multiple Operations Function Knowledge

Algebra 1. Standard 11 Operations of Expressions. Categories Combining Expressions Multiply Expressions Multiple Operations Function Knowledge Algebra 1 Standard 11 Operations of Expressions Categories Combining Expressions Multiply Expressions Multiple Operations Function Knowledge Summative Assessment Date: Wednesday, February 13 th Page 1

More information

3 Nonlinear Regression

3 Nonlinear Regression CSC 4 / CSC D / CSC C 3 Sometimes linear models are not sufficient to capture the real-world phenomena, and thus nonlinear models are necessary. In regression, all such models will have the same basic

More information

Section 8: Summary of Functions

Section 8: Summary of Functions Topic 1: Comparing Linear, Quadratic, and Exponential Functions - Part 1... 197 Topic 2: Comparing Linear, Quadratic, and Exponential Functions - Part 2... 199 Topic 3: Comparing Arithmetic and Geometric

More information

[The following questions were adapted from Polygraph: Parabolas, Part 2]

[The following questions were adapted from   Polygraph: Parabolas, Part 2] Opening Exploration 1. Go to https://student.desmos.com and use the class code: to play Polygraph: Parabolas. A description of the game is given below. [The following questions were adapted from https://teacher.desmos.com/activitybuilder/custom/574f12421390db611564fa32#

More information

Lesson 14: A Closer Look at Linear & Exponential Functions

Lesson 14: A Closer Look at Linear & Exponential Functions Opening Exercise Linear versus Exponential Functions Let s look at the difference between ff(nn) = 2nn and ff(nn) = 2 nn.. Complete the tables below, and then graph the points nn, ff(nn) on a coordinate

More information

Solving Algebraic Equations

Solving Algebraic Equations Lesson 4. Solving Algebraic Equations 3 3 3 3 3 8 8 4 Add 3 to both sides. Divide both sides by. 4 gives the solution of the equation 3. Check: Substitute 4 for x into the original equation. 3 4 3 When

More information

Name Summer Work Packet AP Calculus AB

Name Summer Work Packet AP Calculus AB Name Summer Work Packet AP Calculus AB Welcome to AP Calculus AB! Advanced Placement courses are designed to expose you to college level curriculum. This requires a great amount of planning from your teacher

More information

CSE 5526: Introduction to Neural Networks Radial Basis Function (RBF) Networks

CSE 5526: Introduction to Neural Networks Radial Basis Function (RBF) Networks CSE 5526: Introduction to Neural Networks Radial Basis Function (RBF) Networks Part IV 1 Function approximation MLP is both a pattern classifier and a function approximator As a function approximator,

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 24 So in today s class, we will look at quadrilateral elements; and we will

More information

QUADRATIC FUNCTIONS: MINIMUM/MAXIMUM POINTS, USE OF SYMMETRY. 7.1 Minimum/Maximum, Recall: Completing the square

QUADRATIC FUNCTIONS: MINIMUM/MAXIMUM POINTS, USE OF SYMMETRY. 7.1 Minimum/Maximum, Recall: Completing the square CHAPTER 7 QUADRATIC FUNCTIONS: MINIMUM/MAXIMUM POINTS, USE OF SYMMETRY 7.1 Minimum/Maximum, Recall: Completing the square The completing the square method uses the formula x + y) = x + xy + y and forces

More information

Engineering Methods in Microsoft Excel. Part 1:

Engineering Methods in Microsoft Excel. Part 1: Engineering Methods in Microsoft Excel Part 1: by Kwabena Ofosu, Ph.D., P.E., PTOE Abstract This course is the first of a series on engineering methods in Microsoft Excel tailored to practicing engineers.

More information

Lesson 10. Homework Problem Set Sample Solutions. then Print True else Print False End if. False False True False False False

Lesson 10. Homework Problem Set Sample Solutions. then Print True else Print False End if. False False True False False False Homework Problem Set Sample Solutions 1. Perform the instructions in the following programming code as if you were a computer and your paper were the computer screen. Declare xx integer For all xx from

More information

Chapter 0: Algebra II Review

Chapter 0: Algebra II Review Chapter 0: Algebra II Review Topic 1: Simplifying Polynomials & Exponential Expressions p. 2 - Homework: Worksheet Topic 2: Radical Expressions p. 32 - Homework: p. 45 #33-74 Even Topic 3: Factoring All

More information

Review of Operations on the Set of Real Numbers

Review of Operations on the Set of Real Numbers 1 Review of Operations on the Set of Real Numbers Before we start our jurney through algebra, let us review the structure of the real number system, properties of four operations, order of operations,

More information

ES-2 Lecture: Fitting models to data

ES-2 Lecture: Fitting models to data ES-2 Lecture: Fitting models to data Outline Motivation: why fit models to data? Special case (exact solution): # unknowns in model =# datapoints Typical case (approximate solution): # unknowns in model

More information

Lesson 19: The Graph of a Linear Equation in Two Variables Is a Line

Lesson 19: The Graph of a Linear Equation in Two Variables Is a Line The Graph of a Linear Equation in Two Variables Is a Line Classwork Exercises THEOREM: The graph of a linear equation yy = mmmm + bb is a non-vertical line with slope mm and passing through (0, bb), where

More information

Lesson 3: Investigating the Parts of a Parabola

Lesson 3: Investigating the Parts of a Parabola Opening Exercise 1. Use the graph at the right to fill in the Answer column of the chart below. (You ll fill in the last column in Exercise 9.) Question Answer Bring in the Math! A. What is the shape of

More information

Computational Physics PHYS 420

Computational Physics PHYS 420 Computational Physics PHYS 420 Dr Richard H. Cyburt Assistant Professor of Physics My office: 402c in the Science Building My phone: (304) 384-6006 My email: rcyburt@concord.edu My webpage: www.concord.edu/rcyburt

More information

Linear Programming with Bounds

Linear Programming with Bounds Chapter 481 Linear Programming with Bounds Introduction Linear programming maximizes (or minimizes) a linear objective function subject to one or more constraints. The technique finds broad use in operations

More information

See the course website for important information about collaboration and late policies, as well as where and when to turn in assignments.

See the course website for important information about collaboration and late policies, as well as where and when to turn in assignments. COS Homework # Due Tuesday, February rd See the course website for important information about collaboration and late policies, as well as where and when to turn in assignments. Data files The questions

More information

Assignment 2. with (a) (10 pts) naive Gauss elimination, (b) (10 pts) Gauss with partial pivoting

Assignment 2. with (a) (10 pts) naive Gauss elimination, (b) (10 pts) Gauss with partial pivoting Assignment (Be sure to observe the rules about handing in homework). Solve: with (a) ( pts) naive Gauss elimination, (b) ( pts) Gauss with partial pivoting *You need to show all of the steps manually.

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions Multiplying and Dividing Rational Expressions Warm Up Simplify each expression. Assume all variables are nonzero. 1. x 5 x 2 3. x 6 x 2 x 7 Factor each expression. 2. y 3 y 3 y 6 x 4 4. y 2 1 y 5 y 3 5.

More information

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1

Honors Precalculus: Solving equations and inequalities graphically and algebraically. Page 1 Solving equations and inequalities graphically and algebraically 1. Plot points on the Cartesian coordinate plane. P.1 2. Represent data graphically using scatter plots, bar graphs, & line graphs. P.1

More information

Errors in Computation

Errors in Computation Theory of Errors Content Errors in computation Absolute Error Relative Error Roundoff Errors Truncation Errors Floating Point Numbers Normalized Floating Point Numbers Roundoff Error in Floating Point

More information

An Adaptive Stencil Linear Deviation Method for Wave Equations

An Adaptive Stencil Linear Deviation Method for Wave Equations 211 An Adaptive Stencil Linear Deviation Method for Wave Equations Kelly Hasler Faculty Sponsor: Robert H. Hoar, Department of Mathematics ABSTRACT Wave Equations are partial differential equations (PDEs)

More information

Four equations are necessary to evaluate these coefficients. Eqn

Four equations are necessary to evaluate these coefficients. Eqn 1.2 Splines 11 A spline function is a piecewise defined function with certain smoothness conditions [Cheney]. A wide variety of functions is potentially possible; polynomial functions are almost exclusively

More information

3 Nonlinear Regression

3 Nonlinear Regression 3 Linear models are often insufficient to capture the real-world phenomena. That is, the relation between the inputs and the outputs we want to be able to predict are not linear. As a consequence, nonlinear

More information

Polynomial Functions I

Polynomial Functions I Name Student ID Number Group Name Group Members Polnomial Functions I 1. Sketch mm() =, nn() = 3, ss() =, and tt() = 5 on the set of aes below. Label each function on the graph. 15 5 3 1 1 3 5 15 Defn:

More information

Shading II. CITS3003 Graphics & Animation

Shading II. CITS3003 Graphics & Animation Shading II CITS3003 Graphics & Animation Objectives Introduce distance terms to the shading model. More details about the Phong model (lightmaterial interaction). Introduce the Blinn lighting model (also

More information

February 23 Math 2335 sec 51 Spring 2016

February 23 Math 2335 sec 51 Spring 2016 February 23 Math 2335 sec 51 Spring 2016 Section 4.1: Polynomial Interpolation Interpolation is the process of finding a curve or evaluating a function whose curve passes through a known set of points.

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

MEI Desmos Tasks for AS Pure

MEI Desmos Tasks for AS Pure Task 1: Coordinate Geometry Intersection of a line and a curve 1. Add a quadratic curve, e.g. y = x² 4x + 1 2. Add a line, e.g. y = x 3 3. Select the points of intersection of the line and the curve. What

More information

Visualizing Quaternions

Visualizing Quaternions Visualizing Quaternions Andrew J. Hanson Computer Science Department Indiana University Siggraph 1 Tutorial 1 GRAND PLAN I: Fundamentals of Quaternions II: Visualizing Quaternion Geometry III: Quaternion

More information

Lesson 5: Investigating Quadratic Functions in the Standard Form, ff(xx) = aaxx 2 + bbxx + cc

Lesson 5: Investigating Quadratic Functions in the Standard Form, ff(xx) = aaxx 2 + bbxx + cc : Investigating Quadratic Functions in the Standard Form, ff(xx) = aaxx 22 + bbxx + cc Opening Exercise 1. Marshall had the equation y = (x 2) 2 + 4 and knew that he could easily find the vertex. Sarah

More information

REGULAR GRAPHS OF GIVEN GIRTH. Contents

REGULAR GRAPHS OF GIVEN GIRTH. Contents REGULAR GRAPHS OF GIVEN GIRTH BROOKE ULLERY Contents 1. Introduction This paper gives an introduction to the area of graph theory dealing with properties of regular graphs of given girth. A large portion

More information

CMSC 2833 Lecture 18. Parity Add a bit to make the number of ones (1s) transmitted odd.

CMSC 2833 Lecture 18. Parity Add a bit to make the number of ones (1s) transmitted odd. Parity Even parity: Odd parity: Add a bit to make the number of ones (1s) transmitted even. Add a bit to make the number of ones (1s) transmitted odd. Example and ASCII A is coded 100 0001 Parity ASCII

More information

CS246: Mining Massive Datasets Jure Leskovec, Stanford University

CS246: Mining Massive Datasets Jure Leskovec, Stanford University We need your help with our research on human interpretable machine learning. Please complete a survey at http://stanford.io/1wpokco. It should be fun and take about 1min to complete. Thanks a lot for your

More information

Graphs and Linear Functions

Graphs and Linear Functions Graphs and Linear Functions A -dimensional graph is a visual representation of a relationship between two variables given by an equation or an inequality. Graphs help us solve algebraic problems by analysing

More information

Large Scale Data Analysis Using Deep Learning

Large Scale Data Analysis Using Deep Learning Large Scale Data Analysis Using Deep Learning Machine Learning Basics - 1 U Kang Seoul National University U Kang 1 In This Lecture Overview of Machine Learning Capacity, overfitting, and underfitting

More information

MEI GeoGebra Tasks for AS Pure

MEI GeoGebra Tasks for AS Pure Task 1: Coordinate Geometry Intersection of a line and a curve 1. Add a quadratic curve, e.g. y = x 2 4x + 1 2. Add a line, e.g. y = x 3 3. Use the Intersect tool to find the points of intersection of

More information

9.1: GRAPHING QUADRATICS ALGEBRA 1

9.1: GRAPHING QUADRATICS ALGEBRA 1 9.1: GRAPHING QUADRATICS ALGEBRA 1 OBJECTIVES I will be able to graph quadratics: Given in Standard Form Given in Vertex Form Given in Intercept Form What does the graph of a quadratic look like? https://www.desmos.com/calculator

More information

Radical Functions. Attendance Problems. Identify the domain and range of each function.

Radical Functions. Attendance Problems. Identify the domain and range of each function. Page 1 of 12 Radical Functions Attendance Problems. Identify the domain and range of each function. 1. f ( x) = x 2 + 2 2. f ( x) = 3x 3 Use the description to write the quadratic function g based on the

More information

In SigmaPlot, a restricted but useful version of the global fit problem can be solved using the Global Fit Wizard.

In SigmaPlot, a restricted but useful version of the global fit problem can be solved using the Global Fit Wizard. Global Fitting Problem description Global fitting (related to Multi-response onlinear Regression) is a process for fitting one or more fit models to one or more data sets simultaneously. It is a generalization

More information

( ) ( ) Completing the Square. Alg 3 1 Rational Roots Solving Polynomial Equations. A Perfect Square Trinomials

( ) ( ) Completing the Square. Alg 3 1 Rational Roots Solving Polynomial Equations. A Perfect Square Trinomials Alg Completing the Square A Perfect Square Trinomials (± ) ± (± ) ± 4 4 (± ) ± 6 9 (± 4) ± 8 6 (± 5) ± 5 What is the relationship between the red term and the blue term? B. Creating perfect squares.. 6

More information

3. Replace any row by the sum of that row and a constant multiple of any other row.

3. Replace any row by the sum of that row and a constant multiple of any other row. Math Section. Section.: Solving Systems of Linear Equations Using Matrices As you may recall from College Algebra or Section., you can solve a system of linear equations in two variables easily by applying

More information

Visit MathNation.com or search "Math Nation" in your phone or tablet's app store to watch the videos that go along with this workbook!

Visit MathNation.com or search Math Nation in your phone or tablet's app store to watch the videos that go along with this workbook! Topic 1: Introduction to Angles - Part 1... 47 Topic 2: Introduction to Angles Part 2... 50 Topic 3: Angle Pairs Part 1... 53 Topic 4: Angle Pairs Part 2... 56 Topic 5: Special Types of Angle Pairs Formed

More information

Instructor: Barry McQuarrie Page 1 of 6

Instructor: Barry McQuarrie Page 1 of 6 Questions 1. Solve the system by graphing: 3x + y = 2 2x y = 3 2. Solve the system by graphing: x + 3y = 9 y = 1 3 x 2 3. Solve the system by graphing: y = 2x + 5 3y + 6x = 15 4. Solve the system algebraically,

More information

Lecture X. Global Approximation Methods

Lecture X. Global Approximation Methods Lecture X Global Approximation Methods Gianluca Violante New York University Quantitative Macroeconomics G. Violante, Global Methods p. 1 /14 Envelope condition method (ECM) It is an alternative method

More information

Algebra II Quadratic Functions

Algebra II Quadratic Functions 1 Algebra II Quadratic Functions 2014-10-14 www.njctl.org 2 Ta b le o f C o n te n t Key Terms click on the topic to go to that section Explain Characteristics of Quadratic Functions Combining Transformations

More information

The Euler Equidimensional Equation ( 3.2)

The Euler Equidimensional Equation ( 3.2) The Euler Equidimensional Equation ( 3.) The Euler Equidimensional Equation ( 3.) The Euler Equidimensional Equation Definition The Euler equidimensional equation for the unknown function y with singular

More information

Unit 1. Name. Basics of Geometry Part 1. 2 Section 1: Introduction to Geometry Points, Lines and Planes

Unit 1. Name. Basics of Geometry Part 1. 2 Section 1: Introduction to Geometry Points, Lines and Planes Name Period Date Points, lines, and planes are the building blocks of geometry. What is geometry? Unit 1 Basics of Geometry Part 1 Geometry means, and it involves the properties of points, lines, planes

More information

Lecture notes on the simplex method September We will present an algorithm to solve linear programs of the form. maximize.

Lecture notes on the simplex method September We will present an algorithm to solve linear programs of the form. maximize. Cornell University, Fall 2017 CS 6820: Algorithms Lecture notes on the simplex method September 2017 1 The Simplex Method We will present an algorithm to solve linear programs of the form maximize subject

More information

Math Lab- Geometry Pacing Guide Quarter 3. Unit 1: Rational and Irrational Numbers, Exponents and Roots

Math Lab- Geometry Pacing Guide Quarter 3. Unit 1: Rational and Irrational Numbers, Exponents and Roots 1 Jan. 3-6 (4 days) 2 Jan. 9-13 Unit 1: Rational and Irrational Numbers, Exponents and Roots ISTEP+ ISTEP Framework Focus: Unit 1 Number Sense, Expressions, and Computation 8.NS.1: Give examples of rational

More information

Linear Methods for Regression and Shrinkage Methods

Linear Methods for Regression and Shrinkage Methods Linear Methods for Regression and Shrinkage Methods Reference: The Elements of Statistical Learning, by T. Hastie, R. Tibshirani, J. Friedman, Springer 1 Linear Regression Models Least Squares Input vectors

More information

Computer Graphics Curves and Surfaces. Matthias Teschner

Computer Graphics Curves and Surfaces. Matthias Teschner Computer Graphics Curves and Surfaces Matthias Teschner Outline Introduction Polynomial curves Bézier curves Matrix notation Curve subdivision Differential curve properties Piecewise polynomial curves

More information

MATHS METHODS QUADRATICS REVIEW. A reminder of some of the laws of expansion, which in reverse are a quick reference for rules of factorisation

MATHS METHODS QUADRATICS REVIEW. A reminder of some of the laws of expansion, which in reverse are a quick reference for rules of factorisation MATHS METHODS QUADRATICS REVIEW LAWS OF EXPANSION A reminder of some of the laws of expansion, which in reverse are a quick reference for rules of factorisation a) b) c) d) e) FACTORISING Exercise 4A Q6ace,7acegi

More information

The Discriminant and Quadratic Formula:

The Discriminant and Quadratic Formula: AFDA Unit 4: Quadratic Functions Day 7 Notes: Quadratic Formula and Regression Name: Block: Date: Today you will be using the Discriminant to determine the number and type of solutions for a quadratic

More information

Connecting Quadratics

Connecting Quadratics Jason Bragg Christina Worley Elizabeth Pruitt Through Completing the Square, Vertex Form, and Transformational Graphing SESSION GOALS Learn how multiple aspects of teaching quadratics are connected using

More information

Eureka Math. Grade 7, Module 6. Student File_A. Contains copy-ready classwork and homework

Eureka Math. Grade 7, Module 6. Student File_A. Contains copy-ready classwork and homework A Story of Ratios Eureka Math Grade 7, Module 6 Student File_A Contains copy-ready classwork and homework Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be

More information

Lecture 3.3 Robust estimation with RANSAC. Thomas Opsahl

Lecture 3.3 Robust estimation with RANSAC. Thomas Opsahl Lecture 3.3 Robust estimation with RANSAC Thomas Opsahl Motivation If two perspective cameras captures an image of a planar scene, their images are related by a homography HH 2 Motivation If two perspective

More information

Lesson 12: Angles Associated with Parallel Lines

Lesson 12: Angles Associated with Parallel Lines Lesson 12 Lesson 12: Angles Associated with Parallel Lines Classwork Exploratory Challenge 1 In the figure below, LL 1 is not parallel to LL 2, and mm is a transversal. Use a protractor to measure angles

More information

Unit 2 Day 11. Quadratic Inequalities & Systems

Unit 2 Day 11. Quadratic Inequalities & Systems Unit Day 11 Quadratic Inequalities & Systems 1 Warm Up 1. Given the following functions, specifically describe the transformation from the identity function y = x a. y = (x+3) 7 b. y = 5x + 1 c. y = ½(x

More information

Table of Laplace Transforms

Table of Laplace Transforms Table of Laplace Transforms 1 1 2 3 4, p > -1 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Heaviside Function 27 28. Dirac Delta Function 29 30. 31 32. 1 33 34. 35 36. 37 Laplace Transforms

More information

Objectives and Homework List

Objectives and Homework List MAC 1140 Objectives and Homework List Each objective covered in MAC1140 is listed below. Along with each objective is the homework list used with MyMathLab (MML) and a list to use with the text (if you

More information

Integrated Algebra 2 and Trigonometry. Quarter 1

Integrated Algebra 2 and Trigonometry. Quarter 1 Quarter 1 I: Functions: Composition I.1 (A.42) Composition of linear functions f(g(x)). f(x) + g(x). I.2 (A.42) Composition of linear and quadratic functions II: Functions: Quadratic II.1 Parabola The

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 016, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

Texture Mapping. Michael Kazhdan ( /467) HB Ch. 14.8,14.9 FvDFH Ch. 16.3, , 16.6

Texture Mapping. Michael Kazhdan ( /467) HB Ch. 14.8,14.9 FvDFH Ch. 16.3, , 16.6 Texture Mapping Michael Kazhdan (61.457/467) HB Ch. 14.8,14.9 FvDFH Ch. 16.3, 16.4.5, 16.6 Textures We know how to go from this to this J. Birn Textures But what about this to this? J. Birn Textures How

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

In this course we will need a set of techniques to represent curves and surfaces in 2-d and 3-d. Some reasons for this include

In this course we will need a set of techniques to represent curves and surfaces in 2-d and 3-d. Some reasons for this include Parametric Curves and Surfaces In this course we will need a set of techniques to represent curves and surfaces in 2-d and 3-d. Some reasons for this include Describing curves in space that objects move

More information

Introduction to ANSYS DesignXplorer

Introduction to ANSYS DesignXplorer Lecture 4 14. 5 Release Introduction to ANSYS DesignXplorer 1 2013 ANSYS, Inc. September 27, 2013 s are functions of different nature where the output parameters are described in terms of the input parameters

More information

Graphing Rational Functions

Graphing Rational Functions Graphing Rational Functions Return to Table of Contents 109 Vocabulary Review x-intercept: The point where a graph intersects with the x-axis and the y-value is zero. y-intercept: The point where a graph

More information

For each question, indicate whether the statement is true or false by circling T or F, respectively.

For each question, indicate whether the statement is true or false by circling T or F, respectively. True/False For each question, indicate whether the statement is true or false by circling T or F, respectively. 1. (T/F) Rasterization occurs before vertex transformation in the graphics pipeline. 2. (T/F)

More information

CIS 580, Machine Perception, Spring 2014: Assignment 4 Due: Wednesday, April 10th, 10:30am (use turnin)

CIS 580, Machine Perception, Spring 2014: Assignment 4 Due: Wednesday, April 10th, 10:30am (use turnin) CIS 580, Machine Perception, Spring 2014: Assignment 4 Due: Wednesday, April 10th, 10:30am (use turnin) Solutions (hand calculations, plots) have to be submitted electronically as a single pdf file using

More information

Lesson 10: Representing, Naming, and Evaluating Functions

Lesson 10: Representing, Naming, and Evaluating Functions : Representing, Naming, and Evaluation Functions Classwork Opening Exercise Study the 4 representations of a function below. How are these representations alike? How are they different? TABLE: Input 0

More information

Hyperbola for Curvilinear Interpolation

Hyperbola for Curvilinear Interpolation Applied Mathematical Sciences, Vol. 7, 2013, no. 30, 1477-1481 HIKARI Ltd, www.m-hikari.com Hyperbola for Curvilinear Interpolation G. L. Silver 868 Kristi Lane Los Alamos, NM 87544, USA gsilver@aol.com

More information

WHAT YOU SHOULD LEARN

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

More information

TABLE OF CONTENTS. 3 Intro. 4 Foursquare Logo. 6 Foursquare Icon. 9 Colors. 10 Copy & Tone Of Voice. 11 Typography. 13 Crown Usage.

TABLE OF CONTENTS. 3 Intro. 4 Foursquare Logo. 6 Foursquare Icon. 9 Colors. 10 Copy & Tone Of Voice. 11 Typography. 13 Crown Usage. BRANDBOOK TABLE OF CONTENTS 3 Intro 4 Foursquare Logo 6 Foursquare Icon 9 Colors 10 Copy & Tone Of Voice 11 Typography 13 Crown Usage 14 Badge Usage 15 Iconography 16 Trademark Guidelines 2011 FOURSQUARE

More information

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Tool 1: Standards for Mathematical ent: Interpreting Functions CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Name of Reviewer School/District Date Name of Curriculum Materials:

More information

Lecture 8. Divided Differences,Least-Squares Approximations. Ceng375 Numerical Computations at December 9, 2010

Lecture 8. Divided Differences,Least-Squares Approximations. Ceng375 Numerical Computations at December 9, 2010 Lecture 8, Ceng375 Numerical Computations at December 9, 2010 Computer Engineering Department Çankaya University 8.1 Contents 1 2 3 8.2 : These provide a more efficient way to construct an interpolating

More information

Section 9: Exponential and Logarithmic Functions

Section 9: Exponential and Logarithmic Functions Topic 1: Real-World Exponential Growth and Decay Part 1... 189 Topic 2: Real-World Exponential Growth and Decay Part 2... 191 Topic 3: Interpreting Exponential Equations... 192 Topic 4: Euler s Number...

More information