MATH10001 Mathematical Workshop Difference Equations part 2 Non-linear difference equations

Size: px
Start display at page:

Download "MATH10001 Mathematical Workshop Difference Equations part 2 Non-linear difference equations"

Transcription

1 MATH10001 Mathematical Workshop Difference Equations part 2 Non-linear difference equations In a linear difference equation, the equation contains a sum of multiples of the elements in the sequence {y n }. In a non-linear difference equation, all these restrictions are lifted. Linear Non-linear y n+1 = y n, y n+1 = y 2 n, y n+2 = y n+1 + y n y n+2 = y n+1 y n, y n+2 = 4y n+1 + 3y n y n+2 = 4e y n, There is no standard method for finding solutions to non-linear difference equations. Indeed, it is an area, where numerical experiments are as important as theory in understanding the system. Fixed points of difference equations A simple technique that can be used to obtain a great deal of information about systems of non-linear difference equations is to use a fixed-point analysis. The idea is to find particular points for which the solution is fixed (does not change), in other words, y n+1 = y n, for all n N, for some N. Linear stability analysis of fixed points A fixed point is said to be linearly stable if the system moves back to the fixed point after it has been slightly perturbed. A fixed point is said to be linearly unstable if the system moves away from the fixed point after it has been slightly perturbed. In mathematical terms, we must consider what happens when y n = Y + ỹ n, where Y is a fixed point of the system and ỹ n 1 is a small perturbation to the system. The idea of the analysis is to find an explicit expression for ỹ n. If ỹ n 0 when n, then the system moves back to the fixed point at Y and we conclude that the fixed point is linearly stable. The word linear in the expression linear stability analysis refers to the following important assumption:

2 In a linear stability analysis we assume that the perturbation ỹ n is so small that we can neglect all terms of the form (ỹ n ) m where m 2. That is, we keep only terms linear in ỹ n. Example y n+1 = y 2 n. If Y is a fixed point we have Y = Y 2 and so Y = 0, 1. Let y n = Y + ỹ n. Then Y + ỹ n+1 = (Y + ỹ n ) 2 = Y 2 + 2Y ỹ n + ỹ 2 n. We neglect the term ỹ 2 n, assuming ỹ n is small and use the fact that Y = Y 2 to get ỹ n+1 = 2Y ỹ n. This is a linear difference equation with solution ỹ n = (2Y ) n ỹ 0. When Y = 0 we get ỹ n = 0 for all n 1 and so Y = 0 is a stable fixed point. When Y = 1 we get ỹ n = 2 n ỹ 0 as n and so Y = 1 is an unstable fixed point. Other methods for analysing non-linear difference equations Consider the logistic map y n+1 = ry n (1 y n ) where r > 0 is a constant and 0 y 0 1. We can rewrite this as y n+1 = f(y n ) where f is the function given by f(x) = rx(1 x). We can sketch this function for 0 x 1 (the vertical axis is multiples of r)

3 So for 0 r 4 the entire sequence y n will remain in the interval [0, 1] when y 0 [0, 1]. We can also draw an iteration diagram to examine the long term behaviour of the sequence. By using fixed point analysis and iteration diagrams we observe the following behaviour for the logistic map: When 0 r 1 there is one stable fixed point at Y = 0, so whatever the initial condition the sequence tends to 0. When 1 < r 3, the fixed point at Y = 0 becomes unstable and we get a new stable fixed point at (r 1)/r. When r > 3 this second fixed point also becomes unstable and the sequence cannot reach a constant value.

