Vectors in physics notes

In physics, vectors play an essential role in representing quantities that have both magnitude and direction. Many fundamental physical quantities, such as displacement, velocity, force, and momentum, are vectors, and their correct handling is crucial for solving problems in mechanics, electromagnetism, and other areas of physics.

Vectors



1. What Are Vectors?

A vector is a mathematical object used to represent quantities that require both a magnitude (how much) and a direction (where). It is typically drawn as an arrow, where:

  • Length of the arrow represents the magnitude of the vector.
  • Direction of the arrow shows the direction of the vector.

Common examples of vectors in physics include:

  • Displacement: How far and in what direction an object moves.
  • Velocity: How fast and in what direction an object moves.
  • Force: The push or pull exerted on an object, with direction being important for the resulting motion.

2. Representation of Vectors

Vectors can be represented in multiple ways, each having its significance depending on the context:

a. Graphical Representation

Vectors are commonly represented as arrows in two- or three-dimensional space, with their length and orientation indicating magnitude and direction, respectively.

For example, a displacement vector of 5 meters to the east would be drawn as an arrow pointing right (east) with a length corresponding to 5 units.

b. Component Form

In mathematics, vectors are often broken down into their components along the coordinate axes (e.g., xx-axis, yy-axis). A vector in two-dimensional space can be written as:

A=Axi^+Ayj^\mathbf{A} = A_x \hat{i} + A_y \hat{j}

Where:

  • AxA_x and AyA_y are the components of the vector along the xx- and yy-axes.
  • i^\hat{i} and j^\hat{j} are unit vectors in the direction of the xx- and yy-axes.

In three dimensions, a vector might look like:

A=Axi^+Ayj^+Azk^\mathbf{A} = A_x \hat{i} + A_y \hat{j} + A_z \hat{k}

Where k^\hat{k} is the unit vector in the direction of the zz-axis.

c. Magnitude and Direction Form

Vectors can also be expressed using magnitude and direction (often given as an angle). For a vector A\mathbf{A} in two-dimensional space, the magnitude A|\mathbf{A}| and the angle θ\theta can be used to describe it:

A=Ax2+Ay2|\mathbf{A}| = \sqrt{A_x^2 + A_y^2}

And the angle θ\theta (measured counterclockwise from the positive xx-axis) is given by:

θ=tan1(AyAx)\theta = \tan^{-1} \left(\frac{A_y}{A_x}\right)

3. Operations on Vectors

Vectors are essential in physics because they obey specific mathematical rules that make it easy to manipulate them. Some of the primary operations include:

a. Vector Addition

To add two vectors graphically, you can use the tip-to-tail method:

  • Place the tail of the second vector at the tip of the first vector.
  • The resultant vector (sum) is drawn from the tail of the first vector to the tip of the second vector.

In component form, the sum of two vectors A\mathbf{A} and B\mathbf{B} is:

R=A+B=(Ax+Bx)i^+(Ay+By)j^\mathbf{R} = \mathbf{A} + \mathbf{B} = (A_x + B_x)\hat{i} + (A_y + B_y)\hat{j}

b. Vector Subtraction

Subtracting vectors is similar to addition but involves adding the negative of the vector. Graphically, you reverse the direction of the vector being subtracted.

In component form:

R=AB=(AxBx)i^+(AyBy)j^​

c. Scalar Multiplication

Multiplying a vector by a scalar changes its magnitude but not its direction. For instance, if A\mathbf{A} is a vector and kk is a scalar:

B=kA\mathbf{B} = k \mathbf{A}

This operation stretches or shrinks the vector depending on the value of kk.

d. Dot Product (Scalar Product)

The dot product is a way to multiply two vectors to produce a scalar. It is defined as:

AB=ABcosθ\mathbf{A} \cdot \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \cos \theta

Where θ\theta is the angle between the two vectors. The dot product is useful in calculating quantities like work in physics.

e. Cross Product (Vector Product)

The cross product produces a new vector perpendicular to the plane formed by two vectors. It is given by:

