Let $f: \mathbb R \to \mathbb R$ be a non constant continuous function such that $(e^x-1)f(2x)= \left(e^{2x}-1\right)f(x)$. If $f'(0) =1 $, then $\lim_{x\to 0}\left(\dfrac {f(x)}{x}\right)^{\frac 1x}= ? $
I am trying hard to find $f(x)$ but unable to.
Attempt:
Differentiating both sides of the equation and putting $x=0$, we obtain $f(0)= 0$.
After that can we directly substitute $f(x)=$ exact $0$ and say that limit doesn't exist (which is not the answer)?
How do I go about solving it?
The answer is:
$e^{\frac12}$
This solution only assumes $f$ is differentiable at $0$.
Fix $x\ne 0$ and notice that
$$f(x)\left(e^{\frac{x}2} - 1\right) = f\left(2\cdot \frac{x}2\right)\left(e^{\frac{x}2} - 1\right) = f\left(\frac{x}2\right)(e^x-1)$$
so inductively we get
$$f\left(\frac{x}{2^n}\right)(e^x-1) = f(x)\left(e^{\frac{x}{2^n}} - 1\right)$$
Letting $n\to\infty$ and using continuity of $f$ at $0$, we get
$$f(0)(e^x-1) = 0 \implies f(0) = 0$$
Now for $x \ne 0$ we have
$$\frac{f(x)}{e^x-1} = \frac{f\left(\frac{x}{2^n}\right)}{e^{\frac{x}{2^n}}-1} = \frac{f\left(\frac{x}{2^n}\right)}{\frac{x}{2^n}}\frac{\frac{x}{2^n}}{e^{\frac{x}{2^n}}-1} = \frac{f\left(\frac{x}{2^n}\right) - f(0)}{\frac{x}{2^n}}\frac{\frac{x}{2^n}}{e^{\frac{x}{2^n}}-1} \xrightarrow{n\to\infty} f'(0)\cdot1 = 1$$
Therefore $f(x) = e^x-1$ for all $x \ne 0$, and by inspection we also have $f(0) = 1 = e^0-1$.
Hence $f(x) = e^x-1, \forall x \in \mathbb{R}$.
Now the desired limit is
$$\lim_{x\to 0}\left(\frac{f(x)}x\right)^{1/x} = \lim_{x\to 0}\left(\frac{e^x-1}x\right)^{1/x}$$
which can be computed by taking the logarithm and applying l'Hopital thrice:
$$\lim_{x\to 0}\frac{\ln (e^x-1) - \ln x}{x} \stackrel{0/0}= \lim_{x\to 0}\frac{\frac{e^x}{e^x-1} - \frac1x}{1} = \lim_{x\to 0} \frac{xe^x-e^x+1}{x(e^x-1)} \stackrel{0/0}= \lim_{x\to 0}\frac{xe^x+e^x-e^x}{xe^x+e^x-1} = \lim_{x\to 0}\frac{xe^x}{e^x(x+1)} \stackrel{0/0}= \lim_{x\to 0}\frac{xe^x+e^x}{e^x(x+1) + e^x} = \frac{0+1}{1\cdot1 + 1} = \frac12$$
Hence $$\lim_{x\to 0}\left(\frac{e^x-1}x\right)^{1/x} = e^{\lim_{x\to 0}\frac{\ln (e^x-1) - \ln x}{x}} = e^{1/2}$$