4 MATH10001 Mathematical Workshop Difference Equations Project Problems part 2 Problem 3 Consider the difference equation where a > 0 is a constant. y n+1 = { ay n if y n < 0.5 a(1 y n ) if y n 0.5 (i) Write the difference equation as y n+1 = f(y n ) for some function f and sketch the graph of f(x) for 0 x 1. For what values of a does the sequence remain in [0, 1] if y 0 [0, 1]? (ii) Consider the case when a = 0.3. Show that there is a single fixed point in this case. Determine whether this fixed point is stable or unstable. Let y 0 = 0.6 and calculate y 1, y 2, y 3 and y 4. Draw an iteration diagram starting at y 0 = 0.6. (iii) Now let a = 1.5. unstable. Find the fixed points and determine if they are stable or Let y 0 = 0.2. Calculate y 1, y 2, y 3 and y 4. Draw an iteration diagram starting at y 0 = 0.2. (iv) Let a = 4. Find all values of y 0 that give a sequence of period 2 ie. y n+2 = y n but y n+1 y n for all n 0. Project Report The assessment for this project is by an individual project report. The report should contain your solutions to the three problems and the (clearly labelled) graph that you produced as the homework for part 1. Your report should be well presented and the problem solutions should be clearly explained. Even though you have worked as a group on this project, the report should be all your own work. There are marks for the clarity as well as the correctness of your mathematical arguments. Please hand in your report to Alan Turing reception by 1pm on Friday 30th November. You should attach a cover sheet to your report and put your group number on the front page.

5 There are 25 marks for this project. (a) 16 marks for the solutions to the problems. (b) 3 marks for the homework. (c) 2 marks for the presentation of your report (clear explanations and layout). (d) 1/4 of the average mark for your group for (a) out of 4. Any student who does not attend one group session, without good reason, will get half the marks for (d). If a student misses both group sessions, without good reason, they will get 0 marks for (d). Please notify the School as soon as possible if you miss a session and fill in a Self Certification Form available from the Alan Turing Building reception.

MATH10001 Mathematical Workshop Graph Fitting Project part 2

MATH10001 Mathematical Workshop Graph Fitting Project part 2 MATH10001 Mathematical Workshop Graph Fitting Project part 2 Polynomial models Modelling a set of data with a polynomial curve can be convenient because polynomial functions are particularly easy to differentiate

More information

Discrete (Difference) Equations

Discrete (Difference) Equations Discrete (Difference) Equations A discrete, or difference, equation expresses a relationship between the elements of a sequence, {y n }, where n N 0 {0, 1, 2,...}. For example, the trivial difference equation

More information

y + 3y = 0, y(0) = 2, y (0) = 3

y + 3y = 0, y(0) = 2, y (0) = 3 MATH 3 HOMEWORK #3 PART A SOLUTIONS Problem 311 Find the solution of the given initial value problem Sketch the graph of the solution and describe its behavior as t increases y + 3y 0, y(0), y (0) 3 Solution

More information

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations

Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations Logistic Map, Euler & Runge-Kutta Method and Lotka-Volterra Equations S. Y. Ha and J. Park Department of Mathematical Sciences Seoul National University Sep 23, 2013 Contents 1 Logistic Map 2 Euler and

More information

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

More information

Section A Solving Absolute Value Inequalities

Section A Solving Absolute Value Inequalities AP Calculus BC Prerequisite Notes for Summer Review Packet for students who completed AP Calculus AB These notes are designed to help ou understand how to accuratel complete the Summer Review Packet. Go

More information

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010

Raquel Prado. Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Raquel Prado Name: Department of Applied Mathematics and Statistics AMS-131. Spring 2010 Final Exam (Type B) The midterm is closed-book, you are only allowed to use one page of notes and a calculator.

More information

Graphing Radicals Business 7

Graphing Radicals Business 7 Graphing Radicals Business 7 Radical functions have the form: The most frequently used radical is the square root; since it is the most frequently used we assume the number 2 is used and the square root

More information

1.2 Functions and Their Properties Name:

1.2 Functions and Their Properties Name: 1.2 Functions and Their Properties Name: Objectives: Students will be able to represent functions numerically, algebraically, and graphically, determine the domain and range for functions, and analyze

More information

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Math 1120, Final December 12, 2017 Name: Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Ian Lizarraga MWF 8:00 8:50 Ian Lizarraga MWF 9:05 9:55 Swee Hong Chan MWF 12:20 1:10 Teddy Einstein MWF

More information

Math 216 Final Exam 24 April, 2017

Math 216 Final Exam 24 April, 2017 Math 216 Final Exam 24 April, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Qualitative analysis of differential equations: Part I

Qualitative analysis of differential equations: Part I Qualitative analysis of differential equations: Part I Math 12 Section 16 November 7, 216 Hi, I m Kelly. Cole is away. Office hours are cancelled. Cole is available by email: zmurchok@math.ubc.ca. Today...

More information

Math 1071 Final Review Sheet The following are some review questions to help you study. They do not

Math 1071 Final Review Sheet The following are some review questions to help you study. They do not Math 1071 Final Review Sheet The following are some review questions to help you study. They do not They do The exam represent the entirety of what you could be expected to know on the exam; reflect distribution

More information

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Algebra and proof 2 Grade 8 Objective: Use algebra to construct proofs Question 1 a) If n is a positive integer explain why the expression 2n + 1 is always an odd number. b) Use

