Section 3.6 : Combining Functions
1. Given f(x)=6x+2 and g(x)=10−7x compute each of the following.
- (f−g)(2)
- (g−f)(2)
- fg
- (fg)(x)
Show All Solutions Hide All Solutions
a (f−g)(2) Show SolutionNot much to do here other than do the evaluation. We’ll leave it to you to verify the specific function evaluations.
(f−g)(2)=f(2)−g(2)=14−(−4)=18b (g−f)(2) Show Solution
Not much to do here other than do the evaluation. We’ll leave it to you to verify the specific function evaluations.
(g−f)(2)=g(2)−f(2)=−4−14=−18c fg Show Solution
Not much to do here other than do the evaluation. Also, remember that in this case the “evaluation” really only consists of plugging the two equations for each function in and doing some basic algebraic manipulations to simplify the answer if possible.
fg=f(x)g(x)=(6x+2)(10−7x)=−42x2+46x+20d (fg)(x) Show Solution
Not much to do here other than do the evaluation. Also, remember that in this case the “evaluation” really only consists of plugging the two equations for each function in and doing some basic algebraic manipulations to simplify the answer if possible, although in this case there really isn’t any simplification that can be done.
(fg)(x)=f(x)g(x)=6x+210−7x