Unit 10 Function Transformations and Review Study Guide

Types of Functions and Basic Graphing Analysis

  • Identification of Basic Function Graphs

    • Function (1) y=xy = |x|: Represented by a V-shaped graph centered at the origin.

    • Function (2) y=xy = \sqrt{x}: Represented by a curve starting at the origin and moving into the first quadrant.

    • Function (3) y=x2y = x^2: Represented by a U-shaped parabola.

    • Function (4) y=2xy = 2x: Represented by a straight line passing through the origin with a slope of 2.

  • Exponential Growth Characteristics

    • The function y=bxy = b^x where b > 1 represents exponential growth.

    • The graph must be increasing, remain above the x-axis, and have a y-intercept at (0,1)(0, 1).

Understanding Domain Restrictions and Function Evaluation

  • Division by Zero Limitations

    • In the function f(x)=1x12f(x) = \frac{1}{x - 12}, the function cannot be evaluated when the denominator equals zero.

    • Calculation: x12=0    x=12x - 12 = 0 \implies x = 12.

    • Therefore, the function cannot be evaluated at x=12x = 12.

  • Evaluating Transformed Functions from Graphs

    • Given a graph of f(x)f(x) and a second definition g(x)=f(x)9g(x) = f(x) - 9, the value of g(6)g(6) is found by determining f(6)f(6) and subtracting 9.

    • Procedure:

      • Identify point on graph: At x=6x = 6, the height of f(x)f(x) is 6 (f(6)=6f(6) = 6).

      • Substitute into formula: g(6)=69g(6) = 6 - 9.

      • Final Value: g(6)=3g(6) = -3.

Vertex and Turning Point Analysis

  • Shifting Absolute Value Functions

    • The function y=x4y = |x| - 4 has a turning point at (0,4)(0, -4).

    • This represents a vertical shift downwards of 4 units from the parent function y=xy = |x|.

  • Shifting Quadratic Functions

    • Formula: y=(x4)2+10y = (x - 4)^2 + 10.

    • The coordinates of the turning point are (h,k)(h, k), which in this case are (4,10)(4, 10).

    • The sign inside the parentheses is negative, reflecting a shift to the right.

Transformations: Shifts, Reflections, and Scalings

  • Horizontal vs. Vertical Translation

    • A shift of a graph 3 units to the left is represented by the formula y=x+3y = |x + 3|.

    • To determine the value of kk in g(x)=f(x+k)g(x) = f(x + k), observe the horizontal movement from the parent function. If the graph of g(x)g(x) is shifted 5 units to the right of f(x)f(x), then k=5k = -5.

  • Composite Transformations and Formula Substitutions

    • If h(x)=5x7h(x) = 5x - 7 and g(x)=h(x3)g(x) = h(x - 3), the new formula is derived by substitution:

      • g(x)=5(x3)7g(x) = 5(x - 3) - 7

      • Distribute: g(x)=5x157g(x) = 5x - 15 - 7

      • Simplify: g(x)=5x22g(x) = 5x - 22

  • Point-Specific Transformations

    • If a function f(x)f(x) passes through the point (3,11)(-3, 11) and there exists a function g(x)=f(x+2)g(x) = f(x + 2), the graph of g(x)g(x) is a horizontal shift of f(x)f(x) by 2 units to the left.

    • New x-coordinate calculation: 32=5-3 - 2 = -5.

    • New point: (5,11)(-5, 11).

  • Reflections over the x-axis

    • A reflection of the function f(x)=3x+9f(x) = -3x + 9 across the x-axis is modeled by the equation y=f(x)y = -f(x).

    • Calculation: y=(3x+9)    y=3x9y = -(-3x + 9) \implies y = 3x - 9.

  • Vertical Scaling (Dilation)

    • Given f(x)=x28f(x) = x^2 - 8 and its transformation g(x)=kf(x)g(x) = k \cdot f(x).

    • Observation from graph: The vertex of f(x)f(x) is at (0,8)(0, -8) and the vertex of g(x)g(x) is at (0,4)(0, -4).

    • Solve for kk: 4=k(8)    k=0.5-4 = k(-8) \implies k = 0.5 or k=12k = \frac{1}{2}.

