Symbols. Anscombe s quartet, antiderivative, 200. bar charts for exercise, for expenses, Barnsley fern, drawing,

Size: px
Start display at page:

Download "Symbols. Anscombe s quartet, antiderivative, 200. bar charts for exercise, for expenses, Barnsley fern, drawing,"

Transcription

1 Index Symbols + (addition operator), 2 {} (curly brackets), to define a set, 122 δ (delta), 184 / (division operator), 2 ε (epsilon), 192, == (equality operator), 124 e (Euler s number), 179 ** (exponential operator), 3 // (floor division operator), 2 3 j (imaginary number, in Python), 6 (integral), 200 Ç (intersection), 127 λ (lambda), 192, % (modulo operator), 3 * (multiplication operator), 2 π (pi), 129, (subtraction operator), 2 θ (theta), 49 (transformation), 158 È (union), 126 A abs() function, 7 acos() function, 179 algebraic expressions. See expressions Anaconda software installer, animation of a growing circle, of a projectile s trajectory, animation module, 154 Anscombe, Francis, Graphs in Statistical Analysis, 82 Anscombe s quartet, antiderivative, 200 append() method, 30 area of a circle, estimating, between two curves, asin() function, 179 aspect ratio, 153 atan() function, 179 ATM example, attractors, 172 B bar charts for exercise, for expenses, Barnsley fern, drawing, break, exiting with, 24 C calculus. See functions cardinality, of a set, 122 cards, shuffling deck of, Cartesian coordinates, graph, 32 Cartesian product, , 137 causation, and correlation, 76 circles animating, drawing, estimating area of, packing a square with, close() method, 231 cmath module, 7 code, reusing, coin tosses, , 144 comma-separated value (CSV) files, Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!

2 complex numbers, 6 7 addition and subtraction of, 6 cmath module, 7 complex() function, 6 complex roots, 22 conjugate of, 7 conjugate() function, 7 magnitude, 7 Mandelbrot set, real and imag, 7 components() function, 226 continuous compound interest, controlling program exit, 24 correlation coefficients, 75 78, 89 cos() function, 52, Counter class, 66 CSV (comma-separated value) files, csv module, 86 next() function, 87 reader() function, 87 curves area between, length of, D data. See also sets, statistical measures dispersion, measuring, reading from files, deck of cards, shuffling, definite integral, , 203 derivative, of a function, calculator program, higher-order, partial, 187 Derivative class, 185, 189 dictionary, , , 227 die rolls game, law of large numbers, simulating, target score, possibility of, discrete probability, dispersion of data, measuring, range, finding, variance and standard deviation, finding, distribution, uniform, 131 domain, of a function, 178 Droettboom, Michael, matplotlib, 150 E else block, 230 empty lists, 30 enumerate() function, 31 epsilon (ε), 192, equations, solving, 20 22, graphically, 115 linear, 20, 108 quadratic, 20 22, 106 solve() function, , 180, 199 for variables, Euler s number (e), 179 even-odd vending machine, events (probability), 131 exception handling, 9, file reading errors, multiple exception types, try...except, 9, 228 try...except...else, 230 ValueError, 9, 12 ZeroDivisionError, 11, exit option, for programs, exp() function, 204 expenses, visualizing with bar charts, experiments (probability), 131 expressions, factorizing and expanding, multiplying, plotting, input by the user, multiple, Index Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!

3 pretty printing, strings, converting to, substituting in values, extrema, of a function, F factor() function, 96 97, 115 factors of an integer, calculating, fargs keyword argument, 154, 158 Fibonacci sequence, file handling close() method, 231 filename as input, 232 handling errors, open() function, 231 reading files, readlines() method, 232 file object, 84 formatting output, 15 format(), 15 number of digits, 16 print() function, 1 fractals, Barnsley fern, Hénon s function, Mandelbrot set, Sierpiń ski triangle, transformations of points, fractions calculator, working with, 5 6 fractions module, 5 frames argument, 154, 158 frequency tables, creating, FuncAnimation class, functions (calculus), 178 common, continuity at a point, verifying, 205 derivatives of, finding, higher-order, domain of, 178 extrema of, integrals of, finding, limit of, finding, probability density, range of, 178 G geometric shapes, drawing, geometric transformations, 158 global maxima and minima, golden ratio, gradient ascent method, 191, 195 gradient descent method, 199, graphs, creating with matplotlib, customizing with titles and labels, marking points, saving as images, temperature data example, H higher-order derivatives of functions, finding, Hénon s function, Hunter, John, matplotlib, 150 I IDLE, 1, new program, 13 program execution, 14 running a program, 14 shell, 1 importing, modules, 5 imshow() function, 172 indefinite integral, 200 index, of a list, 29, 31 inequalities, solving, infinite loop, 24 Infinity, 183, 204 Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More! Index 239

