Learn on PengiCalifornia Reveal Math, Algebra 1Unit 10: Quadratic Functions

10-9 Combining Functions

In this Grade 9 lesson from California Reveal Math, Algebra 1 (Unit 10), students learn how to combine standard function types — including linear, quadratic, and exponential functions — by performing addition, subtraction, and multiplication of functions using notation such as (f+g)(x), (f−g)(x), and (f·g)(x). Students practice substituting and simplifying expressions to find the resulting combined function, and apply these operations to real-world contexts such as modeling student loan debt with exponential growth.

Section 1

Notation and Evaluation of Combined Functions

Property

Functions can be combined using standard arithmetic operations to create entirely new functions. The notation tells you exactly which operation to perform on the outputs of the original functions:

  • Addition: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)
  • Subtraction: (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)
  • Multiplication: (fg)(x)=f(x)g(x)(fg)(x) = f(x) \cdot g(x)
  • Division: (fg)(x)=f(x)g(x)(\frac{f}{g})(x) = \frac{f(x)}{g(x)}, where g(x)0g(x) \neq 0

To evaluate a combined function at a specific number (like x=3x = 3), you can either combine the algebraic expressions first and then plug in the number, or evaluate f(3)f(3) and g(3)g(3) separately and then combine their numerical results.

Examples

  • Algebraic vs. Numerical: Let f(x)=x+5f(x) = x + 5 and g(x)=2xg(x) = 2x. Find (f+g)(3)(f + g)(3).

Numerical method: f(3)=8f(3) = 8 and g(3)=6g(3) = 6. Add the results: 8+6=148 + 6 = 14.
Algebraic method: (f+g)(x)=(x+5)+2x=3x+5(f + g)(x) = (x + 5) + 2x = 3x + 5. Substitute 3: 3(3)+5=143(3) + 5 = 14.

  • Division Domain Constraint: Let f(x)=x+4f(x) = x + 4 and g(x)=x2g(x) = x - 2. Find (fg)(3)(\frac{f}{g})(3).

First, verify the denominator is not zero: g(3)=32=1g(3) = 3 - 2 = 1.
Evaluate the numerator: f(3)=3+4=7f(3) = 3 + 4 = 7.
The quotient is 71=7\frac{7}{1} = 7.

Section 2

Subtracting Functions and the Negative Trap

Property

When finding the difference of two functions, (fg)(x)(f - g)(x), you must substitute the entire expression for g(x)g(x) inside parentheses. The negative sign must then be distributed across every single term of g(x)g(x) before combining like terms.

Examples

  • Distributing the Negative: Let f(x)=3x2+5x+1f(x) = 3x^2 + 5x + 1 and g(x)=x24x+6g(x) = x^2 - 4x + 6. Find (fg)(x)(f - g)(x).

Setup with parentheses: 3x2+5x+1(x24x+6)3x^2 + 5x + 1 - (x^2 - 4x + 6)
Distribute the negative (flip all signs in gg): 3x2+5x+1x2+4x63x^2 + 5x + 1 - x^2 + 4x - 6
Combine like terms: 2x2+9x52x^2 + 9x - 5

  • The Common Error: A student writes 3x2+5x+1x24x+63x^2 + 5x + 1 - x^2 - 4x + 6.

This is incorrect. The student only subtracted the first term of g(x)g(x) and forgot to flip the signs of 4x-4x and 66.

Explanation

Section 3

Multiplying Functions and Degree Behavior

Property

To find the product of two functions, (fg)(x)(fg)(x), multiply their polynomial expressions using the Distributive Property (or the vertical multiplication method).

When you multiply two non-zero polynomials, the degree (highest exponent) of the new combined function is exactly the sum of the degrees of the original functions.

Examples

  • Binomial times Trinomial: Let f(x)=x+2f(x) = x + 2 and g(x)=x2+3x+1g(x) = x^2 + 3x + 1. Find (fg)(x)(fg)(x).

Distribute the xx: x(x2+3x+1)=x3+3x2+xx(x^2 + 3x + 1) = x^3 + 3x^2 + x
Distribute the 2: 2(x2+3x+1)=2x2+6x+22(x^2 + 3x + 1) = 2x^2 + 6x + 2
Combine like terms: x3+5x2+7x+2x^3 + 5x^2 + 7x + 2

  • Predicting the Degree: Let P(x)=3x5+xP(x) = 3x^5 + x (degree is 5) and Q(x)=2x21Q(x) = 2x^2 - 1 (degree is 2).

