I have a question on exponential
Q5. Given f(x)=ex-a+1 and a is R+, find the value of a such that the graphs of y=f-1(x) and y=f(x) touch each other
This btw is a tech free question
Q6. Given f(x)= -(x+1)2(x-5)2(x-2)3 and g(x)= -f(x-a), g(-x)=-g(x)
The answer, btw is a=-2
Q3. let f(x)=2/(ex-e-x), x is R
FIND f-1(x)
Q7. The question ke2x -2ex +k=0 has two solutions for x. Find the possible values of k.
I got the answer -1<k<1 but the answer is {k: -1<k<0} U {k: 0<k<1}
please help! Sorry for posting so many questions, but if anyone could please post the solutions (with working out please), I would be forever in their debt !!!!

Q5
Well you need the function to intersect its inverse first.
So exp(x-a) + 1 = x
I'd say the function needs to touch the line y = x as well because of the relationship between the gradients of a function and its inverse.
In other words, we also need to satisfy the equation f'(x) = exp(x-a) = 1, so x = a
In the first line, x = a means e(0) + 1 = a. a = 2
f(x) = exp(x-2) + 1
Inverse is g(x) = ln(x-1) + 2. g(2) = 2. Also g'(x) = 1/(x-1), g'(2) = 1 as needed.
Hence f(x) = g(x) at x = 2 and f'(x) = g'(x)
Q6
f(x) = -(x+1)^2 (x-5)^2 (x-2)^3? So somehow I'm meant to translate this function to get an odd function? Ok...
Well, the intercepts are at -1, 2 and 5. x = 2 is a stationary point of inflection. Instinct tells me that x = -1 is a local minimum and x = 5 is a local maximum, which is fine.
Seeing how the intercepts are spaced out so evenly, I'm going to introduce a translation just so that the middle stationary point is at the origin.
Let u = x-2, so x = u + 2
f(u) = -(u+3)^2 (u-3)^2 u^3. This is an odd function because replacing u with -u does not affect the two perfect square brackets, but it flips the sign of u^3. Hence replacing x with u + 2 gives an odd function.
So likewise, replacing x with x + 2 gives an odd function => x + 2 = x - a, a = -2
Q3
f(x) = 2/(e^x - e^-x)
Let y = f(x). Swap x and y for inverse and solve for y
x = 2/(e^y - e^-y)
e^y - e^-y = 2/x
e^2y - 2e^y/x - 1 = 0
(e^y - 1/x)^2 - 1 = 1/x^2
(e^y - 1/x) = +-sqrt(1 + 1/x^2)
e^y = 1/x +- sqrt(1 + 1/x^2)
sqrt(1+1/x^2) > 1/x for all x so take the positive square root (e^y > 0)
So y = ln(1/x + sqrt(1+1/x^2))
Q7
Only problem with k=0 is that your equation becomes -2e^x = 0 which has no solution. Hence you must exclude k=0 from -1<k<1.