0.9
物体の動きを説明するには、まずその位置 (特定の時点での位置) を説明できなければいけません。 より正確には、便利な座標系を基準にして位置を指定する必要があります。 座標系は、オブジェクトの位置と動作を記述するための任意の軸のセットです。 地球は、地球上の静止物体に対する物体の位置を記述するための基…
動いているハエを考えてみましょう。その位置を 3 次元空間に配置するには、デカルト座標系が使用され、軸に沿った単位ベクトルがその方向を提供します。
原点からオブジェクトの位置まで伸びるベクトル矢印が位置ベクトルです。これは、単位ベクトルで表すことができます。
位置ベクトルは、各軸上のベクトル成分の合計であり、それらの大きさは各軸に沿った位置を提供します。
フライが動き続けると、その位置ベクトルが変化し、位置ベクトル間のベクトル差は変位ベクトルΔrと呼ばれ、位置の変化を表します。
たとえば、フライが点Aにあり、時間tの後に点Bに到達する場合、AとBの位置ベクトルを使用して、時間tのフライの変位ベクトルを取得できます。
View the full transcript and gain access to JoVE Core videos
Q1: What is the difference between position and displacement vectors?
A position vector describes an object's location relative to a reference point, typically the origin. Displacement vector represents the change in position—the straight-line distance and direction from an initial to final location. While position is absolute, displacement depends only on start and end points, not the path taken.
Q2: How do you represent a position vector in a coordinate system?
A position vector is drawn from the origin to the object's location using coordinate components. In 2D, it's expressed as r = xi + yj, where x and y are distances along horizontal and vertical axes. In 3D, add a z-component: r = xi + yj + zk, with unit vectors i, j, k indicating direction.
Q3: Why is displacement different from the total distance traveled?
Displacement measures only the net change in position from start to finish, regardless of route. Distance traveled sums all path segments. An object moving in a circle returns to its starting point with zero displacement but nonzero distance. This distinction is crucial for analyzing motion accurately.
Q4: How do you calculate displacement when an object changes position multiple times?
Displacement is found by subtracting the initial position vector from the final position vector: Δr = r_final − r_initial. This vector subtraction yields a single vector pointing from start to end. The magnitude gives distance between positions; direction shows the net motion path.
Q5: What role do vector quantities play in describing motion?
Vector quantities like position and displacement include both magnitude and direction, essential for complete motion description. Scalars alone cannot specify where an object is or how it moved. Vectors enable precise spatial representation and allow calculations of velocity, acceleration, and forces acting on moving objects.
Q6: Can displacement be negative, and what does that mean?
Displacement can be negative when motion occurs opposite to the chosen positive direction. In 1D, negative displacement indicates movement toward decreasing coordinate values. The sign conveys direction relative to the reference frame, making it essential for tracking motion along a line or axis.