Relations, Functions, Evaluation, and Function Notation

Relations and Functions

  • Definition of an Ordered Pair: Points on a graph are expressed as ordered pairs (x,y)(x, y), where the first value represents the horizontal coordinate (xx) and the second value represents the vertical coordinate (yy).
  • Tables of Values: A table listing xx and yy coordinates is a tool used to select specific points to plot and connect when graphing equations such as y=2x4y = 2x - 4.
  • Definition of a Relation: A relation is any set of ordered pairs that establishes a relationship between two variables.
  • Definition of a Function: A function is a specialized type of relation in which every input value (xx) corresponds to exactly one well-defined output value (yy).
    • The Single-Output Rule: A single xx value cannot map to two or more different yy values.
    • Permissible Mappings: Multiple distinct xx values are permitted to map to the exact same yy value. This does not violate the definition of a function because knowing the xx value still determines a unique yy value without uncertainty.

Identifying Functions from Sets and Point Lists

  • Mapping Diagram Method:

    • Elements of the domain (xx values) and range (yy values) are placed into distinct sets, with directed arrows showing the mappings.
    • Example 1a: Consider the relation with points (0,5)(0, 5), (1,3)(1, -3), (4,2)(4, 2), (3,0)(3, 0), and (1,5)(1, -5).
    • Domain set: {0,1,4,3}\{0, 1, 4, 3\}
    • Range set: {5,3,2,0,5}\{5, -3, 2, 0, -5\}
    • Mappings:
      • 050 \rightarrow 5
      • 131 \rightarrow -3
      • 424 \rightarrow 2
      • 303 \rightarrow 0
      • 151 \rightarrow -5
    • Analysis: The single input x=1x = 1 maps to two distinct outputs (y=3y = -3 and y=5y = -5).
    • Conclusion: This relation is not a function.
    • Example 1b: Consider the relation with points (1,2)(1, 2), (2,2)(2, 2), (3,2)(3, 2), (4,2)(4, 2), and (5,2)(5, 2).
    • Domain set: {1,2,3,4,5}\{1, 2, 3, 4, 5\}
    • Range set: {2}\{2\}
    • Mappings:
      • 121 \rightarrow 2
      • 222 \rightarrow 2
      • 323 \rightarrow 2
      • 424 \rightarrow 2
      • 525 \rightarrow 2
    • Analysis: Each individual xx value points strictly to a single yy value (22).
    • Conclusion: This relation is a function.
  • Direct Inspection of Duplicate Inputs:

    • If an input x=2x = 2 yields two outputs y=5y = 5 and y=0y = 0, the relation fails to be a function due to output uncertainty.
    • If all xx values in a list of points are unique, the relation is guaranteed to be a function.

Graphical Analysis and the Vertical Line Test

  • The Vertical Line Test (VLT): A graph represents a function if and only if no vertical line intersects the graph more than once.

    • If a vertical line intersects a graph at two or more points, those points share the exact same xx coordinate but have different yy coordinates, violating the definition of a function.
    • Threshold Criteria: The vertical line test only needs to be failed at a single location for the entire graph to be classified as non-functional.
    • Zero Intersections: A vertical line passing through a region where the graph does not exist intersects 00 times. This does not violate the function definition because there is no output uncertainty.
  • Graphical Examples:

    • Graph A: Possesses points (0,5)(0, 5) and (0,5)(0, -5). A vertical line drawn along x=0x = 0 intersects both points (2 intersections). Not a function.
    • Graph B: Every vertical line intersects the graph at most once. Is a function.
    • Graph C: Passes the vertical line test at every point. Is a function.

