Vectors are geometrical entities with magnitude and direction. A vector is represented as a line with an arrow pointing in the vector’s direction, and the line’s length reflects the vector’s magnitude. As a result, vectors are depicted as arrows with two points: an initial and a terminal point. The concept of vectors has evolved during the last 200 years. Application of Vector can be employed in a wide range of situations, including ones that include force or velocity.
A vector’s components aid in the division of a given vector into sections based on distinct directions. To execute multiple mathematical operations involving vectors, it is sometimes necessary to break the vector into its components. Components of vectors represent a portion of the vector with respect to each of the coordinate system’s axes. A vector in a three-dimensional geometric plane can also have its components computed.
Let’s study more about the components of a vector, how to discover them, and the many arithmetic operations that use components of a vector.
Table of Contents
Components of a Vector
The components of a vector determine how it is split. We can compute the components of a vector by splitting the vector with reference to each of the axes. A vector’s various components can later be concatenated to form the whole vector representation. Vectors are commonly represented in a two-dimensional coordinate plane with an x-axis and a y-axis, or in a three-dimensional space with the x-axis, y-axis, and z-axis. Vectors are directional and magnitude-based mathematical representations.
In a two-dimensional coordinate system, the angle a vector makes with the positive x-axis determines its orientation. Assume V is a vector and is the angle formed by V with the positive x-axis.
Assume V is a two-dimensional planar vector. V is separated into two parts: vx and vy.
The angle created by the vector V and the vector’s x-component is currently. The vector V and its x-component (vx) form a right-angled triangle if we draw a line parallel to the y-component (vy).
By trigonometric ratios, we know,
cos θ = Adjacent Side/Hypotenuse = vx/V
sin θ = Opposite Side/Hypotenuse = vy/V
where V denotes the vector’s magnitude.
Components of vector formula
Since we deduced the following expression in the previous section:
cos θ = vx/V
sin θ = vy/V
As a result, the formula for determining the components of any given vector is:
vx=V cos θ
vy=Vsin θ
Where V is the magnitude of vector V, as determined by Pythagoras’ theorem;
|V| = √(vx2, vy2)
Applications of Vector Algebra
Force, Torque and Velocity
For calculating every vectorial unit we need vectors. The tyre on a moving car, for example, has mass. It also has a beginning and end velocity, acceleration, and gravitational reaction, as well as friction forces and torque owing to rotation.
Vectors in Plane
It’s critical to define not just the strength of a force, such as the push of a plane’s engines, but also the direction in which it’s applied when measuring it. Some quantities, such as force, have both a quantity (also known as magnitude) and a direction.
In Cricket
If a batsman hits a lob shot there will be three possibilities catch out, drop before fielder, or maximum. It depends on the batsman which angle he shots and how much velocity when he hits the ball if everything fulfills the requirements for the maximum force then the ball goes over to the boundary otherwise two other incidents could happen.
Other Applications
Search engines convert documents into word frequency vectors as a (first step) in determining content. (Make up a list of N keywords. Code your document as follows: the kth component of the vector corresponds to the number of times the kth keyword appears). Dating sites convert client data into a personality vector as part of a “scientific algorithm” for matching potential mates.