age for ^^Undergraduates Gregory V. Bard Providence, Rhode Island AMERICAN MATHEMATICAL SOCIETY

Size: px
Start display at page:

Download "age for ^^Undergraduates Gregory V. Bard Providence, Rhode Island AMERICAN MATHEMATICAL SOCIETY"

Transcription

1 age for ^^Undergraduates Gregory V. Bard AMERICAN MATHEMATICAL SOCIETY Providence, Rhode Island

2 Contents Preface: How to Use This Book xv Acknowledgements xix Chapter 1. Welcome to Sage! Using Sage as a Calculator Using Sage with Common Functions Using Sage for Trigonometry Using Sage to Graph 2-Dimensionally Controlling the Viewing Window of a Plot Superimposing Multiple Graphs in One Plot Matrices and Sage, Part A First Taste of Matrices Complications in Converting Linear Systems Doing the RREF in Sage Basic Summary The Identity Matrix A Challenge to Practice by Yourself Vandermonde's Matrix The Semi-Rare Cases Making Your Own Functions in Sage Using Sage to Manipulate Polynomials Using Sage to Solve Problems Symbolically Solving Single-Variable Formulas Solving Multivariable Formulas Linear Systems of Equations Non-Linear Systems of Equations Advanced Cases Using Sage as a Numerical Solver Getting Help When You Need It Using Sage to Take Derivatives Plotting f(x) and f(x) Together 50 vii

3 1 viii Higher-Order Derivatives Using Sage to Calculate Integrals Sharing the Results of Your Work 60 Chapter 2. Fun Projects Using Sage Microeconomics: Computing a Selling Price Biology: Clogged Arteries and Poiseuille's Law Industrial Optimization: Shipping Taconite Chemistry: Balancing Reactions with Matrices B ackground Five Cool Examples The Slow Way: Deriving the Method Balancing the Quick Way Physics: Ballistic Projectiles Our First Example of Ballistic Trajectories Our Second Example of Ballistic Trajectories Counter-Battery Fire Your Challenge: A Multi-Stage Rocket Cryptology: Pollard's p - Attack on RSA Background: JB-Smooth Numbers and B\ The Theory behind the Attack Computing 2^ mod N Your Challenge: Make All This Happen in Sage Safeguards against Pollard's Factorial Attack Mini-Project on Electric Field Vector Plots 91 Chapter 3. Advanced Plotting Techniques Annotating Graphs for Clarity Labeling the Axes of Graphs Grids and Graphing Calculator-Style Graphs Adding Arrows and Text to Label Features Graphing an Integral Dotted and Dashed Lines Graphs of Some Hyperactive Functions Polar Plotting Examples of Polar Graphs Problems That Can Occasionally Happen Graphing an Implicit Function Contour Plots and Level Sets An Application to Thermodynamics Application to Microeconomics (Cobb-Douglas Equations) Parametric 2D Plotting Vector Field Plots Gradients and Vector Field Plots An Application from Physics 118

4 ix Gradients versus Contour Plot Log-Log Plots Rare Situations 124 Chapter 4. Advanced Features of Sage Using Sage with Multivariable Functions and Equations Working with Large Formulas in Sage Personal Finance: Mortgages Physics: Gravitation and Satellites Derivatives and Gradients in Multivariate Calculus Partial Derivatives Gradients Matrices and Sage, Part Defining Some Examples Matrix Multiplication and Exponentiation Right and Left System Solving Matrix Inverses Computing the Kernel of a Matrix Determinants Vector Operations Working with the Integers and Number Theory The gcd and the 1cm More about Prime Numbers About Euler's Phi Function The Divisors of a Number Another Meaning for tau Modular Arithmetic Further Reading in Number Theory Some Minor Commands of Sage Rounding, Floors, and Ceilings Combinations and Permutations The Hyperbolic Trigonometric Functions Calculating Limits Expressly Scatter Plots in Sage Making Your Own Regressions in Sage Computing in Octal? Binary? And Hexadecimal? Can Sage Do Sudoku? Measuring the Speed of Sage Huge Numbers and Sage Using Sage and L^K Matrices and Sage, Part Introduction to Eigenvectors Finding Eigenvalues Efficiently in Sage Matrix Factorizations Solving Linear Systems Approximately with Least Squares 173

5 X Computing Taylor or MacLaurin Polynomials Examples of Taylor Polynomials An Application: Understanding How g Changes Minimizations and Lagrange Multipliers Unconstrained Optimization Constrained Optimization by Lagrange Multipliers A Lagrange Multipliers Example in Sage Some Applied Problems Infinite Sums and Series Verifying Summation Identities The Geometric Series Using Sage to Guide a Summation Proof Continued Fractions in Sage Systems of Inequalities and Linear Programming A Simple Example Convenient Features in Practice The Polyhedron of a 3-Variable Linear Program Integer Linear Programs and Boolean Variables Further Reading on Linear Programming Differential Equations Some Easy Examples An Initial-Value Problem Graphing a Slope Field The Torpedo Problem: Working with Parameters Laplace Transforms Transforming from f(t) to L(s) Computing the Laplace Transform "the Long Way" Transforming from L(s) to f(t) Vector Calculus in Sage Notation for Vector-Valued Functions Computing the Hessian Matrix Computing the Laplacian The Jacobian Matrix The Divergence Verifying an Old Identity The Curl of a Vector-Valued Function A Challenge: Verifying Some Curl Identities Multiple Integrals 216 Chapter 5. Programming in Sage and Python Repetition without Boredom: The For Loop Using Sage to Generate Tables Carefully Formatting the Output Arbitrary Lists Loops with Accumulators 223

