Page 1 of 1

2. Compute the fourth order Taylor expansion for sin(x) and cos(x) and sin(x)cos(x) around 0. (30%) a. Write down your m

Posted: Sun Jul 10, 2022 11:31 am
by answerhappygod
2 Compute The Fourth Order Taylor Expansion For Sin X And Cos X And Sin X Cos X Around 0 30 A Write Down Your M 1
2 Compute The Fourth Order Taylor Expansion For Sin X And Cos X And Sin X Cos X Around 0 30 A Write Down Your M 1 (18.85 KiB) Viewed 71 times
2. Compute the fourth order Taylor expansion for sin(x) and cos(x) and sin(x)cos(x) around 0. (30%) a. Write down your manual calculation AND Python script to answer above's question b. Which produces less error for x=/2: computing the Taylor expansion for sin and cos separately then multiplying the result together, or computing the Taylor expansion for the product first then plugging in x? Use the same order of Taylor series to approximate cos (7/4) and determine the truncation error bound. You may include either your manual calculation OR Python script for this question C.