Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots

Size: px
Start display at page:

Download "Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots"

Transcription

1 Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Naive simplification of to results in a pair of functions that agree on only part of the complex plane. The enhanced ability of Maple 18 to find and display branch cuts of composite functions is used in this article to explore the branch cuts and regions of agreement/disagreement of and F. The algorithm by which Maple calculates branch cuts for square-root functions involves squaring (to remove the square root) and solving appropriate equations and inequalities. Unfortunately, this process is prone to introducing spurious solutions, in which case the returned branch cut is not correct. Such an error arises when Maple calculates the branch cut for ; a best suggestion for dealing with such errors is found below. The new branch-cut facility in Maple is based on a paper listed in the Reference section at the bottom of the help page?branch_cuts. Specifically, the paper is "Understanding branch cuts of expressions", England M., Bradford R., Davenport J.H., Wilson, D.; it can be found here: uk/32511/. The basic idea behind the algorithm is illustrated below for. Branch Cuts Prior to Maple 17, the branch_cuts option to the FunctionAdvisor command would only provide an analytic representation of branch cuts for a select class of functions known to Maple. For example, the branch cut for the complex logarithm would be found via the following command. Maple can now find branch cuts of expressions involving members of the class of known functions. For example, the branch cut for is found via the following command.

2 A careful reading of the return shows that the cut is along the imaginary axis, and if, then it corresponds to. The FunctionAdvisor command will draw the branch cut in the plane, and will also draw graphs of the real and imaginary parts of, as shown in Figures 1 and 2, respectively. Figure 1 Branch cuts for Figure 2 Real and imaginary parts of To make rotating the graphs in Figure 2 easier, the grid density has actually been reduced from its higher default. The discontinuities in the graph of the imaginary part show as nearly vertical segments, and correspond to the branch cuts drawn as curves (here, lines) in the complex plane.

3 Essentially, the branch-cut code makes use of the known cut for, namely,, and computes where the conditions are satisfied. To see this in Maple, change the default symbol for from to by means of the following task template. Tools_ Tasks_ Browse: Algebra_ Complex Arithmetic_ Set Imaginary Unit Notation for Imaginary Unit Access Settings (Click the "Access Settings" button, select as the symbol for the imaginary unit, and click "OK." Alternatively, execute the command interface(imaginaryunit = i).) The branch cut for is found by solving the system, where. The calculations for this are found in Table 1, where an analytical solution of the system is obtained. Write Context Menu: Assign Function assign as function h Obtain., where Context Menu: Solve_ Solve solve Table 1 Calculating the branch cut for Figure 3 shows an alternate graphical approach to solving the system, while Figure 4 shows a graph of the analytic solution of the system.

4 Figure 3 Graphical solution of the system Figure 4 Graph of the analytic solution of the system Branch Cut for Maple determines the branch cut for analytically, and draws it in Figure 5 based on the analytic solution of the system. This squaring operation introduces spurious segments for the cut, as can be inferred from the separate graphs of the real and imaginary parts of shown in Figure 6. Write Context Menu: Assign Function assign as function f Apply the FunctionAdvisor command to generate Figures 5 and 6

5 Figure 5 Incorrect branch cut for Figure 6 Real and imaginary parts of Figure 6 suggests that the branch cut is along the interval on the real axis. That the discontinuity in does not extend to the left of on the real axis is shown by the equality of the following limits. Alternatively, the function can be represented analytically as

6 , where,,. Since the factor is real and positive, the discontinuity in must be in the exponential term. Using Maple, the imaginary part of this term can be expressed as I (1) imaginary part e (2) (3) assign as function E Determining where is continuous and discontinuous is not a simple task. Figure 6 suggests the animation in Figure 7 wherein is graphed as a function of with as an animation parameter.

7 y: Figure 7 As passes through zero, the discontinuity in can be seen for Branch Cut for Maple determines the branch cut for analytically, and draws it in Figure 8 based on the analytic solution of the system. Because, Maple obtains the correct analytic representation of the branch cut, with Figure 9 corroborating the result in Figure 8. Write Context Menu: Assign Function assign as function F Apply the FunctionAdvisor command to generate Figures 8 and 9

8 Figure 8 Branch cut for Figure 9 Real and imaginary parts of Maple correctly determines the branch cut by solving the system (4) to obtain (5)