6 xi Using Sage to Find a Limit, Numerically For Loops and Taylor Polynomials If You Already Know How to Program Writing Subroutines An Example: Working with Coinage A Challenge: A Cash Register An Example: Designing Aquariums A Challenge: A Cylindrical Silo Combining Loops and Subroutines Another Challenge: Totaling a Sequence Loops and Newton's Method What Is Newton's Method? Newton's Method with a For Loop Testing the Code Numerical versus Exact Representations Working with Optional and Mandatory Parameters Returning a Value and Nesting Subroutines A Challenge: Finding a Point of Agreement A Challenge: Finding Parallel Tangent Lines A Challenge: Halley's Method An Introduction to Control Flow Verbosity Control Theoretical Interlude: When Newton's Method Goes Crazy Stopping Newton's Method Early The List of Comparators A Challenge: How Many Primes Are Less Than x? More Concepts in Flow Control Raising an "Exception" The If-Then-Else Construct Easy Challenge: Registrar's End of Semester Run, Part A Harder Challenge: Registrar's End of Semester Run, Part While Loops versus For Loops A Question about Factorials A Challenge: Finding the Next Prime Number Newton's Method with a While Loop The Impact of Repeated Roots Factorization by Trial Division A Mini-Challenge: Trial Division, Stopping Early A Challenge: An Upgraded Cash Register How Arrays and Lists Work Lists of Points and Plotting A Challenge: Making the Plot Command Operations on Lists Looping through an Array 274

7 xii A Challenge: A Company Profit Report Averaging Some Numbers Mini-Challenge: Averaging, Both with and without Dropping Mini-Challenge: Doubling Counting the Highest Quiz A Challenge: Registrar's End of Semester Run, Part A Utility: Returning Only Real, Rational, or Integer Roots Where Do You Go from Here? Further Resources on Python Programming What Has Been Left Out? 280 Chapter 6. Building Interactive Webpages with Sage The Six-Stage Process for Building Interacts The Tangent-Line Interact 287 Stage 0: Develop a Concept 287 Stage 1: Design a Sage Subroutine 288 Stage 2: Polish This Subroutine 290 Stage 3: Convert to an Interactive Subroutine 291 Stage 4: Insert into a Web Template 292 Stage 5: Flesh-Out the Webpage A Challenge to the Reader The Optimal Aquarium Interact Selectors and Checkboxes The Definite Integral Interact 297 Appendix A. What to Do When Frustrated! 299 Appendix B. Transitioning to SageMathCloud 305 B.l. What Is SageMathCloud? 305 B.2. Getting Started in SageMathCloud 306 B.3. Other Cloud Features 307 Appendix C. Other Resources for Sage 309 Appendix D. Linear Systems with Infinitely Many Solutions 313 D.l. The Opening Example 313 D.2. Another Example 316 D.3. Exploring Deeper 318 D.3.1. An Interesting Re-Examination of Unique Solutions 318 D.3.2. Two Equations and Four Unknowns 319 D.3.3. Two Equations and Four Unknowns, but No Solutions 319 D.3.4. Four Equations and Three Unknowns 320 D.4. Misconceptions 320 D.5. Formal Definitions of REF and RREF 321 D.6. Alternative Notation 322 D.7. Geometric Interpretations in Three Dimensions 322

8 xiii D.7.1. Visualization of These Cases 323 D.7.2. Geometric Interpretations in Higher Dimensions 324 D.8. Dummy-Variable Notation 324 D.9. Solutions to Challenges 325 Appendix E. Installing Sage on Your Personal Computer 327 Appendix F. Index of Commands by Section and by Name 331 List of References 351

Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn

Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn Calculus from Graphical, Numerical, and Symbolic Points of View, 2e Arnold Ostebee & Paul Zorn Chapter 1: Functions and Derivatives: The Graphical View 1. Functions, Calculus Style 2. Graphs 3. A Field

More information

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS T H I R D E D I T I O N MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS STANLEY I. GROSSMAN University of Montana and University College London SAUNDERS COLLEGE PUBLISHING HARCOURT BRACE

More information

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14

Contents. CHAPTER P Prerequisites 1. CHAPTER 1 Functions and Graphs 69. P.1 Real Numbers 1. P.2 Cartesian Coordinate System 14 CHAPTER P Prerequisites 1 P.1 Real Numbers 1 Representing Real Numbers ~ Order and Interval Notation ~ Basic Properties of Algebra ~ Integer Exponents ~ Scientific Notation P.2 Cartesian Coordinate System

More information

CALCULUS. C. HENRY EDWARDS The University of Georgia, Athens. DAVID E. PENNEY The University of Georgia, Athens. Prentice Hall

CALCULUS. C. HENRY EDWARDS The University of Georgia, Athens. DAVID E. PENNEY The University of Georgia, Athens. Prentice Hall CALCULUS C. HENRY EDWARDS The University of Georgia, Athens DAVID E. PENNEY The University of Georgia, Athens Prentice Hall Pearson Education International CONTENTS ABOUT THE AUTHORS PREFACE XI xiii CHAPTER

More information

Mathematics Syllabus UNIT I ALGEBRA : 1. SETS, RELATIONS AND FUNCTIONS