More information

Rewriting Absolute Value Functions as Piece-wise Defined Functions

Rewriting Absolute Value Functions as Piece-wise Defined Functions Rewriting Absolute Value Functions as Piece-wise Defined Functions Consider the absolute value function f ( x) = 2x+ 4-3. Sketch the graph of f(x) using the strategies learned in Algebra II finding the

More information

CHAPTER 2 POLYNOMIALS KEY POINTS

CHAPTER 2 POLYNOMIALS KEY POINTS CHAPTER POLYNOMIALS KEY POINTS 1. Polynomials of degrees 1, and 3 are called linear, quadratic and cubic polynomials respectively.. A quadratic polynomial in x with real coefficient is of the form a x

More information

Final exam practice UCLA: Math 3B, Fall 2016

Final exam practice UCLA: Math 3B, Fall 2016 Instructor: Noah White Date: Monday, November 28, 2016 Version: practice. Final exam practice UCLA: Math 3B, Fall 2016 This exam has 7 questions, for a total of 84 points. Please print your working and

More information

Dynamical Systems. August 13, 2013

Dynamical Systems. August 13, 2013 Dynamical Systems Joshua Wilde, revised by Isabel Tecu, Takeshi Suzuki and María José Boccardi August 13, 2013 Dynamical Systems are systems, described by one or more equations, that evolve over time.

More information

Sequence. A list of numbers written in a definite order.

Sequence. A list of numbers written in a definite order. Sequence A list of numbers written in a definite order. Terms of a Sequence a n = 2 n 2 1, 2 2, 2 3, 2 4, 2 n, 2, 4, 8, 16, 2 n We are going to be mainly concerned with infinite sequences. This means we

More information

N13/5/MATHL/HP1/ENG/TZ0/XX MATHEMATICS HIGHER LEVEL PAPER 1. Candidate session number 0 0. Monday 11 November 2013 (afternoon)

N13/5/MATHL/HP1/ENG/TZ0/XX MATHEMATICS HIGHER LEVEL PAPER 1. Candidate session number 0 0. Monday 11 November 2013 (afternoon) 883720 MATHEMATICS HIGHER LEVEL PAPER Monday November 203 (afternoon) 2 hours Candidate session number 0 0 Examination code 8 8 3 7 2 0 INSTRUCTIONS TO CANDIDATES Write your session number in the boxes

More information

Topic: Quadratic Functions (Unit 5)

Topic: Quadratic Functions (Unit 5) Name: Math Department Subject: Analytic Geometry Topic: Quadratic Functions (Unit 5) CCGPS Key Standards Use complex numbers in polynomial identities and equations MCC9 12.N.CN.7 Solve quadratic equations

More information

Pre-Calculus Summer Math Packet 2018 Multiple Choice

Pre-Calculus Summer Math Packet 2018 Multiple Choice Pre-Calculus Summer Math Packet 208 Multiple Choice Page A Complete all work on separate loose-leaf or graph paper. Solve problems without using a calculator. Write the answers to multiple choice questions

More information

Polynomial functions right- and left-hand behavior (end behavior):

Polynomial functions right- and left-hand behavior (end behavior): Lesson 2.2 Polynomial Functions For each function: a.) Graph the function on your calculator Find an appropriate window. Draw a sketch of the graph on your paper and indicate your window. b.) Identify

More information

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds

8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds c Dr Igor Zelenko, Spring 2017 1 8. Qualitative analysis of autonomous equations on the line/population dynamics models, phase line, and stability of equilibrium points (corresponds to section 2.5) 1.

More information

MAT 17A - UHP - DISCUSSION #10 December 1, 2015

MAT 17A - UHP - DISCUSSION #10 December 1, 2015 MAT 17A - UHP - DISCUSSION #10 December 1, 2015 PROBLEM 1. Linear recursion equations Consider the linear recursion (finite difference) equation x j+1 = L x j = a x j + b, x 0 (1), where a and b are: (i)

More information

Mathematics Standard level Paper 1

Mathematics Standard level Paper 1 Mathematics Standard level Paper 1 Tuesday 10 May 2016 (afternoon) Candidate session number 1 hour 30 minutes Instructions to candidates Write your session number in the boxes above. Do not open this examination

More information

Math 2: Algebra 2, Geometry and Statistics Ms. Sheppard-Brick Chapter 4 Test Review

