SOLUTION: Given the functions f(x)=1/x-3 ; g(x)=5x/x+4 Find a.f(5)+g(-3) b.(f+g)(x) c.(g∘f)(x) d.(f∘g)(-2)
Algebra
->
Rational-functions
-> SOLUTION: Given the functions f(x)=1/x-3 ; g(x)=5x/x+4 Find a.f(5)+g(-3) b.(f+g)(x) c.(g∘f)(x) d.(f∘g)(-2)
Log On
Algebra: Rational Functions, analyzing and graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Rational-functions
Question 775839
:
Given the functions
f(x)=1/x-3 ; g(x)=5x/x+4
Find
a.f(5)+g(-3)
b.(f+g)(x)
c.(g∘f)(x)
d.(f∘g)(-2)
Answer by
tanjo3(60)
(
Show Source
):
You can
put this solution on YOUR website!
I will assume the functions are as follows:
;
a. f(5) + g(-3)
-------------------------------------------------------------------------------
b. (f + g)(x)
-------------------------------------------------------------------------------
c. (g ∘ f)(x)
(g ∘ f)(x) = g(f(x))
(g ∘ f)(x) = g(1/(x-3)))
(g ∘ f)(x) = [5(1/(x-3))]/[(1/(x-3))+4]
(g ∘ f)(x) = [5/(x-3)]/[(1/(x-3))+((4(x-3))/(x-3))]
(g ∘ f)(x) = [5/(x-3)]/[(4x-11)/(x-3)]
(g ∘ f)(x) = (4x-11)/5
Note: (g ∘ f)(x) = (4x-11)/5 for x ≠ 3
-------------------------------------------------------------------------------
d. (f ∘ g)(-2)
(f ∘ g)(-2) = f(g(-2))
(f ∘ g)(-2) = f(-5)
(f ∘ g)(-2) = 1 / (-5-3)
(f ∘ g)(-2) = -1/8