Mathematics Syllabus UNIT I ALGEBRA : 1. SETS, RELATIONS AND FUNCTIONS Mathematics Syllabus UNIT I ALGEBRA : 1. SETS, RELATIONS AND FUNCTIONS (i) Sets and their Representations: Finite and Infinite sets; Empty set; Equal sets; Subsets; Power set; Universal set; Venn Diagrams;

More information

Mathematica for Rogawski's Calculus

Mathematica for Rogawski's Calculus Mathematica for Rogawski's Calculus 2nd Edition 2010 Based on Mathematica Version 7 Abdul Hassen, Gary Itzkowitz, Hieu D. Nguyen, Jay Schiffman W. H. Freeman and Company New York Copyright 2010 Table of

More information

UNIVERSITY OF NORTH ALABAMA MA 110 FINITE MATHEMATICS

UNIVERSITY OF NORTH ALABAMA MA 110 FINITE MATHEMATICS MA 110 FINITE MATHEMATICS Course Description. This course is intended to give an overview of topics in finite mathematics together with their applications and is taken primarily by students who are not

More information

ALGEBRA I FORM I. Textbook: Algebra, Second Edition;Prentice Hall,2002

ALGEBRA I FORM I. Textbook: Algebra, Second Edition;Prentice Hall,2002 ALGEBRA I FORM I Textbook: Algebra, Second Edition;Prentice Hall,00 Prerequisites: Students are expected to have a knowledge of Pre Algebra and proficiency of basic math skills including: positive and

More information

Mathematics for Engineers and Scientists

Mathematics for Engineers and Scientists Mathematics for Engineers and Scientists Fourth edition ALAN JEFFREY University of Newcastle-upon-Tyne B CHAPMAN & HALL University and Professional Division London New York Tokyo Melbourne Madras Contents

More information

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005 PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO Prepared by Kristina L. Gazdik March 2005 1 TABLE OF CONTENTS Course Description.3 Scope and Sequence 4 Content Outlines UNIT I: FUNCTIONS AND THEIR GRAPHS

More information

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7

xvi xxiii xxvi Construction of the Real Line 2 Is Every Real Number Rational? 3 Problems Algebra of the Real Numbers 7 About the Author v Preface to the Instructor xvi WileyPLUS xxii Acknowledgments xxiii Preface to the Student xxvi 1 The Real Numbers 1 1.1 The Real Line 2 Construction of the Real Line 2 Is Every Real

More information

DENNIS D. BERKEY. Boston University PAUL BLANCHARD. Boston University

DENNIS D. BERKEY. Boston University PAUL BLANCHARD. Boston University i Calculus T H I R D E D I T I O N DENNIS D. BERKEY Boston University PAUL BLANCHARD Boston University SAUNDERS COLLEGE PUBLISHING Harcourt Brace Jovanovich College Publishers Fort Worth Philadelphia San

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

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version

Maple in Calculus. by Harald Pleym. Maple Worksheets Supplementing. Edwards and Penney. CALCULUS 6th Edition Early Transcendentals - Matrix Version Maple in Calculus by Harald Pleym Maple Worksheets Supplementing Preface Edwards and Penney CALCULUS 6th Edition Early Transcendentals - Matrix Version These worksheets provide a comprehensive Maple supplement

More information

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58

CHAPTER 1 Prerequisites for Calculus 2. CHAPTER 2 Limits and Continuity 58 CHAPTER 1 Prerequisites for Calculus 2 1.1 Lines 3 Increments Slope of a Line Parallel and Perpendicular Lines Equations of Lines Applications 1.2 Functions and Graphs 12 Functions Domains and Ranges Viewing

More information

Saxon Calculus Scope and Sequence

Saxon Calculus Scope and Sequence hmhco.com Saxon Calculus Scope and Sequence Foundations Real Numbers Identify the subsets of the real numbers Identify the order properties of the real numbers Identify the properties of the real number

More information

UNDERSTANDING ENGINEERING MATHEMATICS

UNDERSTANDING ENGINEERING MATHEMATICS UNDERSTANDING ENGINEERING MATHEMATICS JOHN BIRD WORKED SOLUTIONS TO EXERCISES 1 INTRODUCTION In Understanding Engineering Mathematic there are over 750 further problems arranged regularly throughout the

More information

Contents. List of Applications. Basic Concepts 1. iii

Contents. List of Applications. Basic Concepts 1. iii 46891_01_FM_pi_pxviii.QXD 10/1/09 3:25 PM Page iii 1 List of Applications ix Preface xiii Basic Concepts 1 Unit 1A REVIEW OF OPERATIONS WITH WHOLE NUMBERS 2 1.1 Review of Basic Operations 2 1.2 Order of

More information

Robert Seeley. University of Massachusetts at Boston. ini HARCOURT BRACE JOVANOVICH, PUBLISHERS. and its subsidiary, Academic Press

Robert Seeley. University of Massachusetts at Boston. ini HARCOURT BRACE JOVANOVICH, PUBLISHERS. and its subsidiary, Academic Press L MMH^^S^^^K Robert Seeley University of Massachusetts at Boston ini Qf HARCOURT BRACE JOVANOVICH, PUBLISHERS and its subsidiary, Academic Press San Diego New York Chicago Austin Washington, D.C. London

More information

9TH EDITION. George B. Thomas, Jr. Massachusetts Institute of Technology. Ross L. Finney. With the collaboration of Maurice D.