4 in operator, 122 input() function, 8 installation, of software on Linux, on Mac OS X, on Windows, Integral class, 200 integrals of functions, finding, 200 intersection, of sets, 127 interval argument, 154 K keys, in a dictionary, 224, 227 L labels, 4 Lady ferns, 164 law of large numbers, 144 legend() function, 40 len() function, 62 limit, finding, 181 Limit class, 182 Linux, software installation on, lists, appending to a list, 30 choosing a random element, 161 creating a set, 123 empty lists, 30 index, 29 iterating over the elements, 31 len() function, 62 list comprehensions, lists of lists, max() function, 72 min() function, 72 sort() method, 64 sum() function, 62 tuples as members, 66 zip() function, 77 local maxima and minima, log() function, 179 M Mac OS X, software installation on, Mandelbrot set, mathematical operations, 1 3 exponential operator, 3 floor division operator, 2 modulo (%) operator, 3, 12 math module, 178 matplotlib, 32 animation module, 154 axes auto scaling, 152 customizing, 42 Axes object, 151 axis() function, 43 barh() function, 57 Circle patch, 151 colorbar() function, 175 displaying images, 172 documentation, 211 Figure object, 150, 154 FuncAnimation class, gca() function, 152 gcf() function, 154 imshow() function, 172 labels, 41 legend, adding a, 40 legend() function, 40 marker, 34 multiple data sets, 38, 53 patches, 150 plot() function, 32, 36 Polygon patch, 168 pylab module, 32 pyplot module, 44 savefig() function, 45 saving, scatter() function, 81 scatter plots, 79, set_aspect() method, 153 show() function, 32 title, 41 title() function, 41 xlabel() function, 41 ylabel() function, Index Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!

5 maxima and minima, of functions, max() function, 72 mean, finding, median, finding, min() function, 72 mode, finding, modules, 5 modulo (%) operator, 3 multiplication tables, generating, 15 17, 23 multiplying expressions, N name, negative index, of a list, 31 NegativeInfinity, 204 Newton s law of universal gravitation, number line, 28 numbers abs() function, 7 common number sets, 126 complex numbers. See complex numbers conversion between types, 5 float() function, 5 floating point, 4 5 Fraction class, 5, 6 fractions module, 5 integers, 4 5 int() function, 5 is_integer() method, 10 random. See random numbers rational, irrational, and real, 126 type() function, 4 types of, 4 7 Nykamp, Duane Q., The idea of a probability density function, 202 O open() function, 231 order of operations (PEMDAS), 3 P Packages (Python), 32 partial derivative of functions, finding, 187 Pearson correlation coefficient, 75 PEMDAS (order of operations), 3 pi (π), estimating value of, 147 plot() function, 32, 109 plotting expressions, input by the user, multiple, with formulas, projectile motion, using SymPy. See SymPy polynomial expressions, 117 polynomial() method, 119 pretty printing, probability, , continuous random variable, 201 density functions, distribution, uniform, 131 expectation, 143 law of large numbers, 144 nonuniform probability, 164 random numbers. See also random numbers generating, nonuniform, random variable, 143 Project Euler, 210 projectile motion, 48, 191 animation, 156 trajectory drawing, 51, 56 pylab module, 32 pyplot module, Python documentation, 210, 211 IDLE, 1, installation Linux, Mac OS X, Windows, overview, Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More! Index 241

6 Q quadratic equations finding the roots of, solving, 106 quadratic functions, exploring visually, R random module, 134 choice() function, 160 randint() function, 134, 175 random() function, 134 uniform() function, 146 random numbers ATM example, coin tosses, , 144 deck of cards, shuffling, die rolls. See die rolls generating, nonuniform, range of a function, 178 of a set, range() function, 13, 37, 50 start, stop, and step values, 13 rate of change, finding, 184 reading data from files, CSV files, text files, return values, multiple, reusing code, Robertson, Ian, Calculating Percentiles, 90 S sample spaces (probability), 131 save() function, 111 saving plots, as image files, 45 46, 111 scatter plots, 79, series calculating value of, Fibonacci, printing, summing, 116 set_aspect() method, 153 sets, cardinality, 122 checking for a number in, 122 common, 126 correlation between, creating, empty, 123 from lists or tuples, 123 EmptySet object, 123 FiniteSet class, 122 FiniteSet object, 122 intersect() method, 127 is_subset() method, 124 is_superset() method, 124 iterating through the members, 123 operations, Cartesian product, formulas, using sets of variables in, 129 gravity example, union and intersection, 126 powerset() method, 125 repetition and order, subsets, supersets, and power sets, union() method, Venn diagrams, show() function, 32, 111 shuffling, deck of cards, Sierpiń ski triangle, simultaneous equations, 108 sin() function, 52, 178, 179 software installation on Linux, on Mac OS X, on Windows, solving algebraic equations, 105 standard deviation, finding, statistical measures correlation coefficient, 75 81, 87 calculating, high school grades example, dispersion, frequency tables, grouped, Index Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!

