A vector is a mathematical entity that has both magnitude (length) and direction. It is often represented as an arrow in space, with the length of the arrow indicating the magnitude and the direction of the arrow showing the direction.
Collinear vectors are vectors that lie along the same line or are parallel to each other. They have the same or exactly opposite directions.
Vector Algebra is a branch of mathematics that deals with quantities having both magnitude and direction. Unlike simple numbers, vectors can represent more complex entities such as force, velocity, and displacement.
In Vector Algebra, we use arrows to visually represent vectors. The length of the arrow indicates the vector's magnitude, while the direction of the arrow shows its direction. This graphical representation helps in understanding and solving problems in physics, engineering, and computer science.
Key operations in Vector Algebra include addition, subtraction, and multiplication of vectors. These operations follow specific rules, such as the Triangle Law and Parallelogram Law, which help in combining vectors and analyzing their interactions.
In this article, we will explore the essential concepts of Vector Algebra, including the definition and properties of vectors, key operations such as addition, subtraction, and multiplication, and the practical applications of vectors in fields like physics, engineering, and computer graphics. By the end, you'll have a solid understanding of how vectors are used to model and solve real-world problems efficiently.
1.0What is Vector Algebra
Vector Algebra is a branch of mathematics that deals with vectors, which are mathematical objects that have both magnitude (size) and direction. In vector algebra, vectors are represented as directed line segments or arrows in space. They are used to represent quantities such as force, velocity, acceleration, and displacement in physics, as well as other concepts in various fields like engineering, computer graphics, and economics.
Vector algebra involves operations such as addition, subtraction, and multiplication of vectors, which follow specific rules and properties. These operations allow for the manipulation and analysis of vectors to solve problems and describe physical phenomena. Key concepts in vector algebra include vector components, dot product, cross product, vector spaces, and applications in geometry, mechanics, and other areas of mathematics and science.
2.0Types of Vectors in Vector Algebra
In vector algebra, vectors can be classified into various types based on their properties and roles in mathematical operations. Here are the main types of vectors:
Zero Vector (Null Vector)
Definition: A vector with a magnitude of zero and no specific direction.
Notation:0
Example: 0=0i^+0j^+0k^
Unit Vector
Definition: A vector with a magnitude of one, used to indicate direction.
Notation:A^
Example: If A=3i^+4j^, then A=∣A∣A=53i+4j
Position Vector
Definition: A vector that represents the position of a point relative to the origin.
Notation:r
Example: The position vector of a point P (x, y, z) is r=xi^+yj^+zk^
Co-initial Vectors
Definition: Vectors that have the same initial point.
Example: Vectors A and B starting from the same point O.
Collinear Vectors
Definition: Vectors that lie along the same line or are parallel to each other.
Example: Vectors A=2i^+3j^
and B=4i^+6j^ are collinear.
Equal Vectors
Definition: Vectors that have the same magnitude and direction, regardless of their initial points.
Example: A=3i^+4j^ and B=3i^+4j^
Negative of a Vector
Definition: A vector that has the same magnitude as a given vector but points in the opposite direction.
Example: If A=5i^−2j^, then −A=−5i^+2j^
Parallel Vectors
Definition: Vectors that have the same or opposite direction.
Example: Vectors A and KA (where k is a scalar) are parallel.
Orthogonal (Perpendicular) Vectors
Definition: Vectors that are at right angles (90 degrees) to each other.
Example: If A=i^+2j^ and B=−2i^+j^, then A. B = 0
Coplanar Vectors
Definition: Vectors that lie in the same plane.
Example: Vectors A=2i^+3j^ and B=−i^+4j^ are coplanar with any vector in the xy-plane.
These different types of vectors help in classifying and understanding their properties and how they interact with each other in various mathematical and physical contexts.
Related Video:
3.0Vector Algebra Operations
Vector Algebra Operations encompass a variety of mathematical manipulations involving vectors. These operations are fundamental in understanding and analyzing vectors in various fields such as physics, engineering, and computer science. Here are the primary Vector Algebra Operations:
Vector Addition
Let a and b be two vectors in a plane, which are represented by AB and CD. Their addition can be performed in the following two ways.
Triangle Law of Addition of Vectors
If two vectors are represented in magnitude & direction by two sides of a triangle taken in same order, then their sum is represented by the third side taken in reverse order.
Parallelogram Law of Addition of Vectors
If two vectors be represented in magnitude and direction by the two adjacent sides of a parallelogram then their sum will be represented by the diagonal through the co-initial point.
Vector Subtraction
Vector −b has length equals to vector b but its direction is opposite. Subtraction of vector a and b is defined as addition of a and (−b). It is written as follows:
a−b=a+(−b)
Scalar Multiplication or Scalar Product
Let a and b be two non-zero vectors inclined at an angle θ. Then the scalar product of a with b is denoted by a⋅b and is defined as a⋅b=∣a∣∣b∣cosθ;0≤θ≤π .
a⋅b=∣a∥b∣cosθ(0≤θ≤π)
Note: if θ is acute then a⋅b>0 & if θ is obtuse then a⋅b<0
(i) a⋅a=∣a∣2=a2
(ii) a⋅b=b⋅a(commutative)
a⋅(b+c)=a⋅b+a⋅c (distributive)
a⋅b=0⇔a⊥b;(a,b=0)
i^⋅i^=j^⋅j^=k^⋅k^=1;i^⋅j^=j^⋅k^=k^⋅i^=0
Linear Combination
A vector r is said to Linear Combination of vectors a,b,c,… if ∃ scalars x, y, z such that
r=xa+yb+zc
Dot Product
If a=a1i^+2aj^+a3k^&=b=b1i^+b2j^+b3k^ then a⋅b= a1b1 + a2b2+ a3b3 &
The vector product of two nonzero vectors a and b , is denoted by a×b and defined as a×b=∣a∥b∣sinθn^
Where, θ is the angle between a and b , 0 ≤ θ ≤ π and n^ is a unit vector perpendicular to both a and b, such that a, b and n^ form a right handed system. i.e., the right handed system rotated from a to b moves in the direction of n^.
If either a=0orb=0, then θ is not defined and in this case , we define a×b=0.
4.0Vector Algebra Formulas
Vector Addition
A+B=(Ax+Bx)i^+(Ay+By)j^+(Az+Bz)k^
Combine corresponding components of vectors A and B.
Vector Subtraction
A−B=(Ax−Bx)i^+(Ay−By)j^+(Az−Bz)k^
Subtract corresponding components of vector B and A.
Scalar Multiplication
kA=(kAx)i^+(kAy)j^+(kAz)k^
Multiply each component of vector A by the scalar k.
Dot Product
A⋅B=AxBx+AyBy+AzBz
Calculate the sum of the products of the corresponding components of vectors A and B.
Alternatively, using magnitudes and the cosine of the angle θ between the vectors:
A⋅B=∣A∥B∣cosθ
Note: If A and B are Parallel then A×B are Perpendicular then A⋅B=0
Compute a vector perpendicular to both A and B with magnitude equal to the area of the parallelogram they span.
Vector Magnitude
∣A∣=Ax2+Ay2+Az2
Calculate the length of vector A using its components.
Unit Vector
A=∣A∣A
Divide vector A by its magnitude to get a unit vector in the same direction.
Projection of A onto B
projBA=(∣B∣2A⋅B)B
Project vector A onto B, resulting in a vector parallel to B.
Angle Between Two Vectors
cosθ=∣A∥B∣A⋅B
Find the cosine of the angle between vectors A and B.
5.0Vector Algebra Examples
Example 1: Find unit vector of A=3i^+4j^−5k^
Solution:
∣A∣=9+16+25=50 ⇒ unit vector: 503i^+4j^−5k^
Example 2: If A≡(2i^+3j^),B≡(pi^+9j^) and C≡(i^−j^) are collinear, then the value of p is:
(A) 1/2(B) 3/2(C) 7/2(D) 5/2
Ans. (C)
Solution:
AB=(p−2)i^+6j^,AC=−i^−4j^
Now A, B, C are collinear ⇔ AB∥AC ⇔ −1p−2=−46 ⇔ p=27
Example 3: The value of λ when a=2i^−3j^+k^ and b=8i^+λj^+4k^ are parallel is:
(A) 4(B) –6(C) –12(D) 1
Ans. (C)
Solution:
Since a & b are parallel ⇒82=−λ3=41 ⇒ –12
Example 4: If a and b are unit vectors, then which of the following values of a⋅bis not possible?
(A) 3(B) 23
(C) 21(D) 2−1
Ans. (A)
Solution:
Since a⋅b=∣a∣∣b∣cosθ=cosθ and cosθ never be equal to 3
Example 5: If pth, qth, rth terms of a G.P. are the positive numbers a, b, c then angle between the vectors loga2i^+logb2j^+logc2k^ and (q-r) i^+(r−p)j^+(p−q)k^ is:
(A) 3p
(B) 2p
(C) sin−1(a2+b2+c21)
(D) none of these
Ans. (B)
Solution:
Let x0 be first term and x the common ratio of the G.P.
∴ a = x0 xp-1 , b = x0xq–1, c = x0xr-1
⇒ log a = log x0 + (p–1) log x ; log b = log x0 +(q–1) log x; log c = log x0 +(r–1) log x
If a=loga2i^+logb2j^+logc2k^ and b=(q−r)i^+(r−p)j^+(p−q)k^
∴a⋅b=Σ2(loga)(q−r)=2∑(logx0+(p−1)logx)(q−r)=0
⇒a∧b=2π.
Example 6: A unit vector perpendicular to the plane determined by the points (1,–1,2), (2,0,–1) and (0,2,1) is
(A) ±61(2i^+j^+k^)
(B) 61(2i^+j^+k^)
(C) 61(i^+j^+k^)
(D) 61(2i^−j^−k^)
Ans. (A)
Solution:
a=i^+j^−3k^,b=−2i^+2j^+2k^
a×b=i^1−2j^12k^−32=8i^+4j^+4k^
Hence unit vector = ±62i^+j^+k^
Example 7: If a=2i^+3j^−5k^,b=mi^+nj^+12k^ and a×b=0 then (m,n)=
Ans: A unit vector is a vector with a magnitude of one. It is used to indicate direction. If A is any vector, its unit vector is A=∣A∣A, where ∣A∣ is the magnitude of A.
How do you find the magnitude of a vector?
Ans: The magnitude of a vector A=Axi^+Ayj^+Azk^is calculated as ∣A∣=Ax2+Ay2+Az2
What is the projection of one vector onto another?
Ans: The projection of vector A onto vector B is given by projBA=(∣B∣2A⋅B)B. It represents the component of A in the direction of B.
What is a position vector?
Ans: A position vector is a vector that represents the position of a point in space relative to an origin. For a point P(x, y, z), the position vector is r=xi^+yj^+zk^.
How do you subtract one vector from another?
Ans: To subtract vector B from vector A, you subtract their corresponding components: