I. Recursive Descriptions A phrase like to get the next term you add 2, which tells how to obtain

Size: px
Start display at page:

Download "I. Recursive Descriptions A phrase like to get the next term you add 2, which tells how to obtain"

Transcription

1 Mathematics 45 Describing Patterns in s Mathematics has been characterized as the science of patterns. From an early age students see patterns in mathematics, including counting by twos, threes, etc., geometric patterns, the standard computational algorithms, and much more. Students often use inductive learning by inferring patterns from examples, but unless this is enhanced with discussion, explanation, and eventually understanding, that inferred pattern may not be what was intended. (For example, an inferred pattern in some texts could be if the problem shows a rectangle and its two dimensions, then to get the answer you multiply the two numbers.) There are two standard ways to describe sequences. The first way (developmentally) emphasizes the relationships between the numbers in the sequence. It may deal with differences, quotients, or some other means of comparing consecutive terms, or it may tell how to generate succeeding terms in the sequence. ( Terms means the individual numbers in the sequence.) Here are some examples: Developmentally Simple Descriptions Possible Visualization, 2, 3, 4, 5,... Counting sequence common difference of to get the next term you add, 3, 5, 7, 9,... Odd numbers common difference of 2 to get the next term you add 2 2, 4, 6, 8, 0,... Even numbers common difference of 2 to get the next term you add 2 Note that common difference of 2 and to get the next term you add 2 are two ways of saying the same thing. I. A phrase like to get the next term you add 2, which tells how to obtain a succeeding term from the prior term (or sometimes terms) is called a recursive description (or recursive rule) for the sequence. Notice that the descriptions common difference of 2 and to get the next term you add 2 are listed for both the last two sequences. This means that both sequences have the same recursive description, so this phrase alone does not completely determine a sequence. Find two sequences to which have a common difference of 3 and to get the next term you add 3 apply: and If a recursive description for a sequence is known, the additional piece of information that is needed to completely determine the sequence is the starting, or initial, number. Once that starting point is known, each succeeding term can be generated from the previous term. Here are some examples: Initial Term Recursive Rule Terms of Add 2, 3, 5, 7, 9,... 6 Add 3 6, 9, 2, 5, 8,... 7 Add 5 7, 2, 7, 22, 27,... Now try some yourself: Mathematics 45 Describing Patterns in s Page