7 mean, median, mode, Pearson correlation coefficient, 75 percentile, range, standard deviation, variance, step size, 192, string, 8 format() method, 15 int() and float(), See under numbers, 8 strings to mathematical expressions, 103 sum() function, 62 summing a series, 116 symbolic math, 93 SymPy as_numer_denom() method, 118 assumptions, 180 Derivative class, 185 documentation, 98, 211 doit() method, 182, 185 expand() function, 96 expression, factorizing an, 96 factor() function, 96 init_printing() function, 98 installation. See installation, of software Integral class, 200 is_polynomial() method, 119 is_rational_function() method, 119 Limit class, 182 plot() function, 109 plotting expressions with, input by the user, multiple, Poly class, 117 pprint() function, pretty printing, save() function, 111 show() function, 111 simplify() function, 101 solve() function, 105, 106, 180 T solve_poly_inequality() function, 117 solve_univariate_inequality() function, 118 solving inequalities, 117 S class, 182 subs() method, 100, 108, 184 summation() function, 116 symbol, defining a, 94 Symbol class, 94 symbols() function, 95 SympifyError class, 104 sympify() function, 103, 119, 186 tan() function, 179 title() function, trajectory (projectile motion) comparing, 53 54, 56 drawing, transformation of a point, 158 tuples, empty, 31 iterating through the members, 123 U union, of sets, 118, units of measurement, converting, 17 20, 23 universal gravitation, Newton s law, user input complex() function, 12 fractional numbers, 11 getting, 8 12 handling invalid input, 9 11 input() function, 8 V ValueError, 9, 12 variables, 4, 178 nonlinear relationship, 47 variance, finding, Venn diagrams, Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More! Index 243

8 W while loop, 24 exiting early using break, 24 Windows, software installation on, Z ZeroDivisionError, 11, zip() function, Index Doing Math with Python: Use Programming to Explore Algebra, Statistics, Calculus, and More!

AQA GCSE Maths - Higher Self-Assessment Checklist

AQA GCSE Maths - Higher Self-Assessment Checklist AQA GCSE Maths - Higher Self-Assessment Checklist Number 1 Use place value when calculating with decimals. 1 Order positive and negative integers and decimals using the symbols =,, , and. 1 Round to

More information

YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1)

YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1) YEAR 12 Core 1 & 2 Maths Curriculum (A Level Year 1) Algebra and Functions Quadratic Functions Equations & Inequalities Binomial Expansion Sketching Curves Coordinate Geometry Radian Measures Sine and

More information

correlated to the Michigan High School Mathematics Content Expectations

correlated to the Michigan High School Mathematics Content Expectations correlated to the Michigan High School Mathematics Content Expectations McDougal Littell Algebra 1 Geometry Algebra 2 2007 correlated to the STRAND 1: QUANTITATIVE LITERACY AND LOGIC (L) STANDARD L1: REASONING

More information

CAMI Education links: Maths NQF Level 2

CAMI Education links: Maths NQF Level 2 - 1 - CONTENT 1.1 Computational tools, estimation and approximations 1.2 Numbers MATHEMATICS - NQF Level 2 LEARNING OUTCOME Scientific calculator - addition - subtraction - multiplication - division -

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

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

Year 8 Key Performance Indicators Maths (Number)

Year 8 Key Performance Indicators Maths (Number) Key Performance Indicators Maths (Number) M8.1 N1: I can solve problems by adding, subtracting, multiplying and dividing decimals. Use correct notation for recurring decimals, know the denominators of

More information

PITSCO Math Individualized Prescriptive Lessons (IPLs)

PITSCO Math Individualized Prescriptive Lessons (IPLs) Orientation Integers 10-10 Orientation I 20-10 Speaking Math Define common math vocabulary. Explore the four basic operations and their solutions. Form equations and expressions. 20-20 Place Value Define

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

Counting shapes 1.4.6

Counting shapes 1.4.6 GRADE R_TERM 1 WEEK TOPIC CONTENT CAMI KEYSTROKE CAMI Program Count in ones 1.1.1.1; 1.1.1.2; 1.1.1.3 1.1.1.4 Cami Math Count pictures 1.1.3.1; 1.1.3.2; 1 & 2 Counting 1.1.3.3; 1.1.3.4; Counting in units

More information

Mathematics Year 9-11 Skills and Knowledge Checklist. Name: Class: Set : Premier Date Year 9 MEG :

Mathematics Year 9-11 Skills and Knowledge Checklist. Name: Class: Set : Premier Date Year 9 MEG : Personal targets to help me achieve my grade : AFL Sheet Number 1 : Standard Form, Decimals, Fractions and Percentages Standard Form I can write a number as a product of it s prime factors I can use the

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

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

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

More information

Year 10 Mathematics Scheme of Work. Higher and Foundation

Year 10 Mathematics Scheme of Work. Higher and Foundation Year 10 Mathematics Scheme of Work Higher and Foundation Tiers Sets 1 and 2 will do the Higher specification. Sets 3 and 4 will do the Higher specification but with a focus on the topics that overlap Higher

More information

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion

DEPARTMENT - Mathematics. Coding: N Number. A Algebra. G&M Geometry and Measure. S Statistics. P - Probability. R&P Ratio and Proportion DEPARTMENT - Mathematics Coding: N Number A Algebra G&M Geometry and Measure S Statistics P - Probability R&P Ratio and Proportion YEAR 7 YEAR 8 N1 Integers A 1 Simplifying G&M1 2D Shapes N2 Decimals S1