9 (5) A careful interpretation of this solution shows the branch cut to be the union of the imaginary axis and the real interval, in agreement with Figures 8 and 9 Indeed, if, then ; and if, then, which is satisfied for all real. Behavior across the Branch Cuts Figures animate a circle in the -plane, and the images of the circle under and. In particular, the circles are chosen to cross the axes is such a way as to detect graphically any discontinuity arising from a branch cut. In Figure 10,, a circle of radius with center at, is drawn in black. At, the images under both and are discontinuous. Both functions have a branch cut on the interval. Figure 10 Circle in -plane (black); images under (red), (green) In Figure 11,, a circle of radius with center at, is drawn in black. As, the circle closes, but the images under both and show discontinuities. Both functions have a branch cut on the interval.

10 Figure 11 Circle in -plane (black); images under (red), (green) In Figure 12,, a circle of radius with center at, is drawn in black. The images of this circle under both and are continuous. Neither function has a branch cut to the left of on the real axis. Figure 12 Circle in -plane (black); images under (red), (green) In Figure 13,, a circle of radius with center at, is drawn in black. At the image under is discontinuous but the image under is not. At the image under is again discontinuous, but the image under is not. In other words,, the naive simplification of, has a branch cut along the imaginary axis, but does not. (Note the small black square that traces out the green trajectory.)

11 Figure 13 Circle in -plane (black); images under (red), (green) Comparing the Values of and The function and its naive simplification have different branch cuts. But that is not the only difference between these two functions. Figures 14 and 15 show respectively the real and imaginary parts of the difference. Both figures suggest that and agree in the right-half plane. Figure 14 Real part of Figure 15 Imaginary part of The calculations in Table 2 support the further conclusions that if, then, and

12 results in results in Table 2 Values of along portions of the real and imaginary axes Consequently, and agree in the right-half plane, and along the -axis where, and along the imaginary axis where. Legal Notice: Maplesoft, a division of Waterloo Maple Inc Maplesoft and Maple are trademarks of Waterloo Maple Inc. This application may contain errors and Maplesoft is not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact Maplesoft for permission if you wish to use this application in for-profit activities.

Classroom Tips and Techniques: Nonlinear Curve Fitting. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Nonlinear Curve Fitting. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Classroom Tips and Techniques: Nonlinear Curve Fitting Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction I was recently asked for help in fitting a nonlinear curve

More information

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve

Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Classroom Tips and Techniques: Interactive Plotting of Points on a Curve Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Recently, I needed to draw points on the

More information

Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method

Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method Classroom Tips and Techniques: Solving Algebraic Equations by the Dragilev Method Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft On February 13, 2013, Markian

More information

Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra

Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra Introduction Classroom Tips and Techniques: Stepwise Solutions in Maple - Part 2 - Linear Algebra Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft In the preceding article Stepwise

More information

Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Maple Meets Marden's Theorem. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Classroom Tips and Techniques: Maple Meets Marden's Theorem Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft The statement of Marden's theorem in Table 1 is taken

More information

Visualizing Regions of Integration in 2-D Cartesian Coordinates

Visualizing Regions of Integration in 2-D Cartesian Coordinates Classroom Tips and Techniques: Visualizing Regions of Integration Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Five of the new task templates in Maple 14 are

More information

Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface

Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface Classroom Tips and Techniques: Drawing a Normal and Tangent Plane on a Surface Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction A question posted to MaplePrimes

More information

Classroom Tips and Techniques: The Lagrange Multiplier Method

Classroom Tips and Techniques: The Lagrange Multiplier Method Classroom Tips and Techniques: The Lagrange Multiplier Method Initializations Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft, a division of Waterloo Maple Inc., 2006 Introduction

More information

Classroom Tips and Techniques: Plotting Curves Defined Parametrically

Classroom Tips and Techniques: Plotting Curves Defined Parametrically Classroom Tips and Techniques: Plotting Curves Defined Parametrically Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction If the vector representation of a curve is

More information

Integration by Parts in Maple

Integration by Parts in Maple Classroom Tips and Techniques: Integration by Parts in Maple Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Maple implements "integration by parts" with two different

More information

Introduction. Classroom Tips and Techniques: The Lagrange Multiplier Method

Introduction. Classroom Tips and Techniques: The Lagrange Multiplier Method Classroom Tips and Techniques: The Lagrange Multiplier Method Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction The typical multivariate calculus course contains

More information

Classroom Tips and Techniques: Least-Squares Fits. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Classroom Tips and Techniques: Least-Squares Fits. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Classroom Tips and Techniques: Least-Squares Fits Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft The least-squares fitting of functions to data can be done in