Piecewise Functions and Point Continuity

  • Graphical Symbols for Endpoints:

    • Solid Circle (Filled Circle): Indicates that the endpoint is included as an active point on the graph.
    • Open Circle: Indicates a boundary that the graph approaches infinitely closely, but the specific point itself is excluded from the graph.
  • Analysis of Discontinuous/Piecewise Example:

    • Graph Features:
    • A upper-right segment starting with a solid circle at (3,5)(3, 5) and extending to the right.
    • A middle line segment stretching from (0,0)(0, 0) up to an open circle at (3,3)(3, 3).
    • VLT Application at x=3x = 3:
    • The point (3,5)(3, 5) is included on the graph due to the solid circle.
    • The point (3,3)(3, 3) is excluded from the graph due to the open circle.
    • Therefore, a vertical line drawn at x=3x = 3 intersects the graph at exactly one point, (3,5)(3, 5).
    • Conclusion: The relation passes the vertical line test across its entire domain and is a function.
  • Real-World Applications of Piecewise Functions:

    • Income Tax Brackets: Tax policy dictates varying percentage rates depending on income tiers.
    • Payroll / Social Security Taxes: Social Security tax applies only up to a fixed income threshold (e.g., $160,000\$160{,}000), above which only Medicare tax applies, introducing structural breaks in financial formulas.
    • Financial Support Cliffs: Systems where earning an additional dollar results in a abrupt loss of financial assistance benefits.

Function Notation and Evaluation

  • Function Notation: Expressed as f(x)f(x), replacing the traditional dependent variable yy.

    • f(x)f(x) is read as "ff of xx".
    • Important Clarification: The expression f(x)f(x) represents function evaluation rule/formula, not multiplication of ff by xx.
    • Function notation defines an input-output machine where inserting an input xx executes a specific algebraic formula to produce a single output yy.
  • Evaluating Quadratic Functions:

    • Given the function:     f(x)=x24x+2f(x) = x^2 - 4x + 2

    • Evaluating f(3)f(3):     f(3)=(3)24(3)+2f(3) = (3)^2 - 4(3) + 2f(3)=912+2f(3) = 9 - 12 + 2f(3)=1f(3) = -1

    • The corresponding point on the graph is (3,1)(3, -1).

    • Evaluating f(2)f(-2):

    • Enclosing negative values in parentheses is essential to preserve correct signs under order of operations.     f(2)=(2)24(2)+2f(-2) = (-2)^2 - 4(-2) + 2f(2)=4+8+2f(-2) = 4 + 8 + 2f(2)=14f(-2) = 14

    • The corresponding point on the graph is (2,14)(-2, 14).

    • Evaluating f(0)f(0):     f(0)=(0)24(0)+2f(0) = (0)^2 - 4(0) + 2f(0)=00+2f(0) = 0 - 0 + 2f(0)=2f(0) = 2

    • Substitution of 00 eliminates all terms containing xx, leaving only the constant term.

