8.3
벡터는 크기와 방향을 모두 갖는 수학적 개체입니다. 크기만으로 정의되는 스칼라와 달리, 벡터는 변위, 속도, 힘처럼 방향이 본질적인 양을 나타냅니다. 벡터는 시점에서 종점으로 향하는 유향선분으로 도식화하며, 기호 위에 화살표를 붙이거나 굵은체로 표기합니다. 시점과 무관…
벡터는 크기와 방향을 모두 갖습니다. 크기는 강도를 나타내고 방향은 공간의 방향을 지정합니다. 예를 들어, 동쪽으로 50km/h의 자동차 속도는 속도와 운동 방향을 정의하는 벡터입니다.
벡터는 초기 지점에서 끝점까지의 방향성 선분으로 표시되며 상단에 굵은 글자 또는 화살표로 표시됩니다. 상단의 반 화살표도 일반적으로 사용됩니다. 두 규칙 모두 유효합니다.
두 벡터는 강도를 나타내는 크기가 같고 방향이 같을 때 동일한 것으로 간주됩니다.
벡터를 추가하려면 한 벡터의 초기 지점을 다른 벡터의 끝점에 배치하여 결과를 형성해야 합니다. 또는 두 벡터가 동일한 지점에서 시작되는 경우 합계는 동일한 지점에서 시작하여 형성되는 평행사변형의 대각선으로 표시됩니다.
벡터를 빼면 벡터의 음수를 더하여 벡터의 방향을 뒤집습니다. 결과는 빼진 벡터의 끝점에서 다른 벡터의 끝점까지 이어지는 평행사변형의 대각선으로 표시됩니다.
좌표 평면에서 벡터는 일반적으로 꺾쇠 괄호로 묶인 수평 및 수직 구성 요소의 정렬된 쌍으로 표시됩니다.
View the full transcript and gain access to JoVE Core videos
Q1: What is the difference between a vector and a scalar?
Vectors possess both magnitude and direction, while scalars are defined solely by magnitude. For example, velocity of 50 km/hr east is a vector because it specifies both speed and direction. Scalars like temperature have only numerical value without directional information.
Q2: How are vectors represented in the coordinate plane?
Vectors are represented as ordered pairs of horizontal and vertical components enclosed in angle brackets. If a vector has initial point A at coordinates (x1, y1) and terminal point B at (x2, y2), the vector components are derived from these coordinates. This representation simplifies calculations involving vector operations.
Q3: What does it mean for two vectors to be equal?
Two vectors are equal when they have the same magnitude and the same direction, regardless of their initial positions. Magnitude indicates strength, while direction specifies orientation in space. Equal vectors may be located at different points in the plane but maintain identical properties.
Q4: How do you add two vectors geometrically?
Vector addition can be performed by positioning one vector's initial point at the other's terminal point to form the resultant. Alternatively, if both vectors originate from the same point, their sum is represented by the diagonal of the parallelogram they form, starting from that common point.
Q5: What happens when you multiply a vector by a negative scalar?
Multiplying a vector by a negative scalar reverses the vector's direction while affecting its magnitude. For instance, if vector v is multiplied by -2, the resultant vector points in the opposite direction and is twice as long. This operation is fundamental to vector subtraction.
Q6: How is vector magnitude calculated from components?
Vector magnitude is derived using the Pythagorean theorem. For a vector v with components ⟨a, b⟩, the magnitude equals the square root of a² plus b². This formula applies to any vector represented in the Cartesian plane with horizontal and vertical components.
Q7: What are unit vectors and how are they used?
Unit vectors are vectors with length one, typically denoted as i for the horizontal component and j for the vertical component. A vector v can be expressed as a linear combination of unit vectors, where a and b represent the horizontal and vertical components. This representation simplifies calculations involving the dot product and other vector operations.