見出し画像

Direction of the waves 波の向き

波を描くときに一番普通なのはこんな形でしょう。これはサインカーブと呼ばれていてサイン関数をグラフにしたものです。
This is probably the most common shape when drawing a wave. This is called a sine curve and is a graphical representation of the sine function.

Since the input values are moved over time $${t}$$, the equation looks like this:
入力の値を時間$${t}$$と共に動かしているので式の形はこうなります。

$${y = a\cdot sin (bt - cx)}$$

const y = a * sin(b * t - c * x);

Waves that oscillate perpendicular to the direction of advance are called transverse waves.
進行方向に対して垂直の向きに振動する波は横波と呼ばれます。

Waves that travel in the direction of their oscillations are called Longitudinal waves.
振動と同じ向きに進む波は縦波と呼びます。

You may have heard that earthquakes can be divided into longitudinal and transverse waves. For seismic waves, longitudinal waves are also called P(primary) waves and transverse waves are called S(secondary) waves. Longitudinal waves can travel through any material, including liquids and gases, by means of compression, while transverse waves can only travel through solids because the material must be connected in order for the force in the bending or shear direction to be transmitted. Sound is an example of longitudinal wave.
地震は縦波と横波に分けられるという話を聞いたことがあるかもしれません。地震波の場合、縦波はP(プライマリー)波、横波はS(セカンダリー)波とも呼ばれます。縦波は圧縮を通じて液体や気体などあらゆる物質を伝わりますが、曲げやせん断の方向の力が伝わるためには物質が繋がっている必要があるため、横波は固体しか伝わりません。音は縦波の一例です。

Not all waves are longitudinal or transverse. For example, ocean waves are a little more complex because the water moves in circles and ovals, as demonstrated below.
全ての波が縦波または横波というわけではありません。例えば、海の波はもう少し複雑です。水は下のデモのように、円や楕円を描く形で動きます。

The terms "longitudinal" and "transverse" are commonly used to describe physical waves. However, when discussing waves in graphics, such as gradients or waveforms, we are not limited by the constraints of physics. These graphical representations can resemble real phenomena in various ways or not at all. If you want, they can be scientifically accurate representations. For instance, it is possible to map the brightness of colors to the pressure of the air in a sound wave.
「縦波」と「横波」という用語は、物理的な波を表現するために使用されます。グラフィックスにおける波、例えばグラデーションや波の形について話す際には、物理に囚われる必要はありません。これらのグラフィック表現は、さまざまな具合で実際の現象に似たり似なかったりできますし、望むなら科学的に正確な表現にもなり得ます。例えば、音波の空気の圧力に色の明るさをマッピングすることが可能です。

If we assume a quantity that has nothing to do with position, such as the brightness of colors, we can think of waves that are neither longitudinal nor transverse as well.
色の明暗のような位置とは関係ない量を想定すれば、縦波でも横波でもない波を考えることもできます。

Next:
Vibration and Propagation 振動と伝搬

This is a copy from kyndinfo.notion.site. Here's the original page.
このページはkyndinfo.notion.site からの転載です。元のページはこちら。

この記事が気に入ったらサポートをしてみませんか?