Computing in the undergraduate mathematics curriculum?

Size: px
Start display at page:

Download "Computing in the undergraduate mathematics curriculum?"

Transcription

1 Computing in the undergraduate mathematics curriculum? Knut Mørken Department of Mathematics Centre of Computing in Science Education Faculty of Mathematics and Natural Sciences University of Oslo Årsmøte, Norsk matematikkråd 27. september 2017

2 operations per second

3 More than operations per second. Would have been the world s fastest computer around year 2000.

4 Computers change the rules of the game!

5 Computers change the rules of the game! We have extremely powerful tools for doing calculations that have radically changed the work of the professional scientist and the problems that can be tackled Has the core, undergraduate curriculum in mathematics changed accordingly? What about the sciences? Or do we just use computers to teach the classical curriculum?

6 Traditional course in mechanics Topics, examples and exercises are chosen so that all equations encountered are solvable by pencil and paper, possibly after some standard simplification

7 Traditional course in mechanics Topics, examples and exercises are chosen so that all equations encountered are solvable by pencil and paper, possibly after some standard simplification Why this constraint? Makes it difficult to include practical and realistic examples Not the primary methods used in research and industry

8 Centre for computing in Science Education Centre of Excellence in Education (SFU) Research: How to teach science with computing to enhance learning? Development of new teaching materials National and international resource for computing in university science education

9 What kind of mathematics should the students learn?

10 Questions Are the students going to be controlled by the computer (calculator, Maple, Mathematica, )? Or should they learn to control (program) the computer? What does it mean to solve an equation? Is the concept of continuity relevant in computing? What are the limitations of computing????

11 Differentiation Definition Approximation Programming

12 numbers

13 Differentiation of sound

14 Differentiation of sound

15 Differentiation of sound

16 Differentiation of sound

17 Differentiation Definition Approximation Programming Error

18 Solving equations What does it mean to solve an equation f (x) = 0? Find an exact expression (number) for x:

19 Solving equations with Mathematica

20 Solving equations usually more useful

21 Solving equations When can we find a formula for the zero? Equations of degree one, two, three and four, some exponential and trigonometric equations In other words, some very special equations Using tricks that are difficult to generalise We may derive properties of zeros in more general situations

22 How to find a zero of a general function? Intermediate value theorem. For a continuous function f defined on [a,b], with opposite signs at a and b, there is some c (a,b) such that f(c) = 0. f

23

24

25

26

27

28 What about splitting in three? Can we exploit the size of f at the ends? What about the error?

29 Bisection method i = 0; m = (a + b)/2; while i N if f (m) == 0 a = b = m; if f(a)f(m) < 0 b = m; else a = m; i = i + 1; m = (a + b)/2;

30 Is continuity important for computing?

31 Continuity and computing Suppose we are to compute f(a) where a is a real number In a computer a is replaced by the nearest machine number a + e In other words, we compute f(a+e) instead of f(a) Then f had better be continuous!

32 ε-δ definition of continuity Let ε > 0 be given. A function f is continuous at x if there is a δ > 0 such that f(y) f(x) < ε for all y such that y x < δ. Can computing illuminate this definition? For a given f and x, write a program that computes δ when ε is given.

33 What about algebra? Computing for large x gives large round-off errors But which does not give large round-off error

34 Programming and creativity A core part of mathematics is to derive new algorithms very demanding in pure mathematics Programming is all about deriving precise algoritms, also for solving simple problems systematising problem solving Even programming a given algorithm is experienced by most students as very inspiring gives a feeling of mastery Creativity in mathematics becomes more accessible with programming

35 Mathematics and computing From mathematics to computing From computing to mathematics? Discrete modelling Limitations

36 Basic questions Common question: What is digital competency in mathematics? More basic: May computers contribute to making mathematics more relevant? May computers make possible a more creative approach to mathematics? In which way is mathematics being changed by the computer?

37 Bachelor program in physics Semester 6 Specialisation Specialisation Specialisation Semester 5 Specialisation FYS2160 ExPhil Semester 4 FYS2140 FYS2130 Specialisation Semester 3 MAT1120 FYS1120 AST2000 Semester 2 MAT1110 MEK1100 FYS-MEK1110 Semester 1 MAT1100 MAT-INF1100 IN stp 10 stp 10 stp

38 What is mathematics? What happens when algorithms can be performed times faster than before? Radically new framework for doing mathematics, and therefore science! Algorit hms Struct ures Algorithms may replace some of the need for structure etc Patter ns Relati ons

39 What is mathematics? What happens when algorithms can be performed times faster than before? Radically new framework for doing mathematics, and therefore science! Algorit hms Struct ures Algorithms may replace some of the need for structure etc Other algorithms become interesting Patter ns Relati ons

