If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Intro to combining functions

Become familiar with the idea that we can add, subtract, multiply, or divide two functions together to make a new function.
Just like we can add, subtract, multiply, and divide numbers, we can also add, subtract, multiply, and divide functions.

The sum of two functions

Part 1: Creating a new function by adding two functions

Let's add f, left parenthesis, x, right parenthesis, equals, x, plus, 1 and g, left parenthesis, x, right parenthesis, equals, 2, x together to make a new function.
Let's call this new function h. So we have:
h, left parenthesis, x, right parenthesis, equals, f, left parenthesis, x, right parenthesis, plus, g, left parenthesis, x, right parenthesis, equals, 3, x, plus, 1

Part 2: Evaluating a combined function

We can also evaluate combined functions for particular inputs. Let's evaluate function h above for x, equals, 2. Below are two ways of doing this.
Method 1: Substitute x, equals, 2 into the combined function h.
h(x)=3x+1h(2)=3(2)+1=7\begin{aligned}h(x)&=3x+1\\\\ h(2)&=3(2)+1\\\\ &=\greenD{7} \end{aligned}
Method 2: Find f, left parenthesis, 2, right parenthesis and g, left parenthesis, 2, right parenthesis and add the results.
Since h, left parenthesis, x, right parenthesis, equals, f, left parenthesis, x, right parenthesis, plus, g, left parenthesis, x, right parenthesis, we can also find h, left parenthesis, 2, right parenthesis by finding f, left parenthesis, 2, right parenthesis, plus, g, left parenthesis, 2, right parenthesis.
First, let's find f, left parenthesis, 2, right parenthesis:
f(x)=x+1f(2)=2+1=3\begin{aligned}f(x)&= {x + 1}\\\\ f(2)&=2+1 \\\\ &=3\end{aligned}
Now, let's find g, left parenthesis, 2, right parenthesis:
g(x)=2xg(2)=22=4\begin{aligned}g(x)&={2x}\\\\ g(2)&=2\cdot 2 \\\\ &=4\end{aligned}
So f, left parenthesis, 2, right parenthesis, plus, g, left parenthesis, 2, right parenthesis, equals, 3, plus, 4, equals, start color #1fab54, 7, end color #1fab54.
Notice that substituting x, equals, 2 directly into function h and finding f, left parenthesis, 2, right parenthesis, plus, g, left parenthesis, 2, right parenthesis gave us the same answer!

Now let's try some practice problems.

In problems 1 and 2, let f, left parenthesis, x, right parenthesis, equals, 3, x, plus, 2 and g, left parenthesis, x, right parenthesis, equals, x, minus, 3.

Problem 1

Find f, left parenthesis, x, right parenthesis, plus, g, left parenthesis, x, right parenthesis.

Problem 2

Evaluate f, left parenthesis, minus, 1, right parenthesis, plus, g, left parenthesis, minus, 1, right parenthesis.
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3, slash, 5
  • a simplified improper fraction, like 7, slash, 4
  • a mixed number, like 1, space, 3, slash, 4
  • an exact decimal, like 0, point, 75
  • a multiple of pi, like 12, space, start text, p, i, end text or 2, slash, 3, space, start text, p, i, end text

A graphical connection

We can also understand what it means to add two functions by looking at graphs of the functions.
The graphs of y, equals, m, left parenthesis, x, right parenthesis and y, equals, n, left parenthesis, x, right parenthesis are shown below. In the first graph, notice that m, left parenthesis, 4, right parenthesis, equals, 2. In the second graph, notice that n, left parenthesis, 4, right parenthesis, equals, 5.
Let p, left parenthesis, x, right parenthesis, equals, m, left parenthesis, x, right parenthesis, plus, n, left parenthesis, x, right parenthesis. Now look at the graph of y, equals, p, left parenthesis, x, right parenthesis. Notice that p, left parenthesis, 4, right parenthesis, equals, start color #11accd, 2, end color #11accd, plus, start color #ca337c, 5, end color #ca337c, equals, start color #7854ab, 7, end color #7854ab.
Challenge yourself to see that p, left parenthesis, x, right parenthesis, equals, m, left parenthesis, x, right parenthesis, plus, n, left parenthesis, x, right parenthesis for every value of x by looking at the three graphs.

Let's practice.

Problem 3

The graphs of y, equals, f, left parenthesis, x, right parenthesis and y, equals, g, left parenthesis, x, right parenthesis are shown below.
Which is the best approximation of f, left parenthesis, 3, right parenthesis, plus, g, left parenthesis, 3, right parenthesis?
Choose 1 answer:

Other ways to combine functions

All of the examples we've looked at so far create a new function by adding two functions, but you can also subtract, multiply, and divide two functions to make new functions!
For example, if f, left parenthesis, x, right parenthesis, equals, x, plus, 3 and g, left parenthesis, x, right parenthesis, equals, x, minus, 2, then we can not only find the sum, but also ...
... the difference.
f(x)g(x)=(x+3)(x2)       Substitute.=x+3x+2             Distribute negative sign.=5                                  Combine like terms.\begin{aligned}f(x)-g(x)&=(x+3)-(x-2)~~~~~~~\small{\gray{\text{Substitute.}}}\\\\ &=x+3-x+2~~~~~~~~~~~~~\small{\gray{\text{Distribute negative sign.}}}\\\\ &=5~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\small{\gray{\text{Combine like terms.}}}\end{aligned}
... the product.
f(x)g(x)=(x+3)(x2)            Substitute.=x22x+3x6        Distribute.=x2+x6                   Combine like terms.\begin{aligned}f(x)\cdot g(x)&=(x+3)(x-2)~~~~~~~~~~~~\small{\gray{\text{Substitute.}}}\\\\ &=x^2-2x+3x-6~~~~~~~~\small{\gray{\text{Distribute.}}}\\\\ &=x^2+x-6~~~~~~~~~~~~~~~~~~~\small{\gray{\text{Combine like terms.}}}\end{aligned}
... the quotient.
f(x)÷g(x)=f(x)g(x)=(x+3)(x2)                     Substitute.\begin{aligned}f(x)\div g(x)&=\dfrac{f(x)}{g(x)} \\\\ &=\dfrac{(x+3)}{(x-2)}~~~~~~~~~~~~~~~~~~~~~\small{\gray{\text{Substitute.}}} \end{aligned}
In doing so, we have just created three new functions!

Challenge problem

p, left parenthesis, t, right parenthesis, equals, t, plus, 2
q, left parenthesis, t, right parenthesis, equals, t, minus, 1
r, left parenthesis, t, right parenthesis, equals, t
Evaluate p, left parenthesis, 3, right parenthesis, dot, q, left parenthesis, 3, right parenthesis, dot, r, left parenthesis, 3, right parenthesis, minus, p, left parenthesis, 3, right parenthesis.
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3, slash, 5
  • a simplified improper fraction, like 7, slash, 4
  • a mixed number, like 1, space, 3, slash, 4
  • an exact decimal, like 0, point, 75
  • a multiple of pi, like 12, space, start text, p, i, end text or 2, slash, 3, space, start text, p, i, end text

Want to join the conversation?