Chapter 1 - Functions and Models Flashcards
(47 cards)
Function
a group of/ rule which maps each element of a set called the domain into another set called the range and has only one output.
Euler’s notation
f(x)/ (f^-1)
Trigonometric Values
0 0 1 0
——————–
π/6 (1/2) √3/2 ( 1/√3)
——————–
π/4 (√2/2) (√2/2) 1
——————-
π/3 (√3/2) 1/2 (1/√3)
——————-
π/2 1 0 undef.
composition of functions
f(g(x))
exponential function
y=ab^x
inverse function
f(g(x)) = x
g(f(x)) = x
logarithm rules
log b (xy) = log b X + log b Y
log b ( x/y) = log b X - log b Y
log b ( x ^p) = p log b X
Intermediate Value Theorem
if f(x) is continuous on the interval (a,b) and N is between f(a) and f(b) so f(a) < N < f(b) or f(b) < N f(a). Then there exists c with a < c < b such that f(c) = N.
In geometric terms it says that if any horizontal line y = N is given between y = f(a) and y = f(b), then the graph of f can’t jump over the line. It must intersect y = N somewhere.
- useful for showing that an equation has a solution in some interval
What functions are continous?
polynomials any rational function is continuous wherever it is defined; that is, it is continuous on its domain.
Sinx and cosx are continuous
continuous on an interval
a function f is continuous on an interval if it is continuous at every number in the interval. (The function needs to be continuous from the right at the left endpoint of the interval and from the left at the right endpoint of the interval)
example:
- interval [-1,1]
- f(x) needs to be continuous from the right at -1 and from the left at 1.
A function is continuous at a number if
lim x-> a f(x) = f(a)
If f(x) and g(x) are continuous at a and c is a constant, then the following functions are also continuous at:
f + g
f -g
cf
fg
f/g if g does not equal 0
rational function
is a function that can be expressed as the ratio of two polynomials. It has the form:
f(x)=P(x)/Q(x)
- they are continuous on their domain
- you can find the limit by just plugging in the x-value
The following types of functions are continuous at every number in their domains:
polynomials, rational functions, root functions, trigonometric functions
Continuity of Composite Functions Theorem
If g is continuous at a and f is continuous at g(a), then the composite function f o g given by (f o g)(x) is continuous at a
Vertical asymtope
the line x = a
example:
2x/x-3
the vertical asymtope is x=3
When can’t limit laws be applied?
when we are dealing with infinite limits, because infinity is not a number
The function has a vertical asymptote at x = a if…
lim x-> a f(x) = -/+ infinity
Types of limits
lim x-> a f(x)
lim x-> a+ f(x)
lim x-> a- f(x)
lim x-> -/+ infinity f(x)
(there are more I just can’t attach refer to https://quizlet.com/1007618962/chapter-1-in-the-essential-calculus-early-transcendentals-flash-cards/)
The two-sided limit lim x-> a f(x) exists when…
the one-sided limits exist and are both equal
A function is continuous at a if…
1) f(a) is defined
2) lim x->a exists
3) limx->a f(x) = f(a)
(the same is true for the left and right limits)
A function is continuous on an interval if…
f(x) is continuous at c for all c in the interval. (if the left endpoint a is included in I, then f(x) has to be continous from the right at a)
Limit laws
lim (f±g) = lim f ± lim g
lim (c ⋅ f) = c ⋅ lim f
lim (fg) = lim f ⋅ lim g
lim (f/g) = lim f / lim g for lim g ≠ 0
lim √f(x) = √lim f(x)
lim c = c
lim xⁿ = aⁿ
lim x = a
Squeeze Theorem
If f(x) ≤ g(x) ≤ h(x) for all x near a
and lim x→a f(x) = limx→a h(x) = L
then
limx→a g(x) = L
- the squeeze theorem also applies to one-sided liits and limits x -> -/+∞