Lesson 81: Graphs and Intercepts

Foundations of Intercepts

  • Definitions and General Concepts:

    • Y-Intercept: The specific location where a function crosses the yy-axis. This occurs when the value of xx is exactly zero (x=0x = 0).

    • X-Intercept: The specific location where a function crosses the xx-axis. This occurs when the value of yy (or the function value f(x)f(x)) is exactly zero (y=0y = 0).

    • Contextual Review: These concepts build upon several prior lessons. Y-intercepts were first introduced in Lesson 16, and x-intercepts were touched upon in Lesson 53.2 and related problems regarding linear graphs.

    • Calculation Insight: Finding the value of a function when f(x)f(x) or yy equals zero is functionally identical to finding the x-intercept, even if the problem does not explicitly use that term.

Part A: Linear Functions and Real-World Applications

  • Example 81.1: Temperature vs. Volume Graph:

    • Scenario: A graph compares the temperature (TT) of a gas to its volume (VV). The horizontal axis (xx-axis) represents Temperature (TT) and the vertical axis (yy-axis) represents Volume (VV).

    • Identifying the X-Intercept (Problem A): To find the temperature when the volume equals zero (V=0V = 0), look at where the graph crosses the horizontal axis. In this example, the intercept is at 4-4. Thus, T=4T = -4.

    • Identifying the Y-Intercept (Problem B): To find the volume when the temperature equals zero (T=0T = 0), look at where the graph crosses the vertical axis. In this example, the intercept is at 22. Thus, V=2V = 2.

  • Conceptual and Scientific Context:

    • Ideal vs. Real Patterns: While the mathematical model might show a volume of zero at a certain temperature, in physical reality, gases do not typically compress to nothing. However, a real linear pattern exists in thermodynamics.

    • Absolute Zero: The theoretical temperature at which the volume of a gas would equal zero is known as "Absolute Zero." This occurs at approximately 273C-273^{\circ}\text{C}.

    • Historical Note: This relationship was discovered by William Thompson, also known as Lord Kelvin (182419071824-1907), a Christian scientist.

Determining Linear Equations from Graphs

  • Challenges with Visible Intercepts:

    • In some graphs, the y-intercept is not visible because the line extends beyond the provided coordinate plane before crossing the yy-axis (Example 81.2 and 81.3).

    • Instead of using the slope-intercept method from Lesson 17 (observing the y-intercept visually), students should use the method from Lesson 48, which involves identifying two points on the line.

    • Geometric Principle: This method relies on Euclid’s first postulate: "Two and only two points determine one unique straight line."

  • Example 81.2 Calculation:

    • Points Selected: (1,5)(1, -5) and (5,0)(5, 0). The latter is the x-intercept.

    • Standard Form: y=mx+by = mx + b.

    • Slope (mm): Calculated as the change in yy over the change in xx: m=5015=54=54m = \frac{-5 - 0}{1 - 5} = \frac{-5}{-4} = \frac{5}{4}. The positive slope is consistent with the graph going uphill from left to right.

    • Finding the Y-intercept (bb): Substitute (5,0)(5, 0) into the equation: 0=54(5)+b0=254+bb=2540 = \frac{5}{4}(5) + b \rightarrow 0 = \frac{25}{4} + b \rightarrow b = -\frac{25}{4}. This value (approx 6.25-6.25) can be confirmed by visually extending the line on the graph.

    • Final Equation: y=54x254y = \frac{5}{4}x - \frac{25}{4}.

  • Example 81.3 Calculation:

    • Points Selected: (3,0)(-3, 0) (the x-intercept) and (4,5)(-4, 5).

    • Slope (mm): m=053(4)=51=5m = \frac{0 - 5}{-3 - (-4)} = \frac{-5}{1} = -5.

    • Finding the Y-intercept (bb): Substitute (3,0)(-3, 0): 0=5(3)+b0=15+bb=150 = -5(-3) + b \rightarrow 0 = 15 + b \rightarrow b = -15. Even though 15-15 is off the graph, it is a logically expected value for a line with a steep negative slope.

    • Final Equation: y=5x15y = -5x - 15.

Part B: Nonlinear Functions - Absolute Value

  • Intercept Capacities: Linear equations possess at most one x-intercept. Nonlinear equations, such as absolute value or quadratic functions, may have more than one.

  • Example 81.4: Absolute Value Function:

    • Equation: f(x)=x4f(x) = |x| - 4.

    • Visualizing the Graph: This is a standard absolute value "V" shape shifted down by 44 units. This shift results in two x-intercepts that are mirror images (opposites) of each other.

    • Algebraic Solution: Set the function to zero: 0=x4x=40 = |x| - 4 \rightarrow |x| = 4.

    • Determining Values: The absolute value (distance from zero on a number line) is 44 when x=4x = 4 or x=4x = -4. Thus, x=±4x = \pm 4.

    • Intercept Points: The intercepts are at (4,0)(4, 0) and (4,0)(-4, 0).

Nonlinear Functions - Quadratic Equations

  • Example 81.5: Finding X-Intercepts Algebraically:

    • Equation: f(x)=x23x10f(x) = x^2 - 3x - 10.

    • Method: Set the quadratic function to zero: x23x10=0x^2 - 3x - 10 = 0. This relates back to Lesson 76.

    • Factoring: Factoring into two binomials yields (x5)(x+2)=0(x - 5)(x + 2) = 0.

    • Solutions: The x-intercepts are x=5x = 5 and x=2x = -2.

  • Mathematical Terminology:

    • The terms "Zeros," "Roots," and "X-intercepts" of an equation all refer to the same mathematical concept: the values of xx when y=0y = 0.

    • Analogy: Just as "shooting hoops" and "playing basketball" describe the same activity, these three terms describe the same mathematical process.

Determining Quadratic Functions from Graphs

  • Reverse-Engineering the Function: If the x-intercepts of a quadratic graph are known, the symbolic form (equation) of the function can be derived by creating binomials where the constant terms are the opposites of the intercepts.

  • Example 81.6:

    • Given Intercepts: The graph shows intercepts at x=1x = -1 and x=3x = 3.

    • Forming Binomials: (x+1)(x3)=0(x + 1)(x - 3) = 0.

    • Expanding the Equation: x23x+x3=x22x3x^2 - 3x + x - 3 = x^2 - 2x - 3.

    • Final Function: f(x)=x22x3f(x) = x^2 - 2x - 3 (Choice B).

  • Example 81.7:

    • Given Intercepts: The graph shows intercepts at x=2x = 2 and x=4x = 4.

    • Forming Binomials: f(x)=(x2)(x4)f(x) = (x - 2)(x - 4).

    • Expanding the Equation: x24x2x+8=x26x+8x^2 - 4x - 2x + 8 = x^2 - 6x + 8.

    • Final Function: f(x)=x26x+8f(x) = x^2 - 6x + 8 (Choice C).