题目
Problem
The function f and the function g are defined by
f(x)=x+112x>0, x∈R
g(x)=25lnxx>0, x∈R
(a) Find, in simplest form, the value of fg(e2).
(2)
(b) Find f−1.
(3)
(c) Hence, or otherwise, find all real solutions of the equation
f−1(x)=f(x)
(3)
题目中文翻译
函数 f 与函数 g 定义为
f(x)=x+112x>0, x∈R
g(x)=25lnxx>0, x∈R
(a) 求 fg(e2) 的值,并化为最简形式。
(b) 求 f−1。
(c) 由此,或用其他方法,求方程
f−1(x)=f(x)
的所有实数解。
解答
(a)
We need to find
fg(e2)
This means
f(g(e2))
First find g(e2):
g(e2)=25ln(e2)
Since
ln(e2)=2
we get
g(e2)=25⋅2=5
Now apply f:
f(5)=5+112=2
Therefore
fg(e2)=2
(b)
Let
y=f(x)
Then
y=x+112
Rearrange:
y(x+1)=12
so
yx+y=12
Hence
yx=12−y
and therefore
x=y12−y
So
x=y12−1
Replace y by x to write the inverse function:
f−1(x)=x12−1
Since x>0 for the original function, its range is
0<f(x)<12
So the domain of the inverse is
0<x<12
(c)
We need to solve
f−1(x)=f(x)
Using part (b),
x12−1=x+112
Multiply by x(x+1):
12(x+1)−x(x+1)=12x
Expand:
12x+12−x2−x=12x
So
−x2−x+12=0
Therefore
x2+x−12=0
Factorise:
(x+4)(x−3)=0
So
x=−4orx=3
But the equation involves f(x) and f−1(x), so x must lie in the domain of both functions. In particular, x>0.
Therefore x=−4 is rejected.
Hence the only real solution is
x=3