Download An Application of Inductive Reasoning: Number Patterns

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Sequence wikipedia , lookup

Large numbers wikipedia , lookup

Hyperreal number wikipedia , lookup

Collatz conjecture wikipedia , lookup

Elementary mathematics wikipedia , lookup

Addition wikipedia , lookup

Transcript
Chapter 1
The Art of
Problem
Solving
© 2008 Pearson Addison-Wesley.
All rights reserved
Chapter 1: The Art of Problem Solving
1.1 Solving Problems by Inductive
Reasoning
1.2 An Application of Inductive Reasoning:
Number Patterns
1.3 Strategies for Problem Solving
1.4 Calculating, Estimating, and Reading
Graphs
1-2-2
© 2008 Pearson Addison-Wesley. All rights reserved
Chapter 1
Section 1-2
An Application of Inductive
Reasoning: Number Patterns
1-2-3
© 2008 Pearson Addison-Wesley. All rights reserved
An Application of Inductive
Reasoning: Number Patterns
•
•
•
•
Number Sequences
Successive Differences
Number Patterns and Sum Formulas
Figurate Numbers
1-2-4
© 2008 Pearson Addison-Wesley. All rights reserved
Number Sequences
Number Sequence
A list of numbers having a first number, a second
number, and so on, called the terms of the sequence.
Arithmetic Sequence
A sequence that has a common difference between
successive terms.
Geometric Sequence
A sequence that has a common ratio between successive
terms.
1-2-5
© 2008 Pearson Addison-Wesley. All rights reserved
Successive Differences
Process to determine the next term of a sequence
using subtraction to find a common difference.
1-2-6
© 2008 Pearson Addison-Wesley. All rights reserved
Example: Successive Differences
Use the method of successive differences to find the
next number in the sequence.
14, 22, 32, 44,...
14
22
8
32
10
2
44
12
2
58
14
2
Find differences
Find differences
Build up to next term: 58
1-2-7
© 2008 Pearson Addison-Wesley. All rights reserved
Number Patterns and Sum
Formulas
Sum of the First n Odd Counting Numbers
If n is any counting number, then
1 3  5 
 (2n  1)  n 2 .
Special Sum Formulas
For any counting number n,
(1  2  3 
 n)2  13  23   n3
n(n  1)
and 1  2  3   n 
.
2
1-2-8
© 2008 Pearson Addison-Wesley. All rights reserved
Example: Sum Formula
Use a sum formula to find the sum
1 2  3 
 48.
Solution
Use the formula 1  2  3 
with n = 48:
n(n  1)
n
2
48(48  1)
 1176.
2
1-2-9
© 2008 Pearson Addison-Wesley. All rights reserved
Figurate Numbers
1-2-10
© 2008 Pearson Addison-Wesley. All rights reserved
Formulas for Triangular, Square,
and Pentagonal Numbers
For any natural number n,
n(n  1)
the nth triangular number is given by Tn 
,
2
the nth square number is given by Sn  n , and
2
n(3n  1)
the nth pentagonal number is given by Pn 
.
2
1-2-11
© 2008 Pearson Addison-Wesley. All rights reserved
Example: Figurate Numbers
Use a formula to find the sixth pentagonal
number
Solution
n(3n  1)
Use the formula Pn 
2
with n = 6:
6[6(3)  1]
P6 
 51.
2
1-2-12
© 2008 Pearson Addison-Wesley. All rights reserved