Comprehensive Study Guide: Library of Functions and Function Transformations

Library of Key Functions (Section 2.4)

Overview and Recognition Requirements

  • Essential key functions (base graphs) must be memorized and recognized instantly without hesitation.

  • Core competencies required:

    • Given a graph, immediately identify its corresponding function equation f(x)f(x).

    • Given a function equation f(x)f(x), rapidly construct an accurate graph.

    • Identify domain, range, x-intercepts, y-intercepts, and symmetry (even or odd function classification) for each base graph.

  • Foundation importance: Rapid visual and algebraic recognition of basic functions forms the prerequisite foundation for all subsequent function transformations and calculus concepts.

Key Base Functions Summary

  • Constant Function:

    • Equation: f(x)=cf(x) = c

    • Visual Shape: A straight horizontal line extending infinitely left and right.

  • Identity Function:

    • Equation: f(x)=xf(x) = x

    • Visual Shape: An oblique (slanted) line passing through the origin (0,0)(0, 0) with a slope of 11

  • Square Function (Quadratic):

    • Equation: f(x)=x2f(x) = x^2

    • Visual Shape: A U-shaped parabola opening upwards with its vertex at (0,0)(0, 0)

  • Cube Function:

    • Equation: f(x)=x3f(x) = x^3

    • Visual Shape: An S-shaped curve passing through the origin, vertically stretched through Quadrants I and III.

  • Square Root Function:

    • Equation: f(x)=xf(x) = \sqrt{x}

    • Visual Shape: Half of a horizontal parabola starting at (0,0)(0, 0) and extending into Quadrant I.

  • Cube Root Function:

    • Equation: f(x)=x3f(x) = \sqrt[3]{x}

    • Visual Shape: An S-shaped curve stretched out horizontally across Quadrants I and III.

  • Reciprocal Function:

    • Equation: f(x)=1xf(x) = \frac{1}{x}

    • Visual Shape: A rational curve formatted as two hyperbola branches situated in Quadrants I and III.

  • Absolute Value Function:

    • Equation: f(x)=xf(x) = |x|

    • Visual Shape: A symmetric V-shaped graph with a right-angle vertex at (0,0)(0, 0)

  • Greatest Integer Function (Step Function):

    • Equation: f(x)=xf(x) = \lfloor x \rfloor

    • Visual Shape: A series of horizontal step segments with closed left endpoints and open right endpoints.

Point-by-Point Derivation of Base Graphs

Base graph shapes are formally constructed using a table of values to determine precise coordinate points.

  • Square Function Table and Graph construction (f(x)=x2f(x) = x^2):

    • For x=2x = -2: y=(2)2=4    (2,4)y = (-2)^2 = 4 \implies (-2, 4)

    • For x=1x = -1: y=(1)2=1    (1,1)y = (-1)^2 = 1 \implies (-1, 1)

    • For x=0x = 0: y=02=0    (0,0)y = 0^2 = 0 \implies (0, 0)

    • For x=1x = 1: y=12=1    (1,1)y = 1^2 = 1 \implies (1, 1)

    • For x=2x = 2: y=22=4    (2,4)y = 2^2 = 4 \implies (2, 4)

    • Graph properties: Smooth symmetric parabola passing through (0,0)(0, 0), (1,1)(1, 1), (1,1)(-1, 1), (2,4)(2, 4), and (2,4)(-2, 4).

  • Reciprocal Function Table and Graph construction (f(x)=1xf(x) = \frac{1}{x}):

    • For x=2x = -2: y=12=12    (2,12)y = \frac{1}{-2} = -\frac{1}{2} \implies \left(-2, -\frac{1}{2}\right)

    • For x=1x = -1: y=11=1    (1,1)y = \frac{1}{-1} = -1 \implies (-1, -1)

    • For x=0x = 0: y=10y = \frac{1}{0} is undefined (y-axis is a vertical asymptote; graph never touches or crosses x=0x = 0)

    • For x=1x = 1: y=11=1    (1,1)y = \frac{1}{1} = 1 \implies (1, 1)

    • For x=2x = 2: y=12    (2,12)y = \frac{1}{2} \implies \left(2, \frac{1}{2}\right)

    • Intercept analysis: Setting 0=1x0 = \frac{1}{x} yields no real solution. There are no x-intercepts and no y-intercepts.

    • Graph properties: Asymptotic curves approaching x=0x = 0 vertically and y=0y = 0 horizontally.

  • Cube Root Function Table and Graph construction (f(x)=x3f(x) = \sqrt[3]{x}):

    • For x=8x = -8: y=83=2    (8,2)y = \sqrt[3]{-8} = -2 \implies (-8, -2)

    • For x=2x = -2: y=231.25    (2,1.25)y = \sqrt[3]{-2} \approx -1.25 \implies (-2, -1.25)

    • For x=1x = -1: y=13=1    (1,1)y = \sqrt[3]{-1} = -1 \implies (-1, -1)

    • For x=0x = 0: y=03=0    (0,0)y = \sqrt[3]{0} = 0 \implies (0, 0)

    • For x=1x = 1: y=13=1    (1,1)y = \sqrt[3]{1} = 1 \implies (1, 1)

    • For x=2x = 2: y=231.25    (2,1.25)y = \sqrt[3]{2} \approx 1.25 \implies (2, 1.25)

    • For x=8x = 8: y=83=2    (8,2)y = \sqrt[3]{8} = 2 \implies (8, 2)

    • Graph properties: Slowly rising horizontal S-curve passing through (0,0)(0, 0), (1,1)(1, 1), (1,1)(-1, -1), (8,2)(8, 2), and (8,2)(-8, -2).

