Strange limit of a utility fonction
According to my knowledge (and wikipedia) the utility fonction defined
var('x a b γ')
U_5 = lambda x, a, b, γ: ((1-γ)/γ)*(((a*x)/(1-γ))+b)^γ
is such that
$$\lim_{\gamma\rightarrow 0}U_5(x, 1, b, \gamma) = \log(x)$$
but
limU = lim(U_5(x, 1, b, γ), γ=0)
show(LatexExpr(r"\lim_{\gamma\rightarrow 0}U_5(x, 1, b, γ) = "), limU)
returns $\infty$. Strange. Should I commit an error ?
I have slightly edited the code, then put in in the right format, so that the post can be digested fluently.
Let us use some letters that can be easily typed, and some special values for $x,b$:
Let us now take the limit from this expression for $c\to 0$. Which is the limit? Why should it be $\log 2$?
(Wikipedia comes with easy links, maybe inserting the link would make the readers go there, and not guess for themselves which variable should be specialized to one to get a $\log x$-limit.)