Chapter 1 - Functions and Models Flashcards

(47 cards)

1
Q

Function

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Euler’s notation

A

f(x)/ (f^-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Trigonometric Values

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

composition of functions

A

f(g(x))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

exponential function

A

y=ab^x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

inverse function

A

f(g(x)) = x

g(f(x)) = x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

logarithm rules

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Intermediate Value Theorem

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What functions are continous?

A

polynomials any rational function is continuous wherever it is defined; that is, it is continuous on its domain.

Sinx and cosx are continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

continuous on an interval

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A function is continuous at a number if

A

lim x-> a f(x) = f(a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If f(x) and g(x) are continuous at a and c is a constant, then the following functions are also continuous at:

A

f + g
f -g
cf
fg
f/g if g does not equal 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

rational function

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The following types of functions are continuous at every number in their domains:

A

polynomials, rational functions, root functions, trigonometric functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Continuity of Composite Functions Theorem

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Vertical asymtope

A

the line x = a
example:
2x/x-3
the vertical asymtope is x=3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

When can’t limit laws be applied?

A

when we are dealing with infinite limits, because infinity is not a number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The function has a vertical asymptote at x = a if…

A

lim x-> a f(x) = -/+ infinity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Types of limits

A

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/)

20
Q

The two-sided limit lim x-> a f(x) exists when…

A

the one-sided limits exist and are both equal

21
Q

A function is continuous at a if…

A

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)

22
Q

A function is continuous on an interval if…

A

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)

23
Q

Limit laws

A

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

24
Q

Squeeze Theorem

A

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 -> -/+∞

25
lim x -> 0 six(x)/x
=1
26
if -f(x) = f(-x)
odd example: f(x) = x^5 + x
27
Power functions
polynomial functions of the form f(x) = x^n
28
Rational functions
Let P(x) and Q(x) be polynomials. Then R(x) = P(x) / Q(x) is a rational function. The domain is the set of real numbers such that Q(x) does not equal 0. vertical asymtopes when Q(X) = 0
29
Trigonometric Functions
SOH CAH TOA (sine is opposite over hypotenuse, etc.)
30
sinπ/3
√3/2
30
sinπ/6
1/2
31
sin(π)
0
32
cosπ/6
√3/2
33
cosπ/3
1/2
34
cosπ/2
0
35
(cosx, sinx)
(x,y)
36
tanx
sinx/cosx -vertical asymtopes at x = -π/2, π/2, 3π/2
37
If h(t) is a horizontal line then...
the limit does not exist because h(t) does not approach any number
38
When using limit laws...
Assume the limits of f(x) and g(x) exist
39
If f(x) < g(x) when x is approaching a and they both exist then...
lim x -> a f(x) < lim x -> a g(x)
40
The function discontinuous if
- when the graph has a break example: x^2 - x - 2 / x - 2 - when the left and right limits do not agree example: greatest integer function continuities: - jump - infinite - removable
41
To prove that a function is continous on an interval
need to prove that the function is continous on the right of the interval and continous from the left of the interval
42
limits of composite functions
if and only if both functions are continous and the limit exists
43
then the composite function of f(g(x)) is continuous at a
if g is continous at a and f is continuous at a example F(x) = 1/√x^2 + 7 - 4 F(x) = f(g(h(k(x))) f(x) = 1/x g(x) = x - 4 h(x) = √x. k(x) = x^2 + 7 check the domain of all of the input in order to find the domain of the function
44
Limits to infinity
describes the end behavior of a function, usually for vertical asymtopes - like lim x -> 0 (1/x^2) = ∞
45
Limits at infinity
The dependent variable approaches a finite number as the independent variable becomes arbitrarily large lim x→∞ f(x) = L - usually for horizontal asymtopes
46
When evaluating a large fraction polynomial
- divide the numerator and the denominator by the highest power of x in the denominator - multiply the numerator and denominator by the positive/negative reciprocal (usually to get rid of the square root)