Download recursive sequences ppt

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

Ambiguity wikipedia , lookup

Non-standard analysis wikipedia , lookup

Karhunen–Loève theorem wikipedia , lookup

Abuse of notation wikipedia , lookup

Elementary algebra wikipedia , lookup

Structure (mathematical logic) wikipedia , lookup

Laws of Form wikipedia , lookup

Functional decomposition wikipedia , lookup

Series (mathematics) wikipedia , lookup

Number theory wikipedia , lookup

Sequence wikipedia , lookup

Large numbers wikipedia , lookup

Collatz conjecture wikipedia , lookup

Hyperreal number wikipedia , lookup

Arithmetic wikipedia , lookup

Transcript
10-6-14
Recursive Formulas
For Arithmetic
Sequences
4/29/2017
Do you know the definition
of “recursive”?
According to Merriam Webster:
relating to a procedure that can
repeat itself indefinitely
10-6-14
Mathematically Speaking
Recursive Formula:
– Formula where each term is based on the
term before it.
Arithmetic Sequence:
– Sequence with a constant difference between
terms.
Domain of arithmetic sequences
You can use arithmetic sequences
as linear functions to model realworld situations. While the domain
of some linear functions is the set of
all real numbers, the domain of an
arithmetic sequence as a linear
function is the set of counting
numbers, {1, 2, 3, 4, …}.
4/29/2017
Example
•
•
Consider the sequence generated by
2000, 2040, 2080, 2120, 2160,. . .
Describe this sequence in words.
ìïa1 = 2000
í
ïîan = an-1 + 40
n = positive integers ≥ 2
How is a recursive
function represented?
1-6-14
10/6/14
YOU TRY: Write an arithmetic sequence for
the range of this sequence,
If you buy a new car, you might be advised
to have an oil change after driving 1000
miles and every 3000 miles thereafter. Then
the following sequence gives the mileage
when oil changes are required:
1000 4000 7000 10000 13000 16000
ìïa1 =1000
í
ïîan = an-1 + 3000
n = positive integers ≥ 2
Another example; This time write the
recursive formula
• Briana borrowed $870 from her parents for
airfare to Europe. She will pay them back
at the rate of $60.00 per month. Let an be
the amount she still owes after n months.
Find a recursive formula for this sequence.
ìïa1 = 870
í
ïîan = an-1 - 60
n = positive integers ≥ 2
Graph of an Arith. Seq.
• Discrete Domain and
Range
• Constant Increase or
Decrease
• Your first input is 1,
not 0
ìïa1 =1
í
ïîan = an-1 + 2,
n³2
4/29/2017
3-8
Explicit Formulas
For Arithmetic
Sequences
4/29/2017
Arithmetic Sequences
Explicit Formula
– Formula where any term can be found by
substituting the number of that term.
– We can develop an explicit formula for an
Arithmetic Sequence from the recursive
formula
4/29/2017
Explicit Formula
a1  1000

an  an1  3000; n  2
n
1
2
3
4
an
1000
1000+3000=4000
4000+3000=7000
7000+3000=10000
an  a1  (n  1)d
d
3000
3000
3000
4/29/2017
• So, for our oil change example, the explicit
formula looks like:
an  1000  (n  1)3000
10/22/13
Examples
1. Find the 40th term of the arithmetic
sequence 100,97,94,91,…..
2. In a concert hall the 1st row has 20 seats
in it, and each subsequent row has 2
more seats than the row in front of it. If
the last row has 64 seats, how many
rows are in the concert hall?
3. Answer 23 rows!