Chapter 1: Functions Flashcards

1
Q

Week 1

What is a variable?

A

A variable is a quantity that can change e.g. time, height, age.

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

Week 1

What are the different types of variables.

A

There are two types of variables

  • Independent variables.
  • Dependent variables.

Independent variables are variable quantities that do not depend on other variables that you are trying to measure.

Dependent variables are variable quantities that do depend on other variables that you measure. This means that if you change the value of one variable, the value that depends on the one you changed will also change.

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

Week 1

What is a function?

A

If a variable y is dependent on a variable x in such a way that each value of x determines exactly one value of y, we say that y is a function of x.

Essentially a function is an operation that takes an input x, and performs a series of operations on it to output y.

Suppose that you are baking a cake. You mix all the ingredients (the input) and pop the batter into the oven (the function). The oven will then heat the batter and give you a cake (the output).

We can also infer that the output (y) is dependent on the input (x).

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

Week 1

What disqualifies a relation from becoming a function?

A

An equation that maps one x value to two y values cannot be a function.

Some examples of non-functional equations include:

  • The equation of a circle e.g. x2 + y2 = 25
  • The equation y = ± x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Week 1

What is the domain of a function?

A

The domain of a function is the set of all possible input values that the function can accept.

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

What is the range of a function?

A

The range of a function is the set of all real values that are a result of the input values.

f(x) is called the range of f.

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

Week 1

What is the co-domain of a function?

A

The co-domain of a function is the set of all possible output values that the function can produce regardless of the domain.

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

Week 1

Describe the graphical approach to find the domain of a function.

A

1) The denominator of a fraction cannot be 0
2) The square root expression in the numerator should be greater than or equal to zero.
3) The square root expression in the denominator should be greater than zero.

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

Week 1

Describe the graphical approach to find the range of a function.

A

1) Write the equation as f(x) = y
2) Express y as the function of x
3) Eliminate the values of y according to the question.
4) Find the question.

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

Week 1

Describe how to graph a function.

A

1) Identify the interval to sketch.
2) Take the x values and find the corresponding y values
3) Draw the x-y plane.
4) Calculate the x and y intercepts.
5) Mark the ordered pair in the x-y plane and sketch the graph.

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

Week 1

How do you test for a function?

A

The Vertical Line Test

  • The vertical line test is a visual way to determine if a graph is a function or not.
  • A function can only have one unique output. No vertical line can intersect the graph of a function more than once.
  • If it does, the graph is not a function.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe a piece-wise defined function.

A

When a function is defined in pieces by using different formulae on different parts of the domain is called a piece-wise function.

In a piece-wise function, the function changes based on the input value.

For example, different cake batters require different baking temperatures, so if you bake a red velvet cake instead of a vanilla cake, you will have to adjust the baking time accordingly in order to obtain a well-cooked cake.

Similarly, a piece-wise function can change itself based on the inputs it receives in order to output a coherent function.

An example of a function that is defined in pieces is the absolute value function.

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

Week 1

What is the Greatest Integer Function (GIF)?

A

The greatest integer function (also known as the integer floor function) is denoted using the following formula

f(x) = [[x]]

What the GIF does is that it rounds whatever x value it receives down to the nearest integer. For example

f(5.99) = [[5.99]] = 5


To learn more about the GIF and its graph, visit this link.

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

Week 1

What is the Least Integer Function (LIF)?

A

The least integer function (also known as the integer ceiling function) is denoted using the following formula

f(x) = [x]

What the LIF does is that it rounds whatever x value it receives up to the nearest integer. For example

f(5.01) = [[5.01]] = 6

To learn more about the LIF and its graph, visit this link.

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

Week 2

What is an even function?

A

The graph of an even function is symmetric to the y-axis.

If (x,y) exists, (-x,y) also exists.

Some examples of even functions include:

f(x) = x2
f(x)= x2 + 1

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

Week 2

What is an odd function?

A

The graph of an odd function is symmetric about the origin.

If (x,y) exists, (-x,-y) also exists.

Some examples of odd functions include:

f(x) = x3
f(x) = x6

17
Q

Week 2

Describe the different operations performed using functions i.e. addition, subtraction, multiplication, division.

A

Let’s assume you have two functions f(x) and g(x)

f(x) = x2
g(x) = x

Only four operations can be performed using these functions, which are:

  • Addition ( f(x) + g(x) = x2 + x )
  • Subtraction ( f(x) - g(x) = x2 - x )
  • Multiplication ( f(x) * g(x) = x3 )
  • Division ( f(x) / g(x) = x )

The domain of the resultant function is the intersection of the domain of f and the domain of g.

18
Q

Week 2

What is a composite function?

A

A composite function such as fog (x) (also known as f(g(x))) is a function of f that whose x value is another function g(x) in itself.

What is the domain of f(g(x))?

Let’s assume that f(x) = x2 + 5 and g(x) = 5x

f(g(x)) = f(5x) = (5x)2 + 5 = 25x2 + 5

The domain of f(g(x)) in this case is all real numbers or (-∞, +∞).

The ∞ of f(g(x)) in this case is [5, +∞).

19
Q

Week 2

How do you vertically and horizontally shift graphs?

A

The translations of graphs can happen in two ways: horizontal and vertical.

Horizontal Shift

Let’s assume that f(x) = x2

f(x+1) = (x+1)2 (horizontal shift 1 unit to the left.

f(x-1) = (x -1)2 (horizontal shift 1 unit to the right.

From this example, we can infer that a graph is shifted horizontally only when the value of x is changed.

Vertical Shift

Let’s assume that f(x) = x2

f(x) + 1 = x2 + 1 (vertical shift 1 unit up)

f(x) -1 = x2 - 1 (vertical shift 1 unit down)

From this example, we can infer that a graph is shifted horizontally only when the value of f(x) is changed.

20
Q

Week 2

Explain the concept of stretching and compressing a graph.

A

The scaling of graphs can be performed in two ways: horizontal and vertical.

Horizontal Scaling

Let’s assume that f(x) = x2

f(2x) = (2x)2 (horizontal compression by a factor of 2)

f(x/2) = (x/2)2 (horizontal stretch by a factor of 2)

From this example, we can infer that a graph is scaled horizontally only when the value of x is scaled.

Vertical Scaling

Let’s assume that f(x) = x2

2 * f(x) = 2(x2) (vertical stretch by a factor of 2)

1/2 * f(x) = 1/2(x2) (vertical compression by a factor of 2)

From this example, we can infer that a graph is shifted horizontally only when the value of f(x) is scaled.

21
Q

Week 2

Explain the concept of reflecting a graph.

A

If the graph of f(x) is multiplied with a scale factor c such that c = -1, one of two things can happen:

  • Reflection across the x-axis (-f(x))
  • Reflection across the y-axis (f(-x))