More information

A Maple Package for Solving and Displaying

A Maple Package for Solving and Displaying Classroom Tips and Techniques: A Package for Graphing Solution Sets of Nonlinear Inequalities Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft, a division of Waterloo

More information

Classroom Tips and Techniques: Notational Devices for ODEs

Classroom Tips and Techniques: Notational Devices for ODEs Classroom Tips and Techniques: Notational Devices for ODEs Introduction Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft One of the earliest notational devices relevant to differential

More information

2.1 Basics of Functions and Their Graphs

2.1 Basics of Functions and Their Graphs .1 Basics of Functions and Their Graphs Section.1 Notes Page 1 Domain: (input) all the x-values that make the equation defined Defined: There is no division by zero or square roots of negative numbers

More information

9.1 Parametric Curves

9.1 Parametric Curves Math 172 Chapter 9A notes Page 1 of 20 9.1 Parametric Curves So far we have discussed equations in the form. Sometimes and are given as functions of a parameter. Example. Projectile Motion Sketch and axes,

More information

Voluntary State Curriculum Algebra II

Voluntary State Curriculum Algebra II Algebra II Goal 1: Integration into Broader Knowledge The student will develop, analyze, communicate, and apply models to real-world situations using the language of mathematics and appropriate technology.

More information

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function?

Meeting 1 Introduction to Functions. Part 1 Graphing Points on a Plane (REVIEW) Part 2 What is a function? Meeting 1 Introduction to Functions Part 1 Graphing Points on a Plane (REVIEW) A plane is a flat, two-dimensional surface. We describe particular locations, or points, on a plane relative to two number

More information

QUADRATIC AND CUBIC GRAPHS

QUADRATIC AND CUBIC GRAPHS NAME SCHOOL INDEX NUMBER DATE QUADRATIC AND CUBIC GRAPHS KCSE 1989 2012 Form 3 Mathematics Working Space 1. 1989 Q22 P1 (a) Using the grid provided below draw the graph of y = -2x 2 + x + 8 for values

More information

Standardized Tests: Best Practices for the TI-Nspire CX

Standardized Tests: Best Practices for the TI-Nspire CX The role of TI technology in the classroom is intended to enhance student learning and deepen understanding. However, efficient and effective use of graphing calculator technology on high stakes tests

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

Year 10 Term 2 Homework

Year 10 Term 2 Homework Yimin Math Centre Year 10 Term 2 Homework Student Name: Grade: Date: Score: Table of contents 5 Year 10 Term 2 Week 5 Homework 1 5.1 Graphs in the number plane................................ 1 5.1.1 The

More information

Middle School Math Course 3

Middle School Math Course 3 Middle School Math Course 3 Correlation of the ALEKS course Middle School Math Course 3 to the Texas Essential Knowledge and Skills (TEKS) for Mathematics Grade 8 (2012) (1) Mathematical process standards.

More information

Math 085 Final Exam Review

Math 085 Final Exam Review Math 08 Final Exam Review Objective : Use the rules of signed number arithmetic to perform operations on integers. These operations include, but are not limited to, addition, subtraction, multiplication,

More information

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA Chapter 1 : BioMath: Transformation of Graphs Use the results in part (a) to identify the vertex of the parabola. c. Find a vertical line on your graph paper so that when you fold the paper, the left portion

More information

Unit 1 Quadratic Functions

Unit 1 Quadratic Functions Unit 1 Quadratic Functions This unit extends the study of quadratic functions to include in-depth analysis of general quadratic functions in both the standard form f ( x) = ax + bx + c and in the vertex

More information

Middle School Math Course 3 Correlation of the ALEKS course Middle School Math 3 to the Illinois Assessment Framework for Grade 8

Middle School Math Course 3 Correlation of the ALEKS course Middle School Math 3 to the Illinois Assessment Framework for Grade 8 Middle School Math Course 3 Correlation of the ALEKS course Middle School Math 3 to the Illinois Assessment Framework for Grade 8 State Goal 6: Number Sense 6.8.01: 6.8.02: 6.8.03: 6.8.04: 6.8.05: = ALEKS

More information

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically 2.3 Graphing Calculators; Solving Equations and Inequalities Graphically Solving Equations and Inequalities Graphically To do this, we must first draw a graph using a graphing device, this is your TI-83/84

More information

20 Calculus and Structures