2 Initial Term Recursive Rule Terms of 4 Add 3 2 Add 6 3, 7,, 5, 9, 23,... All of the sequences above have a recursive description of the form to get the next term you add d. Such sequences are called arithmetic sequences, and d is called the common difference of the terms of the sequence. So one way to test whether a sequence is an arithmetic sequence is to see if the terms have a common (constant) difference. (We ll see below some recursive rules for other sequences. II Explicit Descriptions Recursive descriptions allow us to keep calculating terms as far out in the sequence as we want, but we can t jump over any terms in doing so. That is, to get the 20th term, we have to start at the beginning of the sequence and find all the terms up to the 20th. This can be very tedious. It would be nice to have a formula which would allow us to calculate any term just by knowing which term it was. Mathematically, this means we would like to have a rule or formula f (actually a function) which would take the term number n and calculate the value f(n) of term number n. Such a formula is called an explicit description (or explicit rule) for the sequence. To see how we might find an explicit rule for an arithmetic sequence, consider the sequence 5, 8,, 4, 7,.... The terms of this sequence are shown as f(n) in the second column below. In the third, fourth, and fifth columns the terms of the sequence have been reformulated using the way we got the terms in the sequence recursively. You should see a pattern in the reformulation in the last column. n f(n) How obtained Reformulation Result of reformulation 5 initial term x x x3 Notice that in the last column, f(n) has been rewritten as f(n) = 5 + (a multiple of 3) or f(n) = (initial term) + (multiple of the common difference). Notice the multiple that is used. It is always one less than the term number n. For example, in the last row of the table, where n = 5, the multiple of 3 is 4x3, where 4 = 5-. So, to get term n we should add (n - ) x 3 to the initial term. Often this is simplified to f(n) = 5 + (n - ) x 3 = 5 + 3n - 3 = 2n + 2. In general, to get the n th term of an arithmetic sequence, you start with the initial term and add the common difference (n - ) times. This often stated as follows: The explicit description of an Arithmetic is given by f(n) = (initial term) + (n - )(common difference) or f(n) = a + (n - ) x d, where a is the initial term and d is the common difference Mathematics 45 Describing Patterns in s Page 2

3 Now you try it Find an explicit description of the sequence 2, 7, 22, 27, 32, 37,.... III Geometric s Here are some other sequences that have easy recursive descriptions. 2, 4, 8, 6, 32,... To get the next term you multiply by 2 Common ratio (growth factor) of 2 4, 2, 36, 08, 324,... To get the next term you multiply by 3 Common ratio (growth factor) of 3, /2, /4, /8, /6,... To get the next term you multiply by /2 Common ratio (growth factor) of /2 The preceding three sequences all have a recursive rule which involves multiplying by a particular factor. s like this are called geometric sequences and we say that the terms of the sequence are growing exponentially. Whereas an arithmetic sequence has a common difference between the terms, a geometric sequence has a common ratio between the terms. That ratio is the amount a term must be multiplied by to obtain the next term, so this ratio is also called the growth factor of the sequence or the growth factor of the exponential growth. To find an explicit description of a geometric sequence, proceed in a manner similar to what we did with arithmetic sequences. Using the second sequence above, 4, 2, 36, 08, 324,..., write down and reformulate the terms, looking for a pattern. n f(n) How obtained Reformulation Result of reformulation 4 initial term x 3 4 x 3 4 x x 3 4 x 3 x 3 4 x x 3 4 x 3 x 3 x 3 4 x x 3 4 x 3 x 3 x 3 x 3 4 x 3 4 Compare this to what happened with an arithmetic sequence. With our geometric sequence: f(n) = 4 x (power of 3), and that power is less than the value of n, so f(n) = 4 x 3 (n-). Here 4 is the initial term, and the recursive rule is multiply by 3, where 3 is the common ratio (growth factor). Mathematics 45 Describing Patterns in s Page 3

4 In general, to get the n th term of a geometric sequence, you start with the initial term and multiply by the growth factor (n - ) times. (Compare this with what happens with arithmetic sequences!) This often stated as follows: The explicit description of an Geometric is given by f(n) = (initial term) x (common ratio) (n - ) or f(n) = a x r (n - ), where a is the initial term and r is the common ratio (growth factor) Now you try it!. 3, 6, 2, 24, 48,... Type of sequence: 2. 5, 8,, 4, 7,... Type of sequence: 3. 8, 6, 2, 2/3, 2/9,... Type of sequence: Of course, some sequences are neither arithmetic nor geometric. The main point of the above discussion is to understand the difference between an explicit description of a pattern and a recursive description of a pattern, and to be able to determine these for arithmetic and geometric sequences. Mathematics 45 Describing Patterns in s Page 4

5 IV Other s The sequence of squares and the sequence of triangular numbers, mentioned in these handouts and in the text, are neither arithmetic nor geometric sequences; they are denoted Sn and Tn, respectively. However, they still can be described both recursively and explicitly. Try to find these descriptions. Each description may need to use the term number n. Once you have done this, find the next 4 terms for the third sequence Un below, and find its recursive and explicit descriptions as well. n Recursive Description Explicit Description Sn Tn Un Mathematics 45 Describing Patterns in s Page 5

Modesto City Schools. Secondary Math I. Module 1 Extra Help & Examples. Compiled by: Rubalcava, Christina

Modesto City Schools. Secondary Math I. Module 1 Extra Help & Examples. Compiled by: Rubalcava, Christina Modesto City Schools Secondary Math I Module 1 Extra Help & Examples Compiled by: Rubalcava, Christina 1.1 Ready, Set, Go! Ready Topic: Recognizing a solution to an equation. The solution to an equation

More information

SEQUENCES AND SERIES Sequences CC Standard

SEQUENCES AND SERIES Sequences CC Standard N Sequences and Series, Lesson 1, Sequences (r. 2018) SEQUENCES AND SERIES Sequences CC Standard NG Standard F-IF.A.3 Recognize that sequences are functions, sometimes defined recursively, whose domain

More information

CSC236 Week 4. Larry Zhang

CSC236 Week 4. Larry Zhang CSC236 Week 4 Larry Zhang 1 Announcements PS2 is out Larry s office hours in the reading week: as usual Tuesday 12-2, Wednesday 2-4 2 NEW TOPIC Recursion To really understand the math of recursion, and

More information

6.001 Notes: Section 4.1

6.001 Notes: Section 4.1 6.001 Notes: Section 4.1 Slide 4.1.1 In this lecture, we are going to take a careful look at the kinds of procedures we can build. We will first go back to look very carefully at the substitution model,

More information

3.8.2 Geometric Sequences. Warm Up

3.8.2 Geometric Sequences. Warm Up Name: # Honors Coordinate Algebra: Period Ms. Pierre Date: 3.8.2 Geometric Sequences Warm Up This time, Julian left his homework in the back pocket of his jeans, and his mom put his jeans through the washing

More information

8 1 Sequences. Defining a Sequence. A sequence {a n } is a list of numbers written in explicit order. e.g.

8 1 Sequences. Defining a Sequence. A sequence {a n } is a list of numbers written in explicit order. e.g. 8 1 Sequences Defining a Sequence A sequence {a n } is a list of numbers written in explicit order. e.g. If the domain is finite, then the sequence is a Ex.1 Explicit Sequence Find the first six terms

More information

Objectives and Homework List

Objectives and Homework List MAC 1140 Objectives and Homework List Each objective covered in MAC1140 is listed below. Along with each objective is the homework list used with MyMathLab (MML) and a list to use with the text (if you

More information

Geometric Sequences. Today I am: folding paper and counting the number of rectangles formed. So that I can: see how a geometric sequence is formed.

Geometric Sequences. Today I am: folding paper and counting the number of rectangles formed. So that I can: see how a geometric sequence is formed. LESSON 9 Geometric Sequences LEARNING OBJECTIVES Today I am: folding paper and counting the number of rectangles formed. So that I can: see how a geometric sequence is formed. I ll know I have it when

More information

HS Mathematics Item Specification C1 TN

HS Mathematics Item Specification C1 TN Claim 1: Concepts and Procedures Students can explain and apply mathematical concepts and carry out mathematical procedures with precision and fluency. Content Domain: Functions Target N [m]: Build a function

More information

Answers Investigation 5

Answers Investigation 5 Applications. Heidi s conjecture is correct; any value of x will always equal. 2. B Evan s conjecture is correct; students might argue that it is the largest number in its row and column, so it will be

More information

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

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

More information

CC-11. Geometric Sequences. Common Core State Standards. Essential Understanding In a geometric sequence, the ratio of any term to its.

CC-11. Geometric Sequences. Common Core State Standards. Essential Understanding In a geometric sequence, the ratio of any term to its. Common Core State Standards MACC.912.F-BF.1.2 Write... geometric sequences both recursively and with an explicit formula, use them to model situations, and translate between the two forms. Also MACC.912.F-BF.1.1a,

More information

Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework

Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework 1 Integrated Math 1 Module 3 Honors Sequences and Series Ready, Set, Go! Homework Adapted from The Mathematics Vision Project: Scott Hendrickson, Joleigh Honey, Barbara Kuehl, Travis Lemon, Janet Sutorius

More information

11 and 12 Arithmetic Sequence notes.notebook September 14, 2017

11 and 12 Arithmetic Sequence notes.notebook September 14, 2017 Vocabulary: Arithmetic Sequence a pattern of numbers where the change is adding or subtracting the same number. We call this the common difference "d". Closed/Explicit Formula a formula for a sequence

More information

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties

Learning Log Title: CHAPTER 3: ARITHMETIC PROPERTIES. Date: Lesson: Chapter 3: Arithmetic Properties Chapter 3: Arithmetic Properties CHAPTER 3: ARITHMETIC PROPERTIES Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Arithmetic Properties Date: Lesson: Learning Log Title:

More information

#23: Sequences March 28, 2009

#23: Sequences March 28, 2009 #23: Sequences March 28, 2009 a mysterious rule easy peasy Suppose n is an integer, and consider this simple rule: if n is even, divide it by two; otherwise, multiply n by 3, and add one. Pretty simple,

More information

Exploring Fractals through Geometry and Algebra. Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss

Exploring Fractals through Geometry and Algebra. Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss Exploring Fractals through Geometry and Algebra Kelly Deckelman Ben Eggleston Laura Mckenzie Patricia Parker-Davis Deanna Voss Learning Objective and skills practiced Students will: Learn the three criteria

More information

Which explicit formula can be used to model the sequence?

Which explicit formula can be used to model the sequence? 1. A sequence is defined by the equations and. What is the fifth term in the sequence? 30 48 60 96 2. An arithmetic sequence is defined by the equations a1= 10 and an= an-1+ 6. What is third term of an=

More information

Sums and Geometry + =

Sums and Geometry + = Sums and Geometry Main idea: we will compute formulas for sums of consecutive numbers, or powers of consecutive numbers, and other related sums, by expressing them geometrically and trying to visualize

More information

The mathematics you have learned about so

The mathematics you have learned about so VISUALIZING EXTRAORDINARY WAYS TO MULTIPLY LECTURE 4 The mathematics you have learned about so far has been addition ( adding quantities ); subtraction ( adding negative quantities ); and some ratios and

More information

A Constant Rate of Change Name Part 1

A Constant Rate of Change Name Part 1 A Constant Rate of Change Name Part 1 Consider the function table below. Complete this page by solving the problems at the bottom. Use a separate sheet of paper for your descriptions and explanations.

More information

Sequences and Series. Copyright Cengage Learning. All rights reserved.

Sequences and Series. Copyright Cengage Learning. All rights reserved. Sequences and Series Copyright Cengage Learning. All rights reserved. 12.3 Geometric Sequences Copyright Cengage Learning. All rights reserved. 2 Objectives Geometric Sequences Partial Sums of Geometric

More information

Grade 7 Mathematics Performance Level Descriptors

Grade 7 Mathematics Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Grade 7 Mathematics. A student at this level has an emerging ability to work with expressions

More information

Unit 10 Day 1 Geometric Sequences. Welcome! Please pick up a packet. Welcome! agenda. 07 MIN Warm Up 25 MIN Lesson 10.1 Notes 15 MIN Assignment

Unit 10 Day 1 Geometric Sequences. Welcome! Please pick up a packet. Welcome! agenda. 07 MIN Warm Up 25 MIN Lesson 10.1 Notes 15 MIN Assignment Welcome! Please pick up a packet. Welcome! agenda 07 MIN Warm Up 25 MIN Lesson 10.1 Notes 15 MIN Assignment Plus unıt 10: exponentıal functıons Learning Targets I can define orally and in writing: sequence,

More information

Complexity, Induction, and Recurrence Relations. CSE 373 Help Session 4/7/2016

Complexity, Induction, and Recurrence Relations. CSE 373 Help Session 4/7/2016 Complexity, Induction, and Recurrence Relations CSE 373 Help Session 4/7/2016 Big-O Definition Definition: g(n) is in O( f(n) ) if there exist positive constants c and n0 such that g(n) c f(n) for all

More information

Student Exploration: Arithmetic Sequences

Student Exploration: Arithmetic Sequences Name: Date: Student Exploration: Arithmetic Sequences Vocabulary: arithmetic sequence, common difference, explicit formula, recursive formula, sequence, term Prior Knowledge Questions (Do these BEFORE

More information

Chapter 1. Math review. 1.1 Some sets

Chapter 1. Math review. 1.1 Some sets Chapter 1 Math review This book assumes that you understood precalculus when you took it. So you used to know how to do things like factoring polynomials, solving high school geometry problems, using trigonometric

More information

Table of Laplace Transforms

Table of Laplace Transforms Table of Laplace Transforms 1 1 2 3 4, p > -1 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Heaviside Function 27 28. Dirac Delta Function 29 30. 31 32. 1 33 34. 35 36. 37 Laplace Transforms

More information

Chapter 1: Number and Operations

Chapter 1: Number and Operations Chapter 1: Number and Operations 1.1 Order of operations When simplifying algebraic expressions we use the following order: 1. Perform operations within a parenthesis. 2. Evaluate exponents. 3. Multiply

More information

1Identify and generate

1Identify and generate Then You related arithmetic sequences to linear functions. (Lesson -5) Now Geometric Sequences as Exponential Functions 1Identify and generate geometric sequences. 2Relate geometric sequences to exponential

More information

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1

Name Period Date MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1 Name Period Date 8-3 STUDENT PACKET MATHLINKS GRADE 8 STUDENT PACKET 3 PATTERNS AND LINEAR FUNCTIONS 1 3.1 Geometric Patterns Describe sequences generated by geometric patterns using tables, graphs, and

More information

The transition: Each student passes half his store of candies to the right. students with an odd number of candies eat one.

The transition: Each student passes half his store of candies to the right. students with an odd number of candies eat one. Kate s problem: The students are distributed around a circular table The teacher distributes candies to all the students, so that each student has an even number of candies The transition: Each student

More information

Arithmetic Sequences

Arithmetic Sequences Vocabulary: Arithmetic Sequence a pattern of numbers where the change is adding or subtracting the same number. We call this the common difference "d". Closed/Explicit Formula a formula for a sequence

More information

DOWNLOAD PDF BIG IDEAS MATH VERTICAL SHRINK OF A PARABOLA

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

More information

Equations and Functions, Variables and Expressions

Equations and Functions, Variables and Expressions Equations and Functions, Variables and Expressions Equations and functions are ubiquitous components of mathematical language. Success in mathematics beyond basic arithmetic depends on having a solid working

More information

Mathematics Scope & Sequence Algebra I

Mathematics Scope & Sequence Algebra I Mathematics Scope & Sequence 2016-17 Algebra I Revised: June 20, 2016 First Grading Period (24 ) Readiness Standard(s) Solving Equations and Inequalities A.5A solve linear equations in one variable, including

More information

DESIGN AND ANALYSIS OF ALGORITHMS. Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES

DESIGN AND ANALYSIS OF ALGORITHMS. Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES DESIGN AND ANALYSIS OF ALGORITHMS Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES http://milanvachhani.blogspot.in USE OF LOOPS As we break down algorithm into sub-algorithms, sooner or later we shall

More information

A B C 1 Number of Squares Number of Nickels Total Number of Nickels =A2+1 =B2*2 =B3+C2

A B C 1 Number of Squares Number of Nickels Total Number of Nickels =A2+1 =B2*2 =B3+C2 6.7 Geometric Series The Canadian Open is an outdoor tennis tournament. The tournament started in 1881, and the men s and women s events alternate between Toronto and Montreal every other year. In the

More information

Gateway Regional School District VERTICAL ALIGNMENT OF MATHEMATICS STANDARDS Grades 3-6

Gateway Regional School District VERTICAL ALIGNMENT OF MATHEMATICS STANDARDS Grades 3-6 NUMBER SENSE & OPERATIONS 3.N.1 Exhibit an understanding of the values of the digits in the base ten number system by reading, modeling, writing, comparing, and ordering whole numbers through 9,999. Our

More information

Lesson 21: Comparing Linear and Exponential Functions Again

Lesson 21: Comparing Linear and Exponential Functions Again Lesson M Lesson : Comparing Linear and Eponential Functions Again Student Outcomes Students create models and understand the differences between linear and eponential models that are represented in different

More information

Essential Elements Pacing Guide - Mathematics

Essential Elements Pacing Guide - Mathematics September Number and Quantity- The Real Number System EEN-RN.1. Determine the value of a quantity that is squared or cubed * previous year content previous year content Number and Quantity- Quantities

More information

CMPSCI 187: Programming With Data Structures. Lecture 5: Analysis of Algorithms Overview 16 September 2011

CMPSCI 187: Programming With Data Structures. Lecture 5: Analysis of Algorithms Overview 16 September 2011 CMPSCI 187: Programming With Data Structures Lecture 5: Analysis of Algorithms Overview 16 September 2011 Analysis of Algorithms Overview What is Analysis of Algorithms? L&C s Dishwashing Example Being

More information

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008

Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 MATH-LITERACY MANUAL Dr. Relja Vulanovic Professor of Mathematics Kent State University at Stark c 2008 1 Real Numbers 1.1 Sets 1 1.2 Constants and Variables; Real Numbers 7 1.3 Operations with Numbers

More information

n! = 1 * 2 * 3 * 4 * * (n-1) * n

n! = 1 * 2 * 3 * 4 * * (n-1) * n The Beauty and Joy of Computing 1 Lab Exercise 9: Problem self-similarity and recursion Objectives By completing this lab exercise, you should learn to Recognize simple self-similar problems which are

More information

Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES

Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES DESIGN AND ANALYSIS OF ALGORITHMS Unit 1 Chapter 4 ITERATIVE ALGORITHM DESIGN ISSUES http://milanvachhani.blogspot.in USE OF LOOPS As we break down algorithm into sub-algorithms, sooner or later we shall

More information

This chapter covers recursive definition, including finding closed forms.

This chapter covers recursive definition, including finding closed forms. Chapter 12 Recursive Definition This chapter covers recursive definition, including finding closed forms. 12.1 Recursive definitions Thus far, we have defined objects of variable length using semi-formal

More information

CHAPTER 3: VOLUME. 1. Passing from One Solid to a Succeeding One. 2. Passing from One Solid to a Non-Successive One

CHAPTER 3: VOLUME. 1. Passing from One Solid to a Succeeding One. 2. Passing from One Solid to a Non-Successive One CHAPTER 3: VOLUME I. Introduction II. Volume as a Measurement of Space III. Volume of Solids A. Right-angled Parallelepiped 1. Passing from One Solid to a Succeeding One 2. Passing from One Solid to a

More information

Lesson 14: A Closer Look at Linear & Exponential Functions

Lesson 14: A Closer Look at Linear & Exponential Functions Opening Exercise Linear versus Exponential Functions Let s look at the difference between ff(nn) = 2nn and ff(nn) = 2 nn.. Complete the tables below, and then graph the points nn, ff(nn) on a coordinate

More information

Pre-Algebra Notes Unit One: Variables, Expressions, and Integers

Pre-Algebra Notes Unit One: Variables, Expressions, and Integers Pre-Algebra Notes Unit One: Variables, Expressions, and Integers Evaluating Algebraic Expressions Syllabus Objective: (.) The student will evaluate variable and numerical expressions using the order of

More information

3rd Grade Texas Math Crosswalk Document:

3rd Grade Texas Math Crosswalk Document: New TX Math 3.1(A) apply mathematics to problems arising in everyday life, society, and the workplace; 3.1(B) use a problem-solving model that incorporates analyzing given information, formulating a plan

More information

Grade 5 Unit 2 Volume Approximate Time Frame: 4-5 weeks Connections to Previous Learning: Focus of the Unit: Connections to Subsequent Learning:

Grade 5 Unit 2 Volume Approximate Time Frame: 4-5 weeks Connections to Previous Learning: Focus of the Unit: Connections to Subsequent Learning: Approximate Time Frame: 4-5 weeks Connections to Previous Learning: In third grade, students began working with area and covering spaces. The concept of volume should be extended from area. In fourth grade,

More information

Unit Map: Grade 3 Math

Unit Map: Grade 3 Math Place Value 3.3 Number and operations. The student represents and compares whole numbers and understand relationships related to place value. Place Value of Whole Numbers 3.3A compose and decompose numbers

More information

Essential Questions. Key Terms. Algebra. Arithmetic Sequence

Essential Questions. Key Terms. Algebra. Arithmetic Sequence Linear Equations and Inequalities Introduction Average Rate of Change Coefficient Constant Rate of Change Continuous Discrete Domain End Behaviors Equation Explicit Formula Expression Factor Inequality

More information

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points MC 0 GRAPH THEORY 0// Solutions to HW # 0 points + XC points ) [CH] p.,..7. This problem introduces an important class of graphs called the hypercubes or k-cubes, Q, Q, Q, etc. I suggest that before you

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

Math 10- Chapter 2 Review

Math 10- Chapter 2 Review Math 10- Chapter 2 Review [By Christy Chan, Irene Xu, and Henry Luan] Knowledge required for understanding this chapter: 1. Simple calculation skills: addition, subtraction, multiplication, and division

More information

12-4 Geometric Sequences and Series. Lesson 12 3 quiz Battle of the CST s Lesson Presentation

12-4 Geometric Sequences and Series. Lesson 12 3 quiz Battle of the CST s Lesson Presentation 12-4 Geometric Sequences and Series Lesson 12 3 quiz Battle of the CST s Lesson Presentation Objectives Find terms of a geometric sequence, including geometric means. Find the sums of geometric series.

More information

MATHEMATICS UTAH CORE GUIDES GRADE 4

MATHEMATICS UTAH CORE GUIDES GRADE 4 MATHEMATICS UTAH CORE GUIDES GRADE 4 UTAH STATE BOARD OF EDUCATION 250 EAST 500 SOUTH P.O. BOX 144200 SALT LAKE CITY, UTAH 84114-4200 SYDNEE DICKSON, Ed.D., STATE SUPERINTENDENT OF PUBLIC INSTRUCTION Operations

More information

Module 2 Congruence Arithmetic pages 39 54

Module 2 Congruence Arithmetic pages 39 54 Module 2 Congruence Arithmetic pages 9 5 Here are some excellent websites that can help you on this topic: http://mathcentral.uregina.ca/qq/database/qq.09.98/kupper1.html http://nrich.maths.org/public.viewer.php?obj_id=50

More information

Exponents. Although exponents can be negative as well as positive numbers, this chapter will only address the use of positive exponents.

Exponents. Although exponents can be negative as well as positive numbers, this chapter will only address the use of positive exponents. Section 6.2 PRE-ACTIVITY PREPARATION Exponents Exponents enable you to simplify the presentation of a numerical expression containing repeated multiplication into a concise form that is easier to read

More information

Geometric Sequences 6.7. ACTIVITY: Describing Calculator Patterns. How are geometric sequences used to. describe patterns?

Geometric Sequences 6.7. ACTIVITY: Describing Calculator Patterns. How are geometric sequences used to. describe patterns? 6.7 Geometric Sequences describe patterns? How are geometric sequences used to ACTIVITY: Describing Calculator Patterns Work with a partner. Enter the keystrokes on a calculator and record the results

More information

FSA Algebra 1 EOC Review

FSA Algebra 1 EOC Review MAFS.912.F-LE.1.2 EOC Practice Level 2 Level 3 Level 4 Level 5 constructs linear functions of arithmetic sequences when given a graph in a real-world context constructs linear functions, including arithmetic

More information

From the Grade 8, High School, Functions Progression Document, pp. 7-8:

From the Grade 8, High School, Functions Progression Document, pp. 7-8: Time Frame: Approximately 2-3 weeks Connections to Previous Learning: Students use their knowledge of expressions and equations to evaluate functions and to rewrite when necessary. They also use rigid

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

Answer Key Lesson 5: Area Problems

Answer Key Lesson 5: Area Problems Answer Key Lesson 5: Problems Student Guide Problems (SG pp. 186 187) Questions 1 3 1. Shapes will vary. Sample shape with an area of 12 sq cm: Problems Here are 12 square centimeters. A square centimeter

More information

Common Core State Standards Mathematics (Subset K-5 Counting and Cardinality, Operations and Algebraic Thinking, Number and Operations in Base 10)

Common Core State Standards Mathematics (Subset K-5 Counting and Cardinality, Operations and Algebraic Thinking, Number and Operations in Base 10) Kindergarten 1 Common Core State Standards Mathematics (Subset K-5 Counting and Cardinality,, Number and Operations in Base 10) Kindergarten Counting and Cardinality Know number names and the count sequence.

More information

Grade 5 Unit 2 Volume Approximate Time Frame: 4-5 weeks Connections to Previous Learning: Focus of the Unit: Connections to Subsequent Learning:

Grade 5 Unit 2 Volume Approximate Time Frame: 4-5 weeks Connections to Previous Learning: Focus of the Unit: Connections to Subsequent Learning: Approximate Time Frame: 4-5 weeks Connections to Previous Learning: In third grade, students began working with area and covering spaces. The concept of volume should be extended from area. In fourth grade,

More information

Common Core State Standards - Standards for Mathematical Practice

Common Core State Standards - Standards for Mathematical Practice Common Core State Standards - Standards for Mathematical Practice The Standards for Mathematical Practice describe varieties of expertise that mathematics educators at all levels should seek to develop

More information

Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2

Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2 Name Period Date LINEAR FUNCTIONS STUDENT PACKET 2: MULTIPLE REPRESENTATIONS 2 LF2.1 LF2.2 LF2.3 Growing Shapes Use variables, parentheses, and exponents in expressions. Use formulas to find perimeter

More information

15.1 Understanding Geometric

15.1 Understanding Geometric Name Class Date 15.1 Understanding Geometric Sequences Essential Question: How are the terms of a geometric sequence related? Resource Locker Explore 1 Exploring Growth Patterns of Geometric Sequences

More information

Inductive Reasoning: Observing Patterns to make generalizations is induction.

Inductive Reasoning: Observing Patterns to make generalizations is induction. Inductive Reasoning Inductive Reasoning: Observing Patterns to make generalizations is induction. Geometry.1 Example: Every crow I have seen is black, therefore I generalize that all crows are black. Inferences

More information

ALGEBRA 1 LESSON PLAN

ALGEBRA 1 LESSON PLAN Date November 3-November7 Unit 3 Essential Question(s) Why are linear functions useful in real world settings? How do the key features help us identify graphs and their transformations? Measureable Objective.

More information

Exponents. Reteach. Write each expression in exponential form (0.4)

Exponents. Reteach. Write each expression in exponential form (0.4) 9-1 Exponents You can write a number in exponential form to show repeated multiplication. A number written in exponential form has a base and an exponent. The exponent tells you how many times a number,

More information

Area and Perimeter EXPERIMENT. How are the area and perimeter of a rectangle related? You probably know the formulas by heart:

Area and Perimeter EXPERIMENT. How are the area and perimeter of a rectangle related? You probably know the formulas by heart: Area and Perimeter How are the area and perimeter of a rectangle related? You probably know the formulas by heart: Area Length Width Perimeter (Length Width) But if you look at data for many different

More information

Topic 1: What is HoTT and why?

Topic 1: What is HoTT and why? Topic 1: What is HoTT and why? May 5, 2014 Introduction Homotopy type theory (HoTT) is a newly emerging field of mathematics which is currently being developed as a foundation of mathematics which is in

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse Tutorial Outline Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse exams. Math Tutorials offer targeted instruction,

More information

Section 7: Exponential Functions

Section 7: Exponential Functions Topic 1: Geometric Sequences... 175 Topic 2: Exponential Functions... 178 Topic 3: Graphs of Exponential Functions - Part 1... 182 Topic 4: Graphs of Exponential Functions - Part 2... 185 Topic 5: Growth

More information

Sample tasks from: Algebra Assessments Through the Common Core (Grades 6-12)

Sample tasks from: Algebra Assessments Through the Common Core (Grades 6-12) Sample tasks from: Algebra Assessments Through the Common Core (Grades 6-12) A resource from The Charles A Dana Center at The University of Texas at Austin 2011 About the Dana Center Assessments More than

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems SCHOOL OF ENGINEERING & BUILT ENVIRONMENT Mathematics Numbers & Number Systems Introduction Numbers and Their Properties Multiples and Factors The Division Algorithm Prime and Composite Numbers Prime Factors

More information

Effect of Scaling on Perimeter, Area, and Volume

Effect of Scaling on Perimeter, Area, and Volume Effect of Scaling on Perimeter, Area, and Volume Reteaching 9 Math Course 3, Lesson 9 If the dimensions of a figure or object are to be changed proportionally, use these ratios between the two figures:

More information

Unit Maps: Grade 7 Math

Unit Maps: Grade 7 Math Rational Number Representations and Operations 7.4 Number and operations. The student adds, subtracts, multiplies, and divides rationale numbers while solving problems and justifying solutions. Solving

More information

Days (5) Essential Knowledge and Skills Suggested Instructional Activities Add. Info. Blooms: Essential Questions and Understandings

Days (5) Essential Knowledge and Skills Suggested Instructional Activities Add. Info. Blooms: Essential Questions and Understandings First Six Weeks Curriculum Guide Subject: Math 6 Virginia SOL 6.3 The student will a. identify and represent integers; b. order and compare integers; and c. identify and describe absolute value of integers.

More information

Spreadsheet EXCEL. Popular Programs. Applications. Microsoft Excel. What is a Spreadsheet composed of?

Spreadsheet EXCEL. Popular Programs. Applications. Microsoft Excel. What is a Spreadsheet composed of? Spreadsheet A software package (computer program) that can mix numbers, letters and perform simple mathematical operations. EXCEL Can be programmed Lab Lecture, part 1 Applications Accounting Statistical

More information

ANS:

ANS: Math 15-Spring 17-Final Exam Solutions 1. Consider the following definition of the symbol. Definition. Let x and y be integers. Write x y if 5x + 7y = 11k for some integer k. (a) Show that 1 4, 2 8, and

More information

9. Elementary Algebraic and Transcendental Scalar Functions

9. Elementary Algebraic and Transcendental Scalar Functions Scalar Functions Summary. Introduction 2. Constants 2a. Numeric Constants 2b. Character Constants 2c. Symbol Constants 2d. Nested Constants 3. Scalar Functions 4. Arithmetic Scalar Functions 5. Operators

More information

Willmar Public Schools Curriculum Map

Willmar Public Schools Curriculum Map Subject Area Mathematics Senior High Course Name Advanced Algebra 2B Date June 2010 Advanced Algebra 2B and Algebra 2B courses parallel each other in content and time. The Advanced Algebra 2B class is

More information

Recursion Chapter 3.5

Recursion Chapter 3.5 Recursion Chapter 3.5-1 - Outline Induction Linear recursion Example 1: Factorials Example 2: Powers Example 3: Reversing an array Binary recursion Example 1: The Fibonacci sequence Example 2: The Tower

More information

3.2 Recursions One-term recursion, searching for a first occurrence, two-term recursion. 2 sin.

3.2 Recursions One-term recursion, searching for a first occurrence, two-term recursion. 2 sin. Chapter 3 Sequences 3.1 Summation Nested loops, while-loops with compound termination criteria 3.2 Recursions One-term recursion, searching for a first occurrence, two-term recursion. In Chapter 2 we played

More information

Summer 2013 Modules 9-13

Summer 2013 Modules 9-13 Summer 201 Modules 9-1 Mastering the Fundamentals Chris Millett Copyright 201 All rights reserved. Written permission must be secured from the author to use or reproduce any part of this book. Academic

More information

2D Shapes, Scaling, and Tessellations

2D Shapes, Scaling, and Tessellations 2D Shapes, Scaling, and Tessellations Name(s): Sarah Hunter Title of lesson: How do different shapes fit together? Date of lesson: Week 2, Day 5 Length of lesson: 50 Minutes (1 Class Period) Description

More information

Pre-Calculus Mr. Davis

Pre-Calculus Mr. Davis Pre-Calculus 2016-2017 Mr. Davis How to use a Graphing Calculator Applications: 1. Graphing functions 2. Analyzing a function 3. Finding zeroes (or roots) 4. Regression analysis programs 5. Storing values

More information

1 Introduction. Counting with Cubes. Barringer Winter MathCamp, 2016

1 Introduction. Counting with Cubes. Barringer Winter MathCamp, 2016 1 Introduction Consider a large cube made from unit cubes 1 Suppose our cube is n n n Look at the cube from a corner so that you can see three faces How many unit cubes are in your line of vision? Build

More information

Homework Problem Set Sample Solutions

Homework Problem Set Sample Solutions Homework Problem Set Sample Solutions S.73 S.74 1. The recursive formula for a geometric sequence is aa nn+11 = 33. 9999(aa nn ) with aa 00 = 44. 0000. Find an explicit formula for this sequence. The common

More information

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

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

More information

Explicit And Recursive Sequences Practice Answer Key

Explicit And Recursive Sequences Practice Answer Key Explicit And Practice Answer Key Free PDF ebook Download: Explicit And Practice Answer Key Download or Read Online ebook explicit and recursive sequences practice answer key in PDF Format From The Best

More information

LP-Modelling. dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven. January 30, 2008

LP-Modelling. dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven. January 30, 2008 LP-Modelling dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven January 30, 2008 1 Linear and Integer Programming After a brief check with the backgrounds of the participants it seems that the following

More information

CCBC Math 081 Geometry Section 2.2

CCBC Math 081 Geometry Section 2.2 2.2 Geometry Geometry is the study of shapes and their mathematical properties. In this section, we will learn to calculate the perimeter, area, and volume of a few basic geometric shapes. Perimeter We

More information

Resources matter. Orders of Growth of Processes. R(n)= (n 2 ) Orders of growth of processes. Partial trace for (ifact 4) Partial trace for (fact 4)

Resources matter. Orders of Growth of Processes. R(n)= (n 2 ) Orders of growth of processes. Partial trace for (ifact 4) Partial trace for (fact 4) Orders of Growth of Processes Today s topics Resources used by a program to solve a problem of size n Time Space Define order of growth Visualizing resources utilization using our model of evaluation Relating

More information

CW High School. Algebra I A

CW High School. Algebra I A 1. Functions (20.00%) 1.1 I can solve a two or more step equation involving parenthesis and negative numbers including those with no solution or all real numbers solutions. 4 Pro cient I can solve a two

More information