40 Changed mathematics The framework for doing mathematics has changed, what is the new mathematics? The computer not just as a black box to do classical mathematics If you want to control the computer you must be able to program Programming may illuminate mathematical concepts Relevance and creativity? Maple & Mathematica?

41 Greatest challenge Coherent change in mathematics, computing, physics, statistics, We generally prefer the classical way of doing things, including building curricula And education is generally privatised

42 Final words Everybody should learn to program because it teaches you how to think! Steve Jobs

Update on Green Chemistry Education

Update on Green Chemistry Education Update on Green Chemistry Education IGSS 09 Carl Lecher, Ph.D. Assistant Professor of Chemistry Director of the Marian University Institute for Green and Sustainable Science June 29 th -July 31 st, 2009

More information

Integration Using Tables and Summary of Techniques

Integration Using Tables and Summary of Techniques Integration Using Tables and Summary of Techniques Philippe B. Laval KSU Today Philippe B. Laval (KSU) Summary Today 1 / 13 Introduction We wrap up integration techniques by discussing the following topics:

More information

MSM120 1M1 First year mathematics for civil engineers Revision notes 4

MSM120 1M1 First year mathematics for civil engineers Revision notes 4 MSM10 1M1 First year mathematics for civil engineers Revision notes 4 Professor Robert A. Wilson Autumn 001 Series A series is just an extended sum, where we may want to add up infinitely many numbers.

More information

1.10 Continuity Brian E. Veitch

1.10 Continuity Brian E. Veitch 1.10 Continuity Definition 1.5. A function is continuous at x = a if 1. f(a) exists 2. lim x a f(x) exists 3. lim x a f(x) = f(a) If any of these conditions fail, f is discontinuous. Note: From algebra

More information

O.K. But what if the chicken didn t have access to a teleporter.

O.K. But what if the chicken didn t have access to a teleporter. The intermediate value theorem, and performing algebra on its. This is a dual topic lecture. : The Intermediate value theorem First we should remember what it means to be a continuous function: A function

More information

Mathematics skills framework

Mathematics skills framework Mathematics skills framework The framework for MYP mathematics outlines four branches of mathematical study. Schools can use the framework for mathematics as a tool for curriculum mapping when designing

More information

Since the two-sided limits exist, so do all one-sided limits. In particular:

Since the two-sided limits exist, so do all one-sided limits. In particular: SECTION 3.6 IN-SECTION EXERCISES: EXERCISE 1. The Intermediate Value Theorem 1. There are many correct graphs possible. A few are shown below. Since f is continuous on [a, b] and π is between f(a) = 3

More information

TEACHER NOTES FOR YEAR 11 MATHEMATICAL METHODS

TEACHER NOTES FOR YEAR 11 MATHEMATICAL METHODS TEACHER NOTES FOR YEAR 11 MATHEMATICAL METHODS 10 September 2015 CHAPTER 0: BACKGROUND KNOWLEDGE (ONLINE) A Coordinate geometry Topic 1 Unit 1 B The equation of a line Sub-topic 1.1 Topic 1 C The intersection

More information

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2

Part 1: You are given the following system of two equations: x + 2y = 16 3x 4y = 2 Solving Systems of Equations Algebraically Teacher Notes Comment: As students solve equations throughout this task, have them continue to explain each step using properties of operations or properties

More information

An introduction to parallel algorithms

An introduction to parallel algorithms An introduction to parallel algorithms Knut Mørken Department of Informatics Centre of Mathematics for Applications University of Oslo Winter School on Parallel Computing Geilo January 20 25, 2008 1/26

More information

Grade 6: Expressions & Equations NCTM Interactive Institute, 2015

Grade 6: Expressions & Equations NCTM Interactive Institute, 2015 Grade 6: Expressions & Equations NCTM Interactive Institute, 2015 Name Title/Position Affiliation Email Address Introductions With your table, decide the similarities and differences about the four phrases

More information

Chapter 2. Polynomial and Rational Functions. 2.3 Polynomial Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 2. Polynomial and Rational Functions. 2.3 Polynomial Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.3 Polynomial Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Identify polynomial functions. Recognize characteristics

More information

OKLAHOMA SUBJECT AREA TESTS (OSAT )

OKLAHOMA SUBJECT AREA TESTS (OSAT ) CERTIFICATION EXAMINATIONS FOR OKLAHOMA EDUCATORS (CEOE ) OKLAHOMA SUBJECT AREA TESTS (OSAT ) FIELD 125: MIDDLE LEVEL/INTERMEDIATE MATHEMATICS September 2016 Subarea Range of Competencies I. Number Properties