Math 2: Algebra 2, Geometry and Statistics Ms. Sheppard-Brick Chapter 4 Test Review Chapter 4 Test Review Students will be able to (SWBAT): Write an explicit and a recursive function rule for a linear table of values. Write an explicit function rule for a quadratic table of values. Determine

More information

MATH1131/1141 Calculus Test S1 v5a

MATH1131/1141 Calculus Test S1 v5a MATH3/4 Calculus Test 008 S v5a March 9, 07 These solutions were written and typed up by Johann Blanco and Brendan Trinh and edited by Henderson Koh, Vishaal Nathan, Aaron Hassan and Dominic Palanca. Please

More information

2016 SPECIALIST MATHEMATICS

2016 SPECIALIST MATHEMATICS 2016 SPECIALIST MATHEMATICS External Examination 2016 FOR OFFICE USE ONLY SUPERVISOR CHECK ATTACH SACE REGISTRATION NUMBER LABEL TO THIS BOX Graphics calculator Brand Model Computer software RE-MARKED

More information

6.2 Deeper Properties of Continuous Functions

6.2 Deeper Properties of Continuous Functions 6.2. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 69 6.2 Deeper Properties of Continuous Functions 6.2. Intermediate Value Theorem and Consequences When one studies a function, one is usually interested in

More information

Mathematics. Algebra Course Syllabus

Mathematics. Algebra Course Syllabus Prerequisites: Successful completion of Math 8 or Foundations for Algebra Credits: 1.0 Math, Merit Mathematics Algebra 1 2018 2019 Course Syllabus Algebra I formalizes and extends the mathematics students

More information

Engineering Mechanics: Statics in SI Units, 12e

Engineering Mechanics: Statics in SI Units, 12e Engineering Mechanics: Statics in SI Units, 12e 5 Equilibrium of a Rigid Body Chapter Objectives Develop the equations of equilibrium for a rigid body Concept of the free-body diagram for a rigid body

More information

ALGEBRA I CCR MATH STANDARDS

ALGEBRA I CCR MATH STANDARDS RELATIONSHIPS BETWEEN QUANTITIES AND REASONING WITH EQUATIONS M.A1HS.1 M.A1HS.2 M.A1HS.3 M.A1HS.4 M.A1HS.5 M.A1HS.6 M.A1HS.7 M.A1HS.8 M.A1HS.9 M.A1HS.10 Reason quantitatively and use units to solve problems.

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class ODE Homework Due Wed. 9 August 2009; At the beginning of the class. (a) Solve Lẏ + Ry = E sin(ωt) with y(0) = k () L, R, E, ω are positive constants. (b) What is the limit of the solution as ω 0? (c) Is

More information

C. Graph the solution to possibilities for Sharmara s number and give the solution in interval notation.

C. Graph the solution to possibilities for Sharmara s number and give the solution in interval notation. Homework Problem Set Sample Solutions S.77 Homework Problem Set 1. Shamara is thinking of a number. A. Could Shamara be thinking of 8? Explain. No, if Shamara thought of 8, the answer would equal 2. B.

More information

Algebra 1. Mathematics Course Syllabus

Algebra 1. Mathematics Course Syllabus Mathematics Algebra 1 2017 2018 Course Syllabus Prerequisites: Successful completion of Math 8 or Foundations for Algebra Credits: 1.0 Math, Merit The fundamental purpose of this course is to formalize

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Math Section Bekki George: 02/25/19. University of Houston. Bekki George (UH) Math /25/19 1 / 19

