Proving an Odd Function: ln(x+√(1+x²))

  • Context:
  • Thread starter Thread starter Yankel
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Yankel
Messages
390
Reaction score
0
Hello,

How do I prove that this function:

\[f(x)=ln(x+\sqrt{1+x^{2}})\]

is an odd function ?

It is clear to me that it is odd, I tried the usual way of checking if a function is even or odd, by looking at f(-x), but it just got me to where x is changing sign while the square root isn't, it there a logarithms rule I am missing here ?

Thank you !
 
Physics news on Phys.org
$$f(-x) = \ln(-x+\sqrt{1+(-x)^2}) = \ln(-x+\sqrt{1+x^2})$$
Let us compute $-f(x)$:
$$-f(x) = - \ln(x+\sqrt{1+x^2}) = \ln\left(\frac{1}{x+\sqrt{1+x^2}}\right) = \ln\left[\frac{x-\sqrt{1+x^2}}{(x+\sqrt{1+x^2})(x-\sqrt{1+x^2})}\right]$$
$$= \ln\left(-x+\sqrt{1+x^2}\right)$$

Hence, $f(x)$ is odd.