Piecewise-Defined Functions

  • Definition: A piecewise function is a single function defined by different sub-equations applied across specific sub-domains of xx.

  • Real-world relevance: Critical for modeling systems that undergo threshold-based operational changes and used extensively throughout calculus.

  • Evaluating Piecewise Functions:

    • Given function:     f(x)={3xamp;if xlt;10amp;if x=12x2+1amp;if xgt;1f(x) = \begin{cases} -3x & \text{if } x < -1 \\ 0 & \text{if } x = -1 \\ 2x^2 + 1 & \text{if } x > -1 \end{cases}

    • Example Evaluation 1: Find f(2)f(-2)

    • Identify domain condition: -2 < -1, so apply the top rule f(x)=3xf(x) = -3x.

    • Calculation: f(2)=3(2)=6f(-2) = -3(-2) = 6

    • Example Evaluation 2: Find f(1)f(-1)

    • Identify domain condition: x=1x = -1, so apply the middle rule f(x)=0f(x) = 0.

    • Calculation: f(1)=0f(-1) = 0

    • Example Evaluation 3: Find f(0)f(0)

    • Identify domain condition: 0 > -1, so apply the bottom rule f(x)=2x2+1f(x) = 2x^2 + 1.

    • Calculation: f(0)=2(0)2+1=1f(0) = 2(0)^2 + 1 = 1

  • Graphing Piecewise Functions Strategy:

    • Procedure: Graph each sub-equation lightly across the full plane, then erase the portions falling outside the designated domain boundaries. Pay close attention to strict inequalities (open circles) versus inclusive inequalities (closed solid dots).

  • Piecewise Graphing Example 1:

    • Function:     f(x)={2xamp;if 3xlt;1xamp;if xgt;1f(x) = \begin{cases} 2 - x &amp; \text{if } -3 \le x &lt; 1 \\ \sqrt{x} &amp; \text{if } x &gt; 1 \end{cases}

    • Graphing Sub-piece 1 (y=2xy = 2 - x on [3,1)[-3, 1)):

    • Linear segment with y-intercept 22 and slope 1-1

    • At x=3x = -3: y=2(3)=5    y = 2 - (-3) = 5 \implies solid closed dot at (3,5)(-3, 5)

    • At x=1x = 1: y=21=1    y = 2 - 1 = 1 \implies open circle at (1,1)(1, 1)

    • Graphing Sub-piece 2 (y=xy = \sqrt{x} on (1,)(1, \infty)):

    • Square root curve starting after x=1x = 1

    • At x=1x = 1: y=1=1    y = \sqrt{1} = 1 \implies open circle at (1,1)(1, 1)

    • Plot points for x > 1: (4,2)(4, 2), (9,3)(9, 3) extending rightward.

  • Piecewise Graphing Example 2:

    • Function:     f(x)={2x+5amp;if 3xlt;03amp;if x=05xamp;if xgt;0f(x) = \begin{cases} 2x + 5 &amp; \text{if } -3 \le x &lt; 0 \\ -3 &amp; \text{if } x = 0 \\ -5x &amp; \text{if } x &gt; 0 \end{cases}

    • Graphing Sub-piece 1 (y=2x+5y = 2x + 5 on [3,0)[-3, 0)):

    • Linear segment with slope 22

    • At x=3x = -3: y=2(3)+5=1    y = 2(-3) + 5 = -1 \implies solid closed dot at (3,1)(-3, -1)

    • At x=0x = 0: y=2(0)+5=5    y = 2(0) + 5 = 5 \implies open circle at (0,5)(0, 5)

    • Graphing Sub-piece 2 (y=3y = -3 at x=0x = 0):

    • Single isolated coordinate point at (0,3)(0, -3)

    • Graphing Sub-piece 3 (y=5xy = -5x on (0,)(0, \infty)):

    • Steep linear line extending downward into Quadrant IV

    • At x=0x = 0: y=5(0)=0    y = -5(0) = 0 \implies open circle at (0,0)(0, 0)

    • At x=1x = 1: y=5(1)=5    (1,5)y = -5(1) = -5 \implies (1, -5)

    • Continuity Analysis:

    • A function is continuous if its graph can be traced from left to right without lifting the pencil.

    • This function is discontinuous because it consists of separated, broken pieces.

  • Constructing Piecewise Equations from Graphs:

    • Problem: Determine the algebraic equation for a given two-part graph.

    • Left Segment: Horizontal line segment at height y=1y = 1 defined from x=1x = -1 to x=0x = 0 with closed endpoints at both ends.

    • Right Segment: Slanted line with y-intercept 00 and slope 11 (y=xy = x) defined from x=0x = 0 to x=2x = 2 with an open end at x=0x = 0 and closed endpoint at x=2x = 2

    • Formulation:     f(x)={1amp;if 1x0xamp;if 0lt;x2f(x) = \begin{cases} 1 &amp; \text{if } -1 \le x \le 0 \\ x &amp; \text{if } 0 &lt; x \le 2 \end{cases}

Function Transformations (Section 2.5)

Comprehensive Rules of Transformation

Transformations modify base graphs through algebraic adjustments to the function equation:

  • Vertical Shifts:

    • Equation modification: y=f(x)+cy = f(x) + c

    • Effect: Shifts graph UP by cc units (c > 0). Adds cc to all y-coordinates.

    • Equation modification: y=f(x)cy = f(x) - c

    • Effect: Shifts graph DOWN by cc units (c > 0). Subtracts cc from all y-coordinates.

  • Horizontal Shifts:

    • Equation modification: y=f(x+c)y = f(x + c)

    • Effect: Shifts graph LEFT by cc units (c > 0). Subtracts cc from all x-coordinates (opposite intuition).

    • Equation modification: y=f(xc)y = f(x - c)

    • Effect: Shifts graph RIGHT by cc units (c > 0). Adds cc to all x-coordinates.

  • Vertical Stretching and Compressing (Y-Axis Transformations):

    • Equation modification: y=af(x)y = a f(x)

    • Effect: Multiplies all y-coordinates by aa

    • If a > 1: Vertical stretch by a factor of aa

    • If 0 < a < 1: Vertical compression by a factor of aa

  • Horizontal Stretching and Compressing (X-Axis Transformations):

    • Equation modification: y=f(ax)y = f(a x)

    • Effect: Multiplies all x-coordinates by 1a\frac{1}{a} (or divides x-coordinates by aa)

    • If a > 1: Horizontal compression by a factor of 1a\frac{1}{a}

    • If 0 < a < 1: Horizontal stretch by a factor of 1a\frac{1}{a}

  • Reflections:

    • Reflection over X-Axis: y=f(x)y = -f(x)

    • Negates all y-coordinates (minus symbol outside the main operation).

    • Reflection over Y-Axis: y=f(x)y = f(-x)

    • Negates all x-coordinates (minus symbol inside the operation attached directly to xx).

Applying Single Transformations to Base Graph f(x)=x3f(x) = x^3

Given the base function f(x)=x3f(x) = x^3 with key points (2,8)(-2, -8), (1,1)(-1, -1), (0,0)(0, 0), (1,1)(1, 1), and (2,8)(2, 8):

  • Shift Left 4 units:

    • Modify equation inside operation: g(x)=(x+4)3g(x) = (x + 4)^3

  • Shift Down 4 units:

    • Modify equation outside operation: g(x)=x34g(x) = x^3 - 4

  • Reflect across the X-Axis:

    • Place negative symbol outside: g(x)=x3g(x) = -x^3

  • Reflect across the Y-Axis:

    • Place negative symbol inside: g(x)=(x)3g(x) = (-x)^3

  • Horizontal Stretch by a factor of 4:

    • Multiply inside xx by reciprocal 14\frac{1}{4}: g(x)=(14x)3g(x) = \left(\frac{1}{4}x\right)^3

Multi-Step Graphing Transformations

  • Recommended Order of Transformations:

    1. Reflections (across x-axis or y-axis)

    2. Compressions and Extensions (vertical or horizontal stretching/compressing)

    3. Shifts (horizontal and vertical movements)

  • Multi-Step Transformation Example 1: Graph g(x)=3x+13g(x) = 3|x + 1| - 3

    • Base Function: f(x)=xf(x) = |x|

    • Initial points: (2,2)(-2, 2), (1,1)(-1, 1), (0,0)(0, 0), (1,1)(1, 1), (2,2)(2, 2)

    • Stage 1 (Vertical Stretch by factor of 3): y=3xy = 3|x|

    • Multiply all y-values by 33

    • Intermediate points: (2,6)(-2, 6), (1,3)(-1, 3), (0,0)(0, 0), (1,3)(1, 3), (2,6)(2, 6)

    • Stage 2 (Horizontal Shift Left 1 unit): y=3x+1y = 3|x + 1|

    • Subtract 11 from all x-values

    • Intermediate points: (3,6)(-3, 6), (2,3)(-2, 3), (1,0)(-1, 0), (0,3)(0, 3), (1,6)(1, 6)

    • Stage 3 (Vertical Shift Down 3 units): g(x)=3x+13g(x) = 3|x + 1| - 3

    • Subtract 33 from all y-values

    • Final coordinate points: (3,3)(-3, 3), (2,0)(-2, 0), (1,3)(-1, -3), (0,0)(0, 0), (1,3)(1, 3)

  • Multi-Step Transformation Example 2: Graph h(x)=4x+2h(x) = \frac{4}{x} + 2

    • Base Function: f(x)=1xf(x) = \frac{1}{x}

    • Initial points: (2,12)\left(-2, -\frac{1}{2}\right), (1,1)(-1, -1), (1,1)(1, 1), (2,12)\left(2, \frac{1}{2}\right)

    • Stage 1 (Vertical Stretch by factor of 4): y=4xy = \frac{4}{x}

    • Multiply all y-values by 44

    • Intermediate points: (2,2)(-2, -2), (1,4)(-1, -4), (1,4)(1, 4), (2,2)(2, 2)

    • Stage 2 (Vertical Shift Up 2 units): h(x)=4x+2h(x) = \frac{4}{x} + 2

    • Add 22 to all y-values

    • Final coordinate points: (2,0)(-2, 0), (1,2)(-1, -2), (1,6)(1, 6), (2,4)(2, 4)

    • Asymptotes: Vertical asymptote remains at x=0x = 0; horizontal asymptote shifts from y=0y = 0 up to y=2y = 2

Coordinate Point Transformations

  • Single Point Reflection Example:

    • Given point (3,6)(3, 6) on y=f(x)y = f(x).

    • Find corresponding point on y=f(x)y = f(-x).

    • Transformation rule: Inside negative reflects across the y-axis, multiplying x-coordinates by 1-1

    • Resulting Point: (3,6)(-3, 6)

  • Single Point Compression Example:

    • Given point (4,2)(4, 2) on y=f(x)y = f(x).

    • Find corresponding point on y=f(2x)y = f(2x).

    • Transformation rule: Inside factor 22 causes a horizontal compression by factor 12\frac{1}{2}, multiplying x-coordinates by 12\frac{1}{2}

    • Calculation: x=4×12=2x = 4 \times \frac{1}{2} = 2

    • Resulting Point: (2,2)(2, 2)

  • X-Intercept Transformation Example:

    • Given x-intercepts at (8,0)(-8, 0) and (1,0)(1, 0) for generic function y=f(x)y = f(x).

    • Problem A: Find x-intercepts for y=f(x+4)y = f(x + 4)

    • Rule: Shift left 4 units (x4x - 4)

    • Result: (84,0)=(12,0)(-8 - 4, 0) = (-12, 0) and (14,0)=(3,0)(1 - 4, 0) = (-3, 0)

    • Problem B: Find x-intercepts for y=f(x3)y = f(x - 3)

    • Rule: Shift right 3 units (x+3x + 3)

    • Result: (8+3,0)=(5,0)(-8 + 3, 0) = (-5, 0) and (1+3,0)=(4,0)(1 + 3, 0) = (4, 0)

    • Problem C: Find x-intercepts for y=2f(x)y = 2f(x)

    • Rule: Vertical stretch by factor 2 (multiply y-values by 2)

    • Result: y=0×2=0    y = 0 \times 2 = 0 \implies intercepts remain unchanged at (8,0)(-8, 0) and (1,0)(1, 0)

    • Problem D: Find x-intercepts for y=f(x)y = f(-x)

    • Rule: Reflection across y-axis (multiply x-values by 1-1

    • Result: ((8),0)=(8,0)(-(-8), 0) = (8, 0) and ((1),0)=(1,0)(-(1), 0) = (-1, 0)

Deriving Equation from Sequential Order Instructions

  • Sequential Task: Determine final equation for base graph y=xy = \sqrt{x} following three ordered operations:

    1. Move UP 2 units:

    • Resulting expression: y=x+2y = \sqrt{x} + 2

    1. Reflect across Y-Axis:

    • Substitute x-x for xx

    • Resulting expression: y=x+2y = \sqrt{-x} + 2

    1. Move LEFT 3 units:

    • Substitute (x+3)(x + 3) for xx

    • Resulting expression: y=(x+3)+2=x3+2y = \sqrt{-(x + 3)} + 2 = \sqrt{-x - 3} + 2

      • Final Algebraic Equation: y=x3+2y = \sqrt{-x - 3} + 2