20 Calculus and Structures 0 Calculus and Structures CHAPTER FUNCTIONS Calculus and Structures Copright LESSON FUNCTIONS. FUNCTIONS A function f is a relationship between an input and an output and a set of instructions as to how

More information

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane?

This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? Intersecting Circles This blog addresses the question: how do we determine the intersection of two circles in the Cartesian plane? This is a problem that a programmer might have to solve, for example,

More information

Section Functions. Function Notation. Is this a function?

Section Functions. Function Notation. Is this a function? Section 1-21 Functions and Their Properties Section 1-21 function definition and notation domain and range continuity increasing/decreasing boundedness local and absolute extrema symmetry asymptotes end

More information

16.69 TAYLOR: Manipulation of Taylor series

16.69 TAYLOR: Manipulation of Taylor series 859 16.69 TAYLOR: Manipulation of Taylor series This package carries out the Taylor expansion of an expression in one or more variables and efficient manipulation of the resulting Taylor series. Capabilities

More information

TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria

TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria TIME 2014 Technology in Mathematics Education July 1 st -5 th 2014, Krems, Austria Overview Introduction Using a 2D Plot Window in a CAS Perspective Plotting a circle and implicit differentiation Helping

More information

Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11

Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11 Correlation of the ALEKS courses Algebra 1 and High School Geometry to the Wyoming Mathematics Content Standards for Grade 11 1: Number Operations and Concepts Students use numbers, number sense, and number

More information

Contents 20. Trigonometric Formulas, Identities, and Equations

Contents 20. Trigonometric Formulas, Identities, and Equations Contents 20. Trigonometric Formulas, Identities, and Equations 2 20.1 Basic Identities............................... 2 Using Graphs to Help Verify Identities................... 2 Example 20.1................................

More information

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability 7 Fractions GRADE 7 FRACTIONS continue to develop proficiency by using fractions in mental strategies and in selecting and justifying use; develop proficiency in adding and subtracting simple fractions;

More information

3.7. Vertex and tangent

3.7. Vertex and tangent 3.7. Vertex and tangent Example 1. At the right we have drawn the graph of the cubic polynomial f(x) = x 2 (3 x). Notice how the structure of the graph matches the form of the algebraic expression. The

More information

Math 125 Little Book Homework Chapters 7, 10, 11, and 12

Math 125 Little Book Homework Chapters 7, 10, 11, and 12 Math 125 Little Book Homework Chapters 7, 10, 11, and 12 Do NOT copy the book follow the guidelines given for each section. NO CREDIT will be given if you copy the book! You earn 2 points if you turn in

More information

MAC 1105 Fall Term 2018

MAC 1105 Fall Term 2018 MAC 1105 Fall Term 2018 Each objective covered in MAC 1105 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 want to use

More information

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area.

Solved Examples. Parabola with vertex as origin and symmetrical about x-axis. We will find the area above the x-axis and double the area. Solved Examples Example 1: Find the area common to the curves x 2 + y 2 = 4x and y 2 = x. x 2 + y 2 = 4x (i) (x 2) 2 + y 2 = 4 This is a circle with centre at (2, 0) and radius 2. y = (4x-x 2 ) y 2 = x

More information

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc.

Maple Quick Start. Maplesoft, a division of Waterloo Maple Inc. Maple Quick Start Maplesoft, a division of Waterloo Maple Inc. This tutorial is designed to help you become familiar with the Maple environment and teach you the few fundamental concepts and tools you

More information

8 TH GRADE MATHEMATICS CHECKLIST Goals 6 10 Illinois Learning Standards A-D Assessment Frameworks Calculators Allowed on ISAT

8 TH GRADE MATHEMATICS CHECKLIST Goals 6 10 Illinois Learning Standards A-D Assessment Frameworks Calculators Allowed on ISAT 8 TH GRADE MATHEMATICS CHECKLIST Goals 6 10 Illinois Learning Standards A-D Assessment Frameworks Calculators Allowed on ISAT ISAT test questions are derived from this checklist. Use as a curriculum guide.

More information

This strand involves properties of the physical world that can be measured, the units used to measure them and the process of measurement.

This strand involves properties of the physical world that can be measured, the units used to measure them and the process of measurement. ICAS MATHEMATICS ASSESSMENT FRAMEWORK ICAS Mathematics assesses mathematical skills in a range of contexts. The content of the papers is divided into the strands of: and, and, and, and, and and. The content

More information

SECTION 1.3: BASIC GRAPHS and SYMMETRY

SECTION 1.3: BASIC GRAPHS and SYMMETRY (Section.3: Basic Graphs and Symmetry).3. SECTION.3: BASIC GRAPHS and SYMMETRY LEARNING OBJECTIVES Know how to graph basic functions. Organize categories of basic graphs and recognize common properties,

More information

Use Parametric notation. Interpret the effect that T has on the graph as motion.

Use Parametric notation. Interpret the effect that T has on the graph as motion. Learning Objectives Parametric Functions Lesson 3: Go Speed Racer! Level: Algebra 2 Time required: 90 minutes One of the main ideas of the previous lesson is that the control variable t does not appear

More information

Specific Objectives Students will understand that that the family of equation corresponds with the shape of the graph. Students will be able to create a graph of an equation by plotting points. In lesson

More information

Mathematics NC Math 3 Scope and Sequence 176 Instructional Days (Traditional) 88 Instructional Days (Block) 9 Units

Mathematics NC Math 3 Scope and Sequence 176 Instructional Days (Traditional) 88 Instructional Days (Block) 9 Units Mathematics NC Math 3 Scope and Sequence 176 Instructional () 88 Instructional () 9 Units Unit 1: Functions and Their Inverses NC.M3.F-BF.4a Understand the inverse relationship between exponential and

More information

Curriculum Map: Mathematics

Curriculum Map: Mathematics Curriculum Map: Mathematics Course: Honors Advanced Precalculus and Trigonometry Grade(s): 11-12 Unit 1: Functions and Their Graphs This chapter will develop a more complete, thorough understanding of

More information

TABLE 2: Mathematics College Readiness Standards for Score Range 13 15

TABLE 2: Mathematics College Readiness Standards for Score Range 13 15 TABLE 2: Mathematics College Readiness Standards for Score Range 13 15 Perform one-operation computation with whole numbers and decimals Solve problems in one or two steps using whole numbers Perform common

More information

Cambridge IGCSE mapping

Cambridge IGCSE mapping Cambridge IGCSE mapping Specification point Boardworks presentation 1. Number, set notation and language Identify and use natural numbers, integers (positive, negative and zero), prime numbers, square

More information

Graphs of Equations. MATH 160, Precalculus. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Graphs of Equations

Graphs of Equations. MATH 160, Precalculus. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Graphs of Equations Graphs of Equations MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: sketch the graphs of equations, find the x- and y-intercepts

More information

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8 MATHEMATICS CURRICULUM GRADE 8 8A Numbers and Operations 1. Demonstrate an numbers, ways of representing numbers, relationships among numbers and number systems. 2. Compute accurately and fluently. a.

More information

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42

1 Review of Functions Symmetry of Functions; Even and Odd Combinations of Functions... 42 Contents 0.1 Basic Facts...................................... 8 0.2 Factoring Formulas.................................. 9 1 Review of Functions 15 1.1 Functions.......................................

More information

Examples of Conformal Maps and of Critical Points

Examples of Conformal Maps and of Critical Points Examples of Conformal Maps and of Critical Points We know that an analytic function f(z) is conformal (preserves angles and orientation) at all points where the derivative f (z) is not zero. Here we look

More information

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip.

Choose the file menu, and select Open. Input to be typed at the Maple prompt. Output from Maple. An important tip. MAPLE Maple is a powerful and widely used mathematical software system designed by the Computer Science Department of the University of Waterloo. It can be used for a variety of tasks, such as solving

More information

Common core standards from Grade 8 Math: General categories/domain:

