The equation, $x^y = y^x ~(x≠y)$ does not seem to have an elegant method to separate the variables. It is intuitive from the graph shown below (Desmos output) that it should have a convergent area bounded by the lines x = 1, y = 1. If the area does converge, are there any numerical methods to compute the same? Is there a closed form value to it? In general, what is the approach to identify whether or not the area bounded by a curve with its asymptotic curve converges or not?
2026-02-23 22:15:54.1771884954
Area bounded by implicit function
172 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ASYMPTOTICS
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- How to find the asymptotic behaviour of $(y'')^2=y'+y$ as $x$ tends to $\infty$?
- Correct way to prove Big O statement
- Proving big theta notation?
- Asymptotics for partial sum of product of binomial coefficients
- Little oh notation
- Recurrence Relation for Towers of Hanoi
- proving sigma = BigTheta (BigΘ)
- What's wrong with the boundary condition of this $1$st order ODE?
- Every linearly-ordered real-parametrized family of asymptotic classes is nowhere dense?
Related Questions in AREA
- I cannot solve this simple looking trigonometric question
- Integrand of a double integral
- Area of Triangle, Sine
- Probability of area in a region being less than S
- Calculating an area.
- Proving formula to find area of triangle in coordinate geometry.
- Find the Side length of the shaded isosceles triangle
- Finding area bound by polar graph
- Why are there only two answers for this co-ordinate geometry question?
- Moment of inertia of a semicircle by simple integration.
Related Questions in IMPLICIT-FUNCTION
- Implicit function and polynomials
- Finding the equation of aline in implicit form
- Get explicit, vector-valued function for a curve defined by an implicit expression.
- Is there a simpler equation for this 2-d Analog to Coefficent of Variation?
- Evaluating implicit functions numerically by transforming the problem into ODE
- Dog bone-shaped curve: $|x|^x=|y|^y$
- Can a 'closed' curve be a function?
- Area of region in the Dog bone-shaped curve: $|x|^x=|y|^y$
- Is it possible to execute line integrals of non-conservative vector fields on curves defined by implicit relation such as $\sin(xy)=x+y$?
- Parametrizing $(2x+y)^2(x+y)=x$
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?

If $x^y=y^x$ for $x,y>0$, then we have by taking logarithms $$\frac{\ln(x)}x=\frac{\ln(y)}y.$$
Let $K\overset{\text{Def.}}=\frac{\ln(x)}x$. Then we have the equation $$K = \frac{\ln(y)}y.$$
Introducing $\tilde y \overset{\text{Def.}}=-\ln(y)$, we get $y=\exp(-\tilde y)$ and therefore $$\tilde y \exp(\tilde y)=-K.$$
The solution to the latter equation is usually denoted by $\tilde y = W(-K)$, where $W$ is called the Lambert $W$ function.
Ignoring details with the multiple branches of the Lambert W function, if $x>e$, then a Taylor expansion gives that $$W(-K)=-K+O(K^2)$$ as $K\to0$.
Therefore, keeping in mind that $y=\exp(-\tilde y)$, the integral for the area for $x>e$ looks like $$\int_{e}^\infty \exp(-W(-K))-1\,\mathrm dx=\int_e^\infty \exp\left(\frac{\ln(x)}x+O\left(\frac{\ln(x)^2}{x^2}\right)\right)-1\,\mathrm dx,$$ which diverges since $\exp(1+y)\ge y$ for all $y\in\mathbb R$.
More explicitly, the mentioned integral is bounded from below by $\int_e^\infty \ln(x)/x+O(\ln(x)^2/x^2)\,\mathrm dx$. Now, the $O$ term converges absolutely, since $\ln(x)$ is locally bounded for $x\ge e$ and therefore $\ln(x)\le C \sqrt[3] x$ for some $C>0$ and all $x\ge e$, which means that $\frac{\ln(x)^2}{x^2}\le C x^{-\frac 43}$. The latter has an anti-derivative that is globally bounded for $x\ge e$. Furthermore, since $\frac{\ln(x)}x\ge\frac 1x$ for all $x\ge e$, the integral of the first term diverges, so the whole thing diverges.