Chapter 20: Functions and Sequences

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:03 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

the numbers a functions uses are called ______ and the numbers it produces are called ________

input, output

2
New cards

domain

the set of all allowable inputs

3
New cards

if the domain of a function is not specified, then the domain will be the set of all real numbers except:

those numbers that produce a denominator of zero

those numbers that produce a negative radicand of an even-indexed root

4
New cards

range

the set of all possible outputs of the function

5
New cards

what is the range of f(x) √x +b

the set of all real numbers greater than or equal to b

6
New cards

what is the range of f(x) = x^n +c if n is a positive even integer

the set of all real numbers greater than or equal to c

7
New cards

what is the range of f(x) =x^n +c if n is a positive odd integer

all real numbers

8
New cards

what is the range of f(x) = ax+b if a cannot equal 0

all real numbers

9
New cards

what are the steps to determining the range of a function?

determine the function’s maximum possible output

determine the function’s minimum possible output

determine the values that cannot be outputs

10
New cards

when evaluating a compound function, work from the

inside out

11
New cards

compound function

composed of two or more nested functions

12
New cards

when a function is graphed, each point on the graph has coordinates

x, f(x)

13
New cards

the domain is the set of all possible ___ coordinates

x

14
New cards

the range is the set of all possible ___ coordinates

y

15
New cards
16
New cards

in many cases, the domain of a graphed function can be thought of as defining the ____ width of the graph, and the range can be though of as defining the graph’s ______ length

horizontal, vertical

17
New cards

when a question asks us to determine a function’s output when the input is an algebraic expression:

take the function and replace all values of x with the given algebraic expression and simplify

18
New cards

the process for solving symbolism problems is similar to evaluating functions for a specific value, in both cases, we

replace all instances of a certain variable with the given number

19
New cards

for all values of z, the symbol z^@ denotes the greatest integer less than or equal to z. what is the value of 5.1^@ + (-3.752)@ - 8@

5.1 —> 5

-3.752—> -4

-8 = -8

5+(-4) + (-8) = -7

20
New cards

when symbolism questions require us to create and solve an equation…

create the required equation by replacing each instance of the variable with the given value

21
New cards

the key to correctly solving function word problems is

to carefully input the proper data into the function

22
New cards

sequence

an ordered list of numbers, and it is also a function in which the domain is all positive integers

23
New cards

what is the common notation for a sequence?

an

24
New cards

recursive formula

the nth term of a sequence an is given in terms of its previous term or terms

25
New cards
26
New cards

how can you “translate” this question: if sequence A is defined by an=an-1+an-2 for n≥3 and a1=a2=2 what is a5?

a1=a2 —>the first two terms are both 1

an = an-1+ an-2 for n≥3 —> starting from the 3rd term, each term is the sum of the previous two terms

27
New cards

arithmetic sequence

a sequence where the difference between every pair of consecutive terms is the same

28
New cards

what is the equation to find an arithmetic sequence?

an = a1 + (n-1)d

where a1 is the first term and d is the common difference

29
New cards

what is the equation to find the some of the first n terms of an arithmetic sequence?

Sn = n/2 (a1 + an)

30
New cards

geometric sequence

a sequence where the ratio between every pair of consecutive terms is the same

31
New cards

what is the equation for geometric sequences?

an= a1 x rn-1

where a1 is the first term and r is the common ratio