More information

Hands-On Standards Deluxe Grades: 7, 8 States: California Content Standards

Hands-On Standards Deluxe Grades: 7, 8 States: California Content Standards Hands-On Standards Deluxe Grades: 7, 8 States: Hands-On Standards Deluxe Edition Kit, Grades 5-6: Algebra Summary: This resource guide meets 5 and 6 math curriculum standards by matching activities to

More information

SHAPE, SPACE & MEASURE

SHAPE, SPACE & MEASURE STAGE 1 Know the place value headings up to millions Recall primes to 19 Know the first 12 square numbers Know the Roman numerals I, V, X, L, C, D, M Know the % symbol Know percentage and decimal equivalents

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

DOING MATH WITH PYTHON

DOING MATH WITH PYTHON DOING MATH WITH PYTHON U S E P R O G R A M M I N G T O E X P L O R E ALGEBRA, STATISTICS, CALCULUS, A N D M O R E! AMIT SAHA Doing Math with Python Doing Math with Python Use Programming to Explore Algebra,

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

Minnesota Academic Standards for Mathematics 2007

Minnesota Academic Standards for Mathematics 2007 An Alignment of Minnesota for Mathematics 2007 to the Pearson Integrated High School Mathematics 2014 to Pearson Integrated High School Mathematics Common Core Table of Contents Chapter 1... 1 Chapter

More information

TOPICS. Integers Properties of addition and. Rational Numbers Need for rational numbers. Exponents or Powers Introduction to Exponents or

TOPICS. Integers Properties of addition and. Rational Numbers Need for rational numbers. Exponents or Powers Introduction to Exponents or TOPICS DETAILS Integers Properties of addition and subtraction of integers Multiplication of integers Properties of multiplication of integers Division of integers Properties of division of integers Introduction

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

Bramhall High school Year 8 Assessment Descriptors Mathematics

Bramhall High school Year 8 Assessment Descriptors Mathematics Grade Description Calculate with negative indices in the context of standard form. 8/9 Multiply (divide) numbers written in standard form. Use inequalities to describe the range of values for a rounded

More information

Level 4 means that I can

Level 4 means that I can Level 4 means that I can Describe number patterns Find multiples Find factors Work out the square numbers Use word formulae Use co-ordinates in the first quadrant Multiply and divide whole numbers by 10

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

round decimals to the nearest decimal place and order negative numbers in context

round decimals to the nearest decimal place and order negative numbers in context 6 Numbers and the number system understand and use proportionality use the equivalence of fractions, decimals and percentages to compare proportions use understanding of place value to multiply and divide

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

YEAR 11 GCSE MATHS REVISION CHECKLIST HIGHER TIER

YEAR 11 GCSE MATHS REVISION CHECKLIST HIGHER TIER YEAR 11 GCSE MATHS REVISION CHECKLIST HIGHER TIER TOPICS ARE CATEGORISED VIA MATHS STRANDS NUMBER TOPICS 1 Number Grade 3 to 9 J K L 1.1 Number problems and Work out the total number of ways of performing

More information

Mathematics GCSE 9 1 Higher Syllabus. Yes. Does the subject set according to ability? Skills Covered. Unit

Mathematics GCSE 9 1 Higher Syllabus. Yes. Does the subject set according to ability? Skills Covered. Unit Mathematics GCSE 9 1 Higher Syllabus Does the subject set according to ability? Unit Unit 1 Unit 2 Unit 3 Unit 4 Yes Skills Covered understand and apply place value correctly. estimate values including

More information

Hegarty Maths Clip Numbers List

Hegarty Maths Clip Numbers List Hegarty Maths Clip Numbers List Strand Topic Skill Number Arithmetic with positive integers Simple addition & its meaning 1 Number Arithmetic with positive integers Simple subtraction & its meaning 2 Number

More information

Foundation tier knowledge, skills and understanding

Foundation tier knowledge, skills and understanding Foundation tier knowledge, skills and understanding 1. Number Structure and calculation N1 N2 N3 N4 N5 N6 N7 N8 order positive and negative integers, decimals and fractions; use the symbols =,, ,,

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

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

YEAR 10- Mathematics Term 1 plan

YEAR 10- Mathematics Term 1 plan Week YEAR 10- Mathematics Term 1 plan 2016-2017 Course Objectives 1 The number system To understand and use 4 rules and order of operation. To understand and use Recurring decimals. Add subtract multiply

More information

Mathematics Year 9-11 Skills and Knowledge Checklist. Name: Class: Set : 1 Date Year 9 MEG :

Mathematics Year 9-11 Skills and Knowledge Checklist. Name: Class: Set : 1 Date Year 9 MEG : Personal targets to help me achieve my grade : AFL Sheet Number 1 : Standard Form, Decimals, Fractions and Percentages Standard Form I can write a number as a product of it s prime factors I can use the

