functions Flashcards
(35 cards)
function
a rule f that assigns every x in a domain D, exactly one element f(x) in a codomain (set) E
arise whenever one quantity depends on another.
test if something is a function
vertical line test
function can only have one output y, for each unique input x
check if function is one to one
Horizontal line test : if any horizontal line intersects the graph only once then the function is one-to-one
f(x) = f(y) , x=y OR
x ≠ y , f(x) ≠ f(y)
composite functions
if f & g are functions and the range of g(inner) overlaps with the domain of f, then we can compose these 2 functions
even function
function is even if f(x) = f(-x) for every value of x in domain.
symmetric/reflection abt y axis
odd function
a function is odd if -f(x) = f(-x) (OR f(x) = -f(-x) , same thing) for every value of x in the domain
symmetric about origin
rotation 180
difference between range and codomain
codomain -all possible theoretical output values
range contained inside codomain
when can composition take place
you are able to compose 2 functions g(f(a)) only if the range of the input is contained in the domain of output
rational function
f(x) = P(x) / Q(x)
where Q(x) cannot = 0
degree of P(x) should be less than degree of Q(x)
piece wise functions
function who’s domain is partitioned into several intervals on which the function may be defined differently
absolute value function
type of piecewise function
f(input) = |input| = { input of input >=0, -(input) of input<0
vertical asymptote
A vertical asymptote occurs at x=a if the graph moves infinitely up or down as x gets closer to a
find domain of composite functions
Identify domain restrictions of the inner function
Find composite function
Identify domain restrictions of the composite function
Final domain includes both restrictions
OR (both do same thing)
Find domain of inner and outer
Domain = inner + value of x that would give domain of outer
|5x +9| = -3
no real solution
cant get a negative value out of absolute value
|2x-4| < 10
put pos and neg values on either side of eqn
-10 <2x-4< 10
V asymptotes rational functions
set the denominator to zero and solve.
inverse functions defn
reflection about y=x line.
Let f have a domain A range B. If f is one-to-one, then the inverse function of f is called f^-1 where the domain of f^-1 is B, and the range is A.
find inverse
Write y=f(x)
Manipulate y=f(x) until you get f^-1(y)=x
Write y=f^-1(x)
If og function is not one-to-one (eg. parabola) have to restrict domain , making it one-to-one → x>=0 OR x<=0
logex
ln(x)
logb (xy)
= logbx + logby
logb(x/y)
= logbx - logby
logb(x^r)
= rlogb(x)
ln(e^x))
=x
e^ln(x)
=x