题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
The functions f and g are defined by
f(x)=3x+12xx∈R, x≥0
g(x)=4−x2x∈R, x≥0
(a) Find the value of gf(1).
(2)
(b) Find the range of f.
(2)
(c) Find f−1(x).
(2)
(d) Solve f−1(x)=f(x).
(2)
题目中文翻译
本题必须写出全部解题步骤。
不接受完全依赖计算器技术的解法。
函数 f 与 g 定义为
f(x)=3x+12xx∈R, x≥0
g(x)=4−x2x∈R, x≥0
(a) 求 gf(1) 的值;
(b) 求 f 的值域;
(c) 求 f−1(x);
(d) 解方程 f−1(x)=f(x)。
解答
(a)
Here gf(1) means g(f(1)).
First,
f(1)=3(1)+12(1)=42=21
So
gf(1)=g(21)
Using
g(x)=4−x2
we get
g(21)=4−(21)2=4−41=415
Therefore
gf(1)=415
(b)
For
f(x)=3x+12x,x≥0
we have
f(0)=0
Also, as x increases,
3x+12x
approaches
32
but never reaches it.
So the range of f is
0≤f(x)<32
(c)
Let
y=3x+12x
Rearrange to make x the subject:
y(3x+1)3xy+y3xy−2xx(3y−2)x=2x=2x=−y=−y=3y−2−y
Thus
x=2−3yy
Therefore
f−1(x)=2−3xx
(d)
Solve
f−1(x)=f(x)
So
2−3xx=3x+12x
Cross-multiply:
x(3x+1)=2x(2−3x)
Expand:
3x2+x=4x−6x2
So
9x2−3x=0
Factorise:
3x(3x−1)=0
Therefore
x=0orx=31