Investigating Minimal Recursive Growth.  we choose starting terms a 1 … a k and then determine each later term  a 1 always equals zero  a 2 is any.

Slides:



Advertisements
Similar presentations
HIDDEN FACES INVESTIGATION
Advertisements

1.1 Operations with Integers BobsMathClass.Com Copyright © 2010 All Rights Reserved. 1 The Negative Integers are negative numbers only: {…, -3, -2, -1}.
KS3 Mathematics N4 Powers and roots
Bell Work: ½ is a member of what subsets of real numbers?
NO CALCULATORS!!!!!!!.  Integers are the whole numbers and their opposites (no decimal values!)  Example: -3 is an integer  Example: 4 is an integer.
Adding Integers. Adding Integers with the Same Sign Add the absolute values. The sum will have the same sign as the addends. Example 1 Find –2 + (-3)
Adding Integers with the Same Sign
2-4 Adding Integers Write and solve an addition expression for the following temperature change. The temperature dropped 2 degrees in one hour, the next.
Grade 9 Integer Review Review Day 1.
Operations with Integers PowerPoint
Rules of Integers. Positive numbers are numbers that are above zero. Negative numbers are numbers below zero.
Graphing Lines.  The best way to learn about lines is to work with them without a calculator.  We are going to practice graphing lines by finding our.
INTEGERS SYSTEM Panatda noennil Photakphittayakh om School.
2.1 The real #s and absolute value
The Basic of Algebra BY Nathaniel Jefferson. The Number Line  |  0 Always start at zero.
Basic Laws Of Math x
Digit Sums of the factors of a number An Investigation.
Exponents and Squares Numbers and Operations. Exponents and Powers Power – the result of raising a base to an exponent. Ex. 3 2 Base – the number being.
Exponents.
Exponents.
Subtracting Integers Section 2.3 To subtract integers, rewrite the subtraction problem as an addition problem. Study the examples below. 9 5 = 4 9 +
Subtracting Integers Algebraically. How to Subtract Integers Algebraically 1.Rewrite the problem  Keep the first number the same  Change the problem.
Adding Integers. Zero Pair = 0 Why it works… __________ Property says you can add or subtract zero without changing the value of an expression.
In this lesson you will learn another way to define a sequence — by a recursive rule. So far you have worked with explicit rules for the n th term of a.
Unit 5 – Series, Sequences, and Limits Section 5.2 – Recursive Definitions Calculator Required.
Positive and Negative numbers. Negative numbers A positive or negative whole number, including zero, is called an integer. For example, –3 is an integer.
Adding Integers and Developing Rules Correct answer is -15 What are you doing with the numbers? If both signs are negative how does that affect.
Binary A double zero educational presentation. Binary Basics Binary is the language computers use Only 1’s and 0’s can be found in Binary Very large numbers.
Number Line: Comparing and Ordering Integers LESSON 1.
What are Integers?? Many situations cannot be represented by whole numbers. You may need negative numbers to show a loss, a temperature below zero, or.
Compare and Order Decimals Less Than One 6N3.2. Get ready! Look at the table Which city has the longest subway system? Explain.
It says "ADD" but sometimes I really subtract.
BASIC OPERATIONS The four basic mathematical operations are: + Addition - - Subtraction × Multiplication ÷ Division.
 A good way to remember the order of operations is the acronym P.E.M.D.A.S. Follow each step in order it appears.  Parenthesis. If it falls in parenthesis,