9TH EDITION. George B. Thomas, Jr. Massachusetts Institute of Technology. Ross L. Finney. With the collaboration of Maurice D. 9TH EDITION Calculus and Analytic Geometry George B. Thomas, Jr. Massachusetts Institute of Technology Ross L. Finney With the collaboration of Maurice D. Weir Naval Postgraduate School ^ Addison-Wesley

More information

CONTENTS. Preface Preliminaries 1

CONTENTS. Preface Preliminaries 1 Preface xi Preliminaries 1 1 TOOLS FOR ANALYSIS 5 1.1 The Completeness Axiom and Some of Its Consequences 5 1.2 The Distribution of the Integers and the Rational Numbers 12 1.3 Inequalities and Identities

More information

ADVANCED ENGINEERING MATHEMATICS

ADVANCED ENGINEERING MATHEMATICS ADVANCED ENGINEERING MATHEMATICS DENNIS G. ZILL Loyola Marymount University MICHAEL R. CULLEN Loyola Marymount University PWS-KENT O I^7 3 PUBLISHING COMPANY E 9 U Boston CONTENTS Preface xiii Parti ORDINARY

More information

Algebra I. Course Outline

Algebra I. Course Outline Algebra I Course Outline I. The Language of Algebra A. Variables and Expressions B. Order of Operations C. Open Sentences D. Identity and Equality Properties E. The Distributive Property F. Commutative

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact:

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact: Linear algebra forms the basis for much of modern mathematics theoretical, applied, and computational. The purpose of this book is to provide a broad and solid foundation for the study of advanced mathematics.

More information

CALCULUS GARRET J. ETGEN SALAS AND HILLE'S. ' MiIIIIIIH. I '////I! li II ii: ONE AND SEVERAL VARIABLES SEVENTH EDITION REVISED BY \

CALCULUS GARRET J. ETGEN SALAS AND HILLE'S. ' MiIIIIIIH. I '////I! li II ii: ONE AND SEVERAL VARIABLES SEVENTH EDITION REVISED BY \ / / / ' ' ' / / ' '' ' - -'/-' yy xy xy' y- y/ /: - y/ yy y /'}' / >' // yy,y-' 'y '/' /y , I '////I! li II ii: ' MiIIIIIIH IIIIII!l ii r-i: V /- A' /; // ;.1 " SALAS AND HILLE'S

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg Differential Equations with MATLAB (Third Edition) Updated for MATLAB 2011b (7.13), Simulink 7.8, and Symbolic Math Toolbox 5.7 Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg All

More information

MATHEMATICS FOR ECONOMISTS. An Introductory Textbook. Third Edition. Malcolm Pemberton and Nicholas Rau. UNIVERSITY OF TORONTO PRESS Toronto Buffalo

MATHEMATICS FOR ECONOMISTS. An Introductory Textbook. Third Edition. Malcolm Pemberton and Nicholas Rau. UNIVERSITY OF TORONTO PRESS Toronto Buffalo MATHEMATICS FOR ECONOMISTS An Introductory Textbook Third Edition Malcolm Pemberton and Nicholas Rau UNIVERSITY OF TORONTO PRESS Toronto Buffalo Contents Preface Dependence of Chapters Answers and Solutions

More information

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL.

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL. Adaptive Filtering Fundamentals of Least Mean Squares with MATLABR Alexander D. Poularikas University of Alabama, Huntsville, AL CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is

More information

Varberg 8e-9e-ET Version Table of Contents Comparisons

Varberg 8e-9e-ET Version Table of Contents Comparisons Varberg 8e-9e-ET Version Table of Contents Comparisons 8th Edition 9th Edition Early Transcendentals 9 Ch Sec Title Ch Sec Title Ch Sec Title 1 PRELIMINARIES 0 PRELIMINARIES 0 PRELIMINARIES 1.1 The Real

More information

AP Calculus BC Syllabus

AP Calculus BC Syllabus AP Calculus BC Syllabus Course Overview AP Calculus BC is the study of the topics covered in college-level Calculus I and Calculus II. This course includes instruction and student assignments on all of

More information

Calculus at Rutgers. Course descriptions

Calculus at Rutgers. Course descriptions Calculus at Rutgers This edition of Jon Rogawski s text, Calculus Early Transcendentals, is intended for students to use in the three-semester calculus sequence Math 151/152/251 beginning with Math 151

More information

MathTutor DVD South Africa 2011

MathTutor DVD South Africa 2011 Young Minds DVD - Learn to recognize the numbers 1-10. - Associate the number with physical objects. - Count from 1-10. - Animal names and sounds. - Fruits and Vegetables. - Names of colours. - Names of

More information

MATHEMATICAL OBJECTS in

MATHEMATICAL OBJECTS in MATHEMATICAL OBJECTS in Computational Tools in a Unified Object-Oriented Approach Yair Shapira @ CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis

More information

Take-Home Exam 1: pick up on Thursday, June 8, return Monday,

Take-Home Exam 1: pick up on Thursday, June 8, return Monday, SYLLABUS FOR 18.089 1. Overview This course is a review of calculus. We will start with a week-long review of single variable calculus, and move on for the remaining five weeks to multivariable calculus.

More information

MILLIS PUBLIC SCHOOLS