A×B=ABsinθn^\mathbf{A} \times \mathbf{B} = |\mathbf{A}| |\mathbf{B}| \sin \theta \hat{n}

Where n^\hat{n} is a unit vector perpendicular to both A\mathbf{A} and B\mathbf{B}, and θ\theta is the angle between them. The cross product is commonly used in rotational dynamics and electromagnetism.



Resolution of Vectors: A Detailed Explanation

In physics, resolution of vectors refers to the process of breaking a single vector into two or more components, typically along perpendicular directions such as the xx-axis and yy-axis in two-dimensional space. This process is particularly useful in simplifying vector-related problems by dealing with each component separately.


Understanding Vector Resolution

When resolving a vector, we express it in terms of its horizontal (along the xx-axis) and vertical (along the yy-axis) components. This process allows us to work with these components independently, especially in problems involving motion, forces, or fields.

For instance, consider a vector A\mathbf{A} with magnitude AA and angle θ\theta relative to the horizontal axis. The vector A\mathbf{A} can be resolved into:

  • Horizontal component (AxA_x): This is the projection of the vector along the xx-axis.
  • Vertical component (AyA_y): This is the projection of the vector along the yy-axis.

The components can be found using basic trigonometry:

Ax=AcosθA_x = A \cos \theta
Ay=AsinθA_y = A \sin \theta

Where:

  • AxA_x is the horizontal component.
  • AyA_y is the vertical component.
  • AA is the magnitude of the vector.
  • θ\theta is the angle between the vector and the positive xx-axis.

The original vector can then be written as:

A=Axi^+Ayj^\mathbf{A} = A_x \hat{i} + A_y \hat{j}

Where i^\hat{i} and j^\hat{j} are unit vectors in the directions of the xx-axis and yy-axis, respectively.


Applications of Vector Resolution

a. Force Problems

In mechanics, the resolution of forces into horizontal and vertical components is a common technique. For example, if a force is applied at an angle to a surface, the force can be resolved into a component acting along the surface (horizontal) and a component acting perpendicular to the surface (vertical).

Example: A force F\mathbf{F} of magnitude 50 N is applied at an angle of 30° to the horizontal. The horizontal and vertical components are:

Fx=50cos30=43.3NF_x = 50 \cos 30^\circ = 43.3 \, \text{N}
Fy=50sin30=25NF_y = 50 \sin 30^\circ = 25 \, \text{N}

Thus, the force can be resolved into a horizontal force of 43.3 N and a vertical force of 25 N.


b. Projectile Motion

In projectile motion, the initial velocity of the object is often given at an angle to the horizontal. To analyze the motion, the velocity is resolved into horizontal and vertical components:

  • The horizontal component determines the motion along the xx-axis, typically with constant velocity (ignoring air resistance).
  • The vertical component determines the motion along the yy-axis, where the object is subject to acceleration due to gravity.


c. Electric and Magnetic Fields

When dealing with electric and magnetic fields, field vectors are often resolved into components to simplify calculations. For example, an electric field vector at an angle can be split into perpendicular components that can be analyzed independently.


How to Resolve Vectors

Here’s a step-by-step guide to resolving vectors:

  1. Identify the vector and the angle: Begin by identifying the vector's magnitude and the angle it makes with a reference axis (usually the xx-axis or horizontal).

  2. Use trigonometric functions: To resolve the vector, apply trigonometric functions (sine and cosine) to calculate the components along each axis:

    • The cosine of the angle gives the component along the adjacent side (horizontal or xx-axis).
    • The sine of the angle gives the component along the opposite side (vertical or yy-axis).
  3. Write the vector in component form: Once the components are calculated, express the vector in terms of its horizontal and vertical components.

  4. Check the direction: Ensure that the signs of the components match the vector's direction in the coordinate system (positive or negative xx, positive or negative yy).


Example Problem: Resolving a Force Vector

Problem 1: A force of 100 N is applied at an angle of 45° to the horizontal. Resolve the force into its horizontal and vertical components.

