Functions Flashcards

1
Q

Function

A

A function f is a rule that assigns to each element x in a set D exactly one element, called f(x), in a set E.

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

What makes a function well-defined?

A

Well-defined functions must have a single output value for any given input value

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

Domain

A

The set D is called the domain of f (the ‘input values’).

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

What is the domain if the domain is not explicitly stated?

A

If the domain is not explicitly stated then the domain is the set of all numbers for which the formula makes sense and defines a real number

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

Range

A

The range of f is the set of all possible values of f(x) as x varies throughout the domain (the ‘output values’)

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

Graphs of functions

A

If f is a function with domain D then its graph is the set of ordered pairs
{(x,f(x))|x ∈ D}
so the graph of f consists of all points (x,y) in the coordinate plane such that y = f(x) and x is the domain of f.

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

Piecewise function

A

If a function is defined by different formulas in different parts of its domain then it is called a piecewise function

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

Even function

A

If a function f satisfies f(−x) = f(x) for every number x in its domain, then f is called an even function.

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

Odd function

A

If a function f satisfies f(−x) = −f(x) for every number x in its domain, then f is called an odd function.

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

Increasing function

A

A function f is increasing on an interval I if f (x1) < f (x2) whenever x1 < x2 in I.

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

Decreasing function

A

A function f is decreasing on an interval I if f(x1) > f(x2) whenever x1 < x2 in I.

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

Polynomial

A

A function P is a polynomial if
P(x) = anx^n+ a(n−1)x^(n−1) + … + a2x^2 + a1x + a0
where n is a nonnegative integer and the numbers a0, a1, a2,…,an are constants

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

Degree of a polynomial

A

If the leading coefficient an does not equal 0 then the degree of the polynomial is n.

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

Power function

A

A function of the form f(x) = x^a, where a is constant is called a power function.

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

Root function

A

A power function (f= x^a) where a = 1/n, where n is a positive integer is a root function

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

Reciprocal function

A

A power function (f =x^a) where a = −1 (f(x) = 1/x) is a reciprocal function

17
Q

Range of sin and cos functions

A

Range is the closed interval [−1, 1].

18
Q

secx

A

secx= 1/cosx

19
Q

cscx

A

cscx= 1/sinx

20
Q

cotx

A

cotx= 1/tanx

21
Q

Exponential functions

A

Exponential functions take the form f(x) = b^x where the base, b, is a positive constant.

22
Q

Logarithmic functions

A

Logarithmic functions take the form g(x) = logb x where the base, b, is a positive constant.

23
Q

The natural logarithm

A

The natural logarithm, ln x = loge x , is the special case where the base is e = 2.71828…, the unique number whose natural logarithm is equal to one.

24
Q

y = f(x) + c translation

A

the graph of y = f(x) shifts c units upward

25
Q

y = f(x) − c translation

A

the graph of y = f(x) shifts c units downward

26
Q

y = f(x − c) translation

A

the graph of y = f(x) shifts c units to the right

27
Q

y = f(x + c) translation

A

the graph of y = f(x) shifts c units to the left

28
Q

How do translations of functions arise?

A

Translations of functions arise by adding or subtracting a constant, c, to the function or its argument

29
Q

How does stretching of a function arise?

A

Stretching of functions arises by multiplying or dividing the function or its argument by a constant, c.

30
Q

y = cf(x) transformation

A

the graph of y = f(x) stretches vertically by a factor of c

31
Q

y = f(x)/c transformation

A

the graph of y = f(x) shrinks vertically by a factor of c

32
Q

y = f(cx) transformation

A

the graph of y = f(x) shrinks horizontally by a factor of c

33
Q

y = f(x/c) transformation

A

the graph of y = f(x) stretches horizontally by a factor of c

34
Q

How do reflections of functions arise?

A

Reflections of functions arises by multiplying the function or its argument by −1.

35
Q

y = −f(x) transformation

A

the graph of y = f(x) reflects about the x-axis

36
Q

y = f(−x) transformation

A

the graph of y = f(x) reflects about the y-axis

37
Q

Composite functions

A

Given two functions, f and g, the composite function, f ◦ g (also called the composition of f and g) is defined by
(f ◦ g)(x) = f(g(x)).