0

$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?

Tom
  • 105

1 Answers1

2

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.

GFauxPas
  • 5,047
  • So there is no way to simplify this function? – Tom Oct 29 '16 at 23:07
  • 1
    There are no log rules that would apply. Anything that might "look" simpler would just be hiding details from you without actually being simpler, like sneaking the same variable into the base and the exponent. – GFauxPas Oct 29 '16 at 23:09