✏️ Adventure 11 — Taylor Series
Mimics the SS11 PDF layout (captions above boxes + Taylor polynomial lines), in SS4 style.
;
Fill in the Values ==>
Taylor Series for ex
e1 = 2.718
;
value for x=1;
;
Compute Cumulative value ==>
1 + x/1 + x2/2! + x3/3! + x4/4! + x5/5! + x6/6! + …
;
Fill in the Values ==>
Taylor Series for cos(x)
cos(pi/3)=0.50;
value for pi/3;
;
Compute Cumulative value ==>
1
0
-x2/2!
0
x4/4!
0
-x6/6!
;
Fill in the Values ==>
Taylor Series for sin(x)
x = pi/3sin(pi/3) = 0.866
value for pi/3;
;
Compute Cumulative value ==>
eix = cos x + i sin x
(values)
Sample Solution (PNG)