Functions Intro Flashcards

(33 cards)

1
Q

What’s a relation?

A

A set of ordered pairs that maps x values to y values

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

What’s a function?

A

A relation where each x value has one y value. This means one x value cannot have multiple y values. However, a y-value can have multiple x values.

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

What is the notation for a function?

A

f(x), where f is the function name, x is the input, and f(x) is the output

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

What is domain and range?

A

Domain is all possible inputs. Range is all possible outputs.

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

For domain and range, you can use set notation or interval notation. State examples for each type of notation.

A

Set notation: D: {x | x > 0}
Set notation: D: R
Set notation: D: {1, 2, 3}

Interval notation: [0, 5]
Interval notation: (0, 5)
Interval notation (-5, 0) U (0, 5)

[ ] for closed interval
( ) for open interval
U means union

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

What is a base/parent function?

A

The simplest form of a function, the core equation from which a whole family of functions is derived by applying transformations

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

What is the base function for a linear, quadratic, and cubic function?

A

Linear: f(x) = x
Quadratic: f(x) = x^2
Cubic: f(x) = x^3

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

What is the base function for an absolute value function? State its general formula w/ transformations, domain, and range.

A

Base function: f(x) = |x|
General formula: f(x) = a|b(x - h)| + k
Domain: All real numbers
Range:
y >= k if a > 0
y <= k if a < 0

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

What is the base function for a square root function? State its general formula w/ transformations, domain, and range.

A

Base function: f(x) = √x
General formula: f(x) = a√(b(x - h)) + k
Domain:
x >= h if b > 0
x <= h if b < 0
Range:
y >= k if a > 0
y <= k if a < 0

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

What is the base function for a reciprocal function? State its general formula w/ transformations, domain, range, vertical asymptote, and horizontal asymptote.

A

Base function: f(x) = 1/x
General formula: f(x) = a/(b(x - h)) + k
Domain: x is not equal to h
Range: y is not equal to k
V.A: x = h
H.A: y = k

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

What is a vertical and horizontal asymptote?

A

Vertical asymptotes are vertical lines a function approaches but never touches as the function approaches positive/negative infinity.

Horizontal asymptotes are horizontal lines a function a function approaches but never touches as x goes to positive/negative infinity.

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

What do vertical transformations affect? State them

A

They affect the y-values.

f(x) + k is a shift up/down by k units

a(fx), where |a| > 1, is a vertical stretch by |a| units
a(fx), where 0 <|a|< 1, is a vertical compression by |a|units.

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

What do horizontal transformations affect? State them

A

They affect the x-values

f(x-h) is a shift to the right/left by |h| units
f(bx), where |b| > 1, is a horizontal compression by 1/|b| units
f(bx), where 0 < |b| < 1, is a horizontal compression by 1/|b| units

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

State the reflection transformations

A

af(x), where a < 0 is a reflection across the x-axis
f(-x) is a reflection across the y-axis

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

State the steps for combining transformations

A
  1. Write the function in factored form y = af(b(x - h)) + k
  2. Apply stretches, compressions, reflections first
  3. Apply translations/shifts
  4. Draw the graph if asked
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What’s the shortcut for finding a new point after all transformations are applied? (It’s a formula)

A

To map points:
(x,y) becomes ((1/b) x + h, ay + k)

17
Q

What are invariant points?

A

Points that stay the same after transformations are applied.

18
Q

What does the transformation notation (p over q) mean?

A

p is a horizontal shift and q is a vertical shift

19
Q

What does “Mapped to the graph of…” mean?

A

It means you apply some transformation to one graph to obtain another

20
Q

What is an even function and its properties? State an example.

A

An even function satisfies f(-x) = f(x) for all x in its domain. It is symmetric about the y-axis, like a mirror reflection. If you plug the negative of x, you get the same output. Polynomial terms are only even degree.

Example: f(x) = x^2

21
Q

What is an odd function and its properties? State an example

A

An odd function satisfies (f-x) = -f(x) for all x in its domain. It is symmetric about the origin. If you rotate 180 degrees around the origin, it looks the same. If you plug the negative of x, you get the opposite output. If (a, b) is on the graph, (-a,-b) is also on the graph. Polynomial terms are only odd degree.

Example: f(x) = x^3

22
Q

Can a function be both even & odd?

A

No. The only exception is f(x) = 0

23
Q

What is a composite function?

A

A new function created by plugging one function into another, where the output of the “inner” function becomes the input for the “outer” function, forming a chain of operations

Notation: f(g(x))

24
Q

What are the domain considerations for composite functions?

A
  1. g(x) must be defined (x is in the domain of g)
  2. g(x) must be in the domain of f
  3. If some x-values make g(x) invalid for f, restrict the domain
25
What's an inverse function?
An inverse function reverses what the original function does. "Undoing the function". f(x) takes input x, gives output y. The inverse takes input y, gives output x. On a graph, (a, b) on f(x) becomes (b, a) on the inverse
26
What are the properties of an inverse function?
f(inverse) = x inverse(f(x)) = x A function and its inverse cancel out
27
When does an inverse exist?
A function has an inverse if it's one-to-one, meaning each input has a unique output. It must pass the horizontal line test. For example, x^2 has no inverse unless you restrict the domain
28
State the steps to find the inverse
1. Replace f(x) w/ y 2. Swap x and y 3. Solve for y 4. Replace y w/ inverse
29
How does an inverse look graphically?
The inverse is the reflection across the line y = x because you swapped x and y
30
Explain the relationship of domain and range between the original function and the inverse
domain of f = range of inverse range of f = domain of inverse
31
How do you restrict the domain to make a function one-to-one?
Choose the largest possible domain of f that makes the inverse possible
32
State the relationship when two functions are inverses of eachother
If f(x) and g(x) are inverses of eachother: f(g(x)) = x and g(f(x)) = x
33
What's a self-inverse function?
It satisfies f(x) = inverse because it's a function that acts as its own inverse.