Common core standards from Grade 8 Math: General categories/domain: Common core standards from Grade 8 Math: General categories/domain: 1. Ratio and Proportional Relationship (5 %) 2. Then Number System (5 %) 3. Expressions and Equations (25%) 4. (25 %) 5. Geometry (20

More information

A-SSE.1.1, A-SSE.1.2-

A-SSE.1.1, A-SSE.1.2- Putnam County Schools Curriculum Map Algebra 1 2016-2017 Module: 4 Quadratic and Exponential Functions Instructional Window: January 9-February 17 Assessment Window: February 20 March 3 MAFS Standards

More information

Summary Of Topics covered in Year 7. Topic All pupils should Most pupils should Some pupils should Learn formal methods for

Summary Of Topics covered in Year 7. Topic All pupils should Most pupils should Some pupils should Learn formal methods for Summary Of Topics covered in Year 7 Topic All pupils should Most pupils should Some pupils should Learn formal methods for Have a understanding of computing multiplication Use the order of basic number

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *7274008958* MATHEMATICS 0580/43 Paper 4 (Extended) October/November 2018 2 hours 30 minutes Candidates

More information

Themes in the Texas CCRS - Mathematics

Themes in the Texas CCRS - Mathematics 1. Compare real numbers. a. Classify numbers as natural, whole, integers, rational, irrational, real, imaginary, &/or complex. b. Use and apply the relative magnitude of real numbers by using inequality

More information

Exam 2 Review. 2. What the difference is between an equation and an expression?

Exam 2 Review. 2. What the difference is between an equation and an expression? Exam 2 Review Chapter 1 Section1 Do You Know: 1. What does it mean to solve an equation? 2. What the difference is between an equation and an expression? 3. How to tell if an equation is linear? 4. How

More information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information Algebra 2 Semester 2 Final Exam Study Outline 2013 Semester 2 Final Exam Study Tips and Information The final exam is CUMULATIVE and will include all concepts taught from Chapter 1 through Chapter 13.

More information

Anadarko Public Schools MATH Power Standards

Anadarko Public Schools MATH Power Standards Anadarko Public Schools MATH Power Standards Kindergarten 1. Say the number name sequence forward and backward beginning from a given number within the known sequence (counting on, spiral) 2. Write numbers

More information

- number of elements - complement linear, simple quadratic and cubic sequences - exponential sequences and - simple combinations of these

- number of elements - complement linear, simple quadratic and cubic sequences - exponential sequences and - simple combinations of these IGCSE Mathematics Revision checklist 2016. Syllabus 1 Numbers, set notation and language 1 Identify and use: - natural s - prime s - square s - common factors (HCF) - common multiples (LCM) - rational

More information

Mathematics. Year 7. Autumn Term

Mathematics. Year 7. Autumn Term Mathematics Year 7 Autumn Term Decimals o Use place value with decimals o Add and subtract, multiply and divide decimal numbers Basic Arithmetic o Multiply by a two or three digit number o Divide by a

More information

9-1 GCSE Maths. GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9).

9-1 GCSE Maths. GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9). 9-1 GCSE Maths GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9). In each tier, there are three exams taken at the end of Year 11. Any topic may be assessed on each of

More information

UNIT 1: NUMBER LINES, INTERVALS, AND SETS

UNIT 1: NUMBER LINES, INTERVALS, AND SETS ALGEBRA II CURRICULUM OUTLINE 2011-2012 OVERVIEW: 1. Numbers, Lines, Intervals and Sets 2. Algebraic Manipulation: Rational Expressions and Exponents 3. Radicals and Radical Equations 4. Function Basics

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS Page 1 of 22 ORDINARY DIFFERENTIAL EQUATIONS Lecture 5 Visualization Tools for Solutions of First-Order ODEs (Revised 02 February, 2009 @ 08:05) Professor Stephen H Saperstone Department of Mathematical

More information

MATHEMATICS Curriculum Grades 10 to 12

MATHEMATICS Curriculum Grades 10 to 12 MATHEMATICS Curriculum Grades 10 to 12 Grade 10 Number systems Algebraic Expressions expressions Products (Ch. 1) Factorisation Term 1 Exponents (Ch. 2) Number patterns (Ch. 3) (CH.4) Notation, rules,

More information

Cecil Jones Academy Mathematics Fundamentals

Cecil Jones Academy Mathematics Fundamentals Year 10 Fundamentals Core Knowledge Unit 1 Unit 2 Estimate with powers and roots Calculate with powers and roots Explore the impact of rounding Investigate similar triangles Explore trigonometry in right-angled

More information

Indirect measure the measurement of an object through the known measure of another object.

Indirect measure the measurement of an object through the known measure of another object. Indirect measure the measurement of an object through the known measure of another object. M Inequality a sentence that states one expression is greater than, greater than or equal to, less than, less

More information

MATHEMATICS Scope and sequence P 6

MATHEMATICS Scope and sequence P 6 Number and algebra Number and place value Establish understanding of the language and processes of counting by naming numbers in sequences, initially to and from 20, moving from any starting point Develop

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Alaska Mathematics Standards Vocabulary Word List Grade 7

Alaska Mathematics Standards Vocabulary Word List Grade 7 1 estimate proportion proportional relationship rate ratio rational coefficient rational number scale Ratios and Proportional Relationships To find a number close to an exact amount; an estimate tells

