I have the following problem. Let $p = p(a)$ be the positive unique root of the equation $x^n − a*e^{−x} = 0$ where $n$ is a natural number and $a > 0$. Show that the condition number $κ_{p}(a) <1/n$.
Attempted to start the Proof and I realized I probably do not understand this.
By definition $k_p(x^*)=|\frac{xf'(x^*)}{f(x)}|$. Then, $k_p(a)=|\frac{a(na^{n-1}+ae^{-a})}{a^n-ae^{-a}}|=|\frac{na^{n}+a^2e^{-a}}{a^n-ae^{-a}}| = |\frac{n+a^{2-n}e^{-a}}{1-a^{1-n}e^{-a}}|$. This is bounded by $n$ if $a$ goes to infinity. But not by $1/n$.
I am not sure I understand what is $p(a)=p$. Does it mean $a$ is the root of $x^n − a*e^{−x}$ and $x^n − a*e^{−x}$ is $p(x)$? In this case I have a problem since the denominator of $k_p(a)$ is $0$. Also I do not see how having a unique root plays a role here. Any suggestions? Thanks and regards,