Without doing the full multiplication, we know the degree of the product (PQ)(x)(PQ)(x) will be 5+2=75 + 2 = 7.

Explanation

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

Notation and Evaluation of Combined Functions

Property

Functions can be combined using standard arithmetic operations to create entirely new functions. The notation tells you exactly which operation to perform on the outputs of the original functions:

  • Addition: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)
  • Subtraction: (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)
  • Multiplication: (fg)(x)=f(x)g(x)(fg)(x) = f(x) \cdot g(x)
  • Division: (fg)(x)=f(x)g(x)(\frac{f}{g})(x) = \frac{f(x)}{g(x)}, where g(x)0g(x) \neq 0

To evaluate a combined function at a specific number (like x=3x = 3), you can either combine the algebraic expressions first and then plug in the number, or evaluate f(3)f(3) and g(3)g(3) separately and then combine their numerical results.

Examples

  • Algebraic vs. Numerical: Let f(x)=x+5f(x) = x + 5 and g(x)=2xg(x) = 2x. Find (f+g)(3)(f + g)(3).

Numerical method: f(3)=8f(3) = 8 and g(3)=6g(3) = 6. Add the results: 8+6=148 + 6 = 14.
Algebraic method: (f+g)(x)=(x+5)+2x=3x+5(f + g)(x) = (x + 5) + 2x = 3x + 5. Substitute 3: 3(3)+5=143(3) + 5 = 14.

  • Division Domain Constraint: Let f(x)=x+4f(x) = x + 4 and g(x)=x2g(x) = x - 2. Find (fg)(3)(\frac{f}{g})(3).

First, verify the denominator is not zero: g(3)=32=1g(3) = 3 - 2 = 1.
Evaluate the numerator: f(3)=3+4=7f(3) = 3 + 4 = 7.
The quotient is 71=7\frac{7}{1} = 7.

Section 2

Subtracting Functions and the Negative Trap

Property

When finding the difference of two functions, (fg)(x)(f - g)(x), you must substitute the entire expression for g(x)g(x) inside parentheses. The negative sign must then be distributed across every single term of g(x)g(x) before combining like terms.

Examples

  • Distributing the Negative: Let f(x)=3x2+5x+1f(x) = 3x^2 + 5x + 1 and g(x)=x24x+6g(x) = x^2 - 4x + 6. Find (fg)(x)(f - g)(x).

Setup with parentheses: 3x2+5x+1(x24x+6)3x^2 + 5x + 1 - (x^2 - 4x + 6)
Distribute the negative (flip all signs in gg): 3x2+5x+1x2+4x63x^2 + 5x + 1 - x^2 + 4x - 6
Combine like terms: 2x2+9x52x^2 + 9x - 5

  • The Common Error: A student writes 3x2+5x+1x24x+63x^2 + 5x + 1 - x^2 - 4x + 6.

This is incorrect. The student only subtracted the first term of g(x)g(x) and forgot to flip the signs of 4x-4x and 66.

Explanation

Section 3

Multiplying Functions and Degree Behavior

Property

To find the product of two functions, (fg)(x)(fg)(x), multiply their polynomial expressions using the Distributive Property (or the vertical multiplication method).

When you multiply two non-zero polynomials, the degree (highest exponent) of the new combined function is exactly the sum of the degrees of the original functions.

Examples

  • Binomial times Trinomial: Let f(x)=x+2f(x) = x + 2 and g(x)=x2+3x+1g(x) = x^2 + 3x + 1. Find (fg)(x)(fg)(x).

Distribute the xx: x(x2+3x+1)=x3+3x2+xx(x^2 + 3x + 1) = x^3 + 3x^2 + x
Distribute the 2: 2(x2+3x+1)=2x2+6x+22(x^2 + 3x + 1) = 2x^2 + 6x + 2
Combine like terms: x3+5x2+7x+2x^3 + 5x^2 + 7x + 2

  • Predicting the Degree: Let P(x)=3x5+xP(x) = 3x^5 + x (degree is 5) and Q(x)=2x21Q(x) = 2x^2 - 1 (degree is 2).

Without doing the full multiplication, we know the degree of the product (PQ)(x)(PQ)(x) will be 5+2=75 + 2 = 7.

Explanation