Solution:

  1. The magnitude of the force is F=100N.
  2. The angle with the horizontal is θ=45\theta = 45^\circ.

Using trigonometric functions:

Fx=100cos45=100×0.707=70.7NF_x = 100 \cos 45^\circ = 100 \times 0.707 = 70.7 \, \text{N}
Fy=100sin45=100×0.707=70.7NF_y = 100 \sin 45^\circ = 100 \times 0.707 = 70.7 \, \text{N}

Thus, the force has a horizontal component of 70.7 N and a vertical component of 70.7 N.


Problem 2: A force of 100 N is applied at an angle of 30° to the horizontal. We can calculate the components as follows:

Fx=100cos30=86.6NF_x = 100 \cos 30^\circ = 86.6 \, \text{N}
Fy=100sin30=50NF_y = 100 \sin 30^\circ = 50 \, \text{N}

The diagram below illustrates the resolution of this force:

force resolution diagram

Problem 3: A force of 50N50 \, \text{N} is acting along a certain direction, with a vertical component of 32N32 \, \text{N} directed due north.

Calculate:

(a) The angle of inclination of the force with respect to the horizontal.

(b) The horizontal component of the force.


Solution

Given:

  • Magnitude of the force (FF) = 50N
  • Vertical component (FyF_y) = 32N

To find:

  1. The angle of inclination (θ\theta)
  2. The horizontal component (FxF_x)


(a) Calculate the angle of inclination (θ)

Using the relationship between the vertical component, the total force, and the angle:

Fy=FsinθF_y = F \sin \theta

Substituting the known values:

32N=50Nsinθ32 \, \text{N} = 50 \, \text{N} \cdot \sin \theta

To find sinθ\sin \theta:

sinθ=3250=0.64\sin \theta = \frac{32}{50} = 0.64

Now, calculate θ\theta:

θ=sin1(0.64)\theta = \sin^{-1}(0.64)

Calculating θ\theta:

θ39.81\theta \approx 39.81^\circ

(b) Calculate the horizontal component (Fx)

Using the relationship between the horizontal component and the angle:

Fx=FcosθF_x = F \cos \theta

First, we need to calculate cosθ\cos \theta:

cosθ=1sin2θ=1(0.64)2\cos \theta = \sqrt{1 - \sin^2 \theta} = \sqrt{1 - (0.64)^2}
cosθ=10.4096=0.59040.768\cos \theta = \sqrt{1 - 0.4096} = \sqrt{0.5904} \approx 0.768

Now, calculate FxF_x:

Fx=50N0.76838.4NF_x = 50 \, \text{N} \cdot 0.768 \approx 38.4 \, \text{N}

Final Answers

  1. (a) The angle of inclination (θ\theta) is approximately 39.8139.81^\circ.
  2. (b) The horizontal component of the force (FxF_x) is approximately 38.4N38.4 \, \text{N}.

Problem 4: An impulse of 25Ns25 \, \text{Ns} is exerted at an angle of 2020^\circ with the horizontal.

Calculate:

(a) The horizontal component of the impulse.
(b) The vertical component of the impulse.


Solution

Given:

  • Magnitude of the impulse (II) = 25Ns25 \, \text{Ns}
  • Angle (θ\theta) = 2020^\circ

To find:

  1. The horizontal component of the impulse (IxI_x)
  2. The vertical component of the impulse (IyI_y)


(a) Calculate the horizontal component (Ix)

Using the cosine function for the horizontal component:

Ix=IcosθI_x = I \cos \theta

Substituting the known values:

Ix=25Nscos(20)I_x = 25 \, \text{Ns} \cdot \cos(20^\circ)

Calculating IxI_x:

Ix25Ns0.939723.49NsI_x \approx 25 \, \text{Ns} \cdot 0.9397 \approx 23.49 \, \text{Ns}

(b) Calculate the vertical component (Iy)

Using the sine function for the vertical component:

