1

Suppose for all real $x$ that $g^{(n)}(x) = g^{(n-1)}(x)$ and $g^{(n-1)}(0) = -1$ where $g^{n}(x)$ is the nth derivative. Does the $\lim_{x \to \infty} \frac{g(x)}{e^x}$ exist?

Isn't this answer just the form $g(x) = -e^x$? and Hence $\lim_{x \to \infty} \frac{g(x)}{e^x} = -1$? How could I more rigorously show this?

2 Answers2

1

Weird. Isn't that the function $h(x):= e^{-x}g(x)$ has null derivative?
Which implies $h$ is a constant function.
Is there any other constraint?

1

The taylor series of a function is given as: $$g(x)=\sum_{n=0}^\infty\frac{g^{(n)}(0)}{n!}x^n$$ so in your case: $$g(x)=-\sum_{n=0}^\infty\frac{x^n}{n!}=-e^x$$ so: $$\frac{g(x)}{e^x}=-1$$ which is not dependent on $x$ and so converges for all $x$

Henry Lee
  • 12,215