More information

PO 2. Identify irrational numbers. SE/TE: 4-8: Exploring Square Roots and Irrational Numbers, TECH: itext; PH Presentation Pro CD-ROM;

PO 2. Identify irrational numbers. SE/TE: 4-8: Exploring Square Roots and Irrational Numbers, TECH: itext; PH Presentation Pro CD-ROM; Arizona Mathematics Standards Articulated by Grade Level Strands 1-5, Performance Objectives (Grade 8) STRAND 1: NUMBER SENSE AND OPERATIONS Concept 1: Number Sense Locate rational numbers on a number

More information

Central Valley School District Math Curriculum Map Grade 8. August - September

Central Valley School District Math Curriculum Map Grade 8. August - September August - September Decimals Add, subtract, multiply and/or divide decimals without a calculator (straight computation or word problems) Convert between fractions and decimals ( terminating or repeating

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

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

Performance Level Descriptors. Mathematics

Performance Level Descriptors. Mathematics Performance Level Descriptors Grade 3 Well Students rarely, Understand that our number system is based on combinations of 1s, 10s, and 100s (place value, compare, order, decompose, and combine using addition)

More information

6-8 Math Adding and Subtracting Polynomials Lesson Objective: Subobjective 1: Subobjective 2:

6-8 Math Adding and Subtracting Polynomials Lesson Objective: Subobjective 1: Subobjective 2: 6-8 Math Adding and Subtracting Polynomials Lesson Objective: The student will add and subtract polynomials. Subobjective 1: The student will add polynomials. Subobjective 2: The student will subtract

More information

Angles and Polygons. Angles around a point, on a straight line and opposite angles. Angles in parallel lines (alt, corr and co-int angles)

Angles and Polygons. Angles around a point, on a straight line and opposite angles. Angles in parallel lines (alt, corr and co-int angles) Curriculum Long Term Planning Overview Key Stage 4 Subject Area: Maths Academic Year: 08-9 Year Year 9 Higher Calculations Order integers, decimals and negatives Rounding to decimal places and significant

More information

LASER s Level 2 Maths Course - Summary

LASER s Level 2 Maths Course - Summary LASER s Level 2 Maths Course - Summary Unit Code Unit Title Credits Level Status SER945 Shape, Space and Measurement 3 2 Mandatory SER946 Collecting, Recording and Analysing Data 3 2 Mandatory SER947 Development

More information

SECTION I: NUMBER AND NUMERATION

SECTION I: NUMBER AND NUMERATION JAMB Syllabus for Mathematics The aim of this 2018 JAMB Mathematics Syllabus for Unified Tertiary Matriculation Examination (UTME), is to prepare the candidates for the Board s examination. It is designed

More information

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three)

SECONDARY DRAFT SYLLABUS. 2. Representation of functions. 3. Types of functions. 4. Composition of functions (two and three) et et et CLASS IX Topic :Set Language et et 1. Describing and representing sets SECONDARY DRAFT SYLLABUS Able to describe a set in Descriptive, Set- builder and roster forms and through Venn diagram. Use

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

List of NEW Maths content

List of NEW Maths content List of NEW Maths content Our brand new Maths content for the new Maths GCSE (9-1) consists of 212 chapters broken up into 37 titles and 4 topic areas (Algebra, Geometry & Measures, Number and Statistics).

More information

Chislehurst and Sidcup Grammar School Mathematics Department Year 9 Programme of Study

Chislehurst and Sidcup Grammar School Mathematics Department Year 9 Programme of Study Chislehurst and Sidcup Grammar School Mathematics Department Year 9 Programme of Study Timings Topics Autumn Term - 1 st half (7 weeks - 21 lessons) 1. Algebra 1: Expressions, Formulae, Equations and Inequalities

More information

ALGEBRA II A CURRICULUM OUTLINE

ALGEBRA II A CURRICULUM OUTLINE ALGEBRA II A CURRICULUM OUTLINE 2013-2014 OVERVIEW: 1. Linear Equations and Inequalities 2. Polynomial Expressions and Equations 3. Rational Expressions and Equations 4. Radical Expressions and Equations

More information

SCHEME OF WORK YR 8 THETA 2 UNIT / LESSON

SCHEME OF WORK YR 8 THETA 2 UNIT / LESSON SCHEME OF WORK YR 8 THETA 2 UNIT / LESSON STEPS STEPS FROM TO 1 Number 4th 6th OBJECTIVES 1.1 Calculations 5th 5th Use written methods to add and subtract with decimals. Calculate mentally. Calculate with

More information

Stage 1 (intervention) Stage 2 Stage 3 Stage 4. Advanced 7-8. Secure 4-6

Stage 1 (intervention) Stage 2 Stage 3 Stage 4. Advanced 7-8. Secure 4-6 Stage 1 (intervention) Stage 2 Stage 3 Stage 4 YEAR 7 LAT Grade Emerging (not secondary read) 1-3 Secure 4-6 Advanced 7-8 Advanced + 9 YEAR 8 1 Emerging 2-3 Secure 4-6 Advanced 7-9 Autumn 1 Place Value

