Week 1 - Function Operations, Graph Transformations

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

What is the formula to find the slope of a line from two points? How do you know based on the slope if a linear function is increasing, decreasing, or constant? How do you know if a slope is infinite? Based on the slope, how do you know if the line is a function or not? How can you find the horizontal and vertical line?

consider the line: ax+by=c

  • if b=0, the slope is infinite/undefined

(x1,y1) (x2,y2)

slope (m) = (y2-y1)/(x2-x1)

m>0 → linear function is increasing

m<0 → linear function decreasing

m=0→constant

if the slope is undefined, the line is not a function

a=0, y=# (horizontal line)

b=0, x=# (vertical line)

2
New cards

What is the standard equation of a line? When is it a horizontal or vertical line? How do you find it from the equation?

ax+by=c

  • a, b, c are constants

  • a=0 → solve for y, you get y=k, a horizontal line

  • b=0 → solve for x, you get x=h, a vertical line

3
New cards

point-form slope equation

y-y1=m(x-x1)

4
New cards

Slope-intercept form

y=mx+k

5
New cards

When do you know if two lines are parallel?

  • the slopes of the two lines are equal

  • OR

  • the two lines are both vertical

6
New cards

When do you know if two lines are perpendicular?

if one is a vertical line and the other is horizontal

OR

if their slopes are negative reciprocals. That is, if one line has slope m1 and the other has slope m2 then m1 = −1/m2, (and also m2 = −1/m1)

7
New cards

When a question asks, “express the function as a piecewise defined function”, what does it mean?

Write the equations and inequalities for the piecewise function (don’t graph, they’ll already give it to you)

8
New cards

What is the difference quotient formula?

Difference quotient formula:

[f(x+h)-f(x)]/h

  • slope of secant line

9
New cards

(f±g)(x)=?

(fg)(x)=?

(f/g)(x)=?

(it’s like the f of things)

(f+g)(x)= f(x)+g(x)

(f-g)(x)=f(x)-g(x)

(fg)(x)= f(x) times g(x)

(f/g)(x)= [f(x)/g(x)], given that g(x)≠0

10
New cards

What are the requirements for 2 functions to be equal?

  1. they both have the exact same “rule” (equation)

    • ex) f(x) = x² and g(x) = x²

  2. their domains are exactly the same

11
New cards

(f∘g)(x)=?

(f∘g)(x)= f(g(x))

12
New cards

How do you find the domain of a composite function? ex) f ◦ g , where f(x)=x²+2 and g(x)=sqrt(7-x)

  1. find the domain of the function inside only (in this example, g(x))

  2. insert g(x) into f(x), then find the domain

  3. take the two domains and combine them

<ol><li><p>find the domain of the function inside only (in this example, g(x))</p></li><li><p>insert g(x) into f(x), then find the domain</p></li><li><p>take the two domains and combine them</p></li></ol><p></p>
13
New cards

Generally, what does a reflection across the x axis vs y axis look like? How is it written in a function?

f(-x) → reflected across y axis

-f(x) → reflected across x axis

<p>f(-x) → reflected across y axis</p><p>-f(x) → reflected across x axis</p>
14
New cards

How does the “C” in the f(Cx) function transform the graph?

Given that “C” is positive:

  • 0<C<1 (less than one, greater than 0) → horizontal stretch by 1/C

  • C>1 → horizontal shrink by C

If “C” is negative:

  • reflects across y-axis

WHEN GRAPHING: Multiply x-value you plug in by C

15
New cards

How does the “C” in the Cf(x) function transform the graph?

Given that “C” is positive:

  • vertical shrink by C if 0<C<1 (less than 1, greater than 0)

  • vertical stretch by C if C>1

if “C” is negative:

  • reflect across x-axis

WHEN GRAPHING: Multiply output by C

16
New cards

Rules for the order of function transformations?

  • horizontal and vertical transformations can be performed independent of order

  • scale/reflection first, shift performed second, ALWAYS

    • shift: moves graph up/down, left/right

    • scale: shrink/stretch

  • af(b(x+c))+d

    • a →scaling

    • b→scaling

    • c→shifting

    • d→shifting

17
New cards

Write the function, graph, domain, and range for: reciprocal squared

image

<p>image</p>
18
New cards

Write the function, graph, domain, and range for: square root

image

<p>image</p>
19
New cards

Write the function, graph, domain, and range for: cube root

image

<p>image</p>
20
New cards

Write the function, graphing version of a function, transformation rules, cases, graph, domain, and range for: exponential

image