Complex Substitutions and Algebraic Expansions

  • Evaluating f(6x)f\left(\frac{6}{x}\right) for f(x)=x24x+2f(x) = x^2 - 4x + 2:

    • Substitute the entire quotient (6x)\left(\frac{6}{x}\right) into every instance of xx:     f(6x)=(6x)24(6x)+2f\left(\frac{6}{x}\right) = \left(\frac{6}{x}\right)^2 - 4\left(\frac{6}{x}\right) + 2

    • Exponent Rule Application:     (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}(6x)2=62x2=36x2\left(\frac{6}{x}\right)^2 = \frac{6^2}{x^2} = \frac{36}{x^2}

    • Fraction Multiplication Application:     4(6x)=41×6x=24x-4\left(\frac{6}{x}\right) = -\frac{4}{1} \times \frac{6}{x} = -\frac{24}{x}

    • Final Simplified Form:     f(6x)=36x224x+2f\left(\frac{6}{x}\right) = \frac{36}{x^2} - \frac{24}{x} + 2

  • Evaluating f(x+h)f(x + h) for f(x)=x24x+2f(x) = x^2 - 4x + 2:

    • Substitute the binomial quantity (x+h)(x + h) into every instance of xx:     f(x+h)=(x+h)24(x+h)+2f(x + h) = (x + h)^2 - 4(x + h) + 2

    • Expanding (x+h)2(x + h)^2:

    • Binomial expansion requires distribution across all terms: (x+h)(x+h)(x + h)(x + h).

    • FOIL Method:       First:x×x=x2\text{First}: x \times x = x^2Outer:x×h=xh\text{Outer}: x \times h = xhInner:h×x=hx\text{Inner}: h \times x = hxLast:h×h=h2\text{Last}: h \times h = h^2Sum=x2+2xh+h2\text{Sum} = x^2 + 2xh + h^2

    • Box Multiplication Method:

      • Construct a 2×22 \times 2 grid with headers xx and hh:
      • Top-left cell: xx=x2x \cdot x = x^2
      • Top-right cell: xh=xhx \cdot h = xh
      • Bottom-left cell: hx=hxh \cdot x = hx
      • Bottom-right cell: hh=h2h \cdot h = h^2
      • Summing all terms yields x2+2xh+h2x^2 + 2xh + h^2
    • Distributing 4-4 across (x+h)(x + h):     4(x+h)=4x4h-4(x + h) = -4x - 4h

    • Full Expansion:     f(x+h)=x2+2xh+h24x4h+2f(x + h) = x^2 + 2xh + h^2 - 4x - 4h + 2

    • Calculus Application: This specific expansion form represents a key component of the difference quotient used to determine derivatives by definition.

Rational Functions Evaluation and Simplification

  • Given Rational Function:   g(t)=12tt+4g(t) = \frac{1 - 2t}{t + 4}

  • Evaluating g(17)g(17):   g(17)=12(17)17+4g(17) = \frac{1 - 2(17)}{17 + 4}g(17)=13421g(17) = \frac{1 - 34}{21}g(17)=3321g(17) = \frac{-33}{21}

    • Reducing by Common Factor 33:     3321=3×(11)3×7=117\frac{-33}{21} = \frac{3 \times (-11)}{3 \times 7} = -\frac{11}{7}
    • Order of Operations Warning: A rational expression implies hidden parentheses around the entire numerator and the entire denominator: (12t)(t+4)\frac{(1 - 2t)}{(t + 4)}.
  • Evaluating g(75)g\left(\frac{7}{5}\right):   g(75)=12(75)75+4=114575+4g\left(\frac{7}{5}\right) = \frac{1 - 2\left(\frac{7}{5}\right)}{\frac{7}{5} + 4} = \frac{1 - \frac{14}{5}}{\frac{7}{5} + 4}

    • Numerator Common Denominator:     1145=55145=951 - \frac{14}{5} = \frac{5}{5} - \frac{14}{5} = -\frac{9}{5}

    • Denominator Common Denominator:     75+4=75+205=275\frac{7}{5} + 4 = \frac{7}{5} + \frac{20}{5} = \frac{27}{5}

    • Division of Fractions (Reciprocal Multiplication):     g(75)=95275=95×527g\left(\frac{7}{5}\right) = \frac{-\frac{9}{5}}{\frac{27}{5}} = -\frac{9}{5} \times \frac{5}{27}

    • Simplification:

    • The factor 55 in the numerator and denominator cancels out.

    • Reducing 927\frac{-9}{27} by factor 99 yields 13-\frac{1}{3}.     g(75)=13g\left(\frac{7}{5}\right) = -\frac{1}{3}

