[关闭]
@2015301020152 2017-10-13T15:54:09.000000Z 字数 2255 阅读 202

Exercise 04 Euler Method

(15级物院弘毅 陈亦林 2015301020152)

计算物理作业 Quastion1-3跳伞员问题


Abstract : In this exercise, with Matplotlib and Cmd Markdown, I will able to solve the problem of parachutist in Question1-3, by using Euler Method.
Keyword: Matplotlib, Cmd Markdown, Problem of parachutist, Euler Method

I. Question

Consider a example in which the frictional force of parachutist depends on the velocity. Assume that the velocity of him obeys an equation of the form.


where a and b are constants.
Using Euler Method to solve it for v as a function of time. We can choose and . You should find that v approaches a constant value at long times; this is called the terminal velocity.

II. Euler Method

First, we can put in Taylor Expansion.


We just reserve the expansion of the first order, and put it in the function.

Then

Finally, we get

III. Results & Code

We regard the initial velocity as , and .

Euler Mthod Code

1. When , we have v-t figure

tool-manager

2. When , we have v-t figure

tool-manager

3. When , we have v-t figure

tool-manager

IV. Conclusion

( In this model, we have and . )

1.If the initial velocity is lower than 10, as .
The gravity is larger than the resistance. And the speed will increase, accompanied by the resistance. This force will become smaller, since the acceleration will also decrease, but the direction is vertical downward, so the image on the slope becomes smaller, until the speed is reduced to 10. The gravity is equal to the resistance. Force will become 0 as well as the acceleration become 0.

2.If the speed is equal to 10, as .
The gravity is equal to the resistance. The speed will remain 10. approaches a constant value 10 at all time.

3.If the speed is higher than 10, as .
The gravity is larger than the resistance. And the speed will decrease, accompanied by a reduced resistance, This force will become smaller, since the acceleration will also decrease, but the direction is vertical, keep speed, so the image on the slope becomes smaller, until the speed is reduced to 10. The gravity is equal to the resistance. Force will become 0 as well as the acceleration become 0. That is the reason why approaches a constant value at long time.

4.All in all, When the speed of parachute approaches 10, the gravity is equal to the resistance. Force will become 0 as well as the acceleration become 0. That is the reason why approaches a constant value at long time.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注