MILLIS PUBLIC SCHOOLS MILLIS PUBLIC SCHOOLS Curriculum Guide High School Math The Millis Public Schools Curriculum Guide highlights the Power Standards for each grade level, Grade 9 through Grade 12 for the Math department.

More information

Optimization: Insights and Applications. Jan Brinkhuis Vladimir Tikhomirov PRINCETON UNIVERSITY PRESS PRINCETON AND OXFORD

Optimization: Insights and Applications. Jan Brinkhuis Vladimir Tikhomirov PRINCETON UNIVERSITY PRESS PRINCETON AND OXFORD Optimization: Insights and Applications Jan Brinkhuis Vladimir Tikhomirov PRINCETON UNIVERSITY PRESS PRINCETON AND OXFORD Contents Preface 0.1 Optimization: insights and applications xiii 0.2 Lunch, dinner,

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents ALGEBRA II COURSE OVERVIEW... 1 UNIT 1: SET, STRUCTURE, AND FUNCTION... 1 UNIT 2: NUMBERS, SENTENCES, AND PROBLEMS... 2 UNIT 3: LINEAR

More information

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text Preface Summary of Goals for This Text vii ix UNIT 1 Descriptive Statistics 1 CHAPTER 1 Basic Descriptive Statistics 3 1.1 Types of Biological Data 3 1.2 Summary Descriptive Statistics of DataSets 4 1.3

More information

Cryptography. Number Theory with AN INTRODUCTION TO. James S. Kraft. Lawrence C. Washington. CRC Press

Cryptography. Number Theory with AN INTRODUCTION TO. James S. Kraft. Lawrence C. Washington. CRC Press AN INTRODUCTION TO Number Theory with Cryptography James S Kraft Gilman School Baltimore, Maryland, USA Lawrence C Washington University of Maryland College Park, Maryland, USA CRC Press Taylor & Francis

More information

Kernel-based Approximation. Methods using MATLAB. Gregory Fasshauer. Interdisciplinary Mathematical Sciences. Michael McCourt.

Kernel-based Approximation. Methods using MATLAB. Gregory Fasshauer. Interdisciplinary Mathematical Sciences. Michael McCourt. SINGAPORE SHANGHAI Vol TAIPEI - Interdisciplinary Mathematical Sciences 19 Kernel-based Approximation Methods using MATLAB Gregory Fasshauer Illinois Institute of Technology, USA Michael McCourt University

More information

Secondary Honors Algebra II Objectives

Secondary Honors Algebra II Objectives Secondary Honors Algebra II Objectives Chapter 1 Equations and Inequalities Students will learn to evaluate and simplify numerical and algebraic expressions, to solve linear and absolute value equations

More information

Appendix A Taylor Approximations and Definite Matrices

Appendix A Taylor Approximations and Definite Matrices Appendix A Taylor Approximations and Definite Matrices Taylor approximations provide an easy way to approximate a function as a polynomial, using the derivatives of the function. We know, from elementary

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents PRE-CALCULUS COURSE OVERVIEW...1 UNIT 1: RELATIONS AND FUNCTIONS... 1 UNIT 2: FUNCTIONS... 1 UNIT 3: TRIGONOMETRIC FUNCTIONS... 2 UNIT

More information

Fermat s Little Theorem. Fermat s little theorem is a statement about primes that nearly characterizes them.

Fermat s Little Theorem. Fermat s little theorem is a statement about primes that nearly characterizes them. Fermat s Little Theorem Fermat s little theorem is a statement about primes that nearly characterizes them. Theorem: Let p be prime and a be an integer that is not a multiple of p. Then a p 1 1 (mod p).

More information

ema urworlc Allan G. Bluman Higher Education Professor Emeritus, Community College of Allegheny County Me Graw Hill

ema urworlc Allan G. Bluman Higher Education Professor Emeritus, Community College of Allegheny County Me Graw Hill ema in urworlc Allan G. Bluman Professor Emeritus, Community College of Allegheny County Me Graw Hill Higher Education Boston Burr Ridge, IL Dubuque, IA Madison, Wl New York San Francisco St. Louis Bangkok

More information

ROSLYN PUBLIC SCHOOLS INTEGRATED ALGEBRA CURRICULUM. Day(s) Topic Textbook Workbook Additional Worksheets

ROSLYN PUBLIC SCHOOLS INTEGRATED ALGEBRA CURRICULUM. Day(s) Topic Textbook Workbook Additional Worksheets I. Review 1 and 2 Review p3-19 1. Screening Test 2. Review sheet II. Real Numbers A.N.1 Identify and apply the properties of real numbers (closure, commutative, associative, distributive, identity, inverse)

More information

CURRICULUM MAP. Course/Subject: Honors Math I Grade: 10 Teacher: Davis. Month: September (19 instructional days)