Finding Zeros of Transformed Functions

  • Algorithm for Finding Roots

    1. Given f(x)=x22x15f(x) = x^2 - 2x - 15.

    2. Define h(x)=f(x)+7    h(x)=x22x15+7=x22x8h(x) = f(x) + 7 \implies h(x) = x^2 - 2x - 15 + 7 = x^2 - 2x - 8.

    3. Factor the quadratic: (x4)(x+2)(x - 4)(x + 2).

    4. Solve for zero: x4=0x - 4 = 0 or x+2=0x + 2 = 0.

    5. Roots: x=4x = 4 and x=2x = -2. The set of zeros is {2,4}\{-2, 4\}.

Quadratic Function Analysis and Formulations

  • Case Study: f(x)=x26x+3f(x) = x^2 - 6x + 3

    • Transformation: If g(x)=f(x)+5g(x) = f(x) + 5, the formula becomes g(x)=x26x+8g(x) = x^2 - 6x + 8.

    • Solutions: The equation g(x)=0g(x) = 0 has 2 solutions because it crosses the x-axis twice.

      • Factoring x26x+8=0    (x4)(x2)=0x^2 - 6x + 8 = 0 \implies (x - 4)(x - 2) = 0, resulting in x=2x = 2 and x=4x = 4.

    • Range: The vertex of f(x)f(x) was at (3,6)(-3, -6). Adding 5 shifting it upward puts the vertex at (3,1)(-3, -1).

      • Range of g(x)g(x): y1y \ge -1.

  • Defining Parabolas in Vertex Form

    • Formula: y=a(x+h)2+ky = a(x + h)^2 + k.

    • Example with turning point (4,4)(4, 4) and y-intercept of 16:

      • Identify constants: h=4h = -4 and k=4k = 4, so y=a(x4)2+4y = a(x - 4)^2 + 4.

      • Solve for aa using (0,16)(0, 16): 16=a(04)2+416 = a(0 - 4)^2 + 4

      • 16=16a+4    12=16a    a=0.7516 = 16a + 4 \implies 12 = 16a \implies a = 0.75 or a=1216a = \frac{12}{16}.

      • Final Equation: y=0.75(x4)2+4y = 0.75(x - 4)^2 + 4.

Mathematical Modeling of Projectiles

  • Toy Rocket Trajectory Analysis

    • A toy rocket is fired from a height of 5ft5\,ft above the ground.

    • Parameters:

      • Maximum height (kk): 85ft85\,ft.

      • Horizontal distance at max height (hh): 40ft40\,ft.

      • Starting point (y-intercept): (0,5)(0, 5).

    • Solving for Scale Factor aa:

      • Use Vertex Form: y=a(x40)2+85y = a(x - 40)^2 + 85.

      • Substitute intercept: 5=a(040)2+85    5=1600a+855 = a(0 - 40)^2 + 85 \implies 5 = 1600a + 85.

      • Simplify: 80=1600a    a=801600=0.05-80 = 1600a \implies a = -\frac{80}{1600} = -0.05.

      • Model Equation: y=0.05(x40)2+85y = -0.05(x - 40)^2 + 85.

    • Interval Determination:

      • To find over what distance the rocket is at or above 60ft60\,ft:

      • Set inequality: 0.05(x40)2+8560-0.05(x - 40)^2 + 85 \ge 60.

      • Subtract 85: 0.05(x40)225-0.05(x - 40)^2 \ge -25.

      • Divide by 0.05-0.05 (flip sign): (x40)2500(x - 40)^2 \le 500.

      • Solve for xx: x40±500±22.36x - 40 \le \pm \sqrt{500} \approx \pm 22.36.

      • Result: x17.6ftx \approx 17.6\,ft to 62.4ft62.4\,ft.