Functions (topic 2) Flashcards

1
Q

Functions

A

One variable depends on the other

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

Domain

A

Is the set of all valid input values (x-values) for a function. For this course, domain is limited by the following illegal operations:

  1. division by zero
  2. roots of negatives (greater than or equal to zero)
  3. logs of zero and negatives (must be positive)
  4. Certain values of tan
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Range

A

is the corresponding set of output values (y-values) for function. The graph and / or knowledge of asymptotes, maxima, minima should help determine the range.

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

Composite functions

A

(fog)(x) is a composite function. It means f following g or f(g(x)). Start evaluating from the inside. In general, order matters in a composite function.

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

Inverse functions

A

inverse f(x) is NOT 1 / f(x)

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

Slope and y-intercept form

A

y = mx + c

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

Point-slope form

A

y - y1 = m(x - x1)

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

Slope or gradient

A

m = Δy / Δx = (y2 - y1) / (x2 - x1)

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

To find y-intercept

A

Sub 0 for x

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

To find the x-intercept

A

Sub 0 for y

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

Quadratic function

A

Highest power x^2

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

Types of quadratic functions

A
  1. Vertex form
  2. Factored form
  3. Trinomial / expanded form
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Vertex form

A

y = a(x - h)^2 + k

  • the vertex is (h, k)
  • the a-value determines the direction of opening and steepness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Factored form

A

y = a(x - p)(x - q)

  • the values of p and q are the x-intercepts
  • the vertex and axis of symmetry lie halfway between the x-intercepts
  • the a-value determines the direction of opening and steepness
  • parabolas that do not have x-intercepts cannot be written in this form
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Trinomial / expanded form

A

y = ax^2 + bx + c

  • c is the y-intercept
  • the a-value determines the direction of opening and steepness
  • the axis of symmetry is x = -b / (2a) (x-coordinate of vertex)
  • can be converted to “vertex form” through completing the square, using the axis of symmetry, or using differentiation techniques
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The discriminant

A

Δ = b^2 - 4ac

In a quadratic equation, discriminant tells us how many real solutions exist. In a quadratic function, discriminant tells us how many x-intercepts exist.

17
Q

If Δ < 0

A

There are no x-intercepts or real solutions

18
Q

If Δ = 0

A

There is one (repeated) x-intercept or real solution

19
Q

If Δ > 0

A

There are two distinct x-intercepts or real solutions

20
Q

Finding the horizontal asymptote

A

imagine y-value as x gets large (think lim x->infinity)

21
Q

Finding the vertical asymptote

A

what x-value makes the bottom zero (domain restriction?)

22
Q

Function transformations

A
  • f (x - c): translate (shift) right c units
  • f (x) + d: translate (shift) up d units
  • pf(x): stretch vertically by a scale factor of |p|
    (note: negative p values cause a reflection through the x-axis)
  • f (qx): stretch horizontally by a scale factor of |1 / q|
    (note: negative q values cause a reflection through the y-axis)