Iy=IsinθI_y = I \sin \theta

Substituting the known values:

Iy=25Nssin(20)I_y = 25 \, \text{Ns} \cdot \sin(20^\circ)

Calculating IyI_y:

Iy25Ns0.34208.55NsI_y \approx 25 \, \text{Ns} \cdot 0.3420 \approx 8.55 \, \text{Ns}

Final Answers

(a) The horizontal component of the impulse (Ix) is approximately 23.49Ns.
(b) The vertical component of the impulse (Iy) is approximately 8.55Ns.


Addition of Vectors

There are two primary methods for adding vectors: graphical addition and analytical addition.

a. Graphical Addition of Vectors

Graphical addition involves visually combining vectors using a diagram. The most common methods are the tip-to-tail method and the parallelogram method.


Tip-to-Tail Method:

  1. Draw the First Vector: Start by drawing the first vector, A\mathbf{A}, as an arrow.
  2. Place the Second Vector: Take the second vector, B\mathbf{B}, and position its tail at the tip of the first vector.
  3. Draw the Resultant Vector: The resultant vector R\mathbf{R} is drawn from the tail of the first vector to the tip of the second vector.

Example:

Suppose we have two vectors:

  • A=5\mathbf{A} = 5 units to the east
  • B=3\mathbf{B} = 3 units to the north

To add these vectors graphically:

  1. Draw vector A\mathbf{A} pointing right (east).
  2. Place vector B\mathbf{B} starting at the tip of vector A\mathbf{A} and point it upwards (north).
  3. The resultant vector R\mathbf{R} is drawn from the starting point of A\mathbf{A} to the tip of B\mathbf{B}.


Parallelogram Method:

  1. Draw the Vectors: Draw both vectors A\mathbf{A} and B\mathbf{B} starting from the same point.
  2. Complete the Parallelogram: Draw a line parallel to A\mathbf{A} from the tip of B\mathbf{B} and a line parallel to B\mathbf{B} from the tip of A\mathbf{A} to form a parallelogram.
  3. Draw the Resultant Vector: The diagonal of the parallelogram that starts from the common point represents the resultant vector R\mathbf{R}.
parallelogram method for vector addition

Example of the Parallelogram Method

Let’s consider two vectors:

  • Vector A: 5 units to the east
  • Vector B: 3 units to the north

Steps:

  1. Draw Vector A: Start at point O and draw a horizontal arrow 5 units to the right (east).

  2. Draw Vector B: From point O, draw a vertical arrow 3 units up (north).

  3. Complete the Parallelogram:

    • From the tip of vector A, draw a line parallel to vector B (upwards).
    • From the tip of vector B, draw a line parallel to vector A (to the right).
  4. Draw the Resultant Vector:

    • Draw a diagonal from point O (the tail of both vectors) to the point where the two parallel lines intersect. This diagonal is your resultant vector R\mathbf{R}.
  5. Label the Resultant: The resultant vector R\mathbf{R} can be computed as the combination of both vectors using trigonometric functions if needed.


Mathematical Representation

If the vectors A\mathbf{A} and B\mathbf{B} have an angle θ\theta between them, the magnitude of the resultant vector R\mathbf{R} can be calculated using the law of cosines:

R=A2+B2+2ABcos(θ)|\mathbf{R}| = \sqrt{|\mathbf{A}|^2 + |\mathbf{B}|^2 + 2 |\mathbf{A}| |\mathbf{B}| \cos(\theta)}

b. Analytical Addition of Vectors

