$f(x) = \ln(x+1)$ transformation, transform it to $f(x) = g(x)\ln(x)$

131 Views Asked by At

$f(x) = \ln(x+1)$

Is there a way to transform the Equation above to a simpler one, that will include only $f(x) = g(x)\ln(x)$ kind of function?

1

There are 1 best solutions below

2
On

If: $$\ln (x+1) = f(x) \ln x$$

then:

$$f(x) = \frac{\ln(x+1)}{\ln x}$$

This cannot be simplified. You could write $f(x) = \log_x(x+1)$, but we generally use logarithms with constant bases (hopefully $e$, that's the simplest base) so it is not a good idea to do so.