Skip to content

Commit 841f62e

Browse files
authored
Merge pull request #254 from Smit-create/i-212
Fix Taylor series about g=0 in Geometric series lecture
2 parents 5fb07e9 + a403d0b commit 841f62e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/geom_series.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ $$
626626
Similarly, applying the Taylor series to $G^{T+1}$ about $g=0$:
627627

628628
$$
629-
(1+g)^{T+1} = 1+(T+1)g(1+g)^T+(T+1)Tg^2(1+g)^{T-1}+\dots \approx 1+ (T+1)g
629+
(1+g)^{T+1} = 1+(T+1)g+\frac{T(T+1)}{2!}g^2+\frac{(T-1)T(T+1)}{3!}g^3+\dots \approx 1+ (T+1)g
630630
$$
631631

632632
Thus, we get the following approximation:
@@ -920,4 +920,3 @@ plt.show()
920920
Notice here, whether government spending increases from 0.3 to 0.4 or
921921
investment increases from 0.3 to 0.4, the shifts in the graphs are
922922
identical.
923-

0 commit comments

Comments
 (0)