More information

Instructional Calendar Accelerated Integrated Precalculus. Chapter 1 Sections and 1.6. Section 1.4. Section 1.5

Instructional Calendar Accelerated Integrated Precalculus. Chapter 1 Sections and 1.6. Section 1.4. Section 1.5 1 st Semester 32. Compare and contrast properties of functions within and across a variety of functions. -Tabular, Graphical, and Algebraic Representations of Functions -Domain and Range of Functions -Increasing,

More information

COURSE OUTLINE MATH 050 INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS

COURSE OUTLINE MATH 050 INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS COURSE OUTLINE INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS PREPARED BY: Annie-Claude Letendre, Instructor DATE: June 28, 2018 APPROVED BY: DATE: APPROVED BY ACADEMIC COUNCIL: RENEWED BY ACADEMIC COUNCIL:

More information

Amarillo ISD Math Curriculum

Amarillo ISD Math Curriculum Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Amarillo ISD Math Curriculum

Amarillo ISD Math Curriculum Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Mathematics. Differentiation. Applying the Differentiation of Trigonometric Functions

Mathematics. Differentiation. Applying the Differentiation of Trigonometric Functions Mathematics Stills from our new series Differentiation Differentiation is one of the most fundamental tools in calculus. This series can be used to introduce or review this important topic through 13 targeted

More information

Polynomials. Eve Rawley, (EveR) Anne Gloag, (AnneG) Andrew Gloag, (AndrewG)

Polynomials. Eve Rawley, (EveR) Anne Gloag, (AnneG) Andrew Gloag, (AndrewG) Polynomials Eve Rawley, (EveR) Anne Gloag, (AnneG) Andrew Gloag, (AndrewG) Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book,

More information

Rutgers-Newark PHYSICS RUTGERS THE STATE UNIVERSITY OF NEW JERSEY NEWARK

Rutgers-Newark PHYSICS RUTGERS THE STATE UNIVERSITY OF NEW JERSEY NEWARK THE STATE UNIVERSITY OF NEW JERSEY RUTGERS NEWARK Rutgers-Newark PHYSICS Number of programs offered.............. 4 Number of students in program........... 10 Average size of upper-level classes.............

More information

Congratulations on being placed in the GSE Accelerated Analytic Geometry B/Advanced Algebra class for the school year!

Congratulations on being placed in the GSE Accelerated Analytic Geometry B/Advanced Algebra class for the school year! Dear Student: Congratulations on being placed in the GSE Accelerated Analytic Geometry B/Advanced Algebra class for the 0-09 school year! This is a fast-paced and rigorous college-preparatory math course

More information

Comments on An Improvement to the Brent s Method

Comments on An Improvement to the Brent s Method Comments on An Improvement to the Brent s Method Steven A. Stage IEM 8550 United Plaza Boulevard, Suite 501 Baton Rouge, Louisiana 70808-000, United States of America steve.stage@iem.com Abstract Zhang

More information

Upper-Level Physics: Ken Krane Oregon State University. New Faculty Workshop June 18, 2013

Upper-Level Physics: Ken Krane Oregon State University. New Faculty Workshop June 18, 2013 Upper-Level Physics: Curricular Issues Ken Krane Oregon State University New Faculty Workshop June 18, 2013 What is Upper-Level Physics? Beyond introductory classical and modern Usually junior/senior i

More information

Amarillo ISD Algebra II Standards

Amarillo ISD Algebra II Standards Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Contents. To the Teacher... v

Contents. To the Teacher... v Katherine & Scott Robillard Contents To the Teacher........................................... v Linear Equations................................................ 1 Linear Inequalities..............................................

More information

Amarillo ISD Math Curriculum

Amarillo ISD Math Curriculum Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Functions Functions and Modeling A UTeach/TNT Course

Functions Functions and Modeling A UTeach/TNT Course Definition of a Function DEFINITION: Let A and B be sets. A function between A and B is a subset of A B with the property that if (a, b 1 )and(a, b 2 ) are both in the subset, then b 1 = b 2. The domain

More information

Contents. To the Teacher... v

Contents. To the Teacher... v Katherine & Scott Robillard Contents To the Teacher........................................... v Linear Equations................................................ 1 Linear Inequalities..............................................

More information

ALGEBRAIC CALCULATOR TECHNOLOGY IN FIRST YEAR ENGINEERING MATHEMATICS

ALGEBRAIC CALCULATOR TECHNOLOGY IN FIRST YEAR ENGINEERING MATHEMATICS ALGEBRAIC CALCULATOR TECHNOLOGY IN FIRST YEAR ENGINEERING MATHEMATICS Patrick TOBIN School of Mathematical Sciences, Swinburne University of Technology ABSTRACT: Algebraic calculators have made minimal