Math Section Bekki George: 02/25/19. University of Houston. Bekki George (UH) Math /25/19 1 / 19 Math 1431 Section 12200 Bekki George: rageorge@central.uh.edu University of Houston 02/25/19 Bekki George (UH) Math 1431 02/25/19 1 / 19 Office Hours: Mondays 1-2pm, Tuesdays 2:45-3:30pm (also available

More information

Homework 2. Due Friday, July We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N

Homework 2. Due Friday, July We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N Problem 1 (10 points) Homework Due Friday, July 7 017 We studied the logistic equation in class as a model of population growth. It is given by dn dt = rn 1 N, (1) K with N(0) = N 0. (a) Make the substitutions

More information

Algebra I Curriculum Crosswalk

Algebra I Curriculum Crosswalk Algebra I Curriculum Crosswalk The following document is to be used to compare the 2003 North Carolina Mathematics Course of Study for Algebra I and the State s for Mathematics Algebra I course. As noted

More information

2, or x 5, 3 x 0, x 2

2, or x 5, 3 x 0, x 2 Pre-AP Algebra 2 Lesson 2 End Behavior and Polynomial Inequalities Objectives: Students will be able to: use a number line model to sketch polynomials that have repeated roots. use a number line model

More information

PA02. PHYSICS (SPECIFICATION A) Unit 2 Mechanics and Molecular Kinetic Theory

PA02. PHYSICS (SPECIFICATION A) Unit 2 Mechanics and Molecular Kinetic Theory Surname Centre Number Other Names Candidate Number Leave blank Candidate Signature General Certificate of Education June 2005 Advanced Subsidiary Examination PHYSICS (SPECIFICATION A) Unit 2 Mechanics

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations 1 Math 122 Fall 2008 Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations The purpose of this handout is to review the techniques that you will learn for

More information

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations

MATH 415, WEEKS 14 & 15: 1 Recurrence Relations / Difference Equations MATH 415, WEEKS 14 & 15: Recurrence Relations / Difference Equations 1 Recurrence Relations / Difference Equations In many applications, the systems are updated in discrete jumps rather than continuous

More information

Math Homework 3: solutions. 1. Consider the region defined by the following constraints: x 1 + x 2 2 x 1 + 2x 2 6

Math Homework 3: solutions. 1. Consider the region defined by the following constraints: x 1 + x 2 2 x 1 + 2x 2 6 Math 7502 Homework 3: solutions 1. Consider the region defined by the following constraints: x 1 + x 2 2 x 1 + 2x 2 6 x 1, x 2 0. (i) Maximize 4x 1 + x 2 subject to the constraints above. (ii) Minimize

More information

Level 2 Mathematics and Statistics, 2017

Level 2 Mathematics and Statistics, 2017 91262 912620 2SUPERVISOR S Level 2 Mathematics and Statistics, 2017 91262 Apply calculus methods in solving problems 2.00 p.m. Friday 24 November 2017 Credits: Five Achievement Achievement with Merit Achievement

More information

1. Definition of a Polynomial

1. Definition of a Polynomial 1. Definition of a Polynomial What is a polynomial? A polynomial P(x) is an algebraic expression of the form Degree P(x) = a n x n + a n 1 x n 1 + a n 2 x n 2 + + a 3 x 3 + a 2 x 2 + a 1 x + a 0 Leading

More information

MATH 120 THIRD UNIT TEST

MATH 120 THIRD UNIT TEST MATH 0 THIRD UNIT TEST Friday, April 4, 009. NAME: Circle the recitation Tuesday, Thursday Tuesday, Thursday section you attend MORNING AFTERNOON A B Instructions:. Do not separate the pages of the exam.

More information

Math 2 Unit 5: Comparing Functions and Modeling

Math 2 Unit 5: Comparing Functions and Modeling Approximate Time Frame: 2-3 Weeks Connections to Previous Learning: In Math 1, students studied linear and exponential functions and compared them in a modeling context. Students looked at multiple representations

More information

Lesson 1: What is a Parabola?

Lesson 1: What is a Parabola? Lesson 1: What is a Parabola? Parabola Vocabulary Write the defintion of the given word. Label #3-6 on the graph. 1. Parabola: Name Class Date 2. Trajectory: 3. Zeros: 4. Axis of Symmetry: 5. Vertex: Online

More information

KING DAVID HIGH SCHOOL LINKSFIELD MATHEMATICS PAPER 1 GRADE 11 NOVEMBER EXAMINATION 2017

KING DAVID HIGH SCHOOL LINKSFIELD MATHEMATICS PAPER 1 GRADE 11 NOVEMBER EXAMINATION 2017 KING DAVID HIGH SCHOOL LINKSFIELD MATHEMATICS PAPER 1 GRADE 11 NOVEMBER EXAMINATION 2017 Total: 100 marks Reading Time: 10 minutes Writing Time: 2 Hours Name: This paper comprises a question paper of 8

More information

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Algebra and proof 2 Grade 8 Objective: Use algebra to construct proofs Question 1 a) If n is a positive integer explain why the expression 2n + 1 is always an odd number. b) Use

More information

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point,

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point, 1.2. Direction Fields: Graphical Representation of the ODE and its Solution Section Objective(s): Constructing Direction Fields. Interpreting Direction Fields. Definition 1.2.1. A first order ODE of the

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: August 22, 2018, at 08 30 12 30 Johanneberg Jan Meibohm,