Undefined Values and Algebraic Expressions in Rational Functions

  • Evaluating g(4)g(-4) for g(t)=12tt+4g(t) = \frac{1 - 2t}{t + 4}:   g(4)=12(4)4+4=1+80=90g(-4) = \frac{1 - 2(-4)}{-4 + 4} = \frac{1 + 8}{0} = \frac{9}{0}

    • Conclusion: Division by zero is mathematically impossible within real and complex numbers. Thus, g(4)g(-4) is undefined.
  • Evaluating g(4x)g(4 - x) for g(t)=12tt+4g(t) = \frac{1 - 2t}{t + 4}:   g(4x)=12(4x)(4x)+4g(4 - x) = \frac{1 - 2(4 - x)}{(4 - x) + 4}

    • Numerator Expansion:     12(4x)=18+2x=2x71 - 2(4 - x) = 1 - 8 + 2x = 2x - 7

    • Denominator Expansion:     (4x)+4=8x(4 - x) + 4 = 8 - x

    • Final Expression:     g(4x)=2x78xg(4 - x) = \frac{2x - 7}{8 - x}

Reading Graphical Functions and Solving Equations

  • Extracting Values from Graphs:

    • Given graph features:
    • When x=3x = -3, the graph touches the horizontal axis (y=0y = 0), so f(3)=0f(-3) = 0
    • When x=3x = 3, the graph is at height y=4y = 4, so f(3)=4f(3) = 4
  • Solving f(x)=3f(x) = 3 Graphically:

    • This statement assigns y=3y = 3 and requires finding the input xx that corresponds to that height.
    • Locating y=3y = 3 on the graph shows an xx value of 00.
    • Solution: x=0x = 0.
  • Structural Difference Between Evaluation and Solving:

    • Evaluating f(number)f(\text{number}): Produces at most one single output value due to the definition of a function.
    • Solving f(x)=numberf(x) = \text{number}: Can yield multiple distinct xx values, a single xx value, or no xx values at all.
  • Expressing Implicit Equations in Function Notation:

    • Given the implicit relation:     3x2+2y3=4323x^2 + 2y^3 = 432

    • Step 1: Isolate $y^3$ by subtracting $3x^2$ from both sides:     2y3=4323x22y^3 = 432 - 3x^2

    • Step 2: Divide both sides by $2$:     y3=4323x22y^3 = \frac{432 - 3x^2}{2}

    • Step 3: Take the cube root of both sides:     y=4323x223y = \sqrt[3]{\frac{432 - 3x^2}{2}}

    • Note: Odd roots (like cube roots) do not produce a ±\pm sign, whereas even roots require a ±\pm sign.

    • Step 4: Rewrite using function notation:     f(x)=4323x223f(x) = \sqrt[3]{\frac{432 - 3x^2}{2}}

Course Context and Overview of Function Types

  • Course Purpose: College Algebra provides foundational preparation for Calculus, where derivatives and integrals are computed on functions.
  • Primary Function Types Covered:
    • Quadratic Functions and Polynomial Functions: Functions containing non-negative integer powers of xx (xnx^n).
    • Rational Functions: Functions formed by dividing one polynomial by another polynomial.
    • Exponential Functions: Functions modeling growth or decay rates proportional to their current value, characterized by constant doubling times (e.g., compound interest, unconstrained bacterial growth).
    • Logarithmic Functions: The inverse functions of exponential expressions.

Questions and Discussion

  • Question: On a piecewise graph with a segment extending horizontally to the right from (3,5)(3, 5), why does it extend horizontally rather than diagonally?

    • Response: The path of the graph is dictated entirely by its underlying piecewise formula g(x)g(x). In real-world contexts, flat or jumping piecewise segments represent tier structures such as tax brackets or benefits cliffs in public support programs.
  • Question: Are factor orders flexible in expanded terms like 2xh2xh?

    • Response: Yes. Because multiplication is commutative (ab=baa \cdot b = b \cdot a), $2xh$ is completely equivalent to $2hx$. Standard convention lists variables alphabetically ($x$ before $h$).
  • Question: What are the policies regarding online homework assignments on MyOpenMath?

    • Response: Rolling due dates are utilized. Assignment A1 is due on the evening of the lecture, and Assignment A2 is due Wednesday. Extensions can be requested via email. Online problem sets consist of multi-part practice questions worth 2 points per sub-question.