TOPICS: Vectors - Introduction
Keywords
- Vector
- Magnitude
- Direction
- Sense
- Cartesian plane
- Vector components
Key Questions
- What characterizes a vector?
- How do we differentiate vectors from scalars?
- What are the components of a vector?
- How do we represent vectors on the Cartesian plane?
- What information is necessary to uniquely define a vector?
Crucial Topics
- Vector: Mathematical object with direction, sense, and magnitude.
- Vector magnitude: Length or size of the vector.
- Direction and sense: The orientation of the vector in space and where it points, respectively.
- Vector addition: Process of combining two or more vectors.
- Vectors on the Cartesian plane: Use of ordered pairs (x, y) for representation.
Specifics by Knowledge Areas
Formulas
- Magnitude of a vector
**v**in the plane:||**v**|| = sqrt(x^2 + y^2) - Vector
**v**components:**v** = (x, y) - Vector addition
**v**and**u**:**v** + **u** = (v_x + u_x, v_y + u_y)
NOTES: Vectors - An In-Depth View
Key Terms
- Vector: Geometric entity that has three fundamental characteristics: magnitude (also called magnitude), direction, and sense. It can be visualized as an arrow, where the length represents the magnitude, the line on which the arrow is located represents the direction, and the arrowhead indicates the sense.
- Magnitude (Magnitude): Refers to the "size" or "length" of the vector. It is always a non-negative number and can be understood as the "force" or "intensity" of the vector.
- Direction and Sense: The straight line on which the vector aligns defines its direction, and the tip of the "arrow" indicates where the vector is pointing, its sense.
- Cartesian plane: Coordinate system that allows the representation of points in two-dimensional space through ordered pairs (x, y).
- Vector components: They are the projections of the vector on the axes of the coordinate system. Each vector on the Cartesian plane can be decomposed into a horizontal component (x) and a vertical component (y).
Main Ideas and Information
- Vectors are distinct from scalars, which have only magnitude and do not have direction or sense.
- The graphical representation of vectors allows the visualization of their characteristics.
- Vector addition can be performed using the parallelogram method or the head-to-tail method.
- In physics, vectors are used to represent quantities such as velocity, acceleration, and force.
Topic Contents
- Definition and Representation of Vectors: A vector is usually represented by an arrow, where the base is the point of application and the tip is the head of the vector. The common notation for vectors is bold letter or with an arrow above (example: v or →v).
- Calculation of the Module of a Vector: The magnitude is calculated using the Pythagorean theorem for the rectangular components of the vector:
||**v**|| = sqrt(v_x^2 + v_y^2).
Examples and Cases
- To illustrate a vector in the plane, let's consider a vector v that has a horizontal component of 3 units and a vertical component of 4 units. The vector will be represented as v = (3, 4), and its module will be calculated as:
||**v**|| = sqrt(3^2 + 4^2) = 5.
- In the representation of vectors on the Cartesian plane, if a vector a is represented by (2, 3) and a vector b by (1, -1), the sum a + b is calculated as:
**a** + **b** = (2 + 1, 3 + (-1)) = (3, 2).
SUMMARY: Understanding Vectors
Summary of the most relevant points
- Vectors: Mathematical entities that represent physical quantities with magnitude, direction, and sense; differ from scalars that have only magnitude.
- Module: The size or length of the vector, indicating how large the quantity represented by the vector is.
- Direction and Sense: Establish the orientation of the vector in space and where it points, essential for the representation of physical phenomena.
- Representation in Cartesian Plane: Ordered pairs (x, y) are used to describe the position of vectors in a two-dimensional plane.
Conclusions
- Vectors are essential for describing quantities that are not completely represented by a number and a unit.
- The module calculation is done by the square root of the sum of the squares of the components (application of the Pythagorean theorem).
- Vectors on the Cartesian plane are expressed as components in relation to the x and y axes, facilitating operations such as addition and subtraction of vectors.