More information

5.5 Deeper Properties of Continuous Functions

5.5 Deeper Properties of Continuous Functions 5.5. DEEPER PROPERTIES OF CONTINUOUS FUNCTIONS 195 5.5 Deeper Properties of Continuous Functions 5.5.1 Intermediate Value Theorem and Consequences When one studies a function, one is usually interested

More information

Problem Points Problem Points Problem Points

Problem Points Problem Points Problem Points Name Signature Student ID# ------------------------------------------------------------------ Left Neighbor Right Neighbor 1) Please do not turn this page until instructed to do so. 2) Your name and signature

More information

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class.

Math 180 Written Homework Assignment #10 Due Tuesday, December 2nd at the beginning of your discussion class. Math 18 Written Homework Assignment #1 Due Tuesday, December 2nd at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 18 students, but

More information

Math 111: Final Review

Math 111: Final Review Math 111: Final Review Suggested Directions: Start by reviewing the new material with the first portion of the review sheet. Then take every quiz again as if it were a test. No book. No notes. Limit yourself

More information

Euclid Contest. Canadian Mathematics Competition. Wednesday, April 19, C.M.C. Sponsors: Chartered Accountants. C.M.C. Supporters: Time: 2 1 2

Euclid Contest. Canadian Mathematics Competition. Wednesday, April 19, C.M.C. Sponsors: Chartered Accountants. C.M.C. Supporters: Time: 2 1 2 Canadian Mathematics Competition n activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario Euclid Contest Wednesday, pril 19, 2006 C.M.C. Sponsors:

More information

Name: Student ID number:

Name: Student ID number: Math 20E Final Exam Name: Student ID number: Instructions: Answers without work may be given no credit at the grader s discretion. The test is out of 69 points, with 2 extra credit points possible. This

More information

1. Create, solve, or interpret linear equations in one variable. Algebra 1 Unit Create, solve, or interpret linear inequalities in one variable

1. Create, solve, or interpret linear equations in one variable. Algebra 1 Unit Create, solve, or interpret linear inequalities in one variable SAT Content Standards correlated with Connecticut Core Mathematics Curricula: Algebra 1, Geometry, and Algebra. Content Dimension Description Place in Curriculum 1. Create, solve, or interpret linear equations

More information

Machine Learning, Midterm Exam: Spring 2008 SOLUTIONS. Q Topic Max. Score Score. 1 Short answer questions 20.

Machine Learning, Midterm Exam: Spring 2008 SOLUTIONS. Q Topic Max. Score Score. 1 Short answer questions 20. 10-601 Machine Learning, Midterm Exam: Spring 2008 Please put your name on this cover sheet If you need more room to work out your answer to a question, use the back of the page and clearly mark on the

More information

Multivariable Calculus

Multivariable Calculus Multivariable Calculus Bridgewater State University Multivariable Calculus 1 / 21 Multivariable Calculus - MATH 261-001 Instructor: Dr. Vignon Oussa Class times Credits 4.000 10 : 10 am - 11 : 00 am MWF

More information

Math 160 Calculus for Physical Scientists I Exam 1 February 11, 2016, 5:00-6:50 pm

Math 160 Calculus for Physical Scientists I Exam 1 February 11, 2016, 5:00-6:50 pm NAME: Instructor: Time your class meets: Math 160 Calculus for Physical Scientists I Exam 1 February 11, 2016, 5:00-6:50 pm How can it be that mathematics, being after all a product of human thought independent

More information

FIXED POINT ITERATION

FIXED POINT ITERATION FIXED POINT ITERATION The idea of the fixed point iteration methods is to first reformulate a equation to an equivalent fixed point problem: f (x) = 0 x = g(x) and then to use the iteration: with an initial

More information

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics

COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics COSMOS: Making Robots and Making Robots Intelligent Lecture 3: Introduction to discrete-time dynamics Jorge Cortés and William B. Dunbar June 3, 25 Abstract In this and the coming lecture, we will introduce

More information

Specialist Mathematics 2017 Sample paper

