Unit 1 - Sequences & Functions Flashcards

1
Q

**

How is rate of change different from constant multiplier

A

Rate of change means you are adding the same number repeatedly to generate terms; constant multiplier means you are multiplying the same number repeatedly to generate terms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you check if a sequence is arithmetic?

A

Subtract pairs of consecutive terms. Do you get the same number each time? If yes –> seq is arithmetic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the sentence template for describing a sequence?

A

“The starting term is ____, then each following term is ____ than the previous term”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are other names for a constant multiplier?

A

Growth factor & common ratio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you check if a sequence is geometric?

A

Divide pairs of consecutive terms. Is the ratio always the same? If yes –> seq is geometric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How, in general, do you describe a sequence?

A

By stating the starting term, then by saying how each term relates to the one before it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the next term in the sequence 3, 5, 7, 9, 11?

A

13 (add 2 each time)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is a term related to a sequence?

A

Terms are the components of a sequence (if there aren’t any terms you can’t have a sequence)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between arithmetic and geometric sequences?

A

Arithmetic sequences have a constant additive pattern, while geometric sequences have a constant multiplicative pattern

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you find the constant multiplier if it isn’t obvious right away?

A

Divide pairs of consecutive terms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you find the rate of change if it isn’t obvious right away?

A

Subtract pairs of consecutive terms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give an example of a sequence that is both arithmetic & geometric

A

2, 2, 2, 2, …
3, 3, 3, 3, …
1/2, 1/2, 1/2, …

(rate of change is 0 & constant multiplier is 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a sequence?

A

A list of numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the two main types of sequences we’ve studied?

A

Arithmetic & Geometric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a geometric sequence?

A

A sequience where each term is generated by multiplying a constant by the previous term

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you know when your rate of change will be negative?

A

When the sequence is decreasing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What must be true about the constant multiplier, if the terms in a geometric sequence are increasing?

A

The constant multiplier is greater than 1

18
Q

What is the constant in an arithmetic sequence called?

A

Common difference or rate of change

19
Q

What equation is used for geometric sequences?

A

Current Term =
Constant * Previous Term

20
Q

What equation is used for arithmetic sequences?

A

Current Term =
Constant + Previous Term

21
Q

If a geometric sequence is decreasing, is the common ratio still called a growth factor?

A

Yes

22
Q

What is the first number of a sequence called?

A

The “initial term” or “first term”

23
Q

How can you tell when a geometric sequence is decreasing?

A

When the growth factor is a number less than 1

24
Q

What are the 3 parts of the recursive function definition of a sequence?

A
  1. The starting term
  2. Rule for making new terms
  3. Domain of the rule
25
Q

How can you identify whether a sequence is arithmetic or geometric from the function notation?

A

Look at the signs used (+constant for arithmetic; Xconstant for geometric)

26
Q

What do we really mean by “the domain of the rule”?

A

It describes which terms the repetitive pattern is used for

27
Q

What is the input of a sequence?

A

The term number / step number

28
Q

What is the output of a sequence?

A

The value of the term

29
Q

What information does f(n) give us?

A

The term number we are on AND the value of the term

ex: f(12)=50 tells us we are on term 12 and the value of that term is 50

30
Q

What does f(n-1) represent?

A

The value of the previous term

31
Q

What would the +5 in f(n)=f(n-1)+5 represent?

A

The rate of change is 5

32
Q

How do you find the rate of change from a graph?

A

Look at your y-values and find the pattern by finding the difference in consecutive coordinate points.

33
Q

What does a domain of “n≥2” really mean?

A

The rule gets used to find term 2 and every term after

34
Q

What are the 4 ways we can represent sequences?

A
  1. List of numbers
  2. Table
  3. Graph
  4. Function
35
Q

True or False:

Arithmetic & Geometric sequences always have recursive definitions

A

True

36
Q

What are “consecutive” terms?

A

Terms next to each other in a sequence (aka terms that follow right after each other)

37
Q

Why do we have to state the starting term in our recursive definition?

A

Because two sequences can have the same rule (ex: +2) but have different starting terms

38
Q

How do you find the input of a sequence from a graph?

A

Look at the x-coordinates

39
Q

How would you interpret f(1)=4?

A

Term #1 has a value of 4.

40
Q

What is the recursive definition for the sequence: 2, 4, 6, 8, 10, 12, 14… ?

A

F(1) = 2,
F(n) = F(n - 1) + 2
for n ≥ 2

41
Q

What is the advantage of using a graph over a table for sequences?

A

The graph can quickly show whether a sequence is arithmetic (looks linear) or geometric (looks exponential)

42
Q

How is what n represents different from what f(n) represents?

A

n represents an input
f(n) represents an output