More information

Math Interim Mini-Tests. 3rd Grade Mini-Tests

Math Interim Mini-Tests. 3rd Grade Mini-Tests 3rd Grade Mini-Tests Mini-Test Name Availability Area of Plane Figures-01 Gr 3_Model, Reason, & Solve Problems-04 Multiplicative Properties & Factors-01 Patterns & Using the Four Operations-01 Real-World

More information

CAMI KEYS. TOPIC 1.1 Whole numbers to to to to to

CAMI KEYS. TOPIC 1.1 Whole numbers to to to to to TOPIC 1.1 Whole numbers GRADE 9_CAPS Curriculum 1. Numbers, operations and relationships CONTENT Properties of numbers Describing the real number system by recognizing, defining and distinguishing properties

More information

Mastery. PRECALCULUS Student Learning Targets

Mastery. PRECALCULUS Student Learning Targets PRECALCULUS Student Learning Targets Big Idea: Sequences and Series 1. I can describe a sequence as a function where the domain is the set of natural numbers. Connections (Pictures, Vocabulary, Definitions,

More information

Interactive Math Glossary Terms and Definitions

Interactive Math Glossary Terms and Definitions Terms and Definitions Absolute Value the magnitude of a number, or the distance from 0 on a real number line Addend any number or quantity being added addend + addend = sum Additive Property of Area the

More information

Department Curriculum Map (new GCSE)

Department Curriculum Map (new GCSE) Department Curriculum Map 2014-15 (new GCSE) Department Mathematics required in Year 11 Foundation 1. Structure and calculation: N1 to N9 Fractions, decimals and percentages: N10 to N12 Measure and accuracy:

More information

Year 8 Review 1, Set 1 Number confidence (Four operations, place value, common indices and estimation)

Year 8 Review 1, Set 1 Number confidence (Four operations, place value, common indices and estimation) Year 8 Review 1, Set 1 Number confidence (Four operations, place value, common indices and estimation) Place value Digit Integer Negative number Difference, Minus, Less Operation Multiply, Multiplication,

More information

Using the Best of Both!

Using the Best of Both! Using the Best of Both! A Guide to Using Connected Mathematics 2 with Prentice Hall Mathematics Courses 1, 2, 3 2012, and Algebra Readiness MatBro111707BestOfBothPH10&CMP2.indd 1 6/7/11 11:59 AM Using

More information

Prentice Hall Mathematics: Course Correlated to: Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8)

Prentice Hall Mathematics: Course Correlated to: Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8) Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8) NUMBER SENSE AND OPERATIONS 8.N.1 8.N.2 8.N.3 8.N.4 8.N.5 8.N.6 8.N.7 8.N.8 Compare, order, estimate, and translate among integers,

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

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by Course of study- Algebra 1-2 1. Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by students in Grades 9 and 10, but since all students must

More information

Y7 Learning Stage 1. Y7 Learning Stage 2. Y7 Learning Stage 3

Y7 Learning Stage 1. Y7 Learning Stage 2. Y7 Learning Stage 3 Y7 Learning Stage 1 Y7 Learning Stage 2 Y7 Learning Stage 3 Understand simple algebraic notation. Collect like terms to simplify algebraic expressions. Use coordinates in the first quadrant. Make a comparative

More information

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS

UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS UNIT 8 STUDY SHEET POLYNOMIAL FUNCTIONS KEY FEATURES OF POLYNOMIALS Intercepts of a function o x-intercepts - a point on the graph where y is zero {Also called the zeros of the function.} o y-intercepts

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

KS4 Curriculum Plan Maths HIGHER TIER Year 9 Autumn Term 1 Unit 1: Number

KS4 Curriculum Plan Maths HIGHER TIER Year 9 Autumn Term 1 Unit 1: Number KS4 Curriculum Plan Maths HIGHER TIER Year 9 Autumn Term 1 Unit 1: Number 1.1 Number problems and reasoning 1.2 Place value and estimating 1.3 HCF and LCM 1.4 Calculating with powers (indices) 1.5 Zero,

More information

Grade Descriptors for Maths Years Grade 8 Solve and calculate the value of complex indices including surds

Grade Descriptors for Maths Years Grade 8 Solve and calculate the value of complex indices including surds Grade Descriptors for Maths Years 7-11 Grade 8 Solve and calculate the value of complex indices including surds Rationalise more complex denominators e.g. Understand and use rational and irrational numbers

More information

Year 7 Knowledge/Content Understanding Skills Students will

Year 7 Knowledge/Content Understanding Skills Students will Age Related Expectations in KS3 Maths 2017-2018 Year 7 Knowledge/Content Understanding Skills Use the vocabulary of prime numbers, factors (or divisors), multiples, common factors, common multiples, highest

More information

Mathematics Curriculum

Mathematics Curriculum Mathematics Curriculum Pathway A Pupils who enter St Hilda s with a scaled score of approximately 110 or above from KS2, begin working on the Year 8 curriculum (approximately GCSE grades 3 and 4). These

