I need help to solve this equation, please.
$$\left(\sqrt{\frac{x-1}{x}}\right)^{x^2}=\left(\frac{1}{x}\right)^{x+1}$$
I know that the solution is $x=\varphi$ (the golden ratio). I got this result by equating the bases and the exponents. I want to know if there are another way to obtain this.
Thank you.
There is no solution in $N$, $Z$, $Q$ or else. But in the reals there is a numerical solution.
Solution is
$x=1.61803$
This can be done by simple numerical methods or the graphical methods:
It is not worth attempting to simplify this.
This sequence so how fast the convergence is:
$x -> 1.61803, 1.6, 1.61762, 1.61803, 1.61803, 1.61803$
Here is graphics of that:
Fixpoint iterations are the methods of choice. There are many out there for that problem type.
As can be seen in the graph the curve are almost linear and can be approximated by Taylor series around the crossing point.
This search gives a nice overview here at math.stackexchange.com: iteration methods.
This tedious and long and takes time to cope with. Try make a good guess or a rough first table of function values and than refine.
Why does this not simplify?
Both functions under consideration are potential functions with variable potence, exponent and basis. There is a common coordinate system possible for the basis. But this is not a good reduction point for the solution start. The different basis and the different exponents, potences do the block for simplification. This is a real composition of not any more simplifable operations. It is therefore a case for numerical or graphical solution.
The continuity and the values in $x=0$ and fo very large $x$ suggest that there is a real crossing.
Apply the series expansion direct to the two given function is faster.
The series expansion around the crossing are
For simplicity.
-0.44091 + 1.34852 x - 0.793004 x^2 + 0.146074 x^3, 4.36948 - 5.42705 x + 2.3944 x^2 - 0.37139 x^3
Hope this helps and convinces that this is all that has to be done.