Module 28: Functions and Sequences Flashcards
Domain of a function
The set of all possible INPUTS of the function
Range of a function
The set of all possible OUTPUTS of the function
Limitations of the domain of a function (2)
1) We can’t divide by 0
2) We can’t take the square root of a negative number
How to solve a compound function
Work from the inside out
Range of f(x) = kx^n + c
If k > 0, range is all real numbers >= c
If k < 0, range is all real numbers <= c
In order to find the solution to a recursive formula for X, we must know ____
the value of each step before X.
arithmetic sequence
A sequence in which the “common difference” (value) between each number is the same.
Sum of first N terms in an arithmetic (constant) sequence
Sn = n/2 (a1 + an)
n = number of terms a1 = first term an = final term
Geometric sequence
A sequence in which the difference between each number forms a “common ratio.” (multiplies the previous term by X)