Analytical addition involves breaking down vectors into their components and using algebra to combine them.

  1. Identify the Components: A vector in two dimensions can be represented in terms of its components along the xx- and yy-axes:

    • A=Axi^+Ayj^\mathbf{A} = A_x \hat{i} + A_y \hat{j}
    • B=Bxi^+Byj^\mathbf{B} = B_x \hat{i} + B_y \hat{j}
  2. Add the Components: The resultant vector R\mathbf{R} can be found by adding the corresponding components:

    R=A+B=(Ax+Bx)i^+(Ay+By)j^\mathbf{R} = \mathbf{A} + \mathbf{B} = (A_x + B_x) \hat{i} + (A_y + B_y) \hat{j}
  3. Magnitude and Direction: The magnitude of the resultant vector can be calculated using the Pythagorean theorem:

    R=(Ax+Bx)2+(Ay+By)2|\mathbf{R}| = \sqrt{(A_x + B_x)^2 + (A_y + B_y)^2}

    The direction can be found using the arctangent function:

    θ=tan1(RyRx)

Example:

Given:

  • A=4i^+3j^\mathbf{A} = 4 \hat{i} + 3 \hat{j} (4 units right, 3 units up)
  • B=2i^5j^\mathbf{B} = 2 \hat{i} - 5 \hat{j} (2 units right, 5 units down)

To add them analytically:

  1. Find the components:

    Rx=4+2=6R_x = 4 + 2 = 6
    Ry=35=2
  2. The resultant vector is:

    R=6i^2j^\mathbf{R} = 6 \hat{i} - 2 \hat{j}
  3. Magnitude:

    R=(6)2+(2)2=36+4=406.32|\mathbf{R}| = \sqrt{(6)^2 + (-2)^2} = \sqrt{36 + 4} = \sqrt{40} \approx 6.32
  4. Direction:

    θ=tan1(26)18.43 (below the x-axis)\theta = \tan^{-1} \left(\frac{-2}{6}\right) \approx -18.43^\circ \text{ (below the x-axis)}

Properties of Vector Addition

  • Commutative Property: The order in which vectors are added does not matter:

    A+B=B+A\mathbf{A} + \mathbf{B} = \mathbf{B} + \mathbf{A}
  • Associative Property: The grouping of vectors does not affect the result:

    A+(B+C)=(A+B)+C\mathbf{A} + (\mathbf{B} + \mathbf{C}) = (\mathbf{A} + \mathbf{B}) + \mathbf{C}
  • Zero Vector: Adding a zero vector to any vector does not change the original vector:

    A+0=A\mathbf{A} + \mathbf{0} = \mathbf{A}



4. Applications of Vectors in Physics

Vectors are used extensively in various fields of physics to represent quantities that have both magnitude and direction:

a. Displacement, Velocity, and Acceleration

In kinematics, displacement (d\mathbf{d}), velocity (v\mathbf{v}), and acceleration (a\mathbf{a}) are all vector quantities. For example, an object's motion is described by the vector v\mathbf{v}, which tells us both how fast it is moving and in what direction.

b. Force and Momentum

In mechanics, both force (F\mathbf{F}) and momentum (p\mathbf{p}) are vectors. Newton’s Second Law, for instance, is often written in vector form:

F=ma\mathbf{F} = m \mathbf{a}

This tells us that the direction of the acceleration vector a\mathbf{a} will always be the same as the force vector F\mathbf{F}.

c. Electric and Magnetic Fields

In electromagnetism, the electric field (E\mathbf{E}) and the magnetic field (B\mathbf{B}) are vectors that describe the forces exerted by these fields on charges or currents.



5. Vector Decomposition

In many physics problems, vectors need to be broken down into their components along mutually perpendicular axes. This process is called vector decomposition.

For example, a force vector acting at an angle can be broken down into its horizontal (FxF_x) and vertical (FyF_y) components:

Fx=FcosθF_x = F \cos \theta
Fy=FsinθF_y = F \sin \theta

Where θ\theta is the angle between the vector and the horizontal axis. This decomposition makes it easier to apply equations to each direction separately.


6. Conclusion

Vectors are fundamental in physics because they provide a complete description of quantities that have both magnitude and direction. Understanding how to manipulate and operate with vectors is essential for solving a wide range of problems in mechanics, electromagnetism, and many other areas of physics.

For further reading and practice, you may visit resources like:

By mastering vectors, you can significantly enhance your ability to tackle complex physical problems in a systematic way.