Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 5.63 KB

vector.md

File metadata and controls

56 lines (44 loc) · 5.63 KB

Index

dark

Vector

dark

  • In mathematics and physics, a vector is an element of a vector space.

  • Vectors, are objects which have both, magnitude and direction.

  • Magnitude defines the size of the vector.

  • It is represented by a line with an arrow, where the length of the line is the magnitude of the vector and the arrow shows the direction.

  • Two vectors are said to equal if their magnitude and direction are the same.

  • A vector can be added to another vector, head to tail.

  • The order of addition of two vectors does not matter, because the result will be the same.

Findout

light vector

Vector Notation

light

  • A vector from point "A" to "B" would be like , Which is a positional vector.

Magnitude of a Vector

light

  • The magnitude of a vector is shown by vertical lines on both the sides of the given vector “|a|”.
  • It represents the length of the vector. Mathematically, the magnitude of a vector is calculated by the help of “Pythagoras Theorem,” i.e.

Unit Vector

light

  • A unit vector has a length (or magnitude) equal to one,

  • which is basically used to show the direction of any vector.

  • A unit vector is equal to the ratio of a vector and its magnitude.

  • Symbolically, it is represented by a cap or hat (^).

  • If a is vector of arbitrary length and its magnitude is ||a||, then the unit vector is given by:

  • It is also known as normalising a vector.

Example

  • Suppose from the above solution we need to find out the Unit vector of AB

Zero Vector

light

A vector with zero magnitudes is called a zero vector. The coordinates of zero vector are given by (0,0,0) and it is usually represented by 0 with an arrow (→) at the top or just 0.

Operations on Vectors

dark

  • We can do vector operations such as Addition, Subtraction, Multiplication on vectors.

Addition of Vectors

light