Use of the Lagrange–Bürmann formula, which gives the Taylor series expansion of the inverse function of an analytic function.
Questions tagged [lagrange-inversion]
63 questions
1
vote
0 answers
Reference for Lagrange inversion formula
I am writing a piece of research where I use the Lagrange inversion formula for solving some equation. More precisely, for $y=f(x)$ where $f$ is analytic at $x=a$ and such that $f'(a)\neq 0$, we have
\begin{equation}
x = a + \sum_{n\ge…
Sacha C-Ney
- 11
0
votes
0 answers
Lagrange Expansion
I have to show that
$$\frac{2}{1+(1+x)^{1/2}} = 1 - \frac{k}1\cdot\frac{x}4 + \frac{k(k+3)}{2!}\cdot\left(\frac{x}4\right)^2-\frac{k(k+4)(k+5)}{3!}\cdot\left(\frac{x}4\right)^3+\ldots$$
I need to start with $z = a + \frac{x}z$ to find the Lagrange…
Gary H
- 81