Identifying Functions, Function Notation, and Graph Analysis


Identifying Functions and the Vertical Line Test

  • A relation is a set of ordered pairs. To determine if a relation is a function visually, a vertical line test is employed.

  • Vertical Line Test (VLT) Definition: A graph on the coordinate plane defines yy as a function of xx if no vertical line intersects the graph in more than one point.

  • Example Analysis (Relation A): In a specific relation, the point (1,1)(1, 1) may be the only coordinate where the xx-value is assigned exactly one yy-value. If a vertical line is drawn at other xx-values, such as x=2x = -2, and it intersects the graph at multiple points, the relation fails the vertical line test and is not a function.

  • Example Analysis (Relation B): A graph consisting of plotted points is not a function if any vertical line passes through two or more points. For instance, if vertical lines intersect the graph in two places at x=2x = 2, it fails to be a function at that specific location.

  • Negated Condition: If a vertical line can be drawn that intersects a graph in more than one place, then the graph is not a function.

Function Notation and Evaluation

  • Function notation is the standard way to represent functional information, typically written as f(x)=expression in xf(x) = \text{expression in } x.

    • ff represents the name of the function.

    • xx represents the input variable.

    • f(x)f(x) represents the output of the function corresponding to the input xx.

  • Evaluating Linear Functions:

    • For the function f(x)=3x+2f(x) = 3x + 2:

    • To find f(2)f(2), replace every instance of xx with (2)(2). Following the order of operations (PEMDAS), multiply first: 3×2=63 \times 2 = 6, then add: 6+2=86 + 2 = 8.

    • To find f(h)f(h), replace xx with hh. The result is 3h+23h + 2. Since hh is an unknown number, the expression cannot be simplified further.

  • Evaluating Power Functions:

    • For the function g(w)=w3+1g(w) = w^3 + 1:

    • Substituting w=1w = 1 results in 13+11^3 + 1. Since 1×1×1=11 \times 1 \times 1 = 1, the result is 1+1=21 + 1 = 2.

    • Substituting w=1w = -1 results in (1)3+1(-1)^3 + 1. Detailed calculation: (1)×(1)=1(-1) \times (-1) = 1, and 1×(1)=11 \times (-1) = -1. Therefore, 1+1=0-1 + 1 = 0.

    • Using parentheses when substituting negative numbers is critical to avoid calculation errors.

  • Variable Swapping and Imaginary Results:

    • Functions can use different letters, such as x(f)=fx(f) = \sqrt{f}. Here, the function is named xx and the input variable is ff.

    • Evaluating x(1)x(-1) yields 1\sqrt{-1}. This is not a real number; it is an imaginary number denoted by ii.

    • Evaluating x(m+1)x(m + 1) results in m+1\sqrt{m + 1}.

Graph Analysis: Increasing, Decreasing, and Constant Intervals

  • When analyzing a function graph, movement is always tracked from left to right along the xx-axis.

  • Increasing: A function is increasing when the yy-values get larger (the graph rises) as one moves from left to right.

  • Decreasing: A function is decreasing when the yy-values get smaller (the graph falls) as one moves from left to right.

  • Constant: A function is constant when the yy-values stay exactly the same (the graph is a flat, horizontal line).

  • Warning Regarding Artificial Intelligence: AI tools often use Calculus to find maximums and minimums (taking derivatives and setting them to zero). In Algebra-based courses, students should use visual inspection of intervals rather than Calculus methods to avoid using advanced math that may not be required or allowed for specific assignments.

Maxima and Minima

  • Absolute Maxima and Minima:

    • The absolute maximum is the highest point on a graph. For example, if a function reaches its highest point at x=5x = 5 with a yy-value of 11, the maximum is represented by the coordinate (5,1)(5, 1).

    • The absolute minimum is the lowest point. If a function is at its lowest level across an entire interval, such as from x=5x = -5 to x=1x = -1, any xx in that interval (e.g., x=3,y=6x = -3, y = -6) yields the minimum value.

  • Relative (Local) Maxima and Minima:

    • Relative Minimum: A value f(a)f(a) at x=ax = a is a relative minimum if f(a)f(a) is the smallest function value relative to other points nearby. Visually, this is the bottom of a valley.

    • Relative Maximum: A value f(a)f(a) at x=ax = a is a relative maximum if f(a)f(a) is the greatest function value relative to other points nearby. Visually, this is the top of a hill.

    • For some graphs, there is no absolute maximum or minimum because the function continues toward positive or negative infinity (indicated by arrows). In these cases, only relative extrema exist.

Domain and Range Visual Representation

  • Domain: The set of all possible xx-values (inputs) for which a function is defined.

    • Certain functions have limited domains. For example, the square root function cannot accept negative numbers if the output must be a real number.

  • Range: The set of all resulting yy-values (outputs) that a function achieves.

  • Graphical Notation:

    • Closed Circle: Indicates the point is defined and included in the set. Use brackets [][ \dots ] in interval notation.

    • Open Circle: Indicates the function is not defined at that point, or the point is not included. Use parentheses ()( \dots ) in interval notation.

  • Example Analysis:

    • If a graph starts with a closed circle at x=5x = -5 and ends with an open circle at x=5x = 5, the Domain is [5,5)[-5, 5).

    • If the same graph spans yy-values from a closed circle at y=2y = -2 to an open circle at y=5y = 5, the Range is [2,5)[-2, 5).

Questions & Discussion

  • Question: Does anyone see the single xx-value where this relation fails to be a function? (Asked regarding an upside-down point plot).

  • Response: The value is 22.

  • Question: What is the rule for PEMDAS in the expression 3(2)+23(2) + 2? Do we add the two first or multiply?

  • Response: Three times two occurs first.

  • Question: What is the result of one cubed (131^3)?

  • Response: One.

  • Question: What is negative one multiplied by itself? (1×1-1 \times -1)

  • Response: Positive one.

  • Question: What is positive one times negative one?

  • Response: Negative one.