Physics 410/609---Computational Physics Assignment #2---Due Tuesday, October 2 1) Complete Problem 3.8 on page 62 of CSM. For part (a) you do not need to derive (3.16), but you should use (3.16) to estimate the acceleration. (I found it easy to use awk to calculate the acceleration. Many other approaches can be used.) For part (c), you don't need to write a class, as you may not be using java. However, I would like you to use the Euler-Richardson algorithm which is discussed on page 46. Similarly, for part (e), you don't need to write a class, just modify your code from part (c) to change the form of the drag force. There is a file ~sg/chap3/falling.txt that contains the data in Table 3.1 on page 63 of CSM. You are welcome to use my fall_euler_ansi.c program as a starting point for your Euler-Richardson program, if you like. The program can be found in ~sg/chap3. In any case, your homework should contain a copy of your codes. 2) Complete Problem 3.9 on pages 63-64 of CSM.