From bee4e6245a8a9adf7418fef36c66fbcfb859cdf4 Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Mon, 27 Sep 2021 10:39:51 +1000 Subject: [PATCH] fixed_typo --- lectures/cake_eating_problem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/cake_eating_problem.md b/lectures/cake_eating_problem.md index 8013dcaaf..6004c1781 100644 --- a/lectures/cake_eating_problem.md +++ b/lectures/cake_eating_problem.md @@ -433,8 +433,8 @@ After rearranging, the same expression can be written as $$ \lim_{h \to 0} \frac{u(c^*_t - h) - u(c^*_t) }{h} -+ \lim_{h \to 0} - \frac{ \beta u(c^*_{t+1} + h) - u(c^*_{t+1}) }{h} = 0 ++ \beta \lim_{h \to 0} + \frac{ u(c^*_{t+1} + h) - u(c^*_{t+1}) }{h} = 0 $$ or, taking the limit,