Why is $\log(\sqrt{x^2+1}+x)$ odd?

6.3k Views Asked by At

$$f(x) = \log(\sqrt{x^2+1}+x)$$ I can't figure out, why this function is odd. I mean, of course, its graph shows, it's odd, but when I investigated $f(-x)$, I couldn't find way to $-\log(\sqrt{x^2+1}+x)$.

7

There are 7 best solutions below

1
On BEST ANSWER

If$$f(x) = \log(\sqrt{x^2+1}+x)$$ then $$f(-x) = \log \left(\sqrt{(-x)^2+1}-x\right)=$$ $$= \log \left((\sqrt{x^2+1}-x)\cdot\frac{\sqrt{x^2+1}+x}{\sqrt{x^2+1}+x}\right)=$$ $$= \log \left(\frac{1}{\sqrt{x^2+1}+x}\right)=- \log({\sqrt{x^2+1}+x})=-f(x)$$

3
On

Hint: $(\sqrt{x^2+1}+x)(\sqrt{x^2+1}-x) = 1$.

3
On

This function is another command for showing $f(x)=\text{arcsinh}(x)$ being increasing continous in $[0,\infty]$. We know that $f(x)=\sinh(x)$ is an odd one-one function. $$f(x)=\text{arcsinh(x)}\to \sinh(f(x))=x$$ so if $x\to -x$ then $$\sinh(f(-x))=-x\longrightarrow -\sinh(f(-x))=x\longrightarrow\sinh(-f(-x))=x=\sinh(f(x))$$ so $f(-x)=-f(x)$. This means $f(x)$ is an odd function. There is another different approach for this. See this link http://ddmf.msr-inria.inria.fr/1.8/ddmf

enter image description here

2
On

We have $f(-x)=\log \left(\frac{(\sqrt{x^2+1}-x)(\sqrt{x^2+1}+x)}{(\sqrt{x^2+1}+x)}\right)=\log\left(\frac{x^2+1-x^2}{\sqrt{x^2+1}+x}\right)=-\log(\sqrt{x^2+1}+x)=-f(x)$.

0
On

To add another hint to Dan's answer, consider that $-\log a = \log \frac1a$ and then simplify the radical out of the denominator for your function.

2
On

Another thing to add is that the Taylor series (of odd functions, if it exists) has only odd powers

$$ x-{\frac {1}{6}}{x}^{3}+{\frac {3}{40}}{x}^{5}+\dots.$$

1
On

Note by differentiating that $$f(x)=\int_0^x \frac{dt}{\sqrt{t^2+1}}.$$ The result now follows from the fact that $\dfrac{1}{\sqrt{t^2+1}}$ is even.