CURRICULUM MAP. Course/Subject: Honors Math I Grade: 10 Teacher: Davis. Month: September (19 instructional days) Month: September (19 instructional days) Numbers, Number Systems and Number Relationships Standard 2.1.11.A: Use operations (e.g., opposite, reciprocal, absolute value, raising to a power, finding roots,

More information

Contents. 2 Sequences and Series Approximation by Rational Numbers Sequences Basics on Sequences...

Contents. 2 Sequences and Series Approximation by Rational Numbers Sequences Basics on Sequences... Contents 1 Real Numbers: The Basics... 1 1.1 Notation... 1 1.2 Natural Numbers... 4 1.3 Integers... 5 1.4 Fractions and Rational Numbers... 10 1.4.1 Introduction... 10 1.4.2 Powers and Radicals of Rational

More information

AP Calculus BC Syllabus Course Overview

AP Calculus BC Syllabus Course Overview AP Calculus BC Syllabus Course Overview Textbook Anton, Bivens, and Davis. Calculus: Early Transcendentals, Combined version with Wiley PLUS. 9 th edition. Hoboken, NJ: John Wiley & Sons, Inc. 2009. Course

More information

CALCULUS SALAS AND HILLE'S REVISED BY GARRET J. ETGEI ONE VARIABLE SEVENTH EDITION ' ' ' ' i! I! I! 11 ' ;' 1 ::: T.

CALCULUS SALAS AND HILLE'S REVISED BY GARRET J. ETGEI ONE VARIABLE SEVENTH EDITION ' ' ' ' i! I! I! 11 ' ;' 1 ::: T. ' ' ' ' i! I! I! 11 ' SALAS AND HILLE'S CALCULUS I ;' 1 1 ONE VARIABLE SEVENTH EDITION REVISED BY GARRET J. ETGEI y.-'' ' / ' ' ' / / // X / / / /-.-.,

More information

Semester I. Mathematics I (Calculus with applications in Chemistry I) Code: MM

Semester I. Mathematics I (Calculus with applications in Chemistry I) Code: MM University of Kerala Complementary Course in Mathematics for First Degree Programme in Chemistry Semester I Mathematics I (Calculus with applications in Chemistry I) Code: MM 1131.2 Instructional hours

More information

MTH301 Calculus II Glossary For Final Term Exam Preparation

MTH301 Calculus II Glossary For Final Term Exam Preparation MTH301 Calculus II Glossary For Final Term Exam Preparation Glossary Absolute maximum : The output value of the highest point on a graph over a given input interval or over all possible input values. An

More information

PONDI CHERRY UNI VERSI TY

PONDI CHERRY UNI VERSI TY B.Sc. ALLIED MATHEMATICS SYLLABUS 2009-2010 onwards PONDI CHERRY UNI VERSI TY PUDUCHERRY 605 014 B.Sc. ALLIED MATHEMATICS Syllabus for Allied Mathematics for B.Sc. Physics Main/Chemistry Main/Electronics

More information

West Windsor-Plainsboro Regional School District AP Calculus BC Grades 9-12

West Windsor-Plainsboro Regional School District AP Calculus BC Grades 9-12 West Windsor-Plainsboro Regional School District AP Calculus BC Grades 9-12 Unit 1: Limits and Continuity What is a limit? Definition of limit, continuous, Sandwich Theorem, Intermediate Value Theorem

More information

AP Calculus BC Scope & Sequence

AP Calculus BC Scope & Sequence AP Calculus BC Scope & Sequence Grading Period Unit Title Learning Targets Throughout the School Year First Grading Period *Apply mathematics to problems in everyday life *Use a problem-solving model that

More information

Missouri Educator Gateway Assessments DRAFT

Missouri Educator Gateway Assessments DRAFT Missouri Educator Gateway Assessments FIELD 023: MATHEMATICS January 2014 DRAFT Content Domain Range of Competencies Approximate Percentage of Test Score I. Numbers and Quantity 0001 0002 14% II. Patterns,

More information

Weekly Activities Ma 110

Weekly Activities Ma 110 Weekly Activities Ma 110 Fall 2008 As of October 27, 2008 We give detailed suggestions of what to learn during each week. This includes a reading assignment as well as a brief description of the main points

More information

Ron Paul Curriculum Mathematics 8 Lesson List

Ron Paul Curriculum Mathematics 8 Lesson List Ron Paul Curriculum Mathematics 8 Lesson List 1 Introduction 2 Algebraic Addition 3 Algebraic Subtraction 4 Algebraic Multiplication 5 Week 1 Review 6 Algebraic Division 7 Powers and Exponents 8 Order

More information

Mathematical Methods for Engineers and Scientists 1

Mathematical Methods for Engineers and Scientists 1 K.T. Tang Mathematical Methods for Engineers and Scientists 1 Complex Analysis, Determinants and Matrices With 49 Figures and 2 Tables fyj Springer Part I Complex Analysis 1 Complex Numbers 3 1.1 Our Number

More information

TABLE OF CONTENTS POLYNOMIAL EQUATIONS AND INEQUALITIES

TABLE OF CONTENTS POLYNOMIAL EQUATIONS AND INEQUALITIES COMPETENCY 1.0 ALGEBRA TABLE OF CONTENTS SKILL 1.1 1.1a. 1.1b. 1.1c. SKILL 1.2 1.2a. 1.2b. 1.2c. ALGEBRAIC STRUCTURES Know why the real and complex numbers are each a field, and that particular rings are

More information

Business Calculus

Business Calculus Business Calculus 978-1-63545-025-5 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Senior Contributing Authors: Gilbert

More information

MATHEMATICS COMPREHENSIVE EXAM: IN-CLASS COMPONENT

MATHEMATICS COMPREHENSIVE EXAM: IN-CLASS COMPONENT MATHEMATICS COMPREHENSIVE EXAM: IN-CLASS COMPONENT The following is the list of questions for the oral exam. At the same time, these questions represent all topics for the written exam. The procedure for

More information

Mathematics for Economics and Finance

Mathematics for Economics and Finance Mathematics for Economics and Finance Michael Harrison and Patrick Waldron B 375482 Routledge Taylor & Francis Croup LONDON AND NEW YORK Contents List of figures ix List of tables xi Foreword xiii Preface

More information

Spiral Review Probability, Enter Your Grade Online Quiz - Probability Pascal's Triangle, Enter Your Grade

Spiral Review Probability, Enter Your Grade Online Quiz - Probability Pascal's Triangle, Enter Your Grade Course Description This course includes an in-depth analysis of algebraic problem solving preparing for College Level Algebra. Topics include: Equations and Inequalities, Linear Relations and Functions,

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Mathematics Class : XI TOPIC CONTENT Unit 1 : Real Numbers - Revision : Rational, Irrational Numbers, Basic Algebra

More information

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES

ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES ESCONDIDO UNION HIGH SCHOOL DISTRICT COURSE OF STUDY OUTLINE AND INSTRUCTIONAL OBJECTIVES COURSE TITLE: Algebra II A/B COURSE NUMBERS: (P) 7241 / 2381 (H) 3902 / 3903 (Basic) 0336 / 0337 (SE) 5685/5686

More information

Learning Module 1 - Basic Algebra Review (Appendix A)

Learning Module 1 - Basic Algebra Review (Appendix A) Learning Module 1 - Basic Algebra Review (Appendix A) Element 1 Real Numbers and Operations on Polynomials (A.1, A.2) Use the properties of real numbers and work with subsets of the real numbers Determine

More information

Calculus Graphical, Numerical, Algebraic 2012

Calculus Graphical, Numerical, Algebraic 2012 A Correlation of Graphical, Numerical, Algebraic 2012 To the Advanced Placement (AP)* AB/BC Standards Grades 9 12 *Advanced Placement, Advanced Placement Program, AP, and Pre-AP are registered trademarks

More information

MIDLAND ISD ADVANCED PLACEMENT CURRICULUM STANDARDS AP CALCULUS BC

MIDLAND ISD ADVANCED PLACEMENT CURRICULUM STANDARDS AP CALCULUS BC Curricular Requirement 1: The course teaches all topics associated with Functions, Graphs, and Limits; Derivatives; Integrals; and Polynomial Approximations and Series as delineated in the Calculus BC

More information

Mathematics for Chemists

Mathematics for Chemists Mathematics for Chemists MATHEMATICS FOR CHEMISTS D. M. Hirst Department of Molecular Sciences, university of Warwick, Coventry M D. M. Hirst 1976 All rights reserved. No part of this publication may be

More information

Single and Multivariable Calculus. Early Transcendentals

Single and Multivariable Calculus. Early Transcendentals Single and Multivariable Calculus Early Transcendentals This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

More information

Single and Multivariable Calculus. Late Transcendentals

Single and Multivariable Calculus. Late Transcendentals Single and Multivariable Calculus Late Transcendentals This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/

More information

Calculus Graphical, Numerical, Algebraic AP Edition, Demana 2012

Calculus Graphical, Numerical, Algebraic AP Edition, Demana 2012 A Correlation of Graphical, Numerical, Algebraic AP Edition, Demana 2012 To the Advanced Placement AB/BC Standards Bid Category 13-100-40 AP is a trademark registered and/or owned by the College Board,

More information

Foundations for Functions Knowledge and Skills: Foundations for Functions Knowledge and Skills:

Foundations for Functions Knowledge and Skills: Foundations for Functions Knowledge and Skills: Texas University Interscholastic League Contest Event: Number Sense This 80-question mental math contest covers all high school mathematics curricula. All answers must be derived without using scratch

More information

Calculus: Graphical, Numerical, Algebraic 2012

Calculus: Graphical, Numerical, Algebraic 2012 A Correlation of Graphical, Numerical, Algebraic 2012 To the Advanced Placement (AP) Calculus AB/BC Standards Introduction The following correlation demonstrates the alignment of content between Graphical,

More information

MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES

MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES MATHEMATICS-I MEAN VALUE THEOREMS FUNCTIONS OF SINGLE & SEVERAL VARIABLES I YEAR B.TECH By Y. Prabhaker Reddy Asst. Professor of Mathematics Guru Nanak Engineering College Ibrahimpatnam, Hyderabad. Name

More information

Pre-Calculus with Limits

Pre-Calculus with Limits Pre-Calculus with Limits John Gomm jgomm@sanroque.net Pre-Calculus mathematics extends algebra and geometry into advanced trigonometry, matrix math, series, alternative graphing coordinate systems, limits,

More information

Algebra Performance Level Descriptors

Algebra Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Algebra. A student at this level has an emerging ability to A student whose performance

More information

Calculus BC: Section I

Calculus BC: Section I Calculus BC: Section I Section I consists of 45 multiple-choice questions. Part A contains 28 questions and does not allow the use of a calculator. Part B contains 17 questions and requires a graphing

More information

Calculus. reparation for Calculus, Limits and Their Properties, and Differentiation. Gorman Learning Center (052344) Basic Course Information

Calculus. reparation for Calculus, Limits and Their Properties, and Differentiation. Gorman Learning Center (052344) Basic Course Information Calculus Gorman Learning Center (052344) Basic Course Information Title: Calculus Transcript abbreviations: calcag / calc Length of course: Full Year Subject area: Mathematics ("c") / Calculus UC honors

More information

Mathematics Standards for High School Financial Algebra A and Financial Algebra B

Mathematics Standards for High School Financial Algebra A and Financial Algebra B Mathematics Standards for High School Financial Algebra A and Financial Algebra B Financial Algebra A and B are two semester courses that may be taken in either order or one taken without the other; both

More information

Math (P)Review Part II:

Math (P)Review Part II: Math (P)Review Part II: Vector Calculus Computer Graphics Assignment 0.5 (Out today!) Same story as last homework; second part on vector calculus. Slightly fewer questions Last Time: Linear Algebra Touched

More information

Outline Goals and Assumptions Real Numbers Rational and Irrational. L11: Numbers. Alice E. Fischer

Outline Goals and Assumptions Real Numbers Rational and Irrational. L11: Numbers. Alice E. Fischer L11: Numbers Alice E. Fischer CSCI 1166 Discrete Mathematics for Computing March 5-8, 2018 1 Goals and Assumptions 2 Real Numbers 3 Rational and Irrational Assumptions We rely the following assumptions:

More information

Algebra I. 60 Higher Mathematics Courses Algebra I

Algebra I. 60 Higher Mathematics Courses Algebra I The fundamental purpose of the course is to formalize and extend the mathematics that students learned in the middle grades. This course includes standards from the conceptual categories of Number and

More information

300-Level Math Courses

300-Level Math Courses 300-Level Math Courses Math 250: Elementary Differential Equations A differential equation is an equation relating an unknown function to one or more of its derivatives; for instance, f = f is a differential

More information

Mathematics. Number and Quantity The Real Number System

Mathematics. Number and Quantity The Real Number System Number and Quantity The Real Number System Extend the properties of exponents to rational exponents. 1. Explain how the definition of the meaning of rational exponents follows from extending the properties

More information

Topics Covered in Calculus BC

Topics Covered in Calculus BC Topics Covered in Calculus BC Calculus BC Correlation 5 A Functions, Graphs, and Limits 1. Analysis of graphs 2. Limits or functions (including one sides limits) a. An intuitive understanding of the limiting

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

MATHEMATICS (MAT) Mathematics (MAT) 1

MATHEMATICS (MAT) Mathematics (MAT) 1 MATHEMATICS (MAT) MAT 097 BASIC MATHEMATICS 0, 3/0 Provides the necessary mathematics background needed to pass college-level algebra; covers polynomials, rational expressions, exponents and roots, solving

More information

Standards for Mathematical Objectives Major & Minor

Standards for Mathematical Objectives Major & Minor Standards for Mathematical Objectives Major & Minor Practice Assessments 1) Make sense of problems and determine if a situation should be modeled by a one or two Mini Quiz 1.1 persevere in solving them.