More information

Chapter P Preparation for Calculus

Chapter P Preparation for Calculus Chapter P Preparation for Calculus Chapter Summary Section Topics P.1 Graphs and Models Sketch the graph of an equation. Find the intercepts of a graph. Test a graph for symmetry with respect to an axis

More information

GRADES 9/10. EALR 1: The student understands and applies the concepts and procedures of mathematics.

GRADES 9/10. EALR 1: The student understands and applies the concepts and procedures of mathematics. GRADES 9/10 EALR 1: The student understands and applies the concepts and procedures of mathematics. Component 1.1: Understand and apply concepts and procedures from number sense. Number and numeration

More information

Mini-Project 1: The Library of Functions and Piecewise-Defined Functions

Mini-Project 1: The Library of Functions and Piecewise-Defined Functions Name Course Days/Start Time Mini-Project 1: The Library of Functions and Piecewise-Defined Functions Part A: The Library of Functions In your previous math class, you learned to graph equations containing

More information

Advanced Design System 1.5. Data Display

Advanced Design System 1.5. Data Display Advanced Design System 1.5 Data Display December 2000 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard

More information

line graphs Primes time. This time series graph shows median incomes in the UK from 1980 to The factors of a number are any whole numbers

line graphs Primes time. This time series graph shows median incomes in the UK from 1980 to The factors of a number are any whole numbers PROBABILITY NUMBER Factors, multiples and primes Line graphs Median income ( s) A time series graph is a line graph that shows how a variable changes over a period Factors and multiples Primes time. This

More information

Stage 1 Place Value Calculations Geometry Fractions Data. Name and describe (using appropriate vocabulary) common 2d and 3d shapes

Stage 1 Place Value Calculations Geometry Fractions Data. Name and describe (using appropriate vocabulary) common 2d and 3d shapes Stage 1 Place Value Calculations Geometry Fractions Data YEAR 7 Working towards Read and write whole numbers in words and figures Mental methods for addition and subtraction, Name and describe (using appropriate

More information

Overview for Families

Overview for Families unit: Graphing Equations Mathematical strand: Algebra The following pages will help you to understand the mathematics that your child is currently studying as well as the type of problems (s)he will solve

More information

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

SKILL: What we want students to DO. Students will be able to: (pp. 1 61)

SKILL: What we want students to DO. Students will be able to: (pp. 1 61) TIME FRAME [By Date/Week/ Month] STANDARD OR BENCHMARK CURRICULUM End Product of Learning, What You Teach CONTENT: What we want students to KNOW. SKILL: What we want students to DO. INSTRUCTION Means to

More information

INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential

INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential INDEPENDENT SCHOOL DISTRICT 196 Rosemount, Minnesota Educating our students to reach their full potential MINNESOTA MATHEMATICS STANDARDS Grades 9, 10, 11 I. MATHEMATICAL REASONING Apply skills of mathematical

More information

KS3 Curriculum Plan Maths - Core Year 7

KS3 Curriculum Plan Maths - Core Year 7 KS3 Curriculum Plan Maths - Core Year 7 Autumn Term 1 Unit 1 - Number skills Unit 2 - Fractions Know and use the priority of operations and laws of arithmetic, Recall multiplication facts up to 10 10,

More information

IMAGINARY Proposal for a guided tour of the exhibition

IMAGINARY Proposal for a guided tour of the exhibition IMAGINARY Proposal for a guided tour of the exhibition S. Apel, E. Brechmann, A. Matt, A. Caspar, S. Schimpf, H. Grimm-Strele May 7, 2012 1 Introduction and general information 1.1 General rules for the

More information

Chapter 5. Radicals. Lesson 1: More Exponent Practice. Lesson 2: Square Root Functions. Lesson 3: Solving Radical Equations

Chapter 5. Radicals. Lesson 1: More Exponent Practice. Lesson 2: Square Root Functions. Lesson 3: Solving Radical Equations Chapter 5 Radicals Lesson 1: More Exponent Practice Lesson 2: Square Root Functions Lesson 3: Solving Radical Equations Lesson 4: Simplifying Radicals Lesson 5: Simplifying Cube Roots This assignment is

More information

11.9 Three dimensional Coordinates

11.9 Three dimensional Coordinates 11.9 Three dimensional Coordinates Apr 1 10:06 AM 1 A Three Dimensional Coordinate System Dec 9 5:26 PM 2 With an ordered triple (x, y, z) Dec 9 5:26 PM 3 x axis y axis z axis Dec 9 5:26 PM 4 Dec 9 5:26

More information

On Your Own. ). Another way is to multiply the. ), and the image. Applications. Unit 3 _ _

