Functions and Sequences Flashcards
what is the term for the set of all inputs for a function?t
the domain of the function
what is the term for the set of all possible outputs of a function?
the range of the function
what are the two major concerns when identifying the domain of a function on the GMAT?
1) cant take the square root of a negative number
2) cant divide by 0
how do you evaluate compound functions?
evaluate the innermost first then work your way out
how do you determine minimum and maximum values of a quadratic function?
for quadratic function in the form f(x) = ax^2+bx+c (where a != 0):
- if a > 0, the minimum of f occurs at x=-b/(2a)
- if a < 0, the maximum of of occurs at x=-b/(2a)
how to use the vertical line test to assess whether something is a function?
a given x value can have only 1 corresponding y value if it has more than one it fails the vertical line test and is not a function
range of function questions
generally in the form f(x)=k*x^n + c, where n is a positive, even integer, and k is nonzero.
The minimum value of x^n is zero (when x=0). Then, if k>0, then the range is all real numbers >=c, if k<0, the range is all real numbers <=c.
symbolism in function evaluation
a#b = a+b-(a/b) -» pound symbol is to be taken as an operator/function describing how when “a operates on b” the following set of operations occurs to a and b
*see screenshot
what is a good strategy for testing whether a certain function property holds for all input values?
plug in values for the given variables and see if the property holds true
ex: for f(x) = x^2 does f(m+n) = f(m) +f(n)? Let m =1, n=1, (1+1)^2 != 1^2 + 1^2 since 4 != 2.
T/F: we need to be prepared to evaluate functions where the output is described in words
True
ex: g(x) is the largest prime number less than or equal to x. so g(8) = 7
what is a sequence?
an ordered list of numbers in which the order of the numbers is explained by a formula (a sequence is actually a function whose domain is all positive integers)
ex: sequence f(n) 3*(n-1) for n =1,2,3,…. yields, 0,3,6,9,…
every sequence has a rule or formula that governs the sequence
without the rule we CANNOT make any conclusions about the value of any term in the sequence. if first few terms are given, but the rule is not, we cannot infer any further terms
what is an arithmetic sequence?
sequence in which the difference between every pair of two consecutive terms is the same. it has formula:
a_n = a_1 + (n-1)*d, where a_n is the Nth term in the sequence, a_1 is the first term of the sequence, and d is the common difference
how do you find the sum of the first n terms of an arithmetic sequence
sum of the first n terms of an arithmetic sequence is:
S_n = n* ((a_1+a_n)/2) – note this is leveraging the fact that for an evenly spaced set of numbers the average can be calculated as (first+last)/2, then multiply that average by the number of items in the sequence to get the sum
commonly spaced tick marks on a line
if x and y are consecutive values on a number line with equally spaced tick marks and x<y, then the common difference between tick marks is y-x