More information

AS and A level Further mathematics contents lists

AS and A level Further mathematics contents lists AS and A level Further mathematics contents lists Contents Core Pure Mathematics Book 1/AS... 2 Core Pure Mathematics Book 2... 4 Further Pure Mathematics 1... 6 Further Pure Mathematics 2... 8 Further

More information

Trigonometry Self-study: Reading: Red Bostock and Chandler p , p , p

Trigonometry Self-study: Reading: Red Bostock and Chandler p , p , p Trigonometry Self-study: Reading: Red Bostock Chler p137-151, p157-234, p244-254 Trigonometric functions be familiar with the six trigonometric functions, i.e. sine, cosine, tangent, cosecant, secant,

More information

GATE Engineering Mathematics SAMPLE STUDY MATERIAL. Postal Correspondence Course GATE. Engineering. Mathematics GATE ENGINEERING MATHEMATICS

GATE Engineering Mathematics SAMPLE STUDY MATERIAL. Postal Correspondence Course GATE. Engineering. Mathematics GATE ENGINEERING MATHEMATICS SAMPLE STUDY MATERIAL Postal Correspondence Course GATE Engineering Mathematics GATE ENGINEERING MATHEMATICS ENGINEERING MATHEMATICS GATE Syllabus CIVIL ENGINEERING CE CHEMICAL ENGINEERING CH MECHANICAL

