1

enter image description here

It's been a while since I've taken an intro calculus class. Could someone remind me of this? I'm guessing it's La'Hopitals but a refresher would be super helpful

$ \lim_{\gamma\to1} \frac{c_{t}^{1-\gamma}}{1-\gamma} = ln(C_t) $

1 Answers1

1

This is probably a misprint in the book. A power utility function should take the form

$$u(c_t) = \frac{c_t^{1-\gamma}-1}{1-\gamma}$$

Using L’Hopital’s rule for this $0/0$ indeterminate form, we have

$$\lim_{\gamma \to 1} u(c_t) = \lim_{\gamma \to 1}\frac{-\ln(c_t)e^{\ln(c_t)(1-\gamma)}}{-1} = \ln(c_t)$$

RRL
  • 90,707