More information

www.jambitesofnigeria.com MATHEMATICS JAMB CBT EXAM Offline Syllabus (pdf)! For Online Syllabus (All Subjects) Click here MATHEMATICS GENERAL The aim of the Unified Tertiary Matriculation Examination (UTME)

More information

calculations and approximations.

calculations and approximations. SUBJECT Mathematics-Year 10 Higher HOD: C Thenuwara TERM 1 UNIT TITLES LEARNING OBJECTIVES ASSESSMENT ASSIGNMENTS Basic Number Using multiplication and division of decimals in 3 topic assessment-non calculator

More information

Year 9 Key Performance Indicators Maths (Number)

Year 9 Key Performance Indicators Maths (Number) Key Performance Indicators Maths (Number) M9.1 N1: I can apply the four operations to negative numbers. Raise negative numbers to a power Add and subtract negative numbers and know when the answer should

More information

Greencastle-Antrim School District Planned Course Board Approved: March 2010

Greencastle-Antrim School District Planned Course Board Approved: March 2010 Greencastle-Antrim School District Planned Course Board Approved: March 2010 Course Title: Math 8 Grade Level: 8 Course materials: Textbooks,, Teacher-Generated Materials, Computer Programs Textbook: Foresman-Wesley,

More information

MAT 090 Brian Killough s Instructor Notes Strayer University

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

More information

Handling Data I. Collecting data and using two-way tables

Handling Data I. Collecting data and using two-way tables Curriculum Long Term Planning Overview Key Stage 4 Subject Area: Maths Academic Year: 08-9 Year Year 9 Foundation Calculations I Numbers in words/figures, ordering decimals, negatives Rounding to the nearest

More information

Things to Know for the Algebra I Regents

Things to Know for the Algebra I Regents Types of Numbers: Real Number: any number you can think of (integers, rational, irrational) Imaginary Number: square root of a negative number Integers: whole numbers (positive, negative, zero) Things

More information

TOPIC LIST GCSE MATHEMATICS HIGHER TIER (Bold HIGHER TIER ONLY) Number Topic Red Amber Green

TOPIC LIST GCSE MATHEMATICS HIGHER TIER (Bold HIGHER TIER ONLY) Number Topic Red Amber Green TOPIC LIST GCSE MATHEMATICS HIGHER TIER (Bold HIGHER TIER ONLY) Number Order whole, decimal, fraction and negative numbers Use the symbols =,, Add, subtract, multiply, divide whole numbers using written

More information

Alignment to the Texas Essential Knowledge and Skills Standards

Alignment to the Texas Essential Knowledge and Skills Standards Alignment to the Texas Essential Knowledge and Skills Standards Contents Kindergarten... 2 Level 1... 4 Level 2... 6 Level 3... 8 Level 4... 10 Level 5... 13 Level 6... 16 Level 7... 19 Level 8... 22 High

More information

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 6)

Prentice Hall Mathematics: Course Correlated to: Colorado Model Content Standards and Grade Level Expectations (Grade 6) Colorado Model Content Standards and Grade Level Expectations (Grade 6) Standard 1: Students develop number sense and use numbers and number relationships in problemsolving situations and communicate the

More information

Confidence Level Red Amber Green

Confidence Level Red Amber Green Maths Topic Foundation/ 1 Place Value 2 Ordering Integers 3 Ordering Decimals 4 Reading Scales 5 Simple Mathematical Notation 6a Interpreting Real-Life Tables Time 6b Interpreting Real-Life Tables Timetables

More information

ST MARY S COLLEGE FORM ONE COURSE OUTLINE MATHEMATICS. Term 1. Addition and subtraction. Multiplication and division facts

ST MARY S COLLEGE FORM ONE COURSE OUTLINE MATHEMATICS. Term 1. Addition and subtraction. Multiplication and division facts ST MARY S COLLEGE FORM ONE COURSE OUTLINE MATHEMATICS Term 1 1 1 Arithmetic: Place Value Definition of number types and the relation to each other Place value for integers. Number in words and vice versa

More information

Spring 2: Circles, Pythagoras and prisms Circumference of a circle, area of a circle, Pythagoras s theorem, prisms and cylinders, Errors and bounds.

Spring 2: Circles, Pythagoras and prisms Circumference of a circle, area of a circle, Pythagoras s theorem, prisms and cylinders, Errors and bounds. Subject: Mathematics Year 9 Overview Gamma Key content knowledge and skills Autumn 1: Indices and standard form, expressions and formulae Indices, calculations and estimates, more indices, standard form,

More information

Montana City School GRADE 5

Montana City School GRADE 5 Montana City School GRADE 5 Montana Standard 1: Students engage in the mathematical processes of problem solving and reasoning, estimation, communication, connections and applications, and using appropriate

More information

Illinois Math Assessment Framework, Grade 7. correlated to

Illinois Math Assessment Framework, Grade 7. correlated to Illinois Math Assessment Framework, Grade 7 correlated to Grade 7 correlated to Chapter 1 Variables, Expressions, and Integers (pp. 1 61) Lesson 1.1 (pp. 5 9) Expressions and Variables Evaluate and write

