Comprehensive Study Notes: Function Operations (Addition, Subtraction, Multiplication, Division) and Graph-Based Values

Key Concepts: Operations on Functions

  • Functions can be combined in several ways: addition, subtraction, multiplication, and division of their values at a given input x. Notation commonly used:
    • (f + g)(x) = f(x) + g(x)
    • (f − g)(x) = f(x) − g(x)
    • (f · g)(x) = f(x) · g(x)
    • (f / g)(x) = f(x) / g(x), with the domain restricted to points where g(x) ≠ 0
  • Important practical point: evaluating these expressions can be done by evaluating f and g separately at the chosen x, then combining the results, or by forming a new function (e.g., h(x) = f(x)g(x) or h(x) = f(x)/g(x)) and plugging in x afterward. Checking results by doing it in two ways can help verify correctness, though it does not guarantee correctness on its own.
  • When graphs or pictures are the only information, you can still compute (f + g)(x), (f − g)(x), (f · g)(x), (f / g)(x) by reading the corresponding f(x) and g(x) values from the graph.

Worked Example: Multiplication of functions at x = -3

  • Given values from the transcript:
    • f(-3) = 9 (calculated as 2×9 + 3×(-3) = 18 − 9 = 9)
    • g(-3) = 8 (described as 5 + 3, yielding 8)
  • Compute (f · g)(-3):
    • (fg)(3)=f(3)g(3)=9×8=72(f \,·\, g)(-3) = f(-3) \, g(-3) = 9 \times 8 = 72
  • Two-method check:
    • Method A: Directly compute f(-3) and g(-3) then multiply: 9 × 8 = 72
    • Method B: If you have a product function h(x) = f(x)g(x), evaluate h(-3) = 72
  • Significance: Demonstrates consistency check between two approaches; if results mismatch, recheck computations.

Worked Example: Division of functions at x = 5

  • Given functions: f(x)=x2+3x10,extandg(x)=x2f(x) = x^2 + 3x - 10, ext{ and } g(x) = x - 2
  • Note on domain: Division by zero occurs if g(x) = 0; here x = 2 would be problematic. The problem asks for x = 5, which is valid.
  • Approach A: Compute f(5) and g(5) separately, then form the quotient:
    • f(5)=52+3510=25+1510=30f(5) = 5^2 + 3\cdot5 - 10 = 25 + 15 - 10 = 30
    • g(5)=52=3g(5) = 5 - 2 = 3
    • (f/g)(5)=f(5)g(5)=303=10(f / g)(5) = \frac{f(5)}{g(5)} = \frac{30}{3} = 10
  • Approach B: If you had an explicit quotient function q(x) = f(x)/g(x), you could substitute x = 5 directly to get 10 as well.
  • Conclusion: Both approaches yield the same result; with division the choice of approach may not always be easier, but a double-check is still valuable.
  • Practical takeaway: Always check that the input does not create a division by zero; otherwise proceed with either method.

Reading values from graphs/pictures: f and g at key points

  • Points on f (red) and g (blue) used to read values:
    • On f: (0, 4) → f(0) = 4
    • On g: (0, 0) → g(0) = 0
  • Computations using these points:
    • (f + g)(0) = f(0) + g(0) = 4 + 0 = 44
  • More points:
    • On f: (2, 2) → f(2) = 2
    • On g: (2, -2) → g(2) = -2
  • Compute (f − g)(2):
    • (fg)(2)=f(2)g(2)=2(2)=4(f - g)(2) = f(2) - g(2) = 2 - (-2) = 4
  • Another pair:
    • On f: (−2, 6) → f(−2) = 6
    • On g: (−2, 2) → g(−2) = 2
  • Compute (f / g)(−2):
    • (f/g)(2)=f(2)g(2)=62=3(f / g)(-2) = \frac{f(-2)}{g(-2)} = \frac{6}{2} = 3
  • Note: The arithmetic itself is straightforward; the key is reading accurate f(x) and g(x) values from the graphs and applying the definitions correctly.

Takeaways on how to approach function operations

  • You can compute values by reading f(x) and g(x) from graphs or using given formulas, then combine results according to the operation.
  • It can be helpful to:
    • Do the computation in two ways (e.g., compute f(x) and g(x) separately, then combine) and compare results.
    • Be mindful of domain restrictions, especially for division (g(x) ≠ 0).
  • The concept that a function does not need to be given by an explicit formula; values can be read from pictures/graphs. This is still enough to evaluate (f + g)(x), (f − g)(x), (f · g)(x), and (f / g)(x).

Practical implications and connections

  • Verifying results via multiple methods supports mathematical rigor and reduces arithmetic errors.
  • Understanding domain restrictions helps avoid undefined expressions (e.g., division by zero).
  • Reading from graphs emphasizes the idea that function operations are about how outputs change with inputs, not just about explicit algebraic forms.
  • This approach connects to foundational principles: evaluating functions at a given input, performing algebraic operations on function values, and recognizing different representations (algebraic form vs. graphs).

Homework and class logistics (as discussed in the transcript)

  • Regular due dates: homeworks are due on Monday nights.
  • Upcoming due items:
    • Next Monday: three assignments due (related to sections 2.2 and 2.3 that were finished today); possibly 5.1 and maybe 5.2 on Thursday. If 5.2 isn’t covered, that’s okay.
  • Quizzes:
    • Two quizzes are due tonight.
    • If you’ve already completed them, you may redo them tonight for a second attempt; you’ll keep your high score.
  • If you missed last night’s homework or were absent for roll call: talk to the instructor before leaving to ensure your work is accounted for.
  • If there are no questions, the instructor will see you on Thursday.

Quick reference: key numerical results from the transcript

  • Multiplication at x = -3: (fg)(3)=72(f \,·\, g)(-3) = 72
  • Division at x = 5: (f/g)(5)=10(f / g)(5) = 10
  • Graph-based evaluations:
    • f(0)=4,<br/>bsp;g(0)=0</li><li>(f+g)(0)=4f(0) = 4,<br /> bsp; g(0) = 0 </li> <li>(f + g)(0) = 4
    • f(2)=2,<br/>bsp;g(2)=2</li><li>(fg)(2)=4f(2) = 2,<br /> bsp; g(2) = -2 </li> <li>(f - g)(2) = 4
    • f(2)=6,<br/>bsp;g(2)=2</li><li>(f/g)(2)=3f(-2) = 6,<br /> bsp; g(-2) = 2 </li> <li>(f / g)(-2) = 3