More information

ILLINOIS LICENSURE TESTING SYSTEM

ILLINOIS LICENSURE TESTING SYSTEM ILLINOIS LICENSURE TESTING SYSTEM FIELD 115: MATHEMATICS November 2003 Illinois Licensure Testing System FIELD 115: MATHEMATICS November 2003 Subarea Range of Objectives I. Processes and Applications 01

More information

High School Mathematics Honors PreCalculus

High School Mathematics Honors PreCalculus High School Mathematics Honors PreCalculus This is an accelerated course designed for the motivated math students with an above average interest in mathematics. It will cover all topics presented in Precalculus.

More information

Algebra I, Common Core Correlation Document

Algebra I, Common Core Correlation Document Resource Title: Publisher: 1 st Year Algebra (MTHH031060 and MTHH032060) University of Nebraska High School Algebra I, Common Core Correlation Document Indicates a modeling standard linking mathematics

More information

Contents. Set Theory. Functions and its Applications CHAPTER 1 CHAPTER 2. Preface... (v)

Contents. Set Theory. Functions and its Applications CHAPTER 1 CHAPTER 2. Preface... (v) (vii) Preface... (v) CHAPTER 1 Set Theory Definition of Set... 1 Roster, Tabular or Enumeration Form... 1 Set builder Form... 2 Union of Set... 5 Intersection of Sets... 9 Distributive Laws of Unions and

More information