More information

Guidelines for Graphing Calculator Use at the Commencement Level

Guidelines for Graphing Calculator Use at the Commencement Level Guidelines for Graphing Calculator Use at the Commencement Level Introduction Graphing calculators are instrumental in the teaching and learning of mathematics. The use of this technology should be encouraged

More information

Amarillo ISD Math Curriculum

Amarillo ISD Math Curriculum Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

Final Exam Review Part 2 #4

Final Exam Review Part 2 #4 Final Eam Review Part # Intermediate Algebra / MAT 135 Fall 01 Master (Prof. Fleischner) Student Name/ID: 1. Solve for, where is a real number. + =. Solve for, where is a real number. 9 1 = 3. Solve for,

More information

Final Exam Review Part 2 #4

Final Exam Review Part 2 #4 Final Eam Review Part # Intermediate Algebra / MAT 135 Fall 01 Master (Prof. Fleischner) Student Name/ID: 1. Solve for, where is a real number. + = 8. Solve for, where is a real number. 9 1 = 3. Solve

More information

UiT The Arctic University of Norway/Faculty of Science and Technology/Department of Geosciences

UiT The Arctic University of Norway/Faculty of Science and Technology/Department of Geosciences Geology - Master Name: Norwegian (Bokmål): Geologi - Master Norwegian (Nynorsk): Geologi - Master English: Geology - Master Qualification awarded: Master of Science in Geology. Workload: 120 ECTS credits,

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS INTENSIVE INTEGRATED ARITHMETIC/ALGEBRA. Placement score of 25 or above on the COMPASS M1

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS INTENSIVE INTEGRATED ARITHMETIC/ALGEBRA. Placement score of 25 or above on the COMPASS M1 1 HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS MAT 15 INTENSIVE INTEGRATED ARITHMETIC/ALGEBRA CREDIT HOURS: 0 EQUATED HOURS: 6.0 CLASS HOURS: 6.0 ` PREREQUISITE: REQUIRED TEXTS: DESCRIPTION: EXAMINATIONS:

More information

AC : BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN

AC : BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN AC 2011-682: BALANCING THEORY, SIMULATION AND PHYSICAL EXPERIMENTS IN Anthony William Duva, Wentworth Institute of Technology Anthony W. Duva has been a faculty member in the Mechanical Engineering and

More information

Trinity Christian School Curriculum Guide

Trinity Christian School Curriculum Guide Course Title: Calculus Grade Taught: Twelfth Grade Credits: 1 credit Trinity Christian School Curriculum Guide A. Course Goals: 1. To provide students with a familiarity with the properties of linear,

More information

Amarillo ISD Algebra I Standards

Amarillo ISD Algebra I Standards Amarillo Independent School District follows the Texas Essential Knowledge and Skills (TEKS). All of AISD curriculum and documents and resources are aligned to the TEKS. The State of Texas State Board

More information

A Level Maths summer preparation work

A Level Maths summer preparation work A Level Maths summer preparation work Welcome to A Level Maths! We hope you are looking forward to two years of challenging and rewarding learning. You must make sure that you are prepared to study A Level

More information

Mathematics (MAT) MAT 051 Pre-Algebra. 4 Hours. Prerequisites: None. 4 hours weekly (4-0)

Mathematics (MAT) MAT 051 Pre-Algebra. 4 Hours. Prerequisites: None. 4 hours weekly (4-0) Mathematics (MAT) MAT 051 Pre-Algebra 4 Hours Prerequisites: None 4 hours weekly (4-0) MAT 051 is designed as a review of the basic operations of arithmetic and an introduction to algebra. The student

More information

Astronomy Program Assessment Report

Astronomy Program Assessment Report Astronomy Program Assessment Report A. Program/Discipline Mission Statement Part I Assessment SUMMARY (2005 2006) The mission of the Astronomy Department is to support ACC s goal of being a world class

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR Student Level: This course is open to students on the college level in their freshman or sophomore year. Catalog Description: INTERMEDIATE

More information

Foundations of Analysis. Joseph L. Taylor. University of Utah

Foundations of Analysis. Joseph L. Taylor. University of Utah Foundations of Analysis Joseph L. Taylor University of Utah Contents Preface vii Chapter 1. The Real Numbers 1 1.1. Sets and Functions 2 1.2. The Natural Numbers 8 1.3. Integers and Rational Numbers 16

More information

Proposal for Revision to the Geographic Information Systems (GIS) Academic Certificate Community College of Philadelphia.

Proposal for Revision to the Geographic Information Systems (GIS) Academic Certificate Community College of Philadelphia. Proposal for Revision to the Geographic Information Systems (GIS) Academic Certificate Community College of Philadelphia February 24, 2010 Kathy Smith Chair, Social Science Contributors Christopher Murphy

More information

AP Calculus AB Summer Preparation

AP Calculus AB Summer Preparation AP Calculus AB Summer Preparation Name Topic #1: GRAPHING CALCULATOR SKILLS All students are required to have a graphing calculator (GC) for use with our course. Our course is taught with the Texas Instrument

More information

Section 2: Limits and Continuity

Section 2: Limits and Continuity Chapter 2 The Derivative Business Calculus 79 Section 2: Limits and Continuity In the last section, we saw that as the interval over which we calculated got smaller, the secant slopes approached the tangent

More information

Instructors Manual Algebra and Trigonometry, 2e Cynthia Y. Young

Instructors Manual Algebra and Trigonometry, 2e Cynthia Y. Young Dear Instructor, Instructors Manual Algebra and Trigonometry, 2e Cynthia Y. Young I hope that when you read my Algebra and Trigonometry book it will be seamless with how you teach. My goal when writing

More information

Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam

Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam Math 121 Calculus 1 Fall 2009 Outcomes List for Final Exam This outcomes list summarizes what skills and knowledge you should have reviewed and/or acquired during this entire quarter in Math 121, and what

More information

Lecture 7: Minimization or maximization of functions (Recipes Chapter 10)

Lecture 7: Minimization or maximization of functions (Recipes Chapter 10) Lecture 7: Minimization or maximization of functions (Recipes Chapter 10) Actively studied subject for several reasons: Commonly encountered problem: e.g. Hamilton s and Lagrange s principles, economics

More information

MATLAB-Based Electromagnetics PDF

MATLAB-Based Electromagnetics PDF MATLAB-Based Electromagnetics PDF This is the ebook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book.â This title

More information

HW 22 - Section 7.5 #

HW 22 - Section 7.5 # HW 22 - Section 7.5 # Intermediate Algebra / MAT 35 Fall 206 Master (Prof. Fleischner) Student Name/ID:. Solve for v, where v is a real number. v = 6 2. Solve for u, where u is a real number. u = 7 3.

More information

Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of

Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of 2011 Evaluation Module 5 - Class B11 (September 2012) Responsible for evaluation: Dorte Nielsen / Cristina Lerche Data processing and preparation of report: Cristina Lerche Contents Contents... 2 Questions

More information

Chapter 1 Mathematical Preliminaries and Error Analysis

Chapter 1 Mathematical Preliminaries and Error Analysis Numerical Analysis (Math 3313) 2019-2018 Chapter 1 Mathematical Preliminaries and Error Analysis Intended learning outcomes: Upon successful completion of this chapter, a student will be able to (1) list

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York

NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: Mathematics COURSE: MAT 1275 TITLE: DESCRIPTION: TEXT: College Algebra and Trigonometry An intermediate and advanced algebra

More information

COURSE OUTLINE MATHEMATICS 050 INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS

COURSE OUTLINE MATHEMATICS 050 INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS APPLIED ARTS DIVISION School of Academic and Skill Development Fall 2017 COURSE OUTLINE MATHEMATICS 050 INTERMEDIATE ALGEBRA 147 HOURS 6 CREDITS PREPARED BY: Tom McBee, Instructor DATE: September 14, 2017

More information

CHAPTER 10 Zeros of Functions

CHAPTER 10 Zeros of Functions CHAPTER 10 Zeros of Functions An important part of the maths syllabus in secondary school is equation solving. This is important for the simple reason that equations are important a wide range of problems

More information

Review of the 4 th and 8 th grade algebra and functions items on NAEP By Hyman Bass Brookings Institution September 15, 2005

Review of the 4 th and 8 th grade algebra and functions items on NAEP By Hyman Bass Brookings Institution September 15, 2005 Review of the 4 th and 8 th grade algebra and functions items on NAEP By Hyman Bass Brookings Institution September 15, 2005 Guiding Questions About the NAEP Algebra Items (4 th and 8 th Grades), we have

More information

Limits of Exponential, Logarithmic, and Trigonometric Functions

Limits of Exponential, Logarithmic, and Trigonometric Functions Limits of Exponential, Logarithmic, and Trigonometric Functions by CHED on January 02, 2018 lesson duration of 3 minutes under Basic Calculus generated on January 02, 2018 at 01:54 am Tags: Limits and

More information

Calculus I with Pre-Calculus. Algebra II or Pre-Calculus.

Calculus I with Pre-Calculus. Algebra II or Pre-Calculus. Course Title: Head of Department: Calculus I with Pre-Calculus. Bassam Raychouni (bassam@greenwood.sh.ae) Teacher(s) + e-mail: Bassam Raychouni (bassam@greenwood.sch.ae) Cycle/Division: High School Grade

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

Dover-Sherborn High School Mathematics Curriculum Algebra I Level 1 CP/Honors

Dover-Sherborn High School Mathematics Curriculum Algebra I Level 1 CP/Honors Mathematics Curriculum A. DESCRIPTION This two semester course is designed to develop a thorough understanding of the framework of algebra, the real number system and related operations and methods of

More information

Learning Computer-Assisted Map Analysis

Learning Computer-Assisted Map Analysis Learning Computer-Assisted Map Analysis by Joseph K. Berry* Old-fashioned math and statistics can go a long way toward helping us understand GIS Note: This paper was first published as part of a three-part

More information

Advancing Green Chemistry Practices in Business

Advancing Green Chemistry Practices in Business Green Chemistry and Commerce Council: 6 th Annual GC3 Innovators Roundtable Advancing Green Chemistry Practices in Business Barbara Peterson, Ph.D. Marty Mulvihill, Ph.D. Program Director Executive Director,

More information

Islamic Foundation School Course Outline Course Title: Calculus and Vectors

Islamic Foundation School Course Outline Course Title: Calculus and Vectors Islamic Foundation School Course Outline Course Title: Calculus and Vectors Course Code: MCV4U Course Type: University Preparation Grade: 12 Credit Value: 1.0 Prerequisites: Advanced Functions, Grade 12,

More information

Behörighetskrav: kandidatexamen i fysik eller angränsande ämne, till exempel matematik. 90 hp i fysik och matematik. Dessutom krävs Eng B

Behörighetskrav: kandidatexamen i fysik eller angränsande ämne, till exempel matematik. 90 hp i fysik och matematik. Dessutom krävs Eng B 1 of 5 2013-12-09 16:04 ÖVERSIKT ÖVER UTBILDNINGAR Kurs grundnivå, Kurs avancerad nivå, Utbildning på grundnivå för nybörjare Endast utbildningar/tillfällen i svart text är publicerade. Annan status anges

More information

Pearson Georgia High School Mathematics Advanced Algebra

Pearson Georgia High School Mathematics Advanced Algebra A Correlation of Pearson Georgia High School Mathematics Advanced Algebra 2014 to the Gwinnett County Academic Knowledge and Skills (AKS) Mathematics Table of Contents A - Process Skills... 1 C - Geometry...

More information

On Solving Systems of ODEs Numerically

On Solving Systems of ODEs Numerically On Solving Sstems of ODEs Numericall Temple H. Fa, Stephan V. Joubert, and Andrew Mkolesia Department of Mathematical Technolog Tshwane Universit of Technolog Private Bag x680 Pretoria 0001 SOUTH AFRICA

More information

Homework 22 - Section 7.5 #5

Homework 22 - Section 7.5 #5 Homework 22 - Section 7.5 #5 Intermediate Algebra / MAT 135 Fall 2016 possible master (Prof. Fleischner) Student Name/ID: 1. Solve for u, where u is a real number. u = 7 2. Solve for u, where u is a real

More information

KS4: Algebra and Vectors

KS4: Algebra and Vectors Page1 KS4: Algebra and Vectors Page2 Learning Objectives: During this theme, students will develop their understanding of Key Stage 4 algebra and vectors requiring algebraic manipulation. It will build

More information

MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, :40 PM

MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, :40 PM MATHEMATICAL COMPUTING IN STATISTICS FRED TINSLEY (WITH STEVEN JANKE) JANUARY 18, 2008 2:40 PM Personal Background MS in Statistics; PhD in Mathematics 30 years teaching at liberal arts college Service

More information

Upon completion of the course, the student should be able to:

Upon completion of the course, the student should be able to: Syllabus MAT 106 Calculus I 5 Credit Hours (Lecture) Prerequisites: MAT 105 or Assessment Revision Date: 12/8/2017 Department: Mathematics Course Description: Calculus I is the first in a three-semester

More information

Comprehensive Introduction to Linear Algebra

Comprehensive Introduction to Linear Algebra Comprehensive Introduction to Linear Algebra WEB VERSION Joel G Broida S Gill Williamson N = a 11 a 12 a 1n a 21 a 22 a 2n C = a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn a m1 a m2 a mn Comprehensive

More information

1 Lesson 13: Methods of Integration

1 Lesson 13: Methods of Integration Lesson 3: Methods of Integration Chapter 6 Material: pages 273-294 in the textbook: Lesson 3 reviews integration by parts and presents integration via partial fraction decomposition as the third of the

More information

Volusia County Mathematics Curriculum Map. Pre-Calculus. Course Number /IOD

Volusia County Mathematics Curriculum Map. Pre-Calculus. Course Number /IOD Volusia County Mathematics Curriculum Map Pre-Calculus Course Number 1202340/IOD Mathematics Department Volusia County Schools Revised June 9, 2012 Pre- Calculus Curriculum Map 120234/IOD COMPONENTS OF

More information

President. Trustees Marion Blane Steve Enella John Ferrara Wendy Gargiulo Janet Goller Gina Piskin. Kate Freeman, Business

President. Trustees Marion Blane Steve Enella John Ferrara Wendy Gargiulo Janet Goller Gina Piskin. Kate Freeman, Business Dr. Nancy Kaplan President Nina Lanci Vice President Trustees Marion Blane Steve Enella John Ferrara Wendy Gargiulo Janet Goller Gina Piskin John DeTommaso Superintendent of Schools Dr. Mara Bollettieri

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT

From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT From: Albert Saiz To: MCP Incoming Class Reference: Working Hard on your Quantitative Skills to make the Most out of the MCP Program at MIT Dear Student, Welcome to the MCP program at MIT. During your

More information

Numerical mathematics with GeoGebra in high school

Numerical mathematics with GeoGebra in high school Herceg 2009/2/18 23:36 page 363 #1 6/2 (2008), 363 378 tmcs@inf.unideb.hu http://tmcs.math.klte.hu Numerical mathematics with GeoGebra in high school Dragoslav Herceg and Ðorđe Herceg Abstract. We have

More information

Proofs of Claims Leading to the Intermediate Value Theorem Stephen M. Walk, St. Cloud State University, 2011

Proofs of Claims Leading to the Intermediate Value Theorem Stephen M. Walk, St. Cloud State University, 2011 Proofs of Claims Leading to the Intermediate Value Theorem Stephen M. Walk, St. Cloud State University, 2011 This supplement contains proofs of theorems stated in the article The Intermediate Value Theorem

More information

ASSESSMENT OF STUDENT LEARNING Department of Geology University of Puerto Rico at Mayaguez. Progress Report

ASSESSMENT OF STUDENT LEARNING Department of Geology University of Puerto Rico at Mayaguez. Progress Report ASSESSMENT OF STUDENT LEARNING Department of Geology University of Puerto Rico at Mayaguez Progress Report Period of Report August to December of 2004. Purpose of our Assessment The fundamental purpose

More information

correlated to the Indiana Academic Standards for Precalculus CC2

correlated to the Indiana Academic Standards for Precalculus CC2 correlated to the Indiana Academic Standards for Precalculus CC2 6/2003 2003 Introduction to Advanced Mathematics 2003 by Richard G. Brown Advanced Mathematics offers comprehensive coverage of precalculus

More information

Section 10.1 Radical Expressions and Functions. f1-152 = = = 236 = 6. 2x 2-14x + 49 = 21x = ƒ x - 7 ƒ

Section 10.1 Radical Expressions and Functions. f1-152 = = = 236 = 6. 2x 2-14x + 49 = 21x = ƒ x - 7 ƒ 78 CHAPTER 0 Radicals, Radical Functions, and Rational Exponents Chapter 0 Summary Section 0. Radical Expressions and Functions If b a, then b is a square root of a. The principal square root of a, designated

More information

Statistical Investigations as a Tool in Undergraduate Mathematics Research

Statistical Investigations as a Tool in Undergraduate Mathematics Research TEACHING OF STATISTICS HONOLULU, JUNE 5, 2003 Statistical Investigations as a Tool in Undergraduate Mathematics Research Steven J. Miller, Leo Goldmakher, Atul Pokharel Department of Mathematics, Princeton

More information

Blue Marble University

Blue Marble University Blue Marble University B.S./D.Sc. 5 year Fast Track Combination Program, featuring a Bachelor Degree in Chemical Engineering and a Doctoral Degree in Chemical Engineering. (5 Year Program You Can Complete

More information

Prentice Hall CME Project, Algebra

Prentice Hall CME Project, Algebra Prentice Hall CME Project, Algebra 2 2009 Grades 9-12 C O R R E L A T E D T O Grades 9-12 CME Project Algebra 2 2009 Introduction The Correlation of CME Project, Algebra 2 2009 to the Idaho Content Standards,

More information

Chapter 1- Polynomial Functions

Chapter 1- Polynomial Functions Chapter 1- Polynomial Functions Lesson Package MHF4U Chapter 1 Outline Unit Goal: By the end of this unit, you will be able to identify and describe some key features of polynomial functions, and make

More information

Think logarithmically!

Think logarithmically! Think logarithmically! Maciej M. Sysło, Anna Beata Kwiatkowska Faculty of Mathematics and Computer Science University of Wrocław Joliot Curie 0-33 Wrocław, Poland syslo@ii.uni.wroc.pl Nicolaus Copernicus

More information

Department of Information Technology and Electrical Engineering. Master of Science. Quantum Engineering

Department of Information Technology and Electrical Engineering. Master of Science. Quantum Engineering Department of Information Technology and Electrical Engineering Master of Science Quantum Engineering Welcome The second quantum revolution The Master of Science in Quantum Engineering at ETH Zurich was

More information

Park School Mathematics Curriculum Book 9, Lesson 2: Introduction to Logarithms

Park School Mathematics Curriculum Book 9, Lesson 2: Introduction to Logarithms Park School Mathematics Curriculum Book 9, Lesson : Introduction to Logarithms We re providing this lesson as a sample of the curriculum we use at the Park School of Baltimore in grades 9-11. If you d

More information

Programme title: MChem Chemistry (Mathematical and Computational Chemistry)

Programme title: MChem Chemistry (Mathematical and Computational Chemistry) Faculty of Life Sciences Programme Specification Programme title: MChem Chemistry (Mathematical and Computational Chemistry) Academic Year: 2018/19 Degree Awarding Body: Final and interim award(s): University

More information

Requisite Approval must be attached

Requisite Approval must be attached Requisite Approval must be attached CITRUS COMMUNITY COLLEGE DISTRICT DEPARTMENT Mathematics COURSE NUMBER MATH 150 TITLE Intermediate Algebra THIS COURSE IS CLASSIFIED AS: DEGREE APPLICABLE UNIT VALUE

More information

Unit 5 Algebraic Investigations: Quadratics and More, Part 1

Unit 5 Algebraic Investigations: Quadratics and More, Part 1 Accelerated Mathematics I Frameworks Student Edition Unit 5 Algebraic Investigations: Quadratics and More, Part 1 2 nd Edition March, 2011 Table of Contents INTRODUCTION:... 3 Notes on Tiling Pools Learning

More information

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

More information

A Bachelor of Science in Mathematics that Emphasizes Mathematical Meanings for Teaching Mathematics

A Bachelor of Science in Mathematics that Emphasizes Mathematical Meanings for Teaching Mathematics A Bachelor of Science in Mathematics that Emphasizes Mathematical Meanings for Teaching Mathematics Pat Thompson School of Mathematical and Statistical Sciences Arizona State University!1 Project Aspire:

More information

Continuity and One-Sided Limits. By Tuesday J. Johnson

Continuity and One-Sided Limits. By Tuesday J. Johnson Continuity and One-Sided Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Rationalizing numerators and/or denominators Trigonometric skills reviews

More information

Learning Critical Thinking Through Astronomy: Observing A Stick s Shadow 1

Learning Critical Thinking Through Astronomy: Observing A Stick s Shadow 1 ity n tiv io s Ac r e Ve pl t m en Sa ud St Learning Critical Thinking Through Astronomy: Observing A Stick s Shadow 1 Joe Heafner heafnerj@gmail.com 2017-09-13 STUDENT NOTE PLEASE DO NOT DISTRIBUTE THIS

More information

Ms. York s AP Calculus AB Class Room #: Phone #: Conferences: 11:30 1:35 (A day) 8:00 9:45 (B day)

Ms. York s AP Calculus AB Class Room #: Phone #: Conferences: 11:30 1:35 (A day) 8:00 9:45 (B day) Ms. York s AP Calculus AB Class Room #: 303 E-mail: hyork3@houstonisd.org Phone #: 937-239-3836 Conferences: 11:30 1:35 (A day) 8:00 9:45 (B day) Course Outline By successfully completing this course,

More information

Welcome to IB MATH SL1!

Welcome to IB MATH SL1! Welcome to IB MATH SL1! Congratulations! You are currently enrolled in IB Math SL1 for the Fall of 017. This is a two-semester course, which prepares you for the IB Math SL you will take in 018-019 school

More information

G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Exam

G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Exam G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Exam G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s Final Practice Exam Name: Student Number: For Marker

More information

(a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff

(a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff Chapter 4: Functional Limits and Continuity Definition. Let S R and f : S R. (a) For an accumulation point a of S, the number l is the limit of f(x) as x approaches a, or lim x a f(x) = l, iff ε > 0, δ

More information