Functions - [Pure 3]. Flashcards

1
Q

What is the difference between the domain and range of a function?

A

The Domain is the set of x-values which satisfy a function and the Range is the set of y-values which satisfy a function.

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

What does the symbol mean?

A

… is an element of.

(part of…)

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

What does the symbol mean?

A

… not an element of.

(not part of…)

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

What does the symbol mean?

A

the set of natural numbers.
{e.g. 1,2,3…}.

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

What does the {x1,x2,…} mean?

A

the set with the elements x1,x2,…

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

What does the {x: …} mean?

A

the set of all x such that…

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

What does the symbol mean?

A

the set of integers.
{e.g. 0, ±1, ±2, ±3,…}.

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

What does the + symbol mean?

A

the set of positive integers.
{e.g. 1,2,3,…}.

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

What does the +0 symbol mean?

A

the set of non-negative integers (includes zero).
{e.g. 0,1,2,3,…}

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

What does the symbol mean?

A

the set of real numbers.

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

What does the symbol mean?

A

the set of rational numbers.
{e.g. p/q: p ∈ ℤ , q ∈ ℤ+}.

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

What is interval notation?

A

The brackets that go around the interval (numbers contained within an interval). Use of square [ ] and curved ( ) brackets.

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

Which brackets for Interval Notation do you use for a strict inequality?

A

Curved Brackets. ( )

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

Which brackets for Interval Notation do you use for a non strict inequality (equal to aswell)?

A

Square Brackets. [ ]

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

What interval notation would you give for a closed interval {x ∈ ℝ: a ≤ x ≤ b}.

A

[a , b].

Square Brackets on both sides.

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

What interval notation would you give for the interval* {x ∈ ℝ: a ≤ x < b}.

A

[a , b).

Square on the left and curved on the right.

17
Q

What interval notation would you give for the interval* {x ∈ ℝ: a < x ≤ b}.

A

(a , b].

Curved on the left and square on the right.

18
Q

What interval notation would you give for an open interval {x ∈ ℝ: a < x < b}.

A

(a , b).

Curved Brackets on both sides.

19
Q

What is Mapping?

A

Inputting values and getting outputs. 1 input may lead to multiple outputs or multiple inputs may lead to 1 output.

20
Q

What is a function?

A

A type of mapping such that every element of the domain is mapped to exactly 1 element in the range. (leads to 1 output from 1 or multiple inputs).

21
Q

What is a 1-to-1 function?

A

1 input to a function leads to 1 output.
[f(0) = -1, f(1) = 1].

22
Q

What is a Many-to-1 function?

A

Multiple inputs lead to the same 1 output.
[e.g f(2) = 4, f(-2) = 4].

23
Q

What is 1-to-many mapping?

A

Each input has more than 1 different output.
[f(4) = ±2].

24
Q

What is a compostite function?

A

Combined functions such as fg(x) or ba(x). You sub one function into the other.

Generally fg(x) ≠ gf(x).

25
How do you know which one to sub into the other for a composite function?
The **one on the inside** (e.g. f**g**(x) the 'g(x)', you sub into the other 'f(x)').
26
What is a ***Inverse* function?**
It **reverses the effect of a function** and does the opposite of the original function. You write it as **f -1(x).**
27
What is the *only type of function* which **has an inverse?**
Only **1-to-1** functions.
28
What is the **Inverse** of the **Domain of f(x)?**
The **Range** of the **Inverse** [f -1(x)].
29
What is the **Inverse** of the **Range of f(x)?**
The **Domain** of the **Inverse** [f -1(x)].
30
What is it called if you have a **function where f(x) and f-1(x) are the same?**
A **Self-Inverse** Function.
31
For **Transformations**, what **Acronym** can be used to remember whether stretch or translate comes first Vertically and Horizontally?
**- VAST THITTS -** * * *Vertical* - Always **Stretch, then Translate.** * *Horizontal* - Its **Translate then Stretch.**
32
What is **restricting the Domain?**
**Shortening the x-values** so it isnt infinite. ## Footnote It can make 1-to-many functions which dont have an inverse, have an inverse when restricted.