@FangYing
2016-06-07T16:04:15.000000Z
字数 2675
阅读 2015
python.assignment
name: Li FangYing
number: 2013301020027
In this chapter we will consider topics about wave motion.To be beginning, we simulate waves on a perfectly flexble, frictionless string, then we go to more complicated situation. Some interesting phenomena will be observed such as half loss and superposition of waves.
The central equation of wave motion is
We treat both and as discrete variables with and , the wave equation can be written as finite difference form, for example,
At first, we simulate a wave on a perfectly flexible, frictionless string with fixed ends. The string has a length of 1m and wave velocity is 300m/s, and we take :
You can see a wave package will automatically decomposes to two packages, and they propagate to opposite directions.
What's more, when a wave package reaches the end of the string, its vabrition direction will inverse.
Then we add one more wave package:
Two wave packages will propagate towards each other and collide, but they are unaffected by each other, that's to said their shape and speed are unchanged. This result is reasonable beacuse the is linear, and all linear equations observe superposition principle.
Wave propagates on a composite string,transmits to a denser medium and reflects at the surface, with in the first medium and in the second medium:
If we make the second medium even more denser, that is make :
When
When the second medium become denser, the amplitudes of transitted waves become smaller,and you can see the so-called half-loss phenomena:
because the incident angle is zero, when wave propagate from a sparse medium to a denser one, reflected wave has a phase mutation of , which equals to half of the wave length of the opitical path is lost.
So the vabrition direction of the reflected wave is changed, but the transmitted wave not.
We simulate wave packages propagate on flexible, frictionless uniform string and composite string, and observe packages decomposition, reflection and inversion. Then we verify superposition principle of waves and we also analyse half loss phenomenon. Although the model is simple, it reveals many intrinsic properties of waves.