On Your Own. ). Another way is to multiply the. ), and the image. Applications. Unit 3 _ _ Applications 1 a 90 clockwise rotation matrix: - b As can be seen by the diagram, the image of P is Q and the image of R is P The coordinate of Q can be found by symmetry y R 1 P, Thus, the 45 clockwise

More information

AREA Judo Math Inc.

AREA Judo Math Inc. AREA 2013 Judo Math Inc. 6 th grade Problem Solving Discipline: Black Belt Training Order of Mastery: Area 1. Area of triangles by composition 2. Area of quadrilaterals by decomposing 3. Draw polygons

More information

CMP Book: Investigation Number Objective: PASS: 1.1 Describe data distributions and display in line and bar graphs

CMP Book: Investigation Number Objective: PASS: 1.1 Describe data distributions and display in line and bar graphs Data About Us (6th Grade) (Statistics) 1.1 Describe data distributions and display in line and bar graphs. 6.5.1 1.2, 1.3, 1.4 Analyze data using range, mode, and median. 6.5.3 Display data in tables,

More information

A "Quick and Dirty" Introduction to THE GEOMETER'S SKETCHPAD

A Quick and Dirty Introduction to THE GEOMETER'S SKETCHPAD A "Quick and Dirty" Introduction to the GEOMETER'S SKETCHPAD v. 4.0 Dynamic Geometry in the Mathematics Classroom _/_/_/ _/_/_/ _/_/ _/_/ Dr. _/ _/ _/ _/ Distinguished Teaching Professor _/_/_/ _/_/ _/

More information

CPSC / Scan Conversion

CPSC / Scan Conversion CPSC 599.64 / 601.64 Computer Screens: Raster Displays pixel rasters (usually) square pixels in rectangular raster evenly cover the image problem no such things such as lines, circles, etc. scan conversion

More information

To be a grade 1 I need to

To be a grade 1 I need to To be a grade 1 I need to Order positive and negative integers Understand addition and subtraction of whole numbers and decimals Apply the four operations in correct order to integers and proper fractions

More information

Math Precalculus (12H/4H) Review. CHSN Review Project

Math Precalculus (12H/4H) Review. CHSN Review Project Math Precalculus (12H/4H) Review CHSN Review Project Contents Functions 3 Polar and Complex Numbers 9 Sequences and Series 15 This review guide was written by Dara Adib. Prateek Pratel checked the Polar

More information

Mathematics LV 5 (with QuickTables)

Mathematics LV 5 (with QuickTables) Mathematics LV 5 (with QuickTables) This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence

More information

Functions 3.6. Fall Math (Math 1010) M / 13

Functions 3.6. Fall Math (Math 1010) M / 13 Functions 3.6 Fall 2013 - Math 1010 (Math 1010) M 1010 3.6 1 / 13 Roadmap 3.6 - Functions: Relations, Functions 3.6 - Evaluating Functions, Finding Domains and Ranges (Math 1010) M 1010 3.6 2 / 13 3.6

More information

Spring 2011 Workshop ESSENTIALS OF 3D MODELING IN RHINOCEROS February 10 th 2011 S.R. Crown Hall Lower Core Computer Lab

Spring 2011 Workshop ESSENTIALS OF 3D MODELING IN RHINOCEROS February 10 th 2011 S.R. Crown Hall Lower Core Computer Lab [1] Open Rhinoceros. PART 1 INTRODUCTION [4] Click and hold on the Boundary Lines in where they form a crossing and Drag from TOP RIGHT to BOTTOM LEFT to enable only the PERSPECTIVE VIEW. [2] When the

More information

Lines and Circles Guided Practice: Teacher Instructions

Lines and Circles Guided Practice: Teacher Instructions Lines and Circles Guided Practice: Teacher Instructions Overview 1. Together, as a class, go through the Lines and Circles Guided Practice (exercises 1-22) described below. 2. Then have student teams conduct

More information

b) develop mathematical thinking and problem solving ability.

b) develop mathematical thinking and problem solving ability. Submission for Pre-Calculus MATH 20095 1. Course s instructional goals and objectives: The purpose of this course is to a) develop conceptual understanding and fluency with algebraic and transcendental

More information