Introduction to Domain and Range

Course Logistics and Announcements

  • ALEKS Access and Registration

    • A new announcement has been sent containing the updated access code for ALEKS.

    • Students requiring a free trial possess access currently. Eventually, a full access purchase is required.

    • It is critical to maintain a single ALEKS account. Using multiple accounts or trying to stack free trials will result in synchronization errors with the Gradebook and complicate academic records.

  • Upcoming Deadlines

    • An assignment covering prerequisite material and review content is due on Monday at midnight.

    • Another prerequisite assignment and review task is due on Friday of next week.

    • Homework regarding Module 1a is expected to be completed and due following the lectures this Monday.

Fundamental Definitions: Domain and Range

  • Domain

    • The domain represents the set of all possible input values (typically xx) that can be plugged into a function.

  • Range

    • The range consists of the set of all output values (typically yy) generated by the function.

Analysis of Domain and Range from Graphs

  • Example 1: Continuous Interval

    • Based on a specific graph, the input values extend along the xx-axis from negative five to five.

    • The domain is identified as the interval [5,5)[-5, 5), where the square bracket indicates inclusion and the parenthesis indicates exclusion.

    • The corresponding range, found by observing the vertical extent of the graph, is the interval [2,5)[-2, 5).

  • Example 2: Parabola with Infinite Extent

    • Arrows at the top of a graph indicate that the function continues in that direction forever.

    • In the case of a standard parabola opening upwards with its lowest point at (1,4)(1, -4), any real number can be used as an input.

    • Domain: (infinity,infinity)(-\text{infinity}, \text{infinity}) or (,)(-\infty, \infty).

    • Range: The lowest value is 4-4 (inclusive). The graph grows infinitely, so the range is [4,)[-4, \infty).

    • Note: It is permissible for multiple xx values to produce the same yy value (e.g., plugging in 33 and 1-1 both result in an output of 44); this does not alter the range calculation.

  • Example 3: Discontinuous Segments

    • When a graph is composed of disconnected segments or contains holes (open circles), the domain and range must be written as unions of intervals.

    • In a graph with open circles at x=3x = -3, x=0x = 0, and x=5x = 5, but a closed circle at x=1x = 1, the domain is defined as (3,0)[1,5)(-3, 0) \cup [1, 5).

    • The range for this specific graph is defined from its lowest point to its highest. Despite an open circle at one terminal, if that yy value is reached elsewhere on the graph, it is included. For instance, if an open circle exists at (2,4)(2, -4) but the point (2,4)(2, -4) is actually defined elsewhere, or the graph reaches 5-5 at a closed circle, the interval reflects the actual outputs attained.

    • Example range: [5,2)[-5, 2).

  • Example 4: Fragmented Chunks

    • A graph split into two distinct horizontal chunks may have a domain such as (4,1](1,3](-4, -1] \cup (1, 3].

    • If the lowest output reached is 3-3 (exclusive) and the highest is 55 (inclusive), the range is (3,5](-3, 5], even if there is an open circle at a specific height (like y=0y = 0) elsewhere on the page, provided that height is reached by a different part of the function.

Mathematical Properties of Polynomial Functions

  • Defining a Polynomial

    • A polynomial is a function consisting of the sum of multiple terms, where each term is a coefficient multiplied by xx raised to a non-negative whole number power.

    • Examples of polynomial terms include x3x^3, 2x2x (which is 2x12x^1), and 11 (which is 1x01x^0).

  • Domain of Polynomials

    • There is no real number that, when substituted into a polynomial, causes the math to "break." You can multiply any number by a constant and add other constants without restriction.

    • Every polynomial has a domain of (,)(-\infty, \infty).

Rational Functions and Excluded Values

  • The Division by Zero Constraint

    • Mathematical errors arise when a denominator becomes zero. To find the domain of a rational function, one must identify and exclude values that result in a zero denominator.

  • Example 1: f(x)=5x+3f(x) = \frac{5}{x+3}

    • Strategy: Set the denominator to zero: x+3=0x + 3 = 0.

    • Solution: x=3x = -3.

    • Conclusion: The domain is everything except 3-3. Written as an interval: (,3)(3,)(-\infty, -3) \cup (-3, \infty).

  • Example 2: f(x)=x+22x7f(x) = \frac{x+2}{2x-7}

    • The numerator being zero is acceptable (the function value simply becomes zero). The concern is the denominator.

    • Strategy: Set 2x7=02x - 7 = 0.

    • Steps: 2x=7x=722x = 7 \Rightarrow x = \frac{7}{2}.

    • Conclusion: The domain is everything except 72\frac{7}{2}. Written as an interval: (,72)(72,)(-\infty, \frac{7}{2}) \cup (\frac{7}{2}, \infty).

Domain Requirements for Radical Functions

  • Square Roots and Real Numbers

    • In the real number system, the radicand (the expression inside the square root) cannot be negative. While the square root of 1-1 is the imaginary unit ii, for real-valued functions, the radicand must be greater than or equal to zero.

  • Example: f(x)=3x+9f(x) = \sqrt{-3x + 9}

    • Strategy: Set the radicand to be 0\geq 0.

    • Inequality: 3x+90-3x + 9 \geq 0.

    • Steps: 3x9-3x \geq -9.

    • Rule: When multiplying or dividing an inequality by a negative number, the inequality sign must be flipped.

    • Result: x93x3x \leq \frac{-9}{-3} \Rightarrow x \leq 3.

    • Domain: (,3](-\infty, 3].

  • Combined Constraints (Square Root in Denominator)

    • Example: f(x)=5xf(x) = \frac{5}{\sqrt{x}}.

    • Constraint 1: The denominator cannot be zero (x0x0\sqrt{x} \neq 0 \Rightarrow x \neq 0).

    • Constraint 2: The radicand cannot be negative (x0x \geq 0).

    • Combined Strategy: The value of xx must be strictly greater than zero.

    • Domain: (0,)(0, \infty).

Behavior of Even vs. Odd Roots

  • Odd Roots (e.g., Cube Roots)

    • The cube root (x3\sqrt[3]{x}) behaves differently than the square root. One can take the odd root of a negative number.

    • Proof through expansion:

      • (1)3=(1)×(1)×(1)=1(-1)^3 = (-1) \times (-1) \times (-1) = -1, therefore 13=1\sqrt[3]{-1} = -1.

      • (2)3=(2)×(2)×(2)=8(-2)^3 = (-2) \times (-2) \times (-2) = -8, therefore 83=2\sqrt[3]{-8} = -2.

    • Because odd roots of negative numbers are real, there are no domain restrictions based on the root itself.

    • A function like f(x)=53f(x) = \sqrt[3]{5} (or any cube root of a polynomial) has a domain of (,)(-\infty, \infty).

Questions & Discussion

  • Question: Can we remind the class when to flip the sign in an inequality?

  • Response: The sign must be flipped only when dividing or multiplying by a negative number.

  • Question: What makes the function f(x)=5xf(x) = \frac{5}{\sqrt{x}} weirder than previous examples?

  • Response: It contains both a square root and a denominator. We must satisfy two conditions: the denominator must be non-zero and there can be no negatives inside the square root.

  • Question: What is the singular form of the word "parentheses" and "brackets"?

  • Response: The singular of "brackets" is "bracket." The singular of "parentheses" is "parenthesis."