More information

1 Transforming Geometric Objects

1 Transforming Geometric Objects 1 Transforming Geometric Objects RIGID MOTION TRANSFORMA- TIONS Rigid Motions Transformations 1 Translating Plane Figures Reflecting Plane Figures Rotating Plane Figures Students will select translations

More information

1-2 9 Measures and accuracy

1-2 9 Measures and accuracy Year Term Week Chapter Ref Lesson 9.1 Estimation and approximation Year 2 m Autumn Term 1-2 9 Measures and accuracy 3-4 (Number) 9.2 Calculator methods 9.3 Measures and accuracy Assessment 9 10.1 Solving

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

CSCE 110 Programming I

CSCE 110 Programming I CSCE 110 Programming I Simulations and Plotting Data Dr. Tiffani L. Williams Department of Computer Science and Engineering Texas A&M University Spring 2014 Tiffani L. Williams (Texas A&M) CSCE 110) Spring

More information

Subject Summary: Mathematics

Subject Summary: Mathematics Subject Summary: Mathematics Years 7 to 10 The scheme of work a student follows is based on their ability rather than their year group. We refer to each scheme of work as a Stage. Each Stage is numbered,

More information

KS4 Scheme of Work

KS4 Scheme of Work Some Most All KS4 Scheme of Work 2016 2018 Year 10 Autumn 1 Number 1. Fractions N10, N12, R3 R9 2. Percentages N10, N12 3. Indices (incl. root notation) N7, N6 4. Sequences A23 1. Calculations with indices

More information

Prentice Hall Mathematics: Course Correlated to: Ohio Academic Content Standards for Mathematics (Grade 7)

Prentice Hall Mathematics: Course Correlated to: Ohio Academic Content Standards for Mathematics (Grade 7) Ohio Academic Content Standards for Mathematics (Grade 7) NUMBER, NUMBER SENSE AND OPERATIONS STANDARD 1. Demonstrate an understanding of place value using powers of 10 and write large numbers in scientific

More information

Prentice Hall Pre-Algebra 2004 Correlated to: Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12)

Prentice Hall Pre-Algebra 2004 Correlated to: Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12) Hawaii Mathematics Content and Performance Standards (HCPS) II (Grades 9-12) NUMBER AND OPERATIONS STANDARD 1: Students understand numbers, ways of representing numbers, relationships among numbers, and

More information

GCSE 2018/2019 GRADING CRITERIA. Dear Students

GCSE 2018/2019 GRADING CRITERIA. Dear Students Dear Students For your mathematics exam, you will have to remember lots of formulae. You will have covered these in class and will have used them over and over again to solve problems. 2018/2019 Make sure

More information

Mathematics GCSE 9-1 Curriculum Planner (3 Year Course)

Mathematics GCSE 9-1 Curriculum Planner (3 Year Course) Mathematics GCSE 9-1 Curriculum Planner (3 Year Course) Year 9 Week 1 2 3 4 5 6 7 8 HT 9 1 0 Chapter 1 Calculations Chapter 2 Expressions Ch 1, 2 Test Chapter 3 Angles, polygons Chapter 3 11 12 13 14 15

More information

Year 8 Mathematics Curriculum Map

Year 8 Mathematics Curriculum Map Year 8 Mathematics Curriculum Map Topic Algebra 1 & 2 Number 1 Title (Levels of Exercise) Objectives Sequences *To generate sequences using term-to-term and position-to-term rule. (5-6) Quadratic Sequences

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Click on the topic to go to the page

Click on the topic to go to the page Click on the topic to go to the page A B C 3D Pythagoras 3D Trigonometry and Pythagoras accuracy calculation with bounds 164 addition of decimals 389 of fractions 269 of money 457 of negative numbers of

More information

1.1 calculator viewing window find roots in your calculator 1.2 functions find domain and range (from a graph) may need to review interval notation

1.1 calculator viewing window find roots in your calculator 1.2 functions find domain and range (from a graph) may need to review interval notation 1.1 calculator viewing window find roots in your calculator 1.2 functions find domain and range (from a graph) may need to review interval notation functions vertical line test function notation evaluate

More information

1 to 5 NUMBER Numbers and Operations Place Value, Rounding and Estimation Understanding Products ALGEBRA Expressions and Formulae

1 to 5 NUMBER Numbers and Operations Place Value, Rounding and Estimation Understanding Products ALGEBRA Expressions and Formulae Numbers and Operations Four operations and numbers Inverse operations Fractions as Operators Fractions and Terminating decimals Place Value, Rounding and Estimation Ordering decimals Rounding Estimation

More information

Eighth Grade Math Assessment Framework Standard 6A Representations and Ordering

Eighth Grade Math Assessment Framework Standard 6A Representations and Ordering Eighth Grade Math Assessment Framework Standard 6A Representations and Ordering 6.8.01 Read, write, and recognize equivalent representations of integer powers of 10. Related Textbook pages Related Additional

More information