I have come across the equation $$(|x| + \sqrt {x ^ 2 - 1}) ^ x + (|x| - \sqrt {x ^ 2 - 1}) ^ x = 2(2x^2 - 1)$$. Of course we have $x \in (-\infty, -1) \cup(1, \infty)$. I noticed that $(|x| - \sqrt {x ^ 2 - 1}) ^ x = \frac{1} {(|x| + \sqrt {x ^ 2 - 1}) ^ x}$, but, still, I cannot find a way to write it more easier. I tried proving the fact that there are 2 functions with different monotonies, but that is not true.
2026-04-25 22:50:32.1777157432
On
$(|x| + \sqrt {x ^ 2 - 1}) ^ x + (|x| - \sqrt {x ^ 2 - 1}) ^ x = 2(2x^2 - 1)$
44 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Hint:
Notice that with exponent $2$,
$$(|x| + \sqrt {x ^ 2 - 1}) ^ 2 + (|x| - \sqrt {x ^ 2 - 1}) ^ 2= 2(2x^2 - 1),$$
so $x=2$ is a solution.
And as
$$(|x| + \sqrt {x ^ 2 - 1}) (|x| - \sqrt {x ^ 2 - 1})=1,$$ the function is even, so $-2$ is another solution.
With exponent $1$,
$$2|x|=2(2x^2-1)$$
and $|x|=1$ is also a solution.
Remains to show if they are the only ones. From the first identity, it is obvious that for $x>2$,
$$(|x| + \sqrt {x ^ 2 - 1}) ^ x + (|x| - \sqrt {x ^ 2 - 1}) ^ x\\>(|x| + \sqrt {x ^ 2 - 1}) ^ 2 + (|x| - \sqrt {x ^ 2 - 1}) ^ 2= 2(2x^2 - 1).$$
Consider $A:=|x|+\sqrt{x^2-1}$; then we have, $$A^{-1}=\frac{1}{|x|+\sqrt{x^2-1}}=\frac{|x|-\sqrt{x^2-1}}{x^2-(x^2-1)}=|x|-\sqrt{x^2-1}$$
So, your equation is essentially,
$$A^x+A^{-x}=2(2x^2-1)$$
and note that we have $A+A^{-1}=2|x|$ and $A-A^{-1}=2\sqrt{x^2-1}$
Can you take it from here?