How can we prove for the solutions of the equation $x^y=y^z=z^a...$? You could natural log all of them and then proceed but I’m kind of confused. How would you solve for the solutions of a simpler case then, for example $x^y=y^z=z^x$? Since I think the problem above might be too hard...
2026-03-27 17:53:08.1774633988
How can we prove for the solutions of the equation $x^y=y^z=z^a...$?
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in EXPONENTIATION
- exponential equation with different bases; no logarithms
- Is square root of $y^2$ for every $y>0,y\in\mathbb{R}$?
- Definite sum for $(1+a)^n$
- Fractional exponents definition and the additive law of exponents
- Fourth term in the expansion of $(1-2x)^{3/2}$
- Why is $\int_{0}^{t} e^{nt} \mathrm{\ dt} = \frac{1}{n} \left(e^{nt} - 1\right)$? [solved; notation is also faulty in the first place]
- Exponentiation property of the modulo operator
- When are $\left(\frac{a}{b}\right)^c$ and $\frac{a^c}{b^c}$ equivalent?
- How can I rewrite expression to get log out of exponent
- Compare $2^{2016}$ and $10^{605}$ without a calculator
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Consider your simpler case of
$$x^y = y^z = z^x \tag{1}\label{eq1}$$
If any of $x$, $y$ or $z$ is $1$, say $x = 1$, then $z^x = 1$ with $x = 1$ only if $z = 1$ and, likewise, $y^z = 1$ with $z = 1$ only if $y = 1$, so all $3$ values would be $1$. In general, $x = y = z$ is always a solution.
For the case where none of the values are $1$ and not all equal to each other, I assume that $x$, $y$ and $z$ are positive real numbers (I'll leave the cases where any of them may be negative to you) so you can then take the logarithm to any base $\gt 1$ (say the natural one, i.e., to the base $e$) of each value to get
$$y\ln x = z\ln y = x\ln z \tag{2}\label{eq2}$$
Since $\ln a \lt 0 \iff a \lt 1$ and $\ln a \gt 0 \iff a \gt 1$, this shows that all $3$ values of $x, y, z$ are either $\lt 1$ or $\gt 1$. First, assume they are all $\gt 1$ so the values in \eqref{eq2} are all positive. Due to symmetry, WLOG let
$$y \gt z \tag{3}\label{eq3}$$
Thus, \eqref{eq3} shows from the first & second parts of \eqref{eq2} that, since the logarithm function is strictly increasing, that
$$\ln y \gt \ln x \implies y \gt x \tag{4}\label{eq4}$$
Next, \eqref{eq4} means the first & third parts of \eqref{eq2} gives that
$$\ln z \gt \ln x \implies z \gt x \tag{5}\label{eq5}$$
This latest inequality of \eqref{eq5} means the second & third parts of \eqref{eq2} gives
$$\ln z \gt \ln y \implies z \gt y \tag{6}\label{eq6}$$
However, \eqref{eq6} contradicts \eqref{eq3}! Note you can use similar arguments for the case where all $x$, $y$ and $z$ are less than $1$, so the logarithm values are negative.
Also, you can extend this cyclic type argument to additional odd number of values & equations, which I'll leave up to you to do. However, note if the number of values is even, then there are exceptions, e.g., where the values alternate between $2$ and $4$, such as $2^4 = 4^2 = 2^4 = 4^2$.