Main content
Algebra (all content)
Multiplying and dividing functions
CCSS.Math:
See how we can multiply or divide two functions to create a new function.
Just like we can multiply and divide numbers, we can multiply and divide functions. For example, if we had functions f and g, we could create two new functions: f, dot, g and start fraction, f, divided by, g, end fraction .
Multiplying two functions
Example
Let's look an example to see how this works.
Given that f, left parenthesis, x, right parenthesis, equals, 2, x, minus, 3 and g, left parenthesis, x, right parenthesis, equals, x, plus, 1, find left parenthesis, f, dot, g, right parenthesis, left parenthesis, x, right parenthesis.
Solution
The most difficult part of combining functions is understanding the notation. What does left parenthesis, f, dot, g, right parenthesis, left parenthesis, x, right parenthesis mean?
Well, left parenthesis, f, dot, g, right parenthesis, left parenthesis, x, right parenthesis just means to find the product of f, left parenthesis, x, right parenthesis and g, left parenthesis, x, right parenthesis. Mathematically, this means that left parenthesis, f, dot, g, right parenthesis, left parenthesis, x, right parenthesis, equals, f, left parenthesis, x, right parenthesis, dot, g, left parenthesis, x, right parenthesis.
Now, this becomes a familiar problem.
Note: We simplified the result to obtain a nicer expression, but this is not necessary.
Let's try some practice problems.
Dividing two functions
Dividing two functions works in a similar way. Here's an example.
Example
h, left parenthesis, n, right parenthesis, equals, 2, n, minus, 1 and j, left parenthesis, n, right parenthesis, equals, n, plus, 3.
Let's find left parenthesis, start fraction, j, divided by, h, end fraction, right parenthesis, left parenthesis, n, right parenthesis.
Solution
By definition, left parenthesis, start fraction, j, divided by, h, end fraction, right parenthesis, left parenthesis, n, right parenthesis, equals, start fraction, j, left parenthesis, n, right parenthesis, divided by, h, left parenthesis, n, right parenthesis, end fraction.
We can now solve the problem.
Two important notes about this function:
- This function is simplified in its current form.
- The input n, equals, start fraction, 1, divided by, 2, end fraction is not a valid input for this function. This is because 2, n, minus, 1, equals, 0 at n, equals, start fraction, 1, divided by, 2, end fraction, and division by 0 is undefined.
Let's try some practice problems
An application
The distance and time that Jordan runs each day depends on the number of hours, h, that she works. The distance, D, in miles, and time, T, in minutes, that she runs are given by the functions D, left parenthesis, h, right parenthesis, equals, minus, 0, point, 5, h, plus, 8, point, 5 and T, left parenthesis, h, right parenthesis, equals, minus, 6, h, plus, 90, respectively.
Let function S represent the average speed at which Jordan runs on a day in which she works h hours.
Want to join the conversation?
- I do not understand the graph equation(19 votes)
- You need to find the x values on both lines and multiply them together to find the value for the new graph of f*g(x). For example at x=4, g(4)=0 and f(4)=4 so f*g(4)=0 (multiply the two values together). When x=6, g(6)=-1 and f(6)=6 so f*g(6)=-6. With these two values, you know that the new graph will pass through the two points (4, 0) and (6,-6) which only happens in Graph B.(51 votes)
- in (t^2-4)/(t+8) why is simplified and we cannot resolve to t-0.5?(7 votes)
- this was very helpful 10/10(7 votes)
- The explanation for the last one doesn't make sense. Is there a simpler explanation?(3 votes)
- It does make sense....
You need to find points that correspond to (f*g)(x) = f(x) * g(x).
Sal creates a table of values for f(x) and g(x) from looking at the original graph.
Le'ts do one ...
Find f(4). If x = 4, then f(4) = 4
-- You find this by going right on the x-axis until you get to 4. Then, you go up until you hit the line that represents f(x). Then, you find the y-coordinate for this point.
Find g(4). If x = 4, then g(4) = 0
-- You find this similar to how you found f(4) except you find the point that is on the g(x) graph and find its y-coordinate.
Once you have f(4) and g(4), you can find f(4) * g(4) = 4 * 0 = 0
Thus the point for (f*g)(4) = (4, 0)
You can compare this point and other points to determine which graph to pick.
Hope this helps.(9 votes)
- why do we have to do this(6 votes)
- Question one of both the multiplying and dividing questions seems to be missing the button that allows me to add an exponent to the problem(5 votes)
- Use the "carat" on the "6" key by pressing SHIFT at the same time you press the 6.
For example, x squared is x^2 and
x cubed is x^3, etc.(2 votes)
- how do you multiply polynomials such as (3x^2+6x-2)(2x^2-9x+16)?(1 vote)
- The parentheses indicate that each term in the second polynomial has to be multiplied by each term in the first polynomial.
So, first of all, multiply the second polynomial by 3x^2, then by 6x, then by -2.
Finally, combine like terms.(5 votes)
- a(t)=(t−k)(t−3)(t−6)(t+3)a, left parenthesis, t, right parenthesis, equals, left parenthesis, t, minus, k, right parenthesis, left parenthesis, t, minus, 3, right parenthesis, left parenthesis, t, minus, 6, right parenthesis, left parenthesis, t, plus, 3, right parenthesis is a polynomial function of ttt, where kkk is a constant. Given that a(2)=0a(2)=0a, left parenthesis, 2, right parenthesis, equals, 0, what is the absolute value of the product of the zeros of aaa?(3 votes)
- 𝑡 = 2 ⇒ 𝑎(2) = (2 − 𝑘)(2 − 3)(2 − 6)(2 + 3) = 20(2 − 𝑘)
𝑎(2) = 0 ⇔ 20(2 − 𝑘) = 0 ⇔ 𝑘 = 2
So, 𝑎(𝑡) = (𝑡 − 2)(𝑡 − 3)(𝑡 − 6)(𝑡 + 3), which has zeros 𝑡 = −3, 𝑡 = 2, 𝑡 = 3 and 𝑡 = 6.
|(−3) ∙ 2 ∙ 3 ∙ 6| = 108(1 vote)
- I'm just curious, but for the last question, what kind of function will lead me to those graph?(1 vote)
- g(x) is the graph of sin, a trig function.(4 votes)
- How do you do squared for practice problem #1?(2 votes)
- (c*d)(y) = (3y-4)(3-2y)
You need to multiply 2 binomials. You use FOIL or extended distribution.
See this video for an example: https://www.khanacademy.org/math/algebra/introduction-to-polynomial-expressions/multiplying-binomials-2/v/multiplying-binomials(1 vote)