Inequality Signs < means “is less than”  means “is less than or equal to” > means “is greater than”  means ”is greater than or equal to” Reading Inequalities.
INTEGER RULES. Adding Integers Adding IntegersRule # 1: Same Signs When adding integers with same signs, you add the numbers and write the common sign.
Definitions Add & Subtract Multiply & Divide ExponentsMixed.
EXPONENTS X2X2 X TO THE SECOND POWER OR X SQUARED X IS CALLED BASE 2 IS CALLED EXPONENT Use x as a factor 2 times X * X.
Ch 3.1 Add and Subtract Signed Numbers Vocabulary Op posites :2 numbers the same distance from 0 but in opposite directions
Opener Evaluate when x = 4.. Test Review Simplifying Exponent Rules.
SEQUENCES. Introduction The symbols and words of Sequences n is a symbol used all the time in sequences n simply represents a counting number.
Comparing Numbers Adding Positive & Negative Numbers Subtracting Positive & Negative Numbers Algebraic Expressions Miscellaneous 100.
Integers. Definition Positive integer – a number greater than zero
Ch. 10 – Infinite Series 9.1 – Sequences. Sequences Infinite sequence = a function whose domain is the set of positive integers a 1, a 2, …, a n are the.
Operations with Integers PowerPoint Created By: Miss Henry.
Integers Integers are positive whole numbers, their opposites (negatives), and zero.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 5 Number Theory and the Real Number System.
Adding, Subtracting, Multiplying, and Dividing Integers
Sequences Saturday, 02 June 2018
Integer Operations! A Slide Show by Mrs. Farrell.
Negative Numbers.
Number Theory and the Real Number System
Addition of Signed Numbers
Exponents 8/14/2017.
Warm Up: *Hand in Task Sheet! (P5)
Integers.
§ 4.4 The Natural Logarithm Function.
Powers and Exponents.
Adding, Subtracting, Multiplying, and Dividing Integers
Using Recursive Rules for Sequences
Sequences Friday, 23 November 2018
Number Theory and the Real Number System
Linear sequences A linear sequence is a name for a list of numbers where the next number is found by adding or subtracting a constant number. Here is an.
9.1: Introduction to Sequences
Unit 4 Scientific Notation
Review of Integers and Solving Equations
Sequences Wednesday, 22 May 2019
§5.2, The Integers; Order of Operations
Presentation transcript:

Investigating Minimal Recursive Growth

 we choose starting terms a 1 … a k and then determine each later term  a 1 always equals zero  a 2 is any number, or zero  a 3 you pick any number that is greater than or equal to a 1 + a 2 = a 2  For a 2 to a k, must obey the rule that a n greater than or equal to max {a i + a n-i } for i=1…n-1  Then for n > k we define a n = max {a i + a n-i } for i=1…n-1  Is there a shortcut?

 For example if the starting points are 0, 1, 2, 4, and 9 then what are the next five terms? a10 a21 a32 a44 a59 a69 a710 a811 a913 a1018

This is the Mathematica program to get the 1 st 25 terms clear[a] a[1]=0; a[2]=1; a[3]=2; a[4]=4; a[5]=9;

a10 a21 a32 a44 a59 a10 a25 a310 a415 a520 a10 a23 a36 a48 a59 a10 a22 a32 a44 a56

a10 a21 a32 a44 a59 a69 a710 a811 a913 a1018 a1118 a1219 a1320 a1422 a1527 a1627 a1728 a1829 a1931 a2036 a2136 a2237 a2338 a2441 a2545

a10 a23 a36 a48 a59 a612 a714 a816 a918 a1020 a1122 a1224 a1326 a1428 a1530 a1632 a1734 a1836 a1938 a2040 a2142 a2244 a2346 a2448 a2550

a10 a25 a310 a415 a520 a625 a730 a835 a940 a1045 a1150 a1255 a1360 a1465 a1570 a1675 a1780 a1885 a1990 a2095 a21100 a22105 a23110 a24115 a25120

a10 a22 a32 a44 a56 a68 a78 a810 a912 a1012 a1114 a1214 a1316 a1418 a1518 a1620 a1720 a1822 a1924 a2024 a2126 a2226 a2328 a2430 a2530

 If the starting points are 0, 1,2, 4, and 9 then the next terms can be calculated by adding the last given term to the first to give the a 6 term then add the last term to second term to get a 7 and add last term to third term to get a 8 and add last term to fourth term to get a 9 and add last term to itself to get a 10  We found 0,1,2,4,9 by evaluating f(x) at the integers, for f(x) continuous, differentiable, increasing, and concave up on (1, 5).

 By concave up or flat we mean f’’(x) ≥ 0  for any two a i, a j where 1 ≤ i < j ≤ k  a h for i ≤ h ≤ j lies below or on the line connecting a i and a j  The shortcut says that a n = pa k + a q where n=pk+q, 0 ≤q<k

 We conjecture that to have the shortcut the starting points should be found by evaluating f at the integers, for f continuous, differentiable, increasing, and concave up on (1, k).  If for a i, a j where 1 ≤ i < j ≤ k, we have that a h for i ≤ h ≤ j lies on or below the line connecting a i and a j  Then a n = pa k + a q where n=pk+q, 0 ≤q<k

Our sequences are examples of Operads. Illustrate the Vincent Ferreiro, Jack F. Douglas, James Warren, and Alamgir Karim Measurements they took in 2002 as certain crystals formed in solution. Their first study was Graph of sinusoidal model of Crystal growth is very similar to one of our zigzag series of graphs C 0,0,0,0,0,1,2,3,4,5,6 Dr. STEFAN FORCEY’s N-fold operads research Graph of experimental Crystal growth is very similar to one of our graphs