题目
Problem
The functions f and g are defined by
f(x)=3x+25−xx∈R, x=−32
g(x)=2x−7x∈R
(a) Find the value of fg(5)
(2)
(b) Find f−1
(3)
(c) Solve the equation
f(a1)=g(a+3)
(4)
题目中文翻译
函数 f 和 g 定义为
f(x)=3x+25−xx∈R, x=−32
g(x)=2x−7x∈R
(a) 求 fg(5) 的值。
(b) 求 f−1。
(c) 解方程
f(a1)=g(a+3)
解答
(a)
First find
g(5)=2(5)−7=3
Therefore
fg(5)=f(3)
Now
f(3)=3(3)+25−3=112
So
fg(5)=112
(b)
Let
y=3x+25−x
Then
y(3x+2)=5−x
So
3xy+2y=5−x
Collect the x terms:
3xy+x=5−2y
Thus
x(3y+1)=5−2y
and hence
x=3y+15−2y
Therefore
f−1(x)=3x+15−2x
The denominator cannot be zero, so
x=−31
Hence
f−1(x)=3x+15−2x,x=−31
(c)
We need to solve
f(a1)=g(a+3)
First,
f(a1)=3⋅a1+25−a1
Multiply numerator and denominator by a:
f(a1)=3+2a5a−1
Also,
g(a+3)=2(a+3)−7=2a−1
So
2a+35a−1=2a−1
Multiply by 2a+3:
5a−1=(2a−1)(2a+3)
Expand the right hand side:
5a−1=4a2+4a−3
Bring all terms to one side:
4a2−a−2=0
Using the quadratic formula,
a=2(4)1±(−1)2−4(4)(−2)
Therefore
a=81±33
So
a=81+33, 81−33