Specialist Mathematics 2017 Sample paper South Australian Certificate of Education The external assessment requirements of this subject are listed on page 20. Question Booklet 2 Specialist Mathematics 2017 Sample paper 2 Part 2 (Questions 10

More information

(a) On the dots below that represent the students, draw and label free-body diagrams showing the forces on Student A and on Student B.

(a) On the dots below that represent the students, draw and label free-body diagrams showing the forces on Student A and on Student B. 2003 B1. (15 points) A rope of negligible mass passes over a pulley of negligible mass attached to the ceiling, as shown above. One end of the rope is held by Student A of mass 70 kg, who is at rest on

More information

Math Worksheet 1. f(x) = (x a) 2 + b. = x 2 6x = (x 2 6x + 9) = (x 3) 2 1

Math Worksheet 1. f(x) = (x a) 2 + b. = x 2 6x = (x 2 6x + 9) = (x 3) 2 1 Names Date Math 00 Worksheet. Consider the function f(x) = x 6x + 8 (a) Complete the square and write the function in the form f(x) = (x a) + b. f(x) = x 6x + 8 ( ) ( ) 6 6 = x 6x + + 8 = (x 6x + 9) 9

More information

Big Idea(s) Essential Question(s)

Big Idea(s) Essential Question(s) Middletown Public Schools Mathematics Unit Planning Organizer Subject Math Grade/Course Algebra I Unit 4 Linear Functions Duration 20 instructional days + 4 days reteaching/enrichment Big Idea(s) Essential

More information

MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS

MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS 1. Please write your name and student number clearly on the front page of the exam. 2. The exam is

More information

F = ma W = mg v = D t

F = ma W = mg v = D t Forces and Gravity Car Lab Name: F = ma W = mg v = D t p = mv Part A) Unit Review at D = f v = t v v Please write the UNITS for each item below For example, write kg next to mass. Name: Abbreviation: Units:

More information

Pre-AP Algebra 2 Lesson 1-5 Linear Functions

Pre-AP Algebra 2 Lesson 1-5 Linear Functions Lesson 1-5 Linear Functions Objectives: Students will be able to graph linear functions, recognize different forms of linear functions, and translate linear functions. Students will be able to recognize

More information

Student Instruction Sheet: Unit 3, Lesson 3. Solving Quadratic Relations

Student Instruction Sheet: Unit 3, Lesson 3. Solving Quadratic Relations Student Instruction Sheet: Unit 3, Lesson 3 Solving Quadratic Relations Suggested Time: 75 minutes What s important in this lesson: In this lesson, you will learn how to solve a variety of quadratic relations.

More information

Chapter REVIEW ANSWER KEY

Chapter REVIEW ANSWER KEY TEXTBOOK HELP Pg. 313 Chapter 3.2-3.4 REVIEW ANSWER KEY 1. What qualifies a function as a polynomial? Powers = non-negative integers Polynomial functions of degree 2 or higher have graphs that are smooth

More information

Math Exam 03 Fall 2016

Math Exam 03 Fall 2016 Math 1090.08 Exam 03 Fall 2016 Name Class ID Number: Instructions: You will be required to show identification to take this exam. Bring your student ID to class. Please remove headphones during the exam.

More information

CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3

CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3 CS103 Handout 08 Spring 2012 April 20, 2012 Problem Set 3 This third problem set explores graphs, relations, functions, cardinalities, and the pigeonhole principle. This should be a great way to get a

More information

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1

Use separation of variables to solve the following differential equations with given initial conditions. y 1 1 y ). y(y 1) = 1 Chapter 11 Differential Equations 11.1 Use separation of variables to solve the following differential equations with given initial conditions. (a) = 2ty, y(0) = 10 (b) = y(1 y), y(0) = 0.5, (Hint: 1 y(y

More information

MATH 56A SPRING 2008 STOCHASTIC PROCESSES

MATH 56A SPRING 2008 STOCHASTIC PROCESSES MATH 56A SPRING 008 STOCHASTIC PROCESSES KIYOSHI IGUSA Contents 4. Optimal Stopping Time 95 4.1. Definitions 95 4.. The basic problem 95 4.3. Solutions to basic problem 97 4.4. Cost functions 101 4.5.

More information

The number of daily sleep hours can be used to determine the amount of available study hours.

The number of daily sleep hours can be used to determine the amount of available study hours. Neatly complete all parts and hand in Wednesday. Clearly label the functions, the endpoints, intercepts, asymptotes, etc. The number of daily sleep hours can be used to determine the amount of available

More information

Volume: The Disk Method. Using the integral to find volume.

Volume: The Disk Method. Using the integral to find volume. Volume: The Disk Method Using the integral to find volume. If a region in a plane is revolved about a line, the resulting solid is a solid of revolution and the line is called the axis of revolution. y

More information

Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos

Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos Homework 2 Modeling complex systems, Stability analysis, Discrete-time dynamical systems, Deterministic chaos (Max useful score: 100 - Available points: 125) 15-382: Collective Intelligence (Spring 2018)

More information

Unit 2 Maths Methods (CAS) Exam

Unit 2 Maths Methods (CAS) Exam Name: Teacher: Unit 2 Maths Methods (CAS) Exam 2 2014 Monday November 17 (1.50 pm) Reading time: 15 Minutes Writing time: 60 Minutes Instruction to candidates: Students are only permitted to bring into

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

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

ALGEBRA II CURRICULUM MAP

ALGEBRA II CURRICULUM MAP 2017-2018 MATHEMATICS ALGEBRA II CURRICULUM MAP Department of Curriculum and Instruction RCCSD Common Core Major Emphasis Clusters The Real Number System Extend the properties of exponents to rational

More information

Lesson 12: Solving Equations

Lesson 12: Solving Equations Exploratory Exercises 1. Alonzo was correct when he said the following equations had the same solution set. Discuss with your partner why Alonzo was correct. (xx 1)(xx + 3) = 17 + xx (xx 1)(xx + 3) = xx

More information

Cumberland County Schools

Cumberland County Schools Cumberland County Schools MATHEMATICS Algebra II The high school mathematics curriculum is designed to develop deep understanding of foundational math ideas. In order to allow time for such understanding,

More information

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40

Name: October 24, 2014 ID Number: Fall Midterm I. Number Total Points Points Obtained Total 40 Math 307O: Introduction to Differential Equations Name: October 24, 204 ID Number: Fall 204 Midterm I Number Total Points Points Obtained 0 2 0 3 0 4 0 Total 40 Instructions.. Show all your work and box

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

More information

Algebra I High School Math Solution West Virginia Correlation

Algebra I High School Math Solution West Virginia Correlation M.A1HS.1 M.A1HS.2 M.A1HS.4a M.A1HS.4b Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units consistently in formulas; choose and interpret

More information

Answer all questions in the boxes provided. Working may be continued below the lines if necessary.

Answer all questions in the boxes provided. Working may be continued below the lines if necessary. 8814702 SL P2 Mock 2015/16 MATHEMATICS STANDARD LEVEL PAPER 2 Candidate session number INSTRUCTIONS TO CANDIDATES Write your session number in the boxes above. Do not open this examination paper until

More information

Physics Assessment Unit AS 2

Physics Assessment Unit AS 2 Centre Number 71 Candidate Number ADVANCED SUBSIDIARY General Certificate of Education January 2012 Physics Assessment Unit AS 2 assessing Module 2: Waves, Photons and Medical Physics AY121 [AY121] Friday

More information

AP Physics 1 LCHS Summer Work

AP Physics 1 LCHS Summer Work AP Physics 1 LCHS Summer Work 2018-2019 The problems below are a review of the math skills that you need to succeed in AP Physics 1. This class is based on a knowledge of the math and concepts of Physics.

More information

Name Period Date. polynomials of the form x ± bx ± c. Use guess and check and logic to factor polynomials of the form 2

Name Period Date. polynomials of the form x ± bx ± c. Use guess and check and logic to factor polynomials of the form 2 Name Period Date POLYNOMIALS Student Packet 3: Factoring Polynomials POLY3 STUDENT PAGES POLY3.1 An Introduction to Factoring Polynomials Understand what it means to factor a polynomial Factor polynomials

More information

Before you begin read these instructions carefully.

Before you begin read these instructions carefully. MATHEMATICAL TRIPOS Part IA Friday, 29 May, 2015 1:30 pm to 4:30 pm PAPER 2 Before you begin read these instructions carefully. The examination paper is divided into two sections. Each question in Section

More information

CS 70 Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand Midterm 1 Solutions

CS 70 Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand Midterm 1 Solutions CS 70 Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand Midterm 1 Solutions PRINT Your Name: Answer: Oski Bear SIGN Your Name: PRINT Your Student ID: CIRCLE your exam room: Dwinelle

More information

Tropical Polynomials

Tropical Polynomials 1 Tropical Arithmetic Tropical Polynomials Los Angeles Math Circle, May 15, 2016 Bryant Mathews, Azusa Pacific University In tropical arithmetic, we define new addition and multiplication operations on

More information