I would like to characterize an implicitly defined function $m_n(X)$ that satisfies $$ e^{-b m_n(X)} \sum_{i=0}^{n-1}\frac{(b m_n(X))^i}{i!} = e^{-X}. $$ In particular, I want to know how $m_n(X)$ depends on $n$, which is discrete and ranges from $\{1, 2, ..., N\}$. For example, it would be useful for my study to know if $$ m_n(X) = \frac{X}{b} + (n - 1) \frac{\ln X}{b} + o\left( n \frac{\ln X}{b} \right), $$ though I am not sure whether this is true; we can note that $$ e^{-b m_n(X)} \frac{(b m_n(X))^{n-1}}{(n-1)!} \sim e^{-X}, $$ but I'm not sure where to go from there to prove the result. Any other useful thoughts on characterizing how $m_n(X)$ varies with $n$ would be greatly appreciated -- especially if there is a useful way to proceed without resorting to asymptotics.
2026-02-24 03:07:40.1771902460
Characterizing Implicitly Defined Function (asymptotically)?
58 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 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?
I will assume that $X$ and $bm_n(X)$ are large and $n$ is bounded (or at least $n \ll bm_n(X)$). In terms of the normalised incomplete gamma function $Q$, your equation is $$ Q(n,bm_n (X)) = \mathrm{e}^{ - X} . $$ It is well known that $$ Q(n,z) \sim \frac{{\mathrm{e}^{ - z} z^{n - 1} }}{{(n - 1)!}}\left( {1 + \frac{{n - 1}}{z} + \cdots } \right) $$ as $z\to +\infty$. Consequently, $$ \frac{1}{{Q(n,z)}} \sim \frac{{\mathrm{e}^z }}{{z^{n - 1} }}\left( {(n - 1)! - \frac{{(n - 1)(n - 1)!}}{z} + \ldots } \right) $$ as $z\to +\infty$. Take $\mathrm{e}^{ - X} = Q(n,z)$. By a result of G. Robin (see, e.g., here), we can invert the above asymptotics to deduce $$ z = X + (n - 1)\log X - \log ((n - 1)!) + \mathcal{O}\!\left( {n^2 \frac{{\log X}}{X}} \right). $$ Accordingly, $$ m_n (X) = \frac{X}{b} + (n - 1)\frac{{\log X}}{b} - \frac{{\log ((n - 1)!)}}{b} + \mathcal{O}\!\left( {n^2 \frac{{\log X}}{{bX}}} \right). $$ For asymptotic inversions of $Q(n,z)$ that are more uniform in $n$ and $z$, see this and this paper.