transformation rules: https://docs.google.com/document/d/12B4NOW8BjJUYy007wSQhJa-242vPO9xQntQj6jNaBAg/edit?tab=t.0

  1. exponential

    • f(x)=ab^x

    • a→initial value

    • b→base, b>0 and b can’t equal 1

    • horizontal asymptote y=0

  2. power

    • f(x)=ax^n

    • a→constant coefficient

    • n→exponent

    • 3 cases for power:

      • case 1: n is a positive integer

        • domain: all real numbers

        • if n is an even number → even function, range is [0, ∞)

        • if n is an odd number → odd function, range is all real numbers

        • no asymptotes

      • case 2: n is a negative integer

        • domain: (-∞, 0) U (0, ∞)

        • if n is an even number → range is (0, ∞)

        • if n is an odd number→ range is (-∞,0) U (0, ∞)

        • asymptotes: y=0 (horizontal), x=0 (vertical)

        • you cannot determine even/odd function based on n, you need to do the equation check

      • case 3: if n is a fraction (ex. x^1/n) or root (index n sqrt[x]) and n is a positive integer

        • you cannot determine even/odd function based on n, you need to do the equation check

        • n is an even number → domain and range: [0,∞)

        • n is an odd number → domain and range is all real numbers

<p>image</p><p>transformation rules: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://docs.google.com/document/d/12B4NOW8BjJUYy007wSQhJa-242vPO9xQntQj6jNaBAg/edit?tab=t.0" data-prevent-progress="true">https://docs.google.com/document/d/12B4NOW8BjJUYy007wSQhJa-242vPO9xQntQj6jNaBAg/edit?tab=t.0</a></p><ol><li><p>exponential</p><ul><li><p>f(x)=ab^x</p></li><li><p>a→initial value</p></li><li><p>b→base, b&gt;0 and b can’t equal 1</p></li><li><p>horizontal asymptote y=0</p></li></ul></li><li><p>power</p><ul><li><p>f(x)=ax^n</p></li><li><p>a→constant coefficient</p></li><li><p>n→exponent</p></li><li><p>3 cases for power:</p><ul><li><p>case 1: n is a positive integer</p><ul><li><p>domain: all real numbers</p></li><li><p>if n is an even number → even function, range is [0, ∞)</p></li><li><p>if n is an odd number → odd function, range is all real numbers</p></li><li><p>no asymptotes</p></li></ul></li><li><p>case 2: n is a negative integer</p><ul><li><p>domain: (-∞, 0) U (0, ∞)</p></li><li><p>if n is an even number → range is (0, ∞)</p></li><li><p>if n is an odd number→ range is (-∞,0) U (0, ∞)</p></li><li><p>asymptotes: y=0 (horizontal), x=0 (vertical)</p></li><li><p>you cannot determine even/odd function based on n, you need to do the equation check</p></li></ul></li><li><p>case 3: if n is a fraction (ex. x^1/n) or root (index n sqrt[x]) and n is a positive integer</p><ul><li><p>you cannot determine even/odd function based on n, you need to do the equation check</p></li><li><p>n is an even number → domain and range: [0,∞)</p></li><li><p>n is an odd number → domain and range is all real numbers</p></li></ul></li></ul></li></ul></li></ol><p></p>
21
New cards

Write the function, graph, domain, rules, and range for: logarithmic

image

(domain on left, range on right)

  • f(x)=logᵦ(x)

  • inverses of exponential functions

  • ᵦ is the base, ᵦ>0 and ᵦ can’t equal 1

  • x>0

<p>image</p><p>(domain on left, range on right)</p><ul><li><p>f(x)=logᵦ(x)</p></li><li><p>inverses of exponential functions</p></li><li><p>ᵦ is the base, ᵦ&gt;0 and ᵦ can’t equal 1</p></li><li><p>x&gt;0</p></li></ul><p></p>
22
New cards

Write the function, graph, domain, and range for: logistic

image

<p>image</p>
23
New cards
<p>Practice problem</p>

Practice problem

image

ignore the answers, just graph piecewise functions based on the inequality

<p>image</p><p>ignore the answers, just graph piecewise functions based on the inequality</p>
24
New cards

What does A∩B mean?

What does A∪B mean?

How do you solve them?

∩→ intersection (which elements are common to both sets?)

  • ex) A={2,4,5,6,9} B={2,3,5,6,7,9,10}

  • A and B have 2,5,6,9 in common

  • so, A∩B={2,5,6,9}

    • write from lowest to highest number

  • if there are no numbers in common, write

∪→union (write all numbers in both sets, but only once)

  • ex) A={1,2,3,4} B={3,4,5,6}

  • A∪B={1,2,3,4,5,6}

  • if one set has no numbers, just write all the numbers in one set

    • ex) X={2,5,8,12} Y=

    • X∪Y={2,5,8,12}

25
New cards

How do you find the domain for these functions?

  1. polynomial only (no fractions or square roots)

  2. fraction only (no square roots)

  3. square root only (no fractions)

  4. square root on the denominator

  5. square root on the numerator

  1. polynomial only (no fractions or square roots) → all real numbers

    • ex) 2x+1, 2x²+3x+1

  2. fraction only (no square roots) → set denom ≠ 0

    • ex) (2x+1)/(x²+5x+6)

  3. square root only (no fractions) → set ≥ 0

    • ex) sqrt(x+1)

  4. square root on the denominator → set denominator > 0

  5. square root on the numerator → set denom ≠ 0, set num ≥ 0, then take the intersection

    • ex of #5 In image

<ol><li><p>polynomial only (no fractions or square roots) → <span style="color: red"><strong>all real numbers</strong></span></p><ul><li><p>ex) 2x+1, 2x²+3x+1</p></li></ul></li><li><p>fraction only (no square roots) → <span style="color: red"><strong>set denom ≠<em> </em>0</strong></span></p><ul><li><p>ex) (2x+1)/(x²+5x+6)</p></li></ul></li><li><p>square root only (no fractions) → <span style="color: red"><strong>set ≥ 0</strong></span></p><ul><li><p>ex) sqrt(x+1)</p></li></ul></li><li><p>square root on the denominator → <span style="color: red"><strong>set denominator &gt; 0</strong></span></p></li><li><p>square root on the numerator → <span style="color: red"><strong>set denom ≠<em> </em>0, set num ≥ 0, then take the intersection</strong></span></p><ul><li><p>ex of #5 In image</p></li></ul></li></ol><p></p>
26
New cards

How do you write piecewise functions?

  • see if there are any splits/pieces in the graph

  • write f(x) { if (equation of first piece), (inequality for first piece), and so on

<ul><li><p>see if there are any splits/pieces in the graph</p></li><li><p>write f(x) { if (equation of first piece), (inequality for first piece), and so on</p></li></ul><p></p>
27
New cards

How to determine if a function is even, odd, or neither?

even: f(-x)=f(x)

odd: f(-x)= -f(x)

neither: f(-x) -f(x)

28
New cards

write pascal’s triangle, explain how to solve with pascal’s triangle ex) (2+h)^4

basically each number on the triangle is a coefficient, so for a go reverse from 4, b go forward from 0, and multiply each by the coefficient

link to pascal’s triangle: https://docs.google.com/document/d/1ATlltGHH9pqoVPXBgWqnAlX9YU6mEEpV-OcPuQmSXkY/edit?tab=t.0

<p>basically each number on the triangle is a coefficient, so for a go reverse from 4, b go forward from 0, and multiply each by the coefficient</p><p>link to pascal’s triangle: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://docs.google.com/document/d/1ATlltGHH9pqoVPXBgWqnAlX9YU6mEEpV-OcPuQmSXkY/edit?tab=t.0" data-prevent-progress="true">https://docs.google.com/document/d/1ATlltGHH9pqoVPXBgWqnAlX9YU6mEEpV-OcPuQmSXkY/edit?tab=t.0</a></p>
29
New cards

what is the degree of a polynomial?

degree of a polynomial is the largest exponent (ignoring the one with 0 as a coefficient)

30
New cards

rational (rules: what is it, what is its equation, what is the rule for the denominator?)

  1. rational (fraction of two polynomials)

    • f(x)=P(x)/Q(x) (both are polynomials)

    • denominator can’t equal 0

    • polynomials (all polynomials are rational functions)

31
New cards

algebraic

  1. algebraic

    • rational and polynomial functions

32
New cards

How do you determine if an equation is a function (algebraically)

  1. make equation y= (if necessary)

  2. determine if the y= equation you found is a function or not

33
New cards

n/a

n/a

34
New cards

How do you turn a quadratic function into graphing form?

Complete the square (ex. y=x²+4x+0)

steps

  1. put the number without the variable on the opposite side of the equation

    • x²+4x=0

  2. divide all numbers by the coefficient of the leading exponent

    • x²/1 +4x/1 = 0/1

    • x²+4x=0

  3. add a mystery number to both sides (it is the coefficient of the second largest variable/2 squared)

    • x²+4x+(4/2)²=0+(4/2)²

    • x²+4x+4=4

  4. now factor the side with the variables, then move the non-variable number to the same side as your variables

    • (x+2)²=4

    • (x+2)²-4

  5. then you have your graphing form

    • (y,k)=(-2,-4)

35
New cards

How does f(-x) change the graph? how does -f(x) change the graph

f(-x) → reflect about y-axis

-f(x) → reflect about x-axis

36
New cards

How do you solve a²-b²?

Difference of squares: (a-b)(a+b)

37
New cards

How do you solve (a±b)^n?

Pascal’s triangle

38
New cards

How do you solve a^n-b^n?

Difference of powers: (a-b)(a^n-1 b^0+a^n-2 b^1…a^n-n b^?)

39
New cards

Quadratic formula

x=-b±sqrt(b²-4ac)/2a

40
New cards

How do you solve a³±b³?

Difference of cubes: (a-b)(a²+ab+b²)

sum of cubes: (a+b)(a²-ab-b²)

41
New cards

function, graph, domain, and range for: constant

image

<p>image</p>
42
New cards

function, graph, domain, and range for: identity

image

<p>image</p>
43
New cards

function, graph, domain, and range for: absolute value

image

<p>image</p>
44
New cards

function, graph, domain, and range for: quadratic

image

<p>image</p>
45
New cards

function, graph, domain, and range for: cubic

image

<p>image</p>
46
New cards

function, graph, domain, and range for: reciprocal

image

<p>image</p>
47
New cards

Draw the parent graph of ln(x)

image

<p>image</p>