题目
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)=ln(x2+3)x∈R
g(x)=x+23+5xx∈R, x>−2
(a) State the range of f.
(1)
(b) Find g−1.
(3)
(c) Find fg(0).
(2)
(d) Find the exact value of a for which
g(e2a)=f(e4−3)
(3)
题目中文翻译
本题必须写出全部解题步骤。
不接受完全依赖计算器技术的解法。
函数 f 与 g 定义为
f(x)=ln(x2+3)x∈R
g(x)=x+23+5xx∈R, x>−2
(a) 写出 f 的值域。
(b) 求 g−1。
(c) 求 fg(0)。
(d) 求满足
g(e2a)=f(e4−3)
的 a 的精确值。
解答
(a)
Since
x2≥0
we have
x2+3≥3
Therefore
ln(x2+3)≥ln3
So the range of f is
f(x)≥ln3
Equivalently,
[ln3,∞)
(b)
Let
y=x+23+5x
Rearrange to make x the subject:
y(x+2)xy+2yxy−5xx(y−5)x=3+5x=3+5x=3−2y=3−2y=y−53−2y
Therefore
g−1(x)=x−53−2x,x<5
The condition x<5 is the domain of g−1, because it is the range of g.
(c)
Here fg(0) means f(g(0)).
First find g(0):
g(0)=0+23+5(0)=23
Then
fg(0)=f(23)=ln[(23)2+3]=ln(49+3)=ln(421)
So
fg(0)=ln(421)
(d)
First simplify the right-hand side:
f(e4−3)=ln[(e4−3)2+3]=ln(e4−3+3)=ln(e4)=4
So
g(e2a)=4
Using
g(x)=x+23+5x
we get
e2a+23+5e2a=4
Rearrange:
3+5e2a3+5e2ae2a=4(e2a+2)=4e2a+8=5